December 3, 2022
Advent of Code - Day 3
A nice finger practice to count characters.
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 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.
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.
May 12, 2020
The second step on our journey to create a stand-alone Dependency Injection Container. Discuss about the configuration doesn't sound too interesting, but it can hold us some surprises.
April 26, 2020
Like many of my fate companions, I do home office too. And by staying at home, I can save 2-3 hours of travelling every day. So I decided to practice a little bit.