Umair Hafeezumairhafeez.hashnode.net·Jan 9, 2021FeaturedDeveloping & Deploying a Google Chrome ExtensionGoogle Chrome is one of the most used web browsers for so many reasons, and extensions are one of those. Ever since I started using Google Chrome, I have been using so many useful extensions built by some amazing people. I always wanted to explore ho...Tapas Adhikary and 4 others are discussing this5 people are discussing thisDiscuss·117 likes·1.0K readschrome extension
Rakesh JainforLearn Code Onlinefragile-pot-tutor-03.hashnode.net·Feb 22, 2021Ansible at Work - Patching Linux ServersWhen I started this series I mentioned one thing clearly that the tasks which we perform everyday or on a regular basis should be automated. By doing that we can save time for other important tasks. Linux Server Patching is one of those tasks which a...Discuss·89 likes·24.0K readsAnsibleansible
Bolaji Ayodejibolajiayodeji.hashnode.net·Sep 28, 2019How to deploy a Node Application and Database to HerokuHeroku is a cloud-based, fully-managed platform as a service (Paas) for building, running, and managing apps. The platform is flexible and designed with DX support for you and your team’s preferred development style and to help you stay focused and p...Discuss·87 likes·1.6K readsGeneral Programming
Florian FuchsProflorian.hashnode.net·Nov 17, 2023cupidatat Lorem duis labore fugiat consequatCillum veniam esse esse fugiat pariatur ex cillum. Ad qui laborum mollit reprehenderit exercitation aliquip. Consectetur sunt proident ea cillum cillum ex aute duis consectetur dolor nisi aliquip. Aliqua commodo mollit ea tempor dolore ullamco enim m...DiscussAWS
Priti Solankicuriousmind.hashnode.net·Apr 21, 2023Deploy Vercel Serverless FunctionI had to create a webhook demo recently and decided to use Node.js to develop a POST route quickly. However, I was then faced with where to deploy this route. Given the nature of the project, a serverless function seemed like the best option. Since I...Discuss #2Articles1Week
Matteo CollinaforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 21, 2023Introducing Platformatic DeployDuring our March launch week, we opened Platformatic Cloud to everybody, supporting static and transient deployments. One caveat: you had to use our Github Action to deploy. Today, we are changing this by adding a new platformatic deploy command as p...Discuss·131 readsdeployment
Upadrasta Harshaharshaupadrasta.hashnode.net·Apr 16, 2023Deploying Your Website and API on HerokuHeroku: The Cloud Platform for Building and Scaling Web Applications In today's fast-paced digital world, building and deploying web applications can be a complex and time-consuming process. That's where Heroku comes in - a cloud-based platform that ...DiscussHeroku
Gaurav Janjalgauravjanjal16.hashnode.net·Apr 16, 2023Best Practices for Successful Continuous DeploymentIn today's world, software development has become more and more critical for businesses. The competition is fierce, and it is crucial for organizations to get their software products to market as quickly and efficiently as possible. Continuous Deploy...Discuss·1 likecontinuous deployment
Swaleha Parvinswaleha.hashnode.net·Apr 15, 2023The Ultimate Guide to CI/CD: Benefits, Best Practices, and ImplementationIn today's fast-paced software development environment, continuous integration (CI) and continuous deployment (CD) pipelines are essential tools for developers. CI/CD pipelines automate the process of building, testing, and deploying software, making...Discuss2Articles1Week
Hoh Shen Yienshenyien.hashnode.net·Apr 12, 2023Insta-Next: Deploying Next.js on Vercel / using DockerIn this part, you are finally going to learn about deploying the Next.js app we have built so far online! I will also show you how to set up a PostgreSQL database online and deploy our Prisma Schema there. There are many ways you can deploy it, and o...Discuss·2 likes·36 readsFullstack Instagram Clone with Next.jsNext.js
Sanjana Shakyasanjana05.hashnode.net·Apr 12, 2023Day3: Basic Linux Commands#90daysofdevops challenge What is the linux command to: 1)To view what's written in a file: i)cat Cat simply prints the content of the file to standard display i.e. your screen. ii)less Less command views the file one page at a time. 2)To change the ...Discuss·56 readsKubernetes
Vishnu Prasaathpvishnuprasaath.hashnode.net·Apr 12, 2023GitHub Actions CI/CD for React app hosted in GitHub PagesLet's create a simple GitHub Actions workflow that I use on my projects with React. This workflow created on GitHub Actions will take care of automatically building and deploying the app on GitHub Pages. Can add testing and linting if needed. We will...Discuss·2 likesReact
Daniel AdeboyeforPipeOpspipeops.hashnode.net·Apr 11, 2023How To Build And Deploy A CRUD API Using Go And PipeOps.APIs have become an integral part of modern software development, enabling different systems to communicate with each other seamlessly. However, building and deploying an API can be a daunting task, especially for developers new to the process. In th...Discuss·96 readsAPIs