Latest DevOps Articles

Latest DevOps Articles curated daily from around the web.


Let’s go over a few idiomatic ways to remove duplicates from lists in Python. This is the easiest algorithm to code, but because it requires creating a new list...
In our community Discord server, we have two main groups of roles you can take on as a member, earned roles and declared roles. Earned roles, as you would expec...
Let’s go over a few idiomatic ways to remove duplicates from lists in Python. This is the easiest algorithm to code, but because it requires creating a new list...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In Python, an assertion is a statement that confirms something about the state of your program. For example, if you write a createUser function and you are sure...
In Python, an assertion is a statement that confirms something about the state of your program. For example, if you write a createUser function and you are sure...
Developers love concise code that’s easy to read. A ternary operator in Python is a piece of syntax that lets you perform a small if/else statement in a single...
Developers love concise code that’s easy to read. A ternary operator in Python is a piece of syntax that lets you perform a small if/else statement in a single...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
While lists aren’t the most efficient data structure if you’ll be doing lots of deleting from the middle, there are definitely good ways to accomplish the task....
While lists aren’t the most efficient data structure if you’ll be doing lots of deleting from the middle, there are definitely good ways to accomplish the task....
When working with files in Python, you’ll often need to check if a file exists before you do anything else with it, such as reading from or writing to it. Lucki...
When working with files in Python, you’ll often need to check if a file exists before you do anything else with it, such as reading from or writing to it. Lucki...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
We’re super excited to bring you our next learning track: Gopher Gang. We released our Python Track and Data Structures & Algorithms Track last month, and after...
Generics in Go have been released with Go 1.18! This is one of the most eagerly-awaited features since the release of the language. Many devs have gone so far a...
Generics in Go have been released with Go 1.18! This is one of the most eagerly-awaited features since the release of the language. Many devs have gone so far a...
A while back I went through the interview process at a company I won’t name here. The first interview was basically just a phone screen, where I was able to cha...