AqsA Baig Blogs Coding

Deep dives into software architecture, algorithmic patterns, and DevOps infrastructure. Documenting the learning process of a CS student at VIIT Pune.

Algorithms March 15, 2026 8 min read

Optimizing Data Structures for Technical Interviews

A comprehensive guide to cracking FAANG-level algorithmic challenges by breaking down trees, graphs, and dynamic programming.

Read Full Article
DevOps & ML February 28, 2026 12 min read

Deploying Machine Learning Models on AWS serverless

Step-by-step tutorial on taking a PyTorch sentiment analysis model from local Jupyter to AWS Lambda with API Gateway.

Read Full Article
Web Dev January 10, 2026 6 min read

Why Next.js App Router is the Future of Full Stack

Analyzing the architectural benefits of Server Components and how they solve the traditional React hydration waterfall problem.

Read Full Article