Lokesh Sharma.

Namaste! I’m Lokesh — your friendly neighborhood full-stack developer from Jaipur.

I design and build web experiences that are fast, intuitive, and a little bit delightful. Whether it’s front-end, back-end, or somewhere in between — I bring ideas to life through clean, thoughtful code.

Also, fun fact: I don’t drink coffee. Still a developer though — powered by curiosity, good vibes, and way too many open tabs. Let’s build something cool together.


Featured Projects

A glimpse of key projects showcasing skills and expertise.

  • 01 Voxa-ai - An AI-powered career platform

    01 Voxa-ai - An AI-powered career platform

    Voxa-ai is an AI-powered career assistant platform that leverages Gemini AI to generate personalized content and insights. It offers features like ATS scoring, resume feedback, cover letter generation, and interview prep tools. Automated updates keep users informed about industry trends, salaries, and in-demand skills.

    • Next.js
    • Gemini AI
    • Shadcn
    • Prisma
    • Clerk
    • Neon DB
    • PostgreSQL
    • Recharts
    • Inngest
    • TailwindCSS
  • 02 Quick Tab Search - Chrome extension

    02 Quick Tab Search - Chrome extension

    A productivity-focused Chrome Extension that allows users to search and navigate between open tabs quickly. Ideal for users who work with many tabs and need an efficient way to manage and switch between them.

    • ReactJS
    • TailwindCSS
    • TypeScript
    • ShadCN
  • 03 Darkroom - VS Code Theme

    03 Darkroom - VS Code Theme

    A sleek and minimal dark theme for Visual Studio Code designed for developers who prefer a distraction-free and visually calming coding environment. Available on the VS Code Marketplace.

    • VS Code Extension
    • JSON
    • Theme Design
    • Color Theory
View All Projects

Featured Blogs

Discover curated insights on tech trends and methodologies.

  • Understanding QueryClient Initialization in React Query: Best Practices and Pitfalls

    The Two Approaches Let's examine two common approaches to initializing QueryClient: // Approach 1: Using useState const [queryClient] = useState(() => new QueryClient({ defaultOptions: { queries: { staleTime: 60 * 1000, // 1 minute },...

    • react-query
    • React
    • tanstack-query
  • Correct Way to Write Code Comments

    Writing good code is not just about making it functional—it's also about making it readable and maintainable. One of the best tools for improving code readability is comments. But what is the correct way to write code comments? Let's explore best pra...

    • code comments
    • coding
    • Programming basics
  • 10+ Open Source Alternatives to Your Favorite Software and Apps 🔥👨‍💻

    In today's digital world, we rely heavily on software and apps for everything from work to entertainment. However, many popular programs come with hefty price tags or raise privacy concerns. This is where open-source software comes to the rescue! Ope...

    • Open Source
    • #freesoftware
    • Productivity
  • Building a RESTful API with Express and MongoDB

    The MERN stack, which includes MongoDB, Express, React, and Node.js, offers a reliable and quick solution to create modern web apps. In this post, we'll look at how to create a RESTful API with Express and MongoDB, the backend components of the MERN ...

    • REST API
    • Express
    • mongoose
  • Level Up Your TypeScript: A Guide to Built-in Types

    TypeScript, a superset of JavaScript, provides developers with static typing capabilities. This means you specify the data types that your variables and functions will accept, which improves code clarity, maintainability, and catches errors early in ...

    • TypeScript
    • typescript types
    • JavaScript
  • Validate forms with NextJS 14, typescript, and Zod

    Next.js 14, with its emphasis on efficiency and developer experience, makes an excellent platform for developing modern web apps. However, ensuring user input validity is critical to providing a satisfactory user experience. This blog article discuss...

    • nextjs 14
    • TypeScript
    • zod
View All Blogs