Category: Programming

Blog Post: Building a Scalable, Serverless Platform with AWS – A Solo Operator’s Journey

As a solo operator running a content platform with AI-driven features, I’ve learned the importance of building an architecture that’s scalable, compliant, and manageable without a large team. Today, I’m excited to share the architecture behind appA, a serverless platform hosted in AWS us-west-2, designed to support user authentication, content moderation, payment processing, and more—all

AWS Dashbaord With Python, Boto and Flask

So I actually started working on a small little dashboard for AWS for another project I am working on in the office; however I decided to fork it and make this into a dashboard which could be used by many other people to get a single view of their AWS environment. Besides that I also

Website Scraping With Python and Beautiful Soup

So a buddy of mine asked me to help him write a shell script which can scrape content from a website and put it into a mongodb database. I didn’t really feel like writing a shell script to do that since I figured it would be a huge pain in the a**. So I decided