aman Jaiswalamanog.hashnode.dev·14 hours agoUnderstanding Queues and Pub/Sub Systems ArchitectureEfficient task handling and communication are crucial for scalable systems. Let's explore how queues and pub/sub (publish/subscribe) models work, using real-world examples like LeetCode. Queues: Powering Task Management When a user submits a problem...Discuss#MessageQueues
Aniket Acharyadevutter.hashnode.dev·Dec 12, 2024My First CodeThis simple app displays the text “hello” on the screen. While it may not seem groundbreaking, it’s a crucial first step. With this, I’ve set up my environment, explored the structure of a Flutter app, and run my code successfully. Breaking It Down: ...Discuss·1 like#LearninPublic
Aniket Moreanikets-tech-diary.hashnode.dev·Nov 28, 2024Vim : A Powerful CLI Editor for Linux UsersHi there, folks! Have you ever used Notepad on a windows machine! It is the simplest text editor out there and almost everyone has come across it. But have you ever wondered - What about Linux ? Does it have it’s own text editors ? The answer is a bi...Discuss·27 readsvim
Nachiketcodewithnachiket.hashnode.dev·Nov 3, 2024Mastering Java Strings: String Pool, Immutability, and the Power of StringBuilderIntroduction Welcome to another deep dive into essential Java concepts! This time, we'll uncover the inner workings of Strings in Java—how they are stored, what makes them efficient, and the game-changing role of StringBuilder. Understanding these fu...Discuss·10 likesJava
Mohd Salmandockerlearning.hashnode.dev·Oct 29, 2024Discovering Docker and DevOps: My Learning Experience BeginsDay 8: Optimizing Docker Builds: Efficient Layer Caching and Reducing Image Sizes 🧠 What I Learned Today IntroductionContinuing my Docker and DevOps learning journey, today I focused on refining Dockerfiles to make them faster and more efficient. Le...DiscussDocker
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Oct 27, 2024DevOps Journey Week 3: Networking Essentials, Mastering Shell Scripting, and EC2 AutomationHey everyone! 🌟 I’m excited to share some highlights from my DevOps journey this week. I focused on improving shell scripting practices, discovering new Linux commands, automating EC2 deployment, and diving into computer networking basics—all essent...DiscussNetworkingEssentials
Mohd Salmandockerlearning.hashnode.dev·Oct 25, 2024🚀 My Docker & DevOps Learning Journey Begins! 🚀Day 5: Diving into Dockerfile Commands – Understanding EXPOSE, CMD, RUN, and ENTRYPOINT IntroductionToday’s Docker journey focused on key Dockerfile commands: EXPOSE, CMD, RUN, and ENTRYPOINT. Each command has a unique role in building and running Do...DiscussDocker
Mohd Salmandockerlearning.hashnode.dev·Oct 23, 2024🚀 My Docker & DevOps Learning Journey Begins! 🚀Understanding Docker Images vs. Containers and Running My First Command 🚀 Today, I continued my Docker and DevOps journey by diving into one of the fundamental concepts in Docker: Images vs. Containers. I also ran my very first Docker command and le...DiscussDocker
Nachiketcodewithnachiket.hashnode.dev·Oct 18, 2024Mastering Search Algorithms: Linear Search, Binary Search, and BeyondIn my journey to mastering Data Structures and Algorithms (DSA), searching has become one of the most fundamental topics to understand. Through Kunal Kushwaha’s detailed DSA playlist, I dove deep into linear and binary search algorithms, including th...Discuss·10 likes·51 readsDSA
Risharth pardeshirisharthpardeshi.hashnode.dev·Oct 18, 2024Day 3: Data Types Party 🎉JavaScript has many guests at this party! Meet Numbers, Strings, Booleans, Arrays, and Objects. Today, you'll learn what makes each guest special and how to interact with them through code. There’s also a game at the end, where you'll guess the data ...DiscussJavaScript