Location via proxy:   
[Report a bug]   [Manage cookies]                
tu-huynh
tuhuynh
.com

The WET codebase

Why strict adherence to writing code that is free of duplication inevitably leads to software we can’t understand.

Paths Crossed

We meet many people in our lives, but sometimes we don't realize how important they can be. Even brief interaction can make a big impact on our life.

Build Java IoC/DI framework from scratch

Many don't realize that their dependencies chain can become nested, and it quickly becomes unwieldy to wire them up manually. Even with factories (factory pattern), the duplication of your code is just not worth it.

React Rendering under the hood

A detailed look at how React rendering works under-the-hood, how to optimize re-renders, and an explanation of how using Context and Redux affects React's rendering process.