News

In this small tutorial we are going to create a Lambda function in AWS using Infrastructure as Code (IaC) with Terraform. The first thing we are going to do is to create our code in Python. Create a ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
A monthly overview of things you need to know as an architect or aspiring architect.
The number of arguments a function takes. From words like unary, binary, ternary, etc. A closure is a scope which captures local variables of a function for access even after the execution has moved ...