Joy Almeidaj0sal.hashnode.net·Apr 15, 2023MLH prep: My Experience from March'23The whopping 3 weeks went in the blink of my eyes but left me with a lifelong experience. The Process In 2022, I discovered MLH fellowships through a post on LinkedIn. As I delved deeper into the program through YouTube videos and blog posts, my int...Discuss·23 likes·49 readsmlh
Yuvraj Chhetriforyuvichh.hashnode.net·Apr 16, 2023Simplifying the Application Deployment: OAM ApproachIntroduction The Open Application Model (OAM) is a set of guidelines and practices that help teams build and manage applications, particularly those that run on the Internet. Think of it as a recipe book that provides instructions for creating, org...Discuss·20 likes·33 readsWeMakeDevs
Rahul Khinchirahulk7.hashnode.net·Jan 15, 2023Reflections on a Year of Growth: My 2022 Journey#WeMakeDevs I. Introduction 2022 has been a transformative year for me, both personally and professionally. Personal growth: I have grown and developed in ways I never thought possible. Professional development: I have had the opportunity to work o...Discuss·16 likes·921 readsWeMakeDevs
Aryan Bansodfordevway~ryndevway.hashnode.net·Apr 22, 2023The Ultimate Guide to Docker: Everything You Need to KnowWhat Docker is? Docker is a platform that enables developers to build, package, and deploy applications as containers. Containers are lightweight, portable, and self-contained environments that run on top of a host operating system. Docker allows dev...DiscussWeMakeDevs
Anshul Sonianshul-soni.hashnode.net·Apr 20, 2023Understanding Cloud Technology: A Comprehensive GuideThe way that organizations run and keep their data has been completely transformed by cloud technology. It enables businesses to use storage, software, and applications without the requirement for physical infrastructure. We'll explore cloud technolo...Discuss·3 likes·28 reads2Articles1Week
Yuvraj Chhetriforyuvichh.hashnode.net·Apr 16, 2023Simplifying the Application Deployment: OAM ApproachIntroduction The Open Application Model (OAM) is a set of guidelines and practices that help teams build and manage applications, particularly those that run on the Internet. Think of it as a recipe book that provides instructions for creating, org...Discuss·20 likes·33 readsWeMakeDevs
Kartikey Dubeykartikeydubey.hashnode.net·Apr 16, 2023Elevate Your DevOps Game with Napptive's Cloud-Native Application PlatformAre you tired of struggling with the complexities of Kubernetes development and deployment? Look no further than Napptive. With its user-friendly interface and support for the Open Application Model (OAM), Napptive streamlines the DevOps process and ...Discuss·1 likeWeMakeDevs
Pushkarpushkarpandey.hashnode.net·Apr 16, 2023Migrating The Owncloud To Open Application ModelIn this blog, I am going to discuss how to migrate an OwnCLoud(open-source application) to the OAM(Open Application Model) on the NAPPTIVE platform. What is Open Model Application(OAM) The Open Application Model (OAM) is a set of guidelines for creat...Discuss·2 likes·34 reads2Articles1Week
Prathamesh Prakash Mandavkarcode-up.hashnode.net·Apr 16, 2023Open Application Model standard and its capabilitiesWhat is Open Application Model [OPM]? If you're new to cloud-native development and deployment, you may have heard of the Open Application Model (OAM) but aren't quite sure what it is. Simply put, OAM is a specification that provides a standardized w...Discuss·36 readsWeMakeDevs
Joy Almeidaj0sal.hashnode.net·Apr 15, 2023MLH prep: My Experience from March'23The whopping 3 weeks went in the blink of my eyes but left me with a lifelong experience. The Process In 2022, I discovered MLH fellowships through a post on LinkedIn. As I delved deeper into the program through YouTube videos and blog posts, my int...Discuss·23 likes·49 readsmlh
U Jujbolte.hashnode.net·Apr 15, 2023How to start open source contributionThese are the steps to begin your open source journey: Step 1: Install Git and create your account on GitHub. Step 2: Open your Git Bash and enter the following commands: git config --global user.name "your user name" git config --global user.emai...Discuss·1 likeWeMakeDevs
ARPAN MONDALarpanunzip.hashnode.net·Apr 15, 2023Streamline Your Application Deployment with Open Application Model (OAM)Are you tired of grappling with complex and time-consuming application deployments? Are you seeking a solution to streamline the process and boost efficiency? Look no further! Open Application Model (OAM) is the answer. In today's fast-paced realm o...Discuss·71 readsWeMakeDevs
Hitesh Mishrahiteshmishra.hashnode.net·Apr 11, 2023useReducer() hook in reactIntroduction The useReducer hook is a built-in hook in React that allows you to manage state in a more complex way than the useState hook. While useState is great for managing simple state changes, useReducer is useful for managing more complex state...Discuss2Articles1Week