Blog
-
Linux & Mac Command Cheatsheet for Developers | Terminal
Essential Linux and macOS terminal commands for developers. pwd cd /var/log cd ~ # Home directory
-
Linux Server SSH Hardening | Public Keys· ProxyJump
SSH key exchange, host and user authentication, ssh config, local/remote port forwarding, ProxyJump, SCP/SFTP, and operational hardening with OpenSSH.
-
Lit Complete Guide | Fast Web Components Library
Complete Lit guide for building web components.
-
Lodash Complete Guide
A complete guide to Lodash utility functions for arrays, objects, and functional programming in JavaScript.
-
MCP (Model Context Protocol) Complete Guide
MCP (Model Context Protocol) is Anthropics open standard for connecting AI to external tools.
-
Microservices Architecture Guide | Design· Patterns
A guide to designing production microservices systems, covering service boundaries, communication patterns, and observability.
-
MobX Complete Guide | Simple Reactive State Management
A complete guide to MobX for React state management, covering observables, actions, and computed values.
-
Modern JavaScript ES2024 Features: Complete Developer Guide
Explore the latest JavaScript ES2024 features including Array.fromAsync, Object.groupBy, temporal API improvements, and decorators. Learn practical usage patterns with real-world examples for modern web development.
-
MongoDB Complete Guide | WiredTiger· Replication
MongoDB internals: WiredTiger cache and checkpoints, oplog replication, sharding chunks and mongos routing, index strategies (ESR), and production.
-
MongoDB Schema Design: Embedded vs Referenced Documents
Choose embedded vs referenced collections using document size, read/write patterns, 1:N growth, and consistency—plus buckets, partial updates.