This article presents the idea that IT shouldn't be responsible for data quality alone; it's a task that everyone in the organization should be accountable for.
Let's look at a sample app that works locally, but fails when deployed, and how you might use the scientific method to debug the failures in containerized apps.
DevOps does more than just combining Agile development concepts with IT operations. So, what are the other ‘Ops’ to consider? And how do they compare to DevOps?
Whether you want to protect important code logic or to prevent unauthorized access, here are the steps you should take to secure the source code of your Node.js apps.
Agile tests ensure products meet technical and functional needs. In this post, let's explore the A-Z of Agile Testing and how it helps deliver quality software.
In this article, we discuss the need for businesses to leverage Apache Kafka to better implement scalable, real-time infrastructures for event streaming.
This article shows how you can debug a simple Node.js application running in a Docker container. Use this tutorial as a reference while building your own!
GitOps approach for configuration management is, probably, the best for most of the projects outhere. I'm a big fan of this approach and, in this article, I’ll explain why.
In these series I’m going to explain how to set up your workspace to accomplish Infrastructure as Code with Terraform, Kubernetes and Helm. This setup is based on my real world experience as a DevOps…