Tomasz Wąsiński
Tomasz Wąsiński's Blog

Tomasz Wąsiński's Blog

Follow
homeMy Websitebadges

Comparison of Dependency Injection Libraries in Python, and my favorite one

Dec 18, 20209 min read

About Dependency Injection In one of my last posts, I gave an introduction to DI pattern: why it is crucial for software projects & how it differs...

Comparison of Dependency Injection Libraries in Python, and my favorite one

Is that Dependency Injection or Service Locator Pattern?

Dec 4, 20205 min read

I have to admit to something. For the last 2 years, I was using Service Locator Pattern in one of my projects while being completely convinced that I...

Is that Dependency Injection or Service Locator Pattern?

Timezone handling pitfalls - part 2

Nov 20, 20206 min read

This time I will focus on issues that arise when multiple users have to coordinate to a particular time, but they still can be in different...

Timezone handling pitfalls - part 2

Timezone handling pitfalls

Sep 5, 20204 min read

Recently I have had the pleasure to work as a technology leader on a project that requires proper implementation of timezone handling, over some time...

Timezone handling pitfalls