Om Dev Karki
Full-Stack Developer
I build scalable web apps with clean UX and solid backend architecture
About Me
Problem solving through clean code
Passionate about building systems that solve real problems. I focus on clean architecture, performance optimization, and creating intuitive user experiences.
Tech Stack
Featured Work
Projects
Full-Stack Architecture
Building Systems That Scale
This person actually builds systems, not just UIs. Here's how I architect production applications.
Frontend
• React & Next.js
• Server Components (RSC)
• Optimized State Management
• Responsive & Accessible
API Layer
• RESTful & GraphQL APIs
• Server Actions & Route Handlers
• Authentication & Authorization
• Error Handling & Logging
Database
• PostgreSQL & NoSQL
• Indexed Queries
• Connection Pooling
• Migrations & Schemas
DevOps & Tools
• Docker & Containerization
• CI/CD Pipelines
• Performance Monitoring
• Git & Version Control
Example: Server Action Pattern
'use server'
export async function createPost(formData) {
// Validate input
const title = formData.get('title')
// Call database
const post = await db.posts.create({
title,
authorId: session.user.id,
createdAt: new Date()
})
// Return data
return post
}Skills
Experience & Expertise
Frontend
Backend
Database
Tools & DevOps
Get in Touch
Let's work together
I'm interested in building great products and solving complex problems.
Or connect directly
omdevkarki@gmail.com