pageIndex = 0 outOfVisibleViewPort = false
Overview of finished nets

DYI Mosquitos Screens

In Drôme county in France, mosquitoes are invading us, especially tiger mosquitoes. So mosquito nets were on the agenda last May.

pageIndex = 1 outOfVisibleViewPort = false
A person signing a document.

7 Steps To Understand OAuth2

OAuth 2.0 (Open Authorization) is a protocol that allows an application (the client) to access resources on behalf of a user without exposing the user’s credentials to the client.

pageIndex = 4 outOfVisibleViewPort = true
Four clocks for London, New-York, Moscow and Tokyo time

Timezones and Docker

Depending on your business need, setting the appropriate timezone is critical. Let’s see how to do that.

pageIndex = 5 outOfVisibleViewPort = true
Colored pencils

Upgrading TailwindCSS v3 to v4

Though the TailwindCSS team provides a great tool to upgrade, it is likely that some of you will not fit in that box because of customization. Let’s check out how I did it.

pageIndex = 9 outOfVisibleViewPort = true
“Dependency Injection and Lifetimes” over a gradient background

Dependency Injection And Lifetimes

In software development, particularly in the context of dependency injection (DI), the lifetimes of services determine how long an instance of a class is kept alive. Let’s define them.