Tech Notes
Tech tips and new discoveries
All Posts#Architecture#CSS#Database#Docker#Homelab#JavaScript#Linux#Networking#Node.js#PostgreSQL#React#TypeScript#Ubuntu
How V8 Takes Out the Trash: A Practical Look at JavaScript Garbage Collection
A walkthrough of how V8 manages memory — generational GC, scavenging, mark-sweep, and what it means for our code.
JavaScriptNode.js
React View Transitions: A Hands-On Look
A practical walkthrough of the View Transitions API in React — what works, what does not work, and whether it is ready for real projects.
ReactJavaScriptCSS
The Modular Monolith: A Practical Middle Ground
Why jumping straight to microservices might be unnecessary — and how modular monoliths give us structure without the operational overhead.
ArchitectureJavaScriptNode.js
When Dependencies Ship More Than We Bargained For
A practical look at supply chain attacks through npm packages and what we can do about it
JavaScriptNode.js
Monorepos in JavaScript & TypeScript: A Practical Guide
How to structure, build, and maintain JavaScript/TypeScript monorepos
JavaScriptTypeScriptNode.js