To deepen my understanding of how APIs work and to gain hands-on experience , I decided to build my own API using Azure Functions and their serverless architecture. I initially considered doing it with Azure Cosmos, but this took me a few days, and having Azure Cosmos DB running for […]
FileUploaderCLI Tool
For fun, I decided to make a CLI tool for bash that helps speed up the process a bit for uploading files into an Azure storage account. Features Prerequisites To use this tool, you must have: Installation Steps Clone the repo from github: Ensure the azure cli is installed: How […]
Configuring Cisco Switch with VLANs
Let’s say you want multiple LANs, but only have one switch? Or maybe you want to separate your networks into smaller sections, with each one having a different purpose? One for your trusted devices, one for Guest access, one for management, etc. How can you do this? This can be […]
Installing PfSense with Virtual Box
In today’s digital landscape, cybersecurity is more important than ever. Cybersecurity has become an increasingly more important concern for organizations and individuals. With cyber threats and new constantly changing vulnerabilities, it is important for you to have a firewall set up if you value your network safety. That’s where PfSense […]
Packet Tracer – Setting up A SOHO Network with 3 Subnets
I made a YouTube video about this. Click here to check it out. If you’d rather read an article, continue below. Networking is a fundamental aspect of modern day technology. Understanding how a network functions is essential for any IT professional. One of the best ways to gain practical experience […]
Python Encryptor/Decrypter
During my time of studying for the CompTIA Network+ exam last week (I passed), there was a heavy emphasis on keeping everything secure. Encryption, hashing, VPNs, port security, etc. It is insane to me that past protocols and systems just sent information between computers completely naked out in the open. […]
Setting up a Virtual Server to Host This Site
Today I set up a Self Hosted Word Press Server using Digital Ocean. First I set up an account on Digital Ocean. After I created an account, I set up a Droplet(virtual server) on Digital Ocean and got a domain name to attach to my given IP Address. A droplet […]