© 2026 Hashnode
As the co-lead for the Android team, I have dedicated a significant amount of time to refining my approach to code reviews. What initially seemed like a simple task—checking logic, ensuring best practices, and confirming that the code functions as ex...

My journey through Micronaut has been pretty amazing and using coroutines in the mix have given me quite a lot of experience in moving on to master these concepts. In this post, I'm going to show you how I created an all round integration test, that ...

Introduction If you’ve looked at Python scripts, you might have come across this line: But what does it really mean? This blog demystifies this construct and explains its importance in distinguishing between script and module usage in Python. The Ro...

For the first few python documents I wrote, I just started writing my code on an empty page, before I learned about main(). For some time I always asked ChatGPT to generate the main function for me since I could never remember how exactly it has to l...
