Mar 29 · 5 min read · If you want to watch a product manager's soul leave their body, sit in on a live demo of a Generative AI feature where the model takes 12 seconds to generate a response. Typing... typing... typing...
Join discussion
Jan 25, 2025 · 8 min read · In modern software development, deploying applications manually is slow, error-prone, and inefficient. Continuous Integration and Continuous Deployment (CI/CD) automate this process, ensuring faster, reliable, and consistent deployments. AWS CodePipe...
Join discussion
Jan 20, 2025 · 12 min read · In this blog, we’ll walk through the process of setting up a CI/CD (Continuous Integration/Continuous Delivery) pipeline with AWS CodePipeline for a Node.js application. This includes configuring AWS services such as IAM roles, CodeBuild, CodeDeploy,...
NAniket commented
Dec 26, 2024 · 4 min read · Hello, everyone! 🌟 Welcome back to another exciting part of our Continuous Integration journey! I’m super excited to dive into this next phase where we’ll be setting up our Docker credentials securely in AWS, kicking off the build process for our Py...
Join discussionDec 25, 2024 · 4 min read · In today's blog, we're diving into the next step of our continuous integration journey by setting up AWS CodeBuild. This part of the process automates the building and testing of our Python Flask application. So, let's get hands-on and walk through h...
Join discussionDec 25, 2024 · 3 min read · Objective Today, we’ll be setting up an AWS Continuous Integration (CI) pipeline for our Python application. This process involves creating a GitHub repository to store the source code, setting up AWS services like CodePipeline and CodeBuild, and und...
Join discussionDec 15, 2024 · 4 min read · Welcome to Day 50 of My 100-Day DevOps Journey! Today marks a special milestone in my DevOps journey—Day 50! We’re halfway through, and the learning has been nothing short of transformative. Reflecting on the past 49 days, I’ve gained insights into t...
Join discussionDec 13, 2024 · 4 min read · Welcome to Day 49 of my 100-day DevOps journey! Today, we’re diving into AWS CodeCommit, a fully-managed source control service hosted by AWS. It’s an important tool to manage your code repositories securely and efficiently within the AWS ecosystem. ...
Join discussionNov 25, 2024 · 3 min read · Welcome to Part 2 of building your CI/CD pipeline on AWS! Yesterday, you set up AWS CodeCommit as your version control system. Today, we’ll dive into AWS CodeBuild, a powerful tool to compile your code, run tests, and prepare deployment artifacts. Le...
Join discussion