Stop Getting Lost in Large Codebases: I Built a Graph Viewer in VS Code
A VS Code extension that turns functions, classes, and variables into interactive graphs (call hierarchy + references).
Why I Built a 3D Quiz Game for Studying (Not for Fun, for Retention)
Studying as a part time degree student is a constant trade off. You have limited time, limited energy, and usually
SQL injection still works?
I was a script kiddie in high school, and now that I've been away from the hacking community
Building PowerTTS: PPT → Audio → Video Pipeline (FastAPI + React)
PowerPoint to TTS Converter
Problem / Context
* Creating professional narrated presentations is time-consuming
* Users (content creators, educators, businesses) typically need to:
MyDOSH ep2 : The development has begun.(Discontinued)
After receiving my first payment for the proof of concept and planning system architecture, I continued the development once the
Unleashing the Power of Microsoft Azure as Your Workstation
In today's rapidly evolving digital landscape, businesses and individuals are increasingly relying on cloud computing to meet their
How I setup CI/CD Workflow with Github Actions , EC2 Instances and Docker for Golang Fiber
What is CI/CD ?
CI/CD (Continuous Integration and Continuous Delivery) and Docker serve different purposes but complement each other
How I deploy Golang to AWS with Amazon ec2 , Ubuntu and Mysql
On my previous blog, I wrote about how I started using Golang Fiber as a new backend for PuzzleNomic. For
Golang for PuzzleNomic v2
After the successful release of PuzzleNomic v1, I began to consider creating a new version of the API using a
Node.js Deployment
In this blog, I will share a few steps for deploying a Node.js app to DigitalOcean using PM2, NGINX