8 followers
Hi there ππ», my name is Marko and I'm a software engineer. Welcome to my blog! I don't write often, but when I do you know it's something I'm truly inspired and excited to talk about π.
Introduction to Infrastructure as Code (IaC) Β· In this short article, I'm going to explain what is Infrastructure as Code, why it exists and how it...
A quick explanation of one of Flutter's core internal mechanics Β· Flutter has three trees: Widget Tree Element Tree Render Tree You (the developer)...
When someone follows you on Instagram, you get a notification. When someone likes your post, you get a notification. When someone comments on your...
So letβs say you have a class or a family of classes and you want to implement some new behavior to the class, how would you go about doing that? I...
Introduction Hello developers! I'm back with my very inconsistent posting and I'm excited to announce this little series of articles on the topic of...
In a Nutshell Β· Server-side rendering β server generates a view and delivers it to the client. This was the norm back in the day. With this solution: you...