Avdhesh Varshneyavdhesh-blogs.hashnode.dev·3 hours agoNLP Pipeline from Data Acquisition to DeploymentWhat is NLP Pipeline? NLP is a set of steps followed to build an end-to-end NLP software. Pipeline provides the thinking to build any app from a basic level up to advanced or real time used applications. NLP software consists of the following steps...DiscussPipeline
Prathamesh Patilpatilprathamesh.hashnode.dev·Nov 19, 2024Setting Up CI/CD for a Node.js CRUD API with GitHub Actions, Docker, and AWS EC2Setting up CI/CD pipelines for deploying applications is crucial for delivering software efficiently and reliably. In this guide, we'll walk through how to create a CI/CD pipeline for a Node.js application with CRUD APIs. We'll use GitHub Actions, Do...Discusscicd
Munilakshmi G J100daysdevops.hashnode.dev·Nov 18, 2024Day 23 of 100 Days: CI/CD Basics: Setting Up a Simple Pipeline in Jenkins (Let's Automate!)Hello there, budding DevOps engineer! 🎉 Are you ready to explore the exciting world of Jenkins and CI/CD? Jenkins is your automation wizard, helping you build, test, and deploy code effortlessly. Let’s create a fun pipeline to say "Hello, World!" wh...Discussci-cd
Nhlahla Sibiyadataandinsight.hashnode.dev·Nov 17, 2024Building a Well-Organized Grocery Store: A Metaphor for Your Data WarehouseIn today’s data-driven world, businesses rely on well-structured data warehouses to make informed decisions. But building a data warehouse can seem daunting, so let’s simplify things with a familiar metaphor: a well-organized grocery store. By compar...DiscussData Science
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Nov 16, 2024Complete Jenkins CI/CD Project - Continued with DocumentationWanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...DiscussDevOpsTrainWithShubham
Pulkit Yadavlinux-fundamental.hashnode.dev·Nov 15, 2024Building a To-Do App with Jenkins PipelineIntroduction In this blog, I will guide you on how to deploy a simple Node using Jenkins. js To-Do application. Jenkins is a very cool CI/CD tool, it helps in automating the Build Test and Deploy Process of your software. Even if you are a new to Jen...Discuss·1 like#90daysofdevops
Vinayak Gavariyavinayakgavariya.hashnode.dev·Nov 13, 2024what is Dataflow? how to connect pub/sub with Dataflow and BigQuery for real-time data processinghi everyone! as the title says, i will try to explain google cloud dataflow in this article. why? well, let’s just say i struggled quite a bit while figuring it out! so, i decided to document everything i learned to make it easier to understand (and ...Discuss·1 likeGCP
Parth Sikkaspotify-playlist-through-terraform.hashnode.dev·Nov 11, 2024Building a Complete CI/CD Pipeline: Git ➔ Jenkins ➔ Docker ➔ DockerHub ➔ KubernetesIntroduction: In this post, we’ll walk through creating a full CI/CD pipeline to automate deployments from code in Git to a live application on Kubernetes. We’ll cover each step: setting up Jenkins, configuring Docker images, pushing to DockerHub, an...DiscussInfrastructure as code
REHAN SAYYEDdignitas.hashnode.dev·Nov 9, 2024Building an On-Prem IaC WorkflowCreating an IaC Pipeline Let’s navigate to the /home/ubuntu/iac/ directory. All of the scripts we will use today can be found in this directory. cd /home/ubuntu/iac/ Vagrantfile Let's start by taking a look at the Vagrantfile: cat Vagrantfile Vag...DiscussDevsecopsansible
Sonia Udumasohnya.hashnode.dev·Nov 9, 2024Improving Security in CI/CD Pipelines (Review)There is no CI/CD without git commit and git push. So, let us talk about what a CI/CD pipeline genuinely is. By automating the stages of app deployment, DevOps teams use CI/CD pipeline to deliver apps consistently. This procedure, which is started b...Discussimproving security