Blog

Notes on software engineering, back-end, and things I learn along the way.

RSS
Polymorphic Code:What it is, how it works, and how it is used
6 min read

Polymorphic Code:What it is, how it works, and how it is used

What Polymorphic Code is, how it works, and real-world use cases like BusyBox.

learningpolymorphicsexecutableoptimization
Using JavaScript Generators to Visualize Algorithms
7 min read

Using JavaScript Generators to Visualize Algorithms

Learn how to use JavaScript generators to visualize algorithms step by step in a simple and efficient way.

javascriptalgorithmslearningvisualizing