// Welcome to my digital space
Building secure & scalable systems
Full-stack developer & security enthusiast specializing in high-performance applications and bulletproof architectures.
// By the numbers
Track Record
Commits
Projects
Years Exp
Coffees
// Technical expertise
Skills & Technologies
From low-level systems programming to cloud infrastructure, I work across the full stack with a focus on security and performance.
// Secure authentication handler
export async function authenticate(
credentials: AuthPayload
): Promise<Session> {
const hash = await bcrypt.hash(
credentials.password, 12
);
return createSession(hash);
}{Frontend}
- >React
- >Next.js
- >TypeScript
- >Tailwind CSS
{Backend}
- >Node.js
- >Python
- >Rust
- >Go
{Database}
- >PostgreSQL
- >Redis
- >MongoDB
- >Prisma
{Security}
- >OAuth 2.0
- >JWT
- >Encryption
- >Pen Testing
{Cloud}
- >AWS
- >Vercel
- >Docker
- >Kubernetes
{Tools}
- >Git
- >Linux
- >Vim
- >CI/CD
// Featured work
Open Source Projects
A selection of projects I've built and contributed to. All code is open source and available on GitHub.
SecureVault
End-to-end encrypted password manager with zero-knowledge architecture
CloudDeploy
Infrastructure-as-code tool for multi-cloud deployments
APIForge
Auto-generate type-safe APIs from database schemas
// Ready to collaborate?
Let's Build Something Amazing
Whether you need a secure backend, a sleek frontend, or full-stack development, I'm here to help turn your ideas into reality.