On Hexagonal architecture : Common mistakes (Part 2)
As the second entry in this blog series, this blog post jumps straight into issues and challenges encountered in the developer experience.
Technology related blog posts, articles.
As the second entry in this blog series, this blog post jumps straight into issues and challenges encountered in the developer experience.
In this blog post, I talk about my experience exploring GitHub and RxGo, and a walkthrough to my learning perspective driven from a position of… Read More »On curiosity and discovery
I have a friend of mine who began his exploration of machine learning in Python a few months back. Excited to help him out and… Read More »Exploring machine learning
The past few months have been quite an exciting adventure for me in software development. I experienced new technologies at different levels of the tech… Read More »Microservices
Over the course of a few years of programming, I’ve noticed myself grow incrementally, from simply trying to make things work, to learning to do… Read More »Mental Model: Prioritization and Learning
Lars Wächter has a great article on how to implement module aliases on Typescript, thus improving your code from looking something like this: Into something… Read More »Better Readability with Aliases for Typescript Module Imports
These past three months have been an extremely amazing ride. Let me share my story of how I was able to participate in a national… Read More »RapidPass
I’ve been playing a lot of DotA 2 lately! I’ve been learning how to play offlane, and am currently experimenting with Mars. A few months… Read More »DotA 2 to Google Calendar
Initially written as a Tweet, but to-be-expounded on this blog post. When the data source produces a low-probability value (i.e., when a low-probability event occurs),… Read More »Entropy (Information Theory)
I recently encountered issues with node-gyp on my Windows machine, which prevented me from doing any productive typescript/node development. It gave out the following error… Read More »node-gyp issues in Windows