Skip to content

Instantly share code, notes, and snippets.

View Krishprajapati15's full-sized avatar
:octocat:
Building dreams in code...

Krish Prajapati Krishprajapati15

:octocat:
Building dreams in code...
View GitHub Profile
@Krishprajapati15
Krishprajapati15 / tanstack-api.md
Created June 24, 2025 10:58
TanStack Query (formerly React Query) is a powerful, framework-agnostic data-fetching and caching library for building fast, reactive, and resilient web applications. It manages server state, caching, background sync, pagination, and much more—so you can focus on building features, not fetching data.

TanStack Query: Powerful Data Fetching for Modern Apps

TanStack Query (formerly React Query) is a powerful, framework-agnostic data-fetching and caching library for building fast, reactive, and resilient web applications. It manages server state, caching, background sync, pagination, and much more—so you can focus on building features, not fetching data.


🚀 Key Features

  • Smart Caching – Automatic and configurable caching of server data, minimizing unnecessary requests.
  • Background Synchronization – Keep data fresh by refetching in the background, on focus, or reconnect.
@Krishprajapati15
Krishprajapati15 / vonage-api.md
Created June 24, 2025 10:57
Vonage (formerly Nexmo) offers a powerful, flexible suite of APIs that enable developers to add real-time communication—voice, video, messaging, and more—into any application. With global reach and robust reliability, Vonage’s platform is trusted by businesses of all sizes for scalable customer engagement, two-factor authentication, notification…

Vonage: The All-in-One API Platform for Communication

Vonage (formerly Nexmo) offers a powerful, flexible suite of APIs that enable developers to add real-time communication—voice, video, messaging, and more—into any application. With global reach and robust reliability, Vonage’s platform is trusted by businesses of all sizes for scalable customer engagement, two-factor authentication, notifications, and more.


🚀 Key Features

  • SMS, Voice, and Video APIs – Send SMS globally, make/receive phone calls, and embed live video with just a few lines of code.
  • Messaging APIs – Integrate with WhatsApp, Facebook Messenger, Viber, MMS, and more.
@Krishprajapati15
Krishprajapati15 / clerk-auth.md
Created June 24, 2025 10:54
Clerk provides a complete, easy-to-use authentication and user management solution for modern web and mobile applications. It offers prebuilt components, secure APIs, and full support for popular frameworks—letting you add sign up, sign in, user profiles, social login, and more in minutes.

Clerk Auth: Simple Authentication for Modern Apps

Clerk provides a complete, easy-to-use authentication and user management solution for modern web and mobile applications. It offers prebuilt components, secure APIs, and full support for popular frameworks—letting you add sign up, sign in, user profiles, social login, and more in minutes.


🚀 Key Features

  • Prebuilt UI Components – Drop-in sign up, sign in, user profile, and multi-factor authentication widgets.
  • Social, Passwordless, and Magic Link Logins – Easily enable Google, GitHub, Twitter, and email/passwordless login.
@Krishprajapati15
Krishprajapati15 / neon-db.md
Created June 24, 2025 10:53
Neon DB is a modern, serverless Postgres platform that brings powerful cloud-native features like instant branching, autoscaling, and point-in-time recovery. It’s designed for developers who want fast, flexible, and cost-efficient relational databases—perfect for building scalable apps without managing infrastructure.

Neon DB: Modern, Serverless Postgres

Neon DB is a modern, serverless Postgres platform that brings powerful cloud-native features like instant branching, autoscaling, and point-in-time recovery. It’s designed for developers who want fast, flexible, and cost-efficient relational databases—perfect for building scalable apps without managing infrastructure.


🚀 Key Features

  • Serverless – Only pay for what you use, with automatic scaling up and down.
  • Instant Branching – Create database branches instantly for development, testing, or experiments, without affecting production.
@Krishprajapati15
Krishprajapati15 / dev-helper.md
Created June 18, 2025 11:42
Dev Helper is an all-in-one productivity tool built for developers to streamline coding, debugging, and collaboration. With features like a code snippet manager, instant API documentation, smart error lookup, and ready-made project templates, Dev Helper helps you work faster and smarter. Whether you’re a solo coder or part of a team, Dev Helper …

🛠️ Dev Helper – The Ultimate Developer Productivity Tool

Dev Helper Banner

🚀 What is Dev Helper?

Dev Helper is a powerful, all-in-one toolkit designed to supercharge developer productivity. Whether you’re coding, debugging, or collaborating, Dev Helper brings essential features right to your fingertips—streamlining your workflow and making every project a breeze!


@Krishprajapati15
Krishprajapati15 / vapi-ai-assistance.md
Created June 18, 2025 11:39
Vapi AI Voice Assistant is a cutting-edge, AI-powered voice assistant designed to enable natural, conversational interactions with your devices and apps. With real-time voice recognition and customizable workflows, Vapi brings hands-free productivity, smart automation, and seamless integration into your everyday tech experience. Perfect for deve…

🎤 Vapi AI Voice Assistant

Vapi AI Voice Assistant Banner

🚀 What is Vapi AI Voice Assistant?

Vapi AI Voice Assistant is an intelligent, conversational, and customizable voice assistant powered by state-of-the-art AI models. It enables natural and seamless voice interactions, making it easy to automate tasks, retrieve information, and control devices—all hands-free!


@Krishprajapati15
Krishprajapati15 / readme.md
Created June 9, 2025 13:45
This project demonstrates how to use the useMemo hook in React for optimizing performance in components with expensive calculations. The useMemo hook allows you to memoize the result of a computation so that it only recalculates when its dependencies change. This prevents unnecessary recalculations on every render, making your application more e…

React useMemo Hook Example

This project demonstrates how to use the useMemo hook in React to optimize expensive calculations and avoid unnecessary re-renders.

What is useMemo?

  • useMemo is a React Hook that memoizes the result of a computation, so it’s only recalculated when its dependencies change.
  • Purpose: Prevents expensive calculations from running on every render if the input hasn't changed.
  • Syntax:
@Krishprajapati15
Krishprajapati15 / AI-Readme.md
Created June 4, 2025 14:37
The Rise of AI-Powered Productivity Tools

🚀 The Rise of AI-Powered Productivity Tools

AI Productivity

✨ Introduction

Artificial Intelligence (AI) is transforming how we work, learn, and create. In recent years, AI-powered productivity tools have surged in popularity, revolutionizing tasks from writing and coding to project management and design.


@Krishprajapati15
Krishprajapati15 / redme.md
Created June 4, 2025 14:35
Understanding CI/CD: Best Practices to Maintain Code Quality in Fast-Paced Open-Source Projects

🚀 Understanding CI/CD: Best Practices to Maintain Code Quality in Fast-Paced Open-Source Projects


📖 What is CI/CD?

CI/CD stands for Continuous Integration and Continuous Deployment/Delivery — a modern software development practice designed to automate the building, testing, and deployment of applications.

@Krishprajapati15
Krishprajapati15 / deep-clone-magic-js.md
Created June 3, 2025 04:45
This magical JavaScript function deeply clones any object—including those with circular references. It’s a powerful tool for advanced state management, copying complex structures, or just learning more about JavaScript’s quirks. Try it out and impress your friends!

✨ Magic JavaScript Deep Clone (Handles Circular References!)

Ever wanted to deep-copy any JavaScript object, even those with circular references? Here’s a magical utility function that does just that. Perfect for copying state in complex apps, or just wowing your friends!


/**
 * Deeply clones a value, including objects with circular references!
 * @param {any} value - The value to deep clone.