Developing a Reddit Gig Scraper in 24 Hours: A Practical Automation ApproachIntroduction Necessity often drives innovation, and in this case, my need to efficiently track gig opportunities on Reddit led me to develop an automated solution. Manually checking subreddits daily was neither practical nor scalable, so I built a bo...Feb 26, 2025·4 min read
Vite: Built for Speed.As a software developer with a focus on frontend development, I often felt frustrated by the runtime of unbundling the packages and initializing React.js using npx create-react-app The time it took to run through on my machine for me was way too muc...Mar 14, 2023·7 min read
Cookies; Why?Cookies are small data files that are created and stored on a user’s computer or device by a website. These files are used to store information about the user’s preferences and browsing behaviour on the website. Cookies can be categorized into differ...Mar 13, 2023·5 min read
How I got into Open-SourceI made my first PR to an open-source repository yesterday, which was a watershed moment for me. I've been in tech for quite a while now but decided to double down in 2022 and today marks a milestone in my journey for me. Here's how I made my first co...Mar 12, 2023·3 min read