Latest DevOps Articles

Latest DevOps Articles curated daily from around the web.


A frequent conversation I have is about branching patterns. CD requires continuous integration and CI requires some form of trunk-based development with either...
The purpose of this article is to demonstrate integration of Machine Learning with DevOps. We will be performing following tools and technologies to perform the...
uch like software applications, infrastructure provisioning has moved away from monolithic solutions, shifting focus towards decoupled components and utilisatio...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Version 0.38.0 of Cake has been released. In this version we’ve got a few features and improvements and one bug fix, full list of changes at end of this post
A quick read on how to set up a single control-plane Kubernetes setup with Kubeadm and Calico. I have used Ubuntu Server with the minimum configuration required...
I got the chance to read Accelerate by Nicole Forsgren, Jez Humble and Gene Kim. I found the material useful, relatable to my work and wanted a quick summary to...
Learn how to take your first steps towards becoming a development and operations engineer DevOps refers to a set of practices that combines software development...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
This blog was originally published at https://blog.shiftleft.io. Your new Head of Information Security just walked in and wants a quick catch up with your team....
In this article, we will be discussing what is a sniffing attack and how you can save yourself or an organization from a sniffing attack. We will also cover som...
In data center infrastructure design, admins may wonder if it's more beneficial to place all cabling overhead to save the cost of a raised floor or pay more upf...
Reactive Systems build user confidence by ensuring that the application is available whenever the users need it in all conditions. The Reactive Manifesto is a d...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
sudo yum remove docker docker-common docker-selinux docker-engine docker-cesudo yum install -y yum-utils device-mapper-persistent-data lvm2sudo yum-config-manag...

medium.com

Golang Maps
how to create, update, delete and loop through golang maps A map is a builtin type in Go that is used to store key-value pairs, where each key is unique. all th...
by A lot of developers confuse OAuth with web session management and hence end up using the wrong protocol/set of technologies. The difference between...
Although the apps might have similar users, they likely have different permissions they need to enforce. Imagine a situation where only a subset of users of the...