pageIndex = 0 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 = 4 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.