Latest DevOps Articles

Latest DevOps Articles curated daily from around the web.


medium.com

What is DevOps
DevOps is the combination of two words one is the software development and another one is operations. Basically, DevOps is the single term that able to handle t...
“Hope is not a strategy. Luck is not a factor. Fear is not an option.” Just in order to open a talk about incidents and why it’s important to take care of them...

www.upguard.com

What is the CIA Triad?
Confidentiality, integrity and availability (the CIA triad) is a security model that guides information security policies within organizations. To avoid confusi...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this tutorial, How to create DevOps CI/CD pipelines using Git, Jenkins, Ansible, Docker, and Kubernetes on AWS. How to learn DevOps. Step by step Hand-on Lab...
This article talks about some Myths/anti-patterns/wrong ways/what not to do. However, it is not about DevOps tools, philosophy, best practices, or anything rela...
Have you ever deployed code from one environment to another only to have to spend time reconfiguring files, re-downloading libraries and redoing work because th...
Some failures are worse than others.Everyone who uses modern technologies has encountered errors and software failures. While in most cases the programmers’ mis...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Are you an architect?Introduction Agile is a methodology used by many enterprises as a software development methodology to deliver value to end-users incrementa...
The Consumer Electronics Show (CES) starts tomorrow.
You'll get a compilation and/or runtime error, as templates must have a single root element. Typically, you'll fix this problem by adding a "wrapper" div as a p...

blog.loadmill.com

Testing in Production
Testing in production refers to the execution of software tests in a live environment. It is a valuable approach to software testing because it mirrors the real...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Kubernetes won the hearts and minds of open source developers. After Linux, it is the most popular open source project of the community. Its contributors range...
If there are external IPs that route to one or more cluster nodes, Kubernetes Services can be exposed on those externalIPs. Traffic that ingresses into the clus...
Welcome to part three of a three-part series of posts on PostgreSQL’s table functions. These functions can be easily leveraged in a distributed SQL database lik...
When chatting about source control best practices the other day, I was asked about repeated Git commit messages.