Builder pattern

Hey there Pythonistas! Have you ever found yourself in a situation where you needed to create complex objects with lots of different properties? Or maybe you’ve been frustrated with having to remember a bunch of arguments to pass to a constructor every time you want to create an object. Fear not, because the builder pattern is here to save the day! In this blog post, we’ll be diving...

Read

Total Recall

I have a keen interest in technology and enjoy acquiring new knowledge. However, I have come to the realization that it is impossible to retain all the information in my head, such as the details from a Kafka book chapter that I read yesterday, which I can hardly recall today. In today’s world, it is essential to have familiarity with multiple languages and frameworks, as well as various...

Read