Skip to content
<Rojit />
Answers

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 answer

What 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 answer

How 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 answer

What 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 answer

Is 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 answer

Is 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 answer

Where is Rojit Pokharel based?

Rojit Pokharel is based in Kathmandu, Nepal, and works with clients both locally and internationally.

Read the answer

Technical 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 answer

How 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 answer

How 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 answer

How 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 answer

How 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 answer

What 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