December 5, 2022
Advent of Code - Day 5
Christmas town is a big factory with a big warehouse. And in this warehouse the elves need to organize crates with the world-famous `CrateMover 9001`
December 5, 2022
Christmas town is a big factory with a big warehouse. And in this warehouse the elves need to organize crates with the world-famous `CrateMover 9001`
December 4, 2022
Who like to clean the house when it was already cleaned up. Today we go the lazy way: we need to find out how to reduce redundant work.
December 3, 2022
A nice finger practice to count characters.
December 2, 2022
A classic game I used to play a lot with my son.
December 1, 2022
It's December again, the time of the Advent Calendars. Eric Wastl made the Advent of Code which is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language.
November 18, 2022
The most simple websites are those have only static files. For a blog like this is perfect. But making everything static by default is difficult. You need a generator. And when you work with Jekyll, sometimes you meet Mr. Hide as well.
November 11, 2022
Two years ago (and only a few articles earlier) I published a mini-series about writing my own DIC. Now it's time to get back there and practice the refactoring.
November 3, 2022
So far we scratched only the surface, now it's time dig deeper and add functionality and some tricks to our form. No pain, no gain - that's what they used to say.
October 27, 2022
After we have the working development environment, now it's time to create the components to fulfill my criteria I set up previously.
October 22, 2022
A developer needs to develop. Not only as an everyday job, but also in knowledge. And since I am not really interested in the DevOps way, I looked at my other beloved part, the Frontend. So I said “It's better later than never” and started to learn React.
April 6, 2021
Recently I had to make my hands dirty with the AWS S3, and I faced a problem of getting the latest/newest file from a bucket with PHP.
June 19, 2020
It's time to finish our simple dependency injection container, and see if it works as expected.