Skip to content
View kom50's full-sized avatar
πŸ’»
Code
πŸ’»
Code

Block or report kom50

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kom50/README.md

Hi πŸ‘‹, I'm Om Prakash


πŸ‘¨β€πŸ’» About Me :

I’m a passionate full-stack web developer from ❀️ Muzaffarpur, Bihar, India.

  • 🌱 Exploring coding challenges and solving real-world problems

  • 🌱 Currently learning and building with MERN and MEVN stacks

  • πŸ“« Reach me at: [email protected]

  • ✍️ Blog Posts

  • πŸ‘¨β€πŸ’» Check out my projects: My Portfolio


πŸ› οΈ Languages and Tools :

My Skills



πŸ“ˆ GitHub Stats


🀟 (^_^)

 SELECT * FROM world WHERE "Someone" LIKE %You%

🧠 Currently Learning

  • πŸ”Ή Advanced backend with NestJS and Mongoose
  • πŸ”Ή Performance optimization & scalable architecture
  • πŸ”Ή Cloud deployment using Render, Docker and AWS

Pinned Loading

  1. formik-validation-adaptors formik-validation-adaptors Public

    A lightweight utility to integrate Zod and Joi validation with Formik.

    TypeScript 17

  2. nest-with-supabase-postgres-prisma nest-with-supabase-postgres-prisma Public

    A simple starter codebase integrating NestJS, Supabase PostgreSQL, and Prisma ORM. This setup provides a foundational backend with a modular structure, type-safe database access, and compatibility …

    TypeScript 2

  3. Digital-signature-demo Digital-signature-demo Public

    JavaScript 1

  4. express-mongodb-with-docker express-mongodb-with-docker Public

    JavaScript 1

  5. Node.js file upload server without t... Node.js file upload server without third party libraries
    1
    Here is preview
    2
    
                  
    3
    ![image](https://gist.github.com/user-attachments/assets/4a3f24ee-be47-4fa2-9845-8f7ef05bd64e1)
    4
    
                  
    5
    
                  
  6. The `useSpeechRecognition` hook is a... The `useSpeechRecognition` hook is a reusable and generic React Hook that leverages the Web Speech API for real-time speech-to-text transcription in React applications.
    1
    const { text, isListening, start, stop } = useSpeechRecognition({
    2
            lang: "hi-IN", // Use Hindi as the language
    3
            continuous: true,
    4
            interimResults: true,
    5
    });