10 followers
I am a passionate Software Engineer fond of octopuses ๐๐ It took me a while to find my path, but as soon as I started programming, I knew it would define me for the rest of my life.
If you haven't heard of Kubernetes by now, it means you are reading this from another planet. I didn't think I would have such a reach, awesome! In...
As we already covered, Kotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class...
I had to recreate the way dev.to generates anchors in Kotlin Multi-Platform (MPL). It took way longer than expected! ยท bitdowntoc is a Markdown TOC -...
Interested in Python FastAPI? Wondering how to execute long-running tasks in the background in Python? You came to the right place! ยท The use case I...
Kotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class or use design patterns...
Kotlin treats functions as first-class citizens. First-class means functions can be stored in variables and data structures and can be passed as...