10 Intro EC2 Concepts DevOps Needs To KnowEC2, or Elastic Compute Cloud, is AWS’s way of renting someone virtual servers in the cloud. What used to be in-house server stacks are now available in the cloud as EC2 instances. Just like normal servers, EC2 instances can be pre-configured to have...Jun 7, 2023·6 min read
Declaring Global Variable in Bash Scripting for BeginnersThere might come a time when you’re working with bash scripting and you’re constantly setting variables with every new session you start. This can become tiresome and redundant after the third or fourth time doing it. But, did you know that you can s...Nov 29, 2022·4 min read
How I Used 2 Windows for 1 Test in SeleniumbaseI recently came across a test case where I needed to open the same URL in two different sessions to simulate two users interacting with the same DOM. I use Seleniumbase to automate my tests, but I couldn’t find an example or documentation to illustra...Nov 16, 2022·6 min read
Why I’m Starting a Blog as a Software EngineerI’ve now read several articles about why software developers should start a blog, each of them with very compelling reasons. It pushed me down a YouTube rabbit hole too, watching vlogs of software engineers at big companies and what they do on a dail...Nov 10, 2022·5 min read
The 12 Books I'm Going to Read in 2022Every year I like to challenge myself to read more books. There are many benefits of reading books, but the main one for me is gaining a wealth of knowledge from people much smarter than myself. I tend to focus more on the self-improvement side of t...Dec 21, 2021·3 min read
How I Learned the Basics of Python in 2 WeeksI had a brief encounter with Python when I went through General Assembly’s full stack Bootcamp back in 2020. However, I haven’t been using Python all that much since. I wanted to refresh myself on it so that I could better understand it’s implementat...Dec 8, 2021·5 min read
How I Use Notion To Stay ProductiveWhile I was finishing up college, I had several different projects on my plate at the same time and I often felt overwhelmed. Between school work, working in the music industry in various capacities, and keeping up with general life duties, there was...Dec 8, 2021·7 min read