python

Creating an API with AWS

When developing an API (Application Programming Interface) from scratch, there are many things to think about. Where to host it, how to deal with load...

November 6, 2021
2 More

Creating a Python Decorator

What is a decorator? Despite its name, a decorator doesn’t make python prettier. A decorator in python is a function that augments or modifies another...

June 6, 2021
0 More