javascript
4 posts
SOLID Principles in JavaScript: Practical Guide with TypeScript and React
Learn how SOLID principles apply to modern JavaScript development. Practical examples with TypeScript, React hooks, and functional patterns - plus when to use them and when they're overkill.
typescriptjavascriptreact+5
December 26, 2025Development
Node.js Time Management: Mastering Time Without Moment.js
Production time management battles, migration strategies from Moment.js to modern alternatives, and UTC handling best practices. How to win the timezone wars.
nodejsjavascripttime-management+7
September 8, 2025Development
The Early Web Era: When Scripts Were Simple1/1
Before webpack existed, we concatenated files with Grunt. Before React, we wrestled with jQuery spaghetti. Here's how frontend tooling evolved from manual file management to sophisticated build systems.
javascriptjquerygrunt+4
September 4, 2025Development
Google Closure Compiler: The Forgotten Pioneer of Modern JavaScript Tooling
Exploring how Google's 2009 Closure Compiler and Library shaped modern web development toolchains, from dead code elimination to type checking, and their lasting impact on today's build tools.
javascriptclosure-compilerbuild-tools+9
September 4, 2025Development