Blog
Sharing my learnings, experiences, and insights about web development and technology
Categories
Tags
6 articles found
Ship Your Website for $0: Firebase Hosting Edition
A step-by-step guide to hosting your Next.js portfolio on Firebase for free — custom domain, SSL, CDN, and one-command deploys included.
How We Reduced Crash Rates by 30% on a 50M+ User OTT Streaming Platform
A systematic approach to crash reduction on a large-scale iOS streaming app — from categorization and priority matrices to instrumentation and building a team culture around stability.
Learning Backend Part 3: Integrating Express.js with PostgreSQL for a Full CRUD API
Learn how to integrate Express.js with PostgreSQL to build a complete CRUD API with best practices for database operations and error handling.
Learning Backend – Part 2: Building a REST API with Express.js
A comprehensive guide to building a REST API with Express.js, covering server setup, routing, middleware, and testing your endpoints.
How to Set Up a PostgreSQL Database in PGAdmin: A Step-by-Step Guide
Complete tutorial on setting up PostgreSQL database using PGAdmin, including installation, creating databases, managing users, and creating tables.
Learning Backend – Part 1: Setting Up Your Backend Environment
Comprehensive guide for backend project initialization using Node.js and PostgreSQL, covering editor selection, installation, environment setup, and database connectivity.