The Development Universe
A unified monorepo containing all my work โ from personal projects and open-source libraries to my portfolio and coding experiments.
Itโs a single place to track my development journey, share ideas, and build in the open.
Major things coming soon here from private repos ๐
MetaRepo is not just a monorepoโit's a living showcase of best practices in DevOps, MLOps, and cloud-native engineering. Here you'll find:
- Real-world deployment configs for every major cloud platform (AWS, GCP, Azure, Cloudflare, Heroku) and edge provider.
- End-to-end DevOps/MLOps blueprints: CI/CD pipelines, monitoring, observability, and infrastructure-as-code.
- Boilerplates and production templates for Kubernetes, Kafka, Prometheus, Docker, and more.
- Multi-language support: Node.js, NestJS, Golang, Rust, Java/Spring Boot, and every stack I explore.
- As I build new projects, every deployment pattern, config, and best practice will be documented and committed here for the community.
All projects are orchestrated to live under the adnanthecoder.com domain, forming a cohesive, open platform for my work and learning.
- OU Result Analysis: A high-performance dashboard for Osmania University students. It features robust year-wise filtering (2nd, 3rd, 4th Year), automated leaderboard generation based on SGPA, and a clean UI for navigating complex result data.
- Web-V2: The current-generation flagship site. Built with Next.js 15, it represents the cutting edge of my frontend expertise, featuring seamless animations and edge-optimized performance.
- Web-V1: The foundation that started it allโnow serving as a reference for legacy implementations and architectural growth.
- Admin-Web: The command center for maintaining all internal services and managing database interactions.
- CF-Server: A cloud-native backend powered by Cloudflare Workers. It uses Drizzle ORM and Cloudflare D1 to deliver low-latency, globally distributed APIs.
- Super-Auth: A private-grade authentication library now consolidated into the monorepo for universal use across my applications.
I leverage a modern, industrial-strength stack to ensure every project is scalable, type-safe, and ready for the edge.
| Frameworks | Logic & Types | Database & ORM | Infrastructure |
| Next.js 15, React 19 | TypeScript, Nx | Cloudflare D1, Drizzle | Cloudflare Workers/Pages |
This codebase uses Nx to manage the relationship between apps and packages.
- Clone & Install:
git clone https://github.com/Adnan-The-Coder/zero-day-codebase.git cd Metarepo pnpm install - Serve an App:
# Launch the ECE/CSE Result Analysis tool nx serve ou-result-analysis # Launch the v2 Portfolio nx serve web-v2
Most of these applications are deployed via OpenNext onto Cloudflare Pages, providing sub-second load times globally. You can find the results of this monorepo live at adnanthecoder.com.
"Building the future, one commit at a time."
Adnan โข adnanthecoder.com