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
Tools & Frameworks
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.
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.
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.
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.
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.
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.
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.
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 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.
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.
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.
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.
mini-git
Git implementation from scratch with core commands: init, add, commit, log, status.