Week #09: DevOps Learning Journey - Full Stack CICD DevOps Project | Virtual Browser DevOps ProjectDec 19, 2024·4 min read
Week # 08: DevOps Learning JourneyHosting a Static Website on AWS S3 with Terraform(Infrastructure As a Code)Aug 29, 2024·6 min read
Week # 10: DevOps Learning Journey - Building a URL Shortener with Node.js, MongoDB, and EJS(Deploy on AWS)In this blog, we’ll dive into the process of creating a URL shortener using Node.js, Express, MongoDB, and EJS. We’ll explain the workflow, demonstrate key pieces of code, and guide you through the setup process. Features of the URL Shortener Gener...Dec 27, 2024·3 min read
Week # 07: DevOps Learning Journey - Mastering Jenkins: A Comprehensive Guide to CI/CDAug 17, 2024·4 min read
Week # 06: DevOps Learning Journey - Need to Learn to Complete Docker Right NowAug 3, 2024·2 min read
Week # 05: DevOps Learning Journey - How to Deploy a Static Website on AWS EC2: A Step-by-Step GuideIntroduction Hosting a static website on AWS EC2 is a powerful way to gain complete control over your web server environment. In this guide, we'll walk through the steps to launch an EC2 instance, configure it with an Ubuntu machine, and host a stati...Jul 18, 2024·4 min read
Week # 04: DevOps Learning Journey - AWS Architecture and Top Services:In this blog post, we will delve into an AWS architecture designed for deploying a full-stack application. This architecture incorporates a variety of AWS services to ensure scalability, reliability, and security. We will explore each service's role ...Jul 7, 2024·8 min read
Week # 03: DevOps Learning Journey - Deploying a MERN CRUD Application:In this blog post, I’ll walk you through deploying a MERN (MongoDB, Express.js, React.js, Node.js) stack CRUD (Create, Read, Update, Delete) application. We’ll cover setting up the frontend on Netlify, deploying the backend with Railway, and using Mo...Jun 26, 2024·3 min read
Week # 02: DevOps Learning Journey - Crafting the Frontend of Our MERN Stack ApplicationWelcome back to our DevOps learning journey! In our previous post Week # 01: DevOps Learning Journey - CodeSide of our MERN Stack CRUD App (Backend), we dove into setting up the backend for our MERN stack application. Today, we'll shift our focus to ...Jun 16, 2024·4 min read
Week # 01: DevOps Learning Journey - CodeSide of our MERN Stack CRUD App (Backend)In the previous, Section # 01: SDLC - Building a MERN CRUD Application, We studied the seven-phase process for building software. It starts with planning and defining the tech stack, then progresses through requirements gathering, design, coding, tes...Jun 14, 2024·11 min read
Section # 01: SDLC - Building a MERN CRUD ApplicationThe Software Development Life Cycle (SDLC) is a fundamental framework that guides software creation from conception to ongoing maintenance. It's more than just coding; it's a comprehensive roadmap encompassing seven distinct phases that ensure a well...Jun 11, 2024·5 min read