My coding style
We talk about how I write my Java code and why I have chosen to write my code in a specific way. This is my opinion. I'm interested in yours if you have differing opinions.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into the slim framework version 4 and do a quick review. I looked into the slim framework back in 2019 and this is a revisit where I review the changes and see if the latest version 4 has improved from the earlier slim releases.
In this video we look into text summarization. We apply the albert large model to a piece of text and talk about the different steps required to do summarization. This is more of an overview not a complete explanation of the technology.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
Getting started using ansible. In this example we will install sudo with ansible on Debian. The script will install all dependencies required and add a user to the sudo group.
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…