How to do a serverless AWS Route53 backup
Route53 is the platform you can use inside AWS to manage your DNS. It is simple, solid, cheap, reliable. However, it lacks something very important:
Route53 is the platform you can use inside AWS to manage your DNS. It is simple, solid, cheap, reliable. However, it lacks something very important:
You start to write a program, and it turns out great. Then, you add features over time and slightly change its behavior. You went way
Any of us needs to ping at some point in his life. In fact, it doesn’t matter if you are a network engineer or a
Let’s face it: you can code just fine without decorators. In fact, you can even write good code without them. However, decorators are an awesome
Parallelism is at the core of modern programming. In fact, the reasons for running different pieces of code at the same time are endless. Scalability,
Have you ever experienced frustration because of the code you wrote? If you have been writing code for a while now, you probably had. And,
No doubt Python is a powerful language: with a few lines of code, you can solve big problems. This is possible because of abstraction, the
Python allows you to create complex applications. If you plan to do that, you are going to write a lot of code. However, it is
Starting with functions, and then with classes, you can now create complex scripts. These scripts will handle complex data, and you need to be careful
Scripting with Python is easy: you can do awesome things by writing some simple code. However, using only the most basic features has a problem: