Mohammedzaid Bhattimdzaid.hashnode.dev·Jan 2, 2025My Path to Learning Kubernetes: A Beginner's GuideKubernetes is revolutionizing container orchestration, and as an aspiring DevOps professional, I felt it was essential to learn this technology. This blog outlines my experience learning Kubernetes using the KodeKloud course, The Kubernetes Book, and...1 like·32 readsKubernetes
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Dec 15, 2024Securing EC2 Instances with IAM Roles and SSH: My Learning JourneyHi there! 👋 As part of my AWS learning journey, I’ve been diving into how to make EC2 instances more secure. It’s been an exciting experience, and I want to share what I’ve learned about combining IAM roles and SSH best practices to improve security...AWS
aman Jaiswalamanog.hashnode.dev·Dec 13, 2024Relational DatabaseA database is one of the most brittle and critical components of any system. Understanding how it works is crucial; the better you know your database, the easier it becomes to solve 50-60% of system-related problems. In a relational database, data is...System Design
aman Jaiswalamanog.hashnode.dev·Dec 12, 2024How to Build a Good SystemTo build a good system, you need to break it into components, with each component having a clear and exclusive set of responsibilities. Breaking the System into Components Feed Web Server: Handles user requests over HTTP. Feed Generator: Pulls dat...System Design
aman Jaiswalamanog.hashnode.dev·Dec 12, 2024How to Approach System DesignSystem design can seem tough, but if we break it down into smaller steps, it becomes much easier to handle. 1. Understand the Problem First, carefully read the problem statement and make sure you fully understand what’s being asked. Identify the main...systemdesign
Aniket Moreanikets-tech-diary.hashnode.dev·Dec 9, 2024Archive & Compress files in LinuxIn the last week, I started learning about the files permissions and the operations that can be performed on files. The next step in this journey, is learning about archiving and compressing files or directories on a Linux system. In this article, I ...#ArchiveFileOnLinux
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Nov 24, 2024Starting My AWS Journey: Understanding IAMHi there! 👋 Recently, I decided to dive into AWS as part of my learning journey, and I started with IAM (Identity and Access Management). It’s the service that helps manage access to AWS resources securely. While I’m still learning, I want to share ...AWS
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Nov 17, 2024Dockerizing a 3-Tier MERN ApplicationWelcome to my hands-on journey with Docker! This blog is all about learning how to containerize a 3-tier MERN (MongoDB, Express, React, Node.js) application. Whether you’re new to Docker or looking to sharpen your skills, this step-by-step guide will...Docker
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Nov 3, 2024DevOps Journey Week 4: Diving Deep into Docker 🐳Hey everyone! 👋I’m thrilled to share my learning from Week 4 of my DevOps journey. This week was all about Docker – exploring best practices for creating, managing, and handling containers. From working with images to setting up networks, this was a...Docker
Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Oct 24, 2024Mastering JavaScript Loops: A Complete Guide for Software EngineersLoops are essential tools in JavaScript that enable developers to efficiently perform repetitive tasks. Understanding how loops operate and when to use them is vital for any software engineer. In this article, we will explore the different types of l...10 likesJavaScript