Back to Portfolio

Writing

Adarsh's Digital Diary

Chronicles of an engineer who deploys on Fridays and writes code that works (sometimes).

Entries10 articles
LatestDec 27, 2024
SubjectProduction notes

and counting

02 / Archive

Everything else

9 pieces
  1. 02

    Git for Teams – Beyond git push

    A practical, production-first guide to using Git in teams — covering real branching strategies, PR workflows, rebase vs merge, releases, and the Git mistakes that actually break production.

    • Git
    • Version Control
    • Team Workflows
    • +3
    Dec 26, 20245 min read
  2. 03

    Linux for DevOps – What You Actually Use at Work

    A production-focused guide to Linux for DevOps engineers — covering only the file system, permissions, processes, logs, and systemd commands you actually use on real servers.

    • Linux
    • DevOps
    • Infrastructure
    • +2
    Dec 23, 20244 min read
  3. 04

    DevOps Explained Like a Production Engineer

    A no-buzzword, real-world explanation of DevOps — what it actually means, how it differs from Ops, Platform, and SRE, and how the DevOps infinity loop works in production.

    • DevOps
    • Platform Engineering
    • SRE
    • +3
    Dec 22, 20245 min read
  4. 05

    Streamlining CI/CD with GitHub Actions and EC2

    A comprehensive guide to setting up CI/CD pipelines using GitHub Actions and EC2 for automated deployment workflows.

    • CI/CD
    • GitHub Actions
    • AWS
    • +4
    Dec 19, 20243 min read
  5. 06

    Deploying a Node.js App on AWS EC2 with PM2 and Nginx

    A comprehensive guide to deploying Node.js applications on AWS EC2 using PM2 for process management and Nginx as a reverse proxy.

    • Node.js
    • AWS
    • EC2
    • +5
    Dec 19, 20244 min read
  6. 07

    Dockerizing a React and Node.js Full-Stack App

    A comprehensive guide to containerizing full-stack applications with React frontend and Node.js backend using Docker and Docker Compose.

    • Docker
    • React
    • Node.js
    • +5
    Dec 19, 20245 min read
  7. 08

    A Beginner's Guide to Configuring Nginx

    Demystifying the Powerhouse Web Server - Learn Nginx configuration from basics to advanced features

    • nginx
    • web-server
    • devops
    • +3
    Dec 19, 20244 min read
  8. 09

    Setting Up React for Beginners: A Step-by-Step Guide

    A comprehensive guide to setting up React from scratch, perfect for beginners starting their React development journey.

    • React
    • JavaScript
    • Web Development
    • +2
    Dec 19, 20243 min read
  9. 10

    Automating SSL Certificate Renewal with Certbot and Nginx

    A comprehensive guide to setting up automated SSL certificate renewal using Certbot and Nginx for secure HTTPS websites.

    • SSL
    • HTTPS
    • Certbot
    • +5
    Dec 19, 20242 min read