Sadra Yahyapourimsadra.hashnode.net·Oct 30, 2022FeaturedHashnode Blogs on GitHub Profile@hashnode provides an RSS feed out of all your activities on its platform. You can find it on <your-domain>/rss.xml. In this article, we're going to list all your published articles on your GitHub profile. Here is a simple preview of what we're going...Sandeep Panda Test and 22 others are discussing this23 people are discussing thisDiscuss·251 likes·1.6K readsHashnode
Dylan Anthonydbanty.hashnode.net·Feb 7, 2023FeaturedHow to write a GitHub Action in RustCreating reusable GitHub Actions is an easy way to automate away everyday tasks in CI/CD. However, actions are typically implemented in TypeScript or JavaScript, and getting started in another language is much more challenging. My favorite language i...HarshSkills and 2 others are discussing this3 people are discussing thisDiscuss·95 likes·965 readsRust
Rijuth Menon Rrijuth.hashnode.net·Oct 13, 2022FeaturedDevelop your own GitHub README game!Introduction I've begun to lately notice that everyone prefers to look at people's GitHub profiles over their portfolio websites to accurately judge a person's skill level. I had to do something that would make my GitHub profile stand out - there are...Snehal Jayachander and 4 others are discussing this5 people are discussing thisDiscuss·60 likes·2.8K readsGitHubYour first paragraph is spot on. When we hire developers, we always like to see two things: their portfolio and their GitHub. 4
Jimmy Mojimmoblog.hashnode.net·Apr 24, 2023Power Platform CI/CD - How to run Power Platform CLI from GitHub hosted runnerAutomating Power Platform solution deployment has always been a topic of my interest. Recently, a friend of mine encountered an issue with GitHub Actions for the Microsoft Power Platform. Essentially, he was frustrated that there wasn't an action ava...Discuss·28 readsPowershell
Rodrigo Martins Mansuelimansueli.hashnode.net·Apr 21, 2023How to Use GitHub Actions for Backing Up Supabase Storage ObjectsGitHub Actions is a feature that allows you to automate your software development workflows right in your GitHub repository. You can create custom workflows that perform any job you'd like, such as building, testing, deploying, or packaging your code...Discuss·73 readssupabase
Leonid Meleshinleon0399.hashnode.net·Apr 19, 2023Automated code coverage reports for PlatformIO with GitHub Actions.A funny thing happened yesterday: I've just merged my ranch with code coverage reports for my project with PlatformIO, opened Twitter to tweet about it, and precisely at that moment, PlatformIO themselves posted their own blog post! https://twitter.c...Discuss·41 readsarduino
Anushka VisapureforTeckbaker's Blogteckbakers.hashnode.net·Apr 8, 2023Github Action Workflow To Launch Azure Resources Using Terraform.GOAL: Make GitHub action workflow to create a resource group, virtual network, network security group, and virtual machine over Azure using Terraform. GITHUB ACTIONS: It is a modern CI/CD tool integrated natively on GitHub. It provides the possibili...Discuss·4 likes·73 readsDevops & CloudAzure
Karan CSkaranblog.hashnode.net·Apr 7, 2023Why GitHub Actions is better than Jenkins!GitHub Actions vs Jenkins: Which is Better for Your CI/CD Pipeline? Continuous Integration and Continuous Deployment (CI/CD) have become essential for modern software development. They enable developers to release software faster, more reliably, and ...DiscussGitHub
Shivam Mahajanshivammahajan.hashnode.net·Apr 4, 2023Part-1: Setting Up CI/CD using GitHub Actions, SonarCloud, and ArgoCD on Google Kubernetes EngineLearn how to automate your software development workflows and deploy applications seamlessly to Google Kubernetes Engine (GKE) using the powerful combination of GitHub Actions, SonarCloud, and ArgoCD. In this tutorial, we'll guide you through setting...Discuss·55 readsCI/CD
Devang Tomardevangtomar.hashnode.net·Mar 31, 2023Unleashing the Full Potential of GitHub Actions: A Beginner’s Guide 🚀I just recently started using GitHub Actions, and I’m blown away by what it’s capable of. Simply put, GitHub Actions facilitates the creation of workflows within the GitHub code repository. This is not limited to a CI/CD pipeline; you can also create...Discuss·1 like·28 readsGitHub Actions
Julia Wakabapython-and-pearls.hashnode.net·Mar 23, 2023Streamline Angular CI/CD Pipeline with GitHub Actions AutomationIn the world of software development, building and deploying applications can be a complex and time-consuming process. However, with the help of modern tools and technologies, this process can be streamlined and made more efficient. In this article, ...Discuss·1 like·47 readsDevops
Daniel McLoughlinclouddevdan.hashnode.net·Mar 17, 2023Private Endpoints and Terraform - A Tale of TimeAdding Private Endpoints to resources in Azure is an excellent way to secure their connectivity by preventing access over public internet. Taking resources offline however adds its own challenges, particularly when a resources DNS changes part-way th...Discuss·468 readsAzure
Ed SSemuwembaedsemu.hashnode.net·Mar 17, 2023How to setup GitHub Actions CI in a Rails 7 appWhat is GitHub Actions For the uninitiated, GitHub Actions helps automate certain aspects of a software project's build, test and deployment aspects. If your project is already on Github, it makes sense to utilise what GitHub Actions has to offer.The...DiscussRuby on Rails