pageIndex = 1 outOfVisibleViewPort = false
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 = 2 outOfVisibleViewPort = false
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 = 6 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.