Direct Answers
Direct answers first, then the detail. These pages answer questions about Rojit Pokharel — who he is, what he builds, and how — plus practical technical answers drawn from production experience.
About Rojit Pokharel
Who Rojit Pokharel is, what he specializes in, and how to work with him.
What does Rojit Pokharel specialize in?
Rojit Pokharel specializes in full-stack web application development and system architecture — production web applications built with Laravel, Django, React, Next.js, and scalable infrastructure.
Read the answerWhat technologies does Rojit Pokharel use?
Laravel and PHP for backend, React and Next.js for frontend, Django for Python projects, MySQL or PostgreSQL for databases, and Docker, Nginx, and Linux for infrastructure.
Read the answerHow much experience does Rojit Pokharel have?
Rojit Pokharel has been a full-stack developer at Infinity Digital Agency in Kathmandu since 2025, and has delivered 12+ production client projects across e-commerce, travel, education, insurance, and restaurant domains.
Read the answerWhat web applications has Rojit Pokharel built?
Rojit Pokharel has built a restaurant management SaaS, a UK insurance claim platform, an offline-first home services marketplace, e-commerce marketplaces, a gold exchange MIS, and AI/ML systems — 12+ production projects in total.
Read the answerIs Rojit Pokharel a Laravel developer?
Yes. Laravel is Rojit Pokharel's primary backend framework — he builds production SaaS, e-commerce, and management systems with Laravel, Filament, Reverb, and Livewire.
Read the answerIs Rojit Pokharel available for freelance work?
Yes. Rojit Pokharel is open to freelance projects and full-time opportunities, and usually responds within 24 hours via the contact page or info@rojitpokharel.com.np.
Read the answerWhere is Rojit Pokharel based?
Rojit Pokharel is based in Kathmandu, Nepal, and works with clients both locally and internationally.
Read the answerTechnical Answers
How production systems are actually built — from a full-stack developer and system architect.
How do you deploy Laravel with Docker?
Run Laravel behind Nginx in a Docker Compose stack with separate services for Nginx, PHP-FPM, MySQL/PostgreSQL, Redis, and queue workers, with health checks and multi-stage builds.
Read the answerHow does Laravel Reverb work?
Laravel Reverb is a first-party WebSocket server for Laravel. It keeps a persistent connection with browsers, and the Laravel app broadcasts events over Redis channels that Reverb relays to subscribed clients in real time.
Read the answerHow do you optimize PostgreSQL?
Start with schema design — normalized tables, foreign keys, and indexes on the columns used in WHERE, JOIN, and ORDER BY — then profile queries with EXPLAIN ANALYZE and add targeted indexes.
Read the answerHow do you make Next.js applications SEO-friendly?
Use the App Router with server-side rendering or static generation so content is in the initial HTML, add per-page metadata with canonical URLs, generate a sitemap and robots.txt, and use semantic HTML and structured data.
Read the answerHow do you integrate Nepali payment gateways like Khalti and eSewa?
Route each gateway through an abstraction layer: one payment interface, an adapter per provider (Khalti, eSewa, Stripe), webhook reconciliation with idempotency keys, and retry logic for failed charges.
Read the answerWhat does a full-stack web developer do?
A full-stack web developer builds the complete web application — frontend, backend, database, and often the deployment infrastructure — so a product works end-to-end.
Read the answer