Advent of Code – Day 11
We solve the day 11 challenges for the Advent of Code.
Please follow me on twitter
Outro music: Sanaas Scylla
We solve the day 11 challenges for the Advent of Code.
Please follow me on twitter
Outro music: Sanaas Scylla
The CRUD concept is pretty integral to the state-management concepts and an ORM is a good way to store information. ORM stands for Object-Relation Mapping and the CRUD concept is the function Create Read Update Delete. Using my ORM Snok we will look at the concepts and talk about the pros and cons of using…
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some…
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.
We look into creating a web assembly using typescript build and run in a webpage. Repository: https://ift.tt/2TU9wJ5 Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m…