Monis Azeemmonisazeem.hashnode.dev路Sep 16, 2024Auto-Deploy your Turborepo to AWS using GitHub WorkflowsI have deployed a Turborepo which has a next and express application to AWS and used GitHub Workflows for continuous deployment as soon as new code is pushed to repo. Used Nginx for reverse proxy and also enabled https on custom domain using certbot....5 likes路101 readsmonorepo
Israel Orenugaisrxl.com路Sep 4, 2024Creating Custom Actions in GitHub Actions Using DockerIntroduction GitHub Actions provides a powerful way to automate workflows in your repositories. By creating custom actions, you can encapsulate reusable workflows, scripts, and automation steps into a single unit. In this article, we will walk throug...GitHub
Hemanth Gangulahemanthgangula.hashnode.dev路Mar 12, 2024Automating Spring Boot Deployment with GitHub Actions: Docker Image Build and PushIntroduction: In the rapidly evolving landscape of software development, automating the build, test, and deployment processes is essential for efficient delivery. This tutorial will guide you through setting up a Continuous Integration and Continuous...10 likes路43 readsSpringboot
Al Farhaankhan I Inamdartheonethatstartedlate.hashnode.dev路Sep 5, 2023How to Effortlessly Deploy Your Static Site to GitHub Pages with GitHub Actions.Introduction Welcome to the world of automated website deployment! In this tutorial, we will dive into the powerful synergy of GitHub Pages and GitHub Actions. By the end of this guide, you'll have your static site deploying like clockwork, thanks to...GitHubPages
Kera Cudmorekera-cudmore.hashnode.dev路Jun 20, 2023Create a workflow to display your latest articles on your GitHub profileI recently added a workflow to list my 5 latest Cod煤 articles in my profile, and thought I'd share how I did it to allow you to do the same 馃槉 Note: These instructions are for adding an RSS Feed for Cod煤 articles specifically. If you would like to ad...GitHub Actions
Nitya Pasrijanitya-pasrija.hashnode.dev路Jun 17, 2023Episode 2: Trials and errorsHey there, so we meet again! Welcome back to my Outreachy journey, and I can't wait to tell you all about it :) I'm thrilled to have you here to witness all the ups and downs that have come my way. So, let's dive right in! 馃槃 Just to jog your memory,...18 likes路224 readsOutreachy Journey 2023outreachy-internship-2023
Jared Atandijaredatandi.hashnode.dev路Oct 7, 2022Make and Makefile: The ultimate tool to manage your projectsWhat is the difference between a make and makefile? A Makefile is a specific file format used by the "make" utility program to determine how to compile and link a group of source code files. Sometimes, it is commonly believed that make is used only i...1 like路356 readsShell(s) Tools and Shell ScriptingMakefile