
Understanding React Native - Beyond the Misconceptions
Dispelling the myth that React Native compiles to native code, and exploring its true architecture with JSI, Hermes, and the multi-threaded runtime.
December 16, 2025
View ArticleA collection of posts about software development, tutorials, and things I've learned along the way.

Dispelling the myth that React Native compiles to native code, and exploring its true architecture with JSI, Hermes, and the multi-threaded runtime.
December 16, 2025
View Article
Build structured Next.js APIs with a single router, shared middleware, error handling, and a 404 catch-all using Nexpresst.
September 5, 2024
View Article
A collection of powerful Git aliases to automate repetitive tasks and enhance your productivity.
July 29, 2024
View Article
Learn how to build custom terminal commands with JavaScript and Node.js by creating an interactive currency converter tool.
July 22, 2024
View Article
Learn how the PATH environment variable helps your terminal locate and execute commands, and how to customize it for your own scripts.
July 16, 2024
View Article