Serverless vs. Containers: Which is Best for Modern Application Deployment?

Zach Gardner DevOps, Keyhole, Microservices, Videos Leave a Comment

Modern application deployment involves critical decisions that can significantly influence technological growth and operational efficiency. The ‘serverless vs. containers’ debate epitomizes these choices, offering two distinct paths that cater to varying developmental needs and scenarios. Each framework provides unique advantages and presents its own set of challenges, making the decision crucial for developers who are focused on optimizing and streamlining …

How Can You Accelerate DevOps in Your Enterprise? Quick Wins & Best Practices

Keyhole Software DevOps, Keyhole, Microservices, Videos Leave a Comment

Accelerating DevOps begins by examining two critical phases of your project, each pivotal and typically managed by a person. However, inserting human elements between these phases often introduces errors and inefficiencies. By eliminating these unnecessary human interventions, you can streamline and accelerate DevOps processes effectively. This approach isn’t just theoretical—it’s a proven strategy that leading enterprises are implementing to improve …

Event Source Architecture: Exploring Concepts with Code

Event Source Architecture: Exploring Concepts with Code

Chris Sonnenberg Architecture, Articles, Development Technologies & Tools Leave a Comment

Event Source is an implementation of the Single Source of Truth architecture. Event Sourcing, at its core, just stores events as an ordered sequence of state changes. Typically, there is an Event Store that houses multiple Event Streams. Each Event Stream is an ordered sequence of Events, with each Event being a state change for the system. Projections are just …

Using Terraform to Create a Cloud Function on Google Cloud Platform

James Fielder Architecture, Articles, Cloud, Google Cloud Platform, Infrastructure As Code (IaC) 1 Comment

In this post, we will walk through using Terraform to create a Google Cloud function that triggers when a file is uploaded and outputs the file details in the log. This process has wide-ranging applications and could be beneficial in a few business environments, such as: Real-time data processing in an online shopping/e-commerce environment when a customer orders a product, …

How Do You Implement Effective CI/CD Pipelines for Enterprise DevOps?

Keyhole Software CI/CD, DevOps, Keyhole, Microservices, Videos 1 Comment

The digital landscape is constantly shifting, compelling enterprises to seek out strategies that not only streamline their development processes but also ensure the delivery of high-quality software at an accelerated pace. At the heart of this transformative push is the adoption of effective CI/CD pipelines within enterprise DevOps practices. In this blog post, we delve into the foundational principles of …