Notes

NOTES

Short writing on what I'm building, leading and believing.

Not essays. Not threads. Just notes from inside the work, written as I figure things out.

Browse by topic:   Agentic AILeadershipField notes

LATEST

Git strategy for different projects

Different organization have their own software products and engineering practices to support the development. Having a good repository management is key to having a great...

Read →

Advance Javascript : Lazy Loading

In my previous articles I explained optimization patterns such as deboucing and throttling, in this article let’s do a deep dive into lazy loading ,...

Read →

Advance Javascript: Throttling

In my previous article I went through a performance optimization strategy called debouncing, in this article let’s go through an effective technique to manage the...

Read →

Advance Javascript: Debouncing

When writing applications in javascript, we rarely consider performance, however as the user base or application usage increases performance becomes a huge bottleneck for growth....

Read →