sakshya aroraforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Dec 10, 2021Intergrating GitHub Actions For Automating App BuildsIn this article, I'll be demonstrating how I managed to automate builds for iOS and Android for my Expo app. There are many repetitive tasks that we do to build our app before submitting it to the testflight for testing whenever we make new changes. ...Ahmad ElMadi and 1 other are discussing this2 people are discussing thisDiscuss·112 likes·5.2K readsMisc.Expo
Anuja KumariforKubesimplifykubesimplify.hashnode.net·Apr 4, 2022✨ Introduction to Jenkins ✨👉 Before we jump to Jenkins, let's understand the situation before Jenkins(or before Continuous Integration). Manual Build Process Developers have to wait until the complete software is developed for the test results. If the test results show bugs...Saiyam Pathak and 3 others are discussing this4 people are discussing thisDiscuss·108 likes·6.8K readsJenkinsNice introduction! 4
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
Jenna ThorneforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 26, 2023What is a CI/CD pipeline?Continuous Integration (CI) and Continuous Deployment (CD) pipelines are a series of steps that should be done to deliver a new version of the software. Furthermore, CI/CD pipelines are a practice focused on boosting software delivery throughout the ...Discuss·46 readsci-cd
Satish Sutarsatishsutar-cloud-and-devops.hashnode.net·Apr 25, 2023System Administration with JenkinsIntroduction Jenkins is a popular open-source automation server. It is widely used to automate tasks related to building, testing, and deploying software applications. While Jenkins is primarily known for its use in software development, it can also ...Discuss·3 likesDevOps ManifestoDevops
Rajendra Ranarajendra51.hashnode.net·Apr 25, 2023#KubeWeek Day 1Kubernetes Architecture and Components. Kubernetes Installation and Configuration. The first and foremost thing you should understand about Kubernetes is, it is a distributed system. Meaning, it has multiple components spread across different server...Discuss·29 reads#KubeWeekChallenge
Prashantprashhantss.hashnode.net·Apr 25, 2023Get Into DevOpsIntroduction Software development is a complex process that involves many different teams and processes. Traditionally, development and operations have been handled by separate teams, which can lead to inefficiencies, miscommunication, and delays in ...DiscussDevops
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...Discussaws sam
Shivraj Salunkheshivrajofficial.hashnode.net·Apr 24, 2023Docker for DevOps EngineersDocker is a popular tool used by DevOps Engineers for containerization and managing application deployments. Here are some key points to know about Docker for DevOps: Containerization: Docker uses containerization to package applications and their d...Discuss·10 likesDocker
Yogitha Kkakarlayogitha.hashnode.net·Apr 24, 2023Jenkins Pipeline code CI part using Code commit, AWS ECR, Jenkins, maven, sonarqube, dockerToday I successfully developed an end-to-end CI/CD pipeline for deploying Java applications using Amazon EC2, AWS code commit, Maven, SonarQube, Jenkins, Docker, ECR The project involves building and deploying a Java application using a CI/CD pipelin...Discuss·1 likeci-cd
Akanksha Singhakankshasingh.hashnode.net·Apr 24, 2023Day 26 Task: Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarati...Discuss·1 likeDevops
Ajinkya Kumbharajinkyak423.hashnode.net·Apr 23, 2023CI/CD Introduction - Part IIntroduction In today's fast-paced and rapidly changing software development world, delivering software quickly and efficiently has become more critical than ever before. Continuous Integration and Continuous Delivery, commonly known as CI/CD, have b...Discuss·1 likeci-cd
Sumit Ghorpadesumitramchandra.hashnode.net·Apr 23, 2023Documentation - Complete Jenkins CI/CD ProjectDocumenting projects can improve project outcomes, increase efficiency, and reduce the risk of errors and miscommunications. Task 1 Document the process from cloning the repository to adding webhooks, Deployment, etc. as a README, go through this exa...Discuss·66 readsDevops