Mid-2026: What I've Been Up To
We're midway through 2026, and I just returned from an overseas work trip hosted by Lenovo — easily one of the most intensive I've had. Plenty of learning, deep engagement, and…
We're midway through 2026, and I just returned from an overseas work trip hosted by Lenovo — easily one of the most intensive I've had. Plenty of learning, deep engagement, and…
I refreshed my site built on asp.net core 2.0 after so many years, migrated to Github apps with Keystatic managing my backend CMS for me. No more hosting fees management ! UI…
Code level issue wasn't something that leave a deep impression in my professional tech career, but I would rate this as one. medium post - The Singleton Trap
Back in late 2025, I was consulted to design a reservation system that could handle high volume request with booking certainty. Design a High-Volume Reservation for race conditions
Looking forward to complete my study room project - where all my heavy productive work and content shall be produce from there. Not forgetting streaming and entertainment. I will…
my tech articles - Medium Back in 2020s, I spent a significant amount of time coding—building applications, experimenting with microservices, learning through trial and error,…
I once had been task to design a solution for to enable a self collection flow that manages collection flow with real time information feed. Here's the story & architecture guide…
I built a Proof of Concept (PoC) to explore the idea of manage and scale dynamic data modelling in multi tenant saas. Catch it here:…
One of the key insights I came across in TOGAF — and one that deeply resonates — is this: Even the most innovative and well-structured architecture plans can fail to deliver if…
Finished my article in Medium sharing some of my experiences in enterprise architecture work. I have also shared architecture diagrams drafted by me which I used for teaching,…
I'm back to school for AI lessons and spent my afternoon finishing up my first python programming. Im still struggling to adjust to Python. Python was suppose to be beginner…
The rising taxes and increasing cost of essentials surrounding Singapore atmosphere suppred an idea in me to kickstart a personal project that hopefully could help more people…
In theory, Domain Driven Design advocates modeling based on the reality of business as relevant to your use cases. I'm not going to talk so much about the theory here, in reality…
One of the things I loved most about .net core is you can easily implement and run background task in an asp.net core project. Background task are important particularly in…
In my previous post, I explained on how to use HostedService to run background task in an asp.net core app. In microservices architecture, often we will need our services to…