Posts
2022
How to Initialize Sized or Filled Arrays in JavaScript
·2 mins
While you can easily initialize an empty array in JavaScript like, const arr = [].
How to Deploy a REST API on AWS EC2 with Python and Docker
·3 mins
In this tutorial I will walk through the steps you need to take to deploy a simple Flask API to AWS.