Hitesh Mishrahiteshmishra.hashnode.dev·Jul 7, 2024Understanding Docker Networks: A Guide with ExamplesWhy Containers Can't Talk Without a Network Default Isolation: Docker containers are isolated by default. This means each container runs separately from others, similar to how different houses on the same street are separate. No Common Network: Jus...DiscussDocker
Chirag Kukrejadevopswala.hashnode.dev·Oct 30, 2023Working with Ansible {Part-12}Installing Apache through Ansible Let's install the Apache through YAML using following code --- - name: Installing Apache hosts: Node-1 tasks: - name: task1 Installing Apache yum: name: httpd state: latest - name: ...DiscussTrainWithShubham
Janmejai Singhcyd3er.hashnode.dev·Sep 25, 2023Kubernetes as a Container OrchestrationContainer orchestration automates the deployment, scaling, and management of containers. Kubernetes is the most popular container orchestration tool. Kubernetes orchestrates containers as:- Scheduling containers on nodes in the cluster Automaticall...DiscussWeMakeDevs
Nishit Bariyanishithacks.hashnode.dev·Sep 19, 2023How to Use Environment Variables in Vite (React Template Example) and in CRA (Create React App)In this article, I am talking about how we can hide our sensitive information through .env When developing React applications, it's often necessary to manage environment-specific configurations such as API endpoints, API keys, or other sensitive inf...Discuss·11 likes·51 readsReact
Dipak Jadhavdipakjadhav.hashnode.dev·Aug 30, 2023Introduction to Recursion.This blog is about Recursion in DSA. Let's understand it. Hello everyone, you tap on this blog it means that you are interested in DSA. Then today you will be familiar with an important topic that is Recursion. Before we understand" What is Recursio...Discuss·1 like·44 readsWeMakeDevs
Vaibhav Mishravaibhavmishra5g.hashnode.dev·Aug 25, 2023DevOps: Bridging the Gap Between Development and OperationsIn the fast-paced world of software development, the need for collaboration, efficiency, and continuous improvement has given rise to a revolutionary approach known as DevOps. DevOps, a portmanteau of "development" and "operations," represents a para...DiscussWeMakeDevs
M Kirankira0323.hashnode.dev·Aug 25, 2023ReactReact, developed by Facebook, is an open-source JavaScript library for building user interfaces. What sets React apart is its component-based architecture, enabling developers to break down complex UIs into smaller, reusable pieces called components....Discuss@WeMakeDevs @hashnode @napptivecompany
Ian Dancanchampez.hashnode.dev·Aug 19, 2023Your Ultimate Java Journey:A Guided Roadmap to Embracing Java Programming Hello there, digital adventurer! Are you excited to dive into the amazing realm of Java programming? Think of it as setting off on an exciting quest. Mastering Java is like solving a puzzle one piece at ...Discuss·2 likes·43 readsJava
Nayan Raonayan44.hashnode.dev·Aug 19, 2023AWS Cloud: A Comprehensive GuideIntroduction:- In today's digital age, the cloud has become more than just a buzzword—it's a fundamental shift that has revolutionized the way businesses approach technology. At the forefront of this transformation stands Amazon Web Services (AWS), a...Discuss·33 readsBlogsWithCC
Aaditya Singhadityatech.hashnode.dev·Aug 16, 2023Maximizing Productivity in Open Source: Best Practices and HacksOpen-source projects have revolutionized the software development landscape, enabling collaboration, innovation, and community-driven growth. However, participating in open-source projects requires more than just coding skills; it demands productivit...DiscussWeMakeDevs