top of page


How to resize an image with Python
You can use the Python PIL (Python Imaging Library) module to resize an image. Here is an example of how to use PIL to resize an image...

Austin
Jan 12, 20231 min read
Â
Â
Â


How to make an HTTP Request with Python
To make an HTTP request in Python, you can use the requests library. Here's an example of how to send a GET request to the Python...

Austin
Jan 4, 20231 min read
Â
Â
Â


How to install Node using Node Version Manager - NVM
We will be going over the steps that it will take to install Node using Node Version Manager (NVM) on Linux Ubuntu 18.04. Even though I...

Austin
Mar 11, 20222 min read
Â
Â
Â


Useful Docker Links
This post lists useful Docker resources that I have found myself visiting often. Bookmark this page if you find this useful as well....

Austin
Mar 2, 20221 min read
Â
Â
Â
bottom of page