Darsh Shahiamdarshshah.hashnode.net·Nov 18, 2020FeaturedHow to Add Your Recently Published Articles to Your GitHub Profile README using GitHub Actions 🤖Do you want to show off your articles on GitHub? 🤭 If you said YES, Then you're at the right place. By the end of this article, you'll have your latest articles listed on your GitHub Profile README. 📌 TL;DR - Before we begin, You must have your G...224 likes·2.1K readsHashnode
Bhargav PonnapalliforBhargav Ponnapallidefiant-expansion-translate-65.hashnode.net·Feb 2, 2021How I automated my Github Readme with Hashnode articlesI live on Hashnode and Github now. So I thought, how can I show my Hashnode contributions on my Github Profile Readme? Note: This post is a little intense if you are a Git beginner but source code to all of this tutorial is linked to the bottom of ...145 likes·510 readsHashnode
Victoria Lovictoria.hashnode.net·Sep 3, 2021FeaturedGitHub Actions 101: Creating Your First WorkflowAs technology constantly evolves, developers are seeking new ways to have more efficient development workflows. GitHub Actions allows developers to automate, customize, and execute their software development workflows from the repository itself. Henc...135 likes·9.0K readsGitHub Actions 101GitHub
Jasper Gabrielkshyun28.hashnode.net·Apr 25, 2023Step-by-Step Guide: Setting Up CI/CD for AWS SAM Applications with GitHub ActionsIntroduction Over the years, the adoption of serverless applications has increased significantly. This has enabled startups to iterate more quickly by deploying proof of concepts and code without having to handle much of the cloud infrastructure. Add...aws sam
Dimitri Ivashchukd-ivashchuk.hashnode.net·Apr 25, 2023PDF visual regression testingWhy testing PDFs 🗃️ Visual regression testing for PDFs is vital in today's digital world, ensuring document accuracy and consistency. Organizations can detect unintended visual differences by implementing PDF visual regression testing, maintaining q...visual regression testing
mecrin luvismecrinluvis.hashnode.net·Apr 23, 2023# Day 17 Git Cherry-Pick and Git StashGit Stash Git stash is a command that allows you to temporarily save changes that you have made to a branch, without committing those changes. This can be useful if you need to switch to a different branch to work on something else, but you don't wa...TrainWithShubham
Imamuzzaki Abu Salamimbios.hashnode.net·Apr 23, 2023How I Made a Reminder to Write a Blog Post Using GitHub ActionAs a writer, I understand the importance of consistency when it comes to publishing new content. However, there are times when life gets in the way, and it can be challenging to remember to write a new blog post. To help me stay on track with my shar...10 likes·30 readsGitHub
Eniola Amioladevopsnode.hashnode.net·Apr 22, 2023AWS Load Balancer and ASG with Terraform and GitHub ActionsIntroduction In today's world, where technology has become an essential aspect of our daily lives, it is important to have a reliable and scalable infrastructure to support your applications. The ability to quickly and easily provision and manage inf...1 like·65 readsAWS
MadCoding7588crashcode.hashnode.net·Apr 21, 2023How to Generate a Personal Access Token in GitHub and use it to clone and push with Githttps://youtu.be/Glw_Vza90ogPersonal-access-tokens
Peter Njugunapcodesdev.hashnode.net·Apr 21, 2023How to Push Files Over 100MB to GitHub: A Step-by-Step Guide with Git Large File Storage (LFS)Git Large File Storage (LFS) Git Large File Storage (LFS) is a tool that allows large files to be stored outside of a Git repository while still being version controlled. Here are the step-by-step instructions to use Git LFS on the three major operat...75 readsGit
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...41 readsarduino
Kunj Patelkunj.hashnode.net·Apr 19, 2023A Deep dive into DevOps #5Building a custom CI/CD pipeline in Github Actions can significantly improve the speed and efficiency of your development process. In this article, we'll go through the steps for creating a custom CI/CD pipeline in Github Actions. Step 1 - Set Up You...10 likesDevops
Success Godswill Chibuzogodswillch.hashnode.net·Apr 18, 2023Git Workflow: A Comprehensive Guide for Effective Version ControlIntroduction: Version control is an essential aspect of modern software development, allowing teams to collaborate, track changes, and maintain a history of their codebase. Git is a widely used distributed version control system that provides a power...45 reads2Articles1Week