Email copied!
tl;dr

Hi, I'm Faizan Shaik

A developer engineer who builds everything from embedded systems to web products to AI solutions. I love working on backend, infra, and full-stack applications that scale.

Based in Hyderabad · Have something to build? Reach out →

LATEST ARTICLES

view all →

Tech I Love

Languages

Go C++ Python TypeScript Java SQL

Tools & Frameworks

React Next.js Spring Boot PostgreSQL Redis Docker Kubernetes AWS Elasticsearch

My Activity

View Profile →

Last 10 Merged PRs

Loading...

Work Experience

Projects

BookMyEvent

Scalable microservices platform for high-concurrency event booking with zero overselling. Features optimistic locking, two-phase booking, smart waitlisting, and real-time search powered by Elasticsearch.

Go PostgreSQL Redis Elasticsearch Docker React

Crisp AI Interview Platform

Full-stack technical interview platform with dual roles for recruiters and candidates. Features AI integration, resume uploads, timed coding sessions, role-based authentication, and real-time interview management. Built with Bun, Hono, React, and PostgreSQL.

TypeScript Bun Hono React PostgreSQL AI Integration

Garbage Collection Simulator

Interactive mark-and-sweep garbage collector implementation for the Snek programming language. Features three-phase algorithm (mark, trace, sweep), tricolor abstraction, object lifecycle visualization, and educational demo with color-coded output showing memory management in action.

C Memory Management Garbage Collection Systems Programming Virtual Machine

Phoenix Crawler

High-performance web crawler that generates CSV reports of internal links, content, and images. Features concurrent crawling, URL normalization, and structured data extraction for SEO analysis and AI training.

Go Concurrency Web Scraping CSV Export

LinkLens Extension

Chrome extension for instant link previews with Ctrl+Click or Long-Press. Features privacy-first design, customizable themes, dark mode, and works on X-Frame-Options protected sites. Available on Chrome Web Store.

JavaScript Chrome Extension CSS HTML

Gork CLI

AI-powered coding agent CLI that performs file operations and executes Python scripts using natural language commands. Features function calling with Gemini API, file system interaction, code execution, and modular architecture for extensible AI agent capabilities.

Python Gemini API Function Calling CLI AI Agent

LeetStats

Social LeetCode statistics tracker that enables users to add friends and compare competitive programming progress. Features comprehensive statistics tracking, group comparisons, progress visualization, and integration with LeetCode data for engaging competitive programming experiences.

Next.js TypeScript Tailwind CSS LeetCode API Data Visualization

LeetFetch

Interactive LeetCode API explorer that lets developers query and test LeetCode's GraphQL API. Features real-time data exploration, code snippet generation, theme switching, and ready-to-use API examples for building LeetCode-related applications.

Next.js TypeScript GraphQL Tailwind CSS Shadcn/ui

Fetch Links

Next.js web app for extracting YouTube playlist links and titles with one-click copying. Features server-side processing, YouTube Data API integration with fallback scraping, responsive bubblegum-themed UI, copy toasts, and multiple output formats for easy playlist sharing.

Next.js TypeScript Bun YouTube API Server Actions Web Scraping

Gator RSS Aggregator

CLI-based RSS feed aggregator that collects posts from multiple sources into PostgreSQL. Features user management, feed following, continuous aggregation, and terminal-based browsing with configurable intervals.

Go PostgreSQL RSS CLI Database

Pluto SSG

Custom static site generator built in Python that converts Markdown to HTML using a template system. Features recursive HTML node tree parsing, inline markdown processing, block-level element support, and a complete build pipeline similar to popular SSGs like Hugo and Astro.

Python Markdown HTML Parsing Template Engine Static Site Generation

Pokedex CLI

Interactive command-line Pokédex application with location exploration, Pokémon catching mechanics, and collection management. Features command history, tab completion, caching system, and realistic catch rates based on Pokémon strength using PokéAPI.

Go CLI API Integration PokéAPI Caching

mini-git

Git implementation from scratch with core commands: init, add, commit, log, status.

Python OOP