Posts
All the articles I've posted.
Basic server setup with express
Published: at 04:07 PM (3 min)Step-by-step guide to setting up a basic Express.js server with TypeScript configuration and development tools.
Child Process vs Worker Threads in Node.js
Published: at 04:07 PM (5 min)Comparison of child processes and worker threads in Node.js — memory usage, performance, communication, use cases, and practical examples.
Common Web Security Vulnerabilities
Published: at 04:07 PM (5 min)Overview of three major web vulnerabilities — XSS, CSRF, and SQL Injection — with realistic attack scenarios and practical prevention methods.
Design Patterns in Node.js
Published: at 04:07 PM (6 min)Overview of design patterns in Node.js — creational, structural, behavioral categories with focus on Singleton, Factory, Builder, Adapter, Decorator, Facade, Proxy, Observer, Command, Chain of Responsibility, and Strategy pattern examples.