Latest DevOps Articles

Latest DevOps Articles curated daily from around the web.


The first 30 days on the job may seem crazy with too many things that require your attention. As a first time manager, it may seem that your world has turned up...
by When microservices became popular in the past decade, everybody hailed them as the nail in the coffin of monolithic architecture. Given all of the advantage...
Stackify April 8, 2020 Developer Tips, Tricks & Resources The Software Development Life Cycle (SDLC) refers to a methodology with clearly defined processes for...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
by It represents an innovative improvement over using the previous versions of SAP R/3 with SAP ERP because of the optimization of SAP S/4 for use with SAP HAN...
In Software testing, several testing practices help in validating how the developed software is functioning as per the customer requirements and user expectatio...
On many occasions in the recent past, working with distributed Agile teams has amplified existing organizational, technical, and cultural challenges in many org...
If you are using Terraform for managing Infrastructure as code, you might run into a situations where you will need to cherry pick a few terraform resources fro...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.

medium.com

Code Forensics
Troubleshooting it’s a very interesting skill-set. People are always fixing bugs but very little we are talking about bugs(investigations). Being able to run in...
I’ve recently had to work on services which require to be installed on Windows, and because of this using a container was out of the question. It was part of a...
In this article I’d like to talk about our scheduled or event-triggered jobs we made to keep things organized, fast and less error-prone. So we felt the need to...
I have recently given my AWS SAPro exam, passed with ‘920' score and want to share my experience and throw some light into the details of the examination along...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
We use OWASP dependency check plugin in Jenkins To detect known vulnerabilities in a project’s dependencies. Adding the OWASP Dependency Check plugin to our pip...
One of the most common questions we get about using Terraform to manage infrastructure as code is how to handle secrets such as passwords, API keys, and other s...
We want to analyze, compare, and use the full dataset that we have gathered. If the data have been gathered in separate sheet and tables, sometimes with duplica...
by This time, I wanted to share my solution to loading custom settings from a JSON file into Laravel’s config. But if you have a lot more logic happen...