Surajaidevs.hashnode.dev·Dec 20, 2024🤯GitHub's Copilot Now Available for Free to UsersFREE TIER OF GITHUB COPILOT 🤯 GitHub has launched a free version of Copilot, its popular AI-powered coding assistant. This move is a significant step toward democratizing AI tools in software development and aligns with GitHub’s commitment to empow...GitHub
Edrich Lewiscosmicoceangreen.hashnode.dev·Dec 5, 2024Terraform - Create EC2 resource using GitHub ActionsBelow is a complete enterprise-level solution with detailed steps to create an EC2 instance in the Ohio region (default subnet) using Terraform. It incorporates best practices such as remote state management, separate provider configuration, and reus...GitHub Actions
Prince OnukwiliforfreeCodeCampfreecodecamp.org·Dec 5, 2024The CI/CD Handbook: Learn Continuous Integration and Delivery with GitHub Actions, Docker, and Google Cloud RunHey everyone! 🌟 If you’re in the tech space, chances are you’ve come across terms like Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment. You’ve probably also heard about automation pipelines, staging environments, pro...Continuous Integration
Bittu Sharmabittublog.hashnode.dev·Dec 1, 2024Step-by-Step Tutorial on Using GitHub Actions for AutomationGitHub Actions is a powerful tool that allows you to automate your development workflows. With GitHub Actions, you can build, test, and deploy your code right from your GitHub repository. In this beginner's guide, we'll take a detailed walkthrough of...github-actions
Sadra Yahyapourblog.imsadra.me·Nov 27, 2024Notio - Hashnode Post-Publication LLM ToolkitAs someone who manages various communities with different languages, personalities, and audiences, I've always wanted them all to benefit my Hashnode blogs, but I haven't been successful. Some readers found my articles boring, while others thought th...36 likes·246 readsHackathonsModusHack
Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...2 likes·357 readsDocker
Jaeho Chaischar.hashnode.dev·Nov 17, 2024GitHub Actions를 활용한 Discord 알림 자동화들어가며 친구와 프로젝트를 진행하면서 생산성에 영향을 미치는 문제를 발견했습니다. 야근 등 일정에 의해 주기적인 회의가 불가능하다. 회의가 늘어지면 집중력이 떨어진다. 그래서 고민하던 차에, 예전에 Jenkins와 Mattermost를 활용해 빌드 성공 알림을 보낸 기억이 떠올랐습니다. 커밋을 구체적으로 작성하고 이를 자동으로 디스코드에 알린다면 작업한 내용을 쉽게 공유하고, 이를 바탕으로 효율적으로 회의 및 프로젝트 진행이 가능할 것이...10 likesGitHub Actions
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 8, 2024Step-by-Step Guide to Setting Up GitHub Actions for CI/CD: Building Your Own CI/CD Pipeline EasilyIntroduction: Why GitHub Actions? If you're working on a project, you've probably faced the challenge of keeping your code organized and bug-free. Every time you make changes, there’s a risk of breaking something. GitHub Actions is here to help. It a...GitHub
Preston OsoroforfreeCodeCampfreecodecamp.org·Nov 7, 2024How to Set Up Automated GitHub Workflows for Your Python and React ApplicationsAutomating workflows is an essential step in helping you maintain code quality in your applications – especially when working on both frontend and backend code in a single repository. In this guide, we’ll walk through setting up automated GitHub work...CI/CD
Harsh Soniharshdevopss.hashnode.dev·Nov 5, 2024Getting Hands-on with Git & GitHubTask 1: Set your user name and email address, which will be associated with your commits Task 2: Create a repository named "DevOps" on GitHub. Connect your local repository to the repository on GitHub. Create a new file in Devops/Gi...1 likeGit