AI agents are rapidly transforming industries across the board, bringing new opportunities for intelligent automation and efficiency. Companies like Salesforce with AgentForce, OpenAI with Agent Swarm, and NVIDIA with Agent Blueprints are leading the charge, but the shift is accessible to all businesses looking to innovate.
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
CI/CD Pipelines & Use Cases: Everything DevOps Consulting Has Taught Me
Throughout my DevOps consulting career, I've realized that the true value of our work lies in optimizing processes to free up developer time. A key part of optimizing DevOps processes is understanding the difference between manual (on-demand) and automated (triggered) processes.
In this post, we’ll dive into both manual and automated triggers, exploring their roles and integration in CI/CD pipelines. We’ll also tackle the differences between Continuous Delivery and Continuous Deployment, and why one might be a more realistic goal than the other. By understanding these mechanisms and exploring automation opportunities, you can streamline workflows, reduce errors, and boost productivity in your development process.
Max Cascone
CI/CD Tools & Processes: Everything DevOps Consulting Has Taught Me
Continuous Integration (CI) and Continuous Delivery & Deployment (CD) are pivotal concepts in modern software development, facilitating rapid and reliable delivery. By frequently integrating code into a shared repository, detecting issues early, and automating deployments, CI/CD ensures that software can consistently be released to production with high confidence.
Max Cascone
GitHub as a Platform Engineering Platform - The GitHub Actions Path
In the dynamic realm of technology, innovations evolve from cumbersome initial concepts to streamlined solutions. This journey of continuous enhancement parallels the shift in system administration from manual, labor-intensive setups to the elegant processes of the DevOps era, emphasizing automation and efficient application delivery.
Leo Diaz Longhi
Monitoring StackStorm with Prometheus and Grafana
StackStorm is an open source automation platform that allows you to integrate and automate workflows across your infrastructure. Monitoring StackStorm and its dependencies, such as MongoDB, RabbitMQ, and system metrics, is crucial for ensuring its availability, performance, and reliability. In this blog post, we'll explore how to monitor StackStorm using Prometheus and Grafana, along with exporters for various components, such as:
Karamveer Kaur
Deploy a Static Site to AWS (S3 + CDN + R53) in One Step
Ready to save time deploying your content to AWS? We have a solution for you. Bitovi has created a new GitHub action that uploads your repo content into an S3 bucket and transforms it into a full-blown website. With just one step, our GitHub action sets up DNS, certificates, and even a CDN to get your website up and running in record time.
Leo Diaz Longhi
How to Create an External Data Store for Your Docker-to-EC2 Deployment
We've recently demonstrated how to use a GitHub Action workflow to deploy an application to an AWS EC2 instance. While this is an excellent starting point, it does not provide the ability to store non-ephemeral data.
Phil Henning