Thoughts, notes, and things I learn along the way.
A practical, ordered checklist for turning a fresh Ubuntu 24.04 server into a defensible baseline—without losing SSH access along the...
Technical knowledge may help you get hired, but soft skills often determine how effectively you work, how much others trust...
The ESP-01 is one of the smallest ways to add Wi-Fi to a project. It contains an ESP8266, a small...
Micro-frontends split a browser application into features that teams can build, test, and deploy independently. A shell owns the page...
GitLab CI/CD and GitHub Actions can both lint code, run tests, build containers, and deploy applications. The hard part is...
A front-end deployment needs more than a development server. The application must be built into static assets, served efficiently, routed...
ES6 (also known as ES2015) was a massive milestone for JavaScript — it introduced let/const, arrow functions, classes, modules, promises,...