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

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.

Apr 11, 2026
8 min read
FirebaseHostingNext.js+3
How We Reduced Crash Rates by 30% on a 50M+ User OTT Streaming Platform

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.

Apr 08, 2026
5 min read
iOSCrash AnalyticsXcode Instruments+3
Learning Backend Part 3: Integrating Express.js with PostgreSQL for a Full CRUD API

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.

Apr 05, 2025
2 min read
Express.jsPostgreSQLNode.js+3
Learning Backend – Part 2: Building a REST API with Express.js

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.

Mar 26, 2025
3 min read
Express.jsREST APINode.js+2
How to Set Up a PostgreSQL Database in PGAdmin: A Step-by-Step Guide

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.

Mar 20, 2025
3 min read
PostgreSQLPGAdminDatabase+2
Learning Backend – Part 1: Setting Up Your Backend Environment

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.

Mar 15, 2025
4 min read
Node.jsPostgreSQLBackend+2