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 am a Front End Developer from ❀️ Bihar, India.


πŸ› οΈ Languages and Tools :

My Skills


✍️ Blog Posts :

🀟 (^_^)

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

Pinned Loading

  1. formik-validation-adaptors Public

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

    TypeScript 17

  2. 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 1

  3. Digital-signature-demo Public

    JavaScript 1

  4. express-mongodb-with-docker Public

    JavaScript 1

  5. Node.js file upload server without t...
    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...
    1
    const { text, isListening, start, stop } = useSpeechRecognition({
    2
            lang: "hi-IN", // Use Hindi as the language
    3
            continuous: true,
    4
            interimResults: true,
    5
    });