React Query - A Complete Guide
Master React Query with this comprehensive guide. Learn data fetching, mutations, pagination, and advanced techniques to optimize your React applications.
Yogini Bende
Oct 13, 2024
engineering
React Query - A Complete Guide
Master React Query with this comprehensive guide. Learn data fetching, mutations, pagination, and advanced techniques to optimize your React applications.
Yogini Bende
Oct 13, 2024
Horizontal vs Vertical Scaling of Database
In this article, let's explore the nuances of horizontal and vertical scaling in system architecture, when to use each approach, their pros and cons, and real-world examples to optimize your infrastructure.
Yogini Bende
Oct 06, 2024
How to Fetch Data in React with useSWR
Learn to efficiently fetch and manage data in React using SWR. Explore caching, real-time updates, and error handling for optimized API requests.
Kaushal Joshi
Sep 29, 2024
What is Shadcn UI and why you should use it?
Shadcn UI is a customizable component library for building modern web apps with React and Tailwind CSS. Learn why it's ideal for faster development and scalability.
Kaushal Joshi
Sep 28, 2024
What are Pick and Omit Utility Types in TypeScript?
Learn how to use TypeScript's Pick and Omit utility types to simplify your code and enhance type safety.
Kaushal Joshi
Sep 25, 2024
How to use Tailwind CSS flexbox?
Learn how to use Tailwind CSS Flexbox utilities to create responsive, flexible layouts with ease. Master flex direction, wrapping, alignment, and more.
Kaushal Joshi
Sep 24, 2024
How to use Tailwind CSS grid?
Master Tailwind CSS grid layouts with this comprehensive guide. From basic setups to complex responsive designs, simplify your workflow with practical tips.
Kaushal Joshi
Sep 23, 2024
How to Delete a Git Branch Both Locally and Remotely?
Learn how to efficiently delete Git branches both locally and remotely. This guide covers step-by-step instructions, best practices, and troubleshooting tips for clean branch management.
Yogini Bende
Sep 21, 2024
What is HTMX
Learn how HTMX, a lightweight library empowers HTML, simplifies AJAX, along with its features, usage, and advantages over complex frameworks.
Yogini Bende
Sep 21, 2024
How to Use an Exit Function in Python to Stop a Program
This article explores the Python `exit()` function, its usage, best practices, and practical examples to control program flow and termination.
Yogini Bende
Sep 21, 2024
Python For Loop (with examples)
Learn how to master Python for loops and the range() function with various examples and best practices for iterating through sequences, implementing counters, and optimizing your Python code.
Yogini Bende
Sep 19, 2024
How to Convert a String to an Integer in Python
Learn how to convert a string to an integer in Python. Explore data types, type conversion methods, and see examples of casting strings to integers in Python.
Yogini Bende
Sep 18, 2024
How to use Vercel's Geist Font in Next.js?
Discover how to easily add Vercel's sleek and modern Geist font to your Next.js project for clean typography and enhanced UI design.
Kaushal Joshi
Sep 17, 2024
Python Switch Statements: Examples and Use Cases
Python 3.10 introduced the match statement, providing an elegant way to implement switch-case functionality. This article explores its syntax along with examples and various use cases
Yogini Bende
Sep 17, 2024
How to use Shadcn UI in your Nextjs Project?
Learn how to seamlessly integrate Shadcn UI into your Next.js project for building dynamic, responsive UIs with React & Tailwind CSS for modern web development.
Kaushal Joshi
Sep 16, 2024
How to Revert Last Commit in Git
Learn the step-by-step process to undo your last Git commit, including methods for local and remote changes.
Yogini Bende
Sep 15, 2024
How to Copy Text to the Clipboard with JavaScript
Learn to enhance web apps with Clipboard API. Copy text easily, check permissions, and create interactive features.
Yogini Bende
Sep 12, 2024
How to add a favicon in Nextjs?
Learn about how to add and troubleshoot favicons in Next.js, including setting up Apple Touch Icons, with practical steps and solutions for common issues.
Yogini Bende
Sep 11, 2024
Important Python features you must know
Python is a versatile language with key features like simplicity, extensive libraries, and strong community support. Ideal for AI, web dev, and more.
Yogini Bende
Sep 06, 2024
Python File Operations: Read, Write, Copy and Delete
In this comprehensive guide, we'll explore various file operations in Python, including reading, writing, copying, and deleting files.
Yogini Bende
Sep 03, 2024
Calculating Square Root in Python
A guide to calculating square roots in Python using math.sqrt(), numpy.sqrt(), and the ** operator. Compares methods and explains when to use each approach.
Yogini Bende
Sep 02, 2024
Transfer Data Between Remote Servers and MongoDB Instance
This article explains importing remote server data to MongoDB via mongodump and mongorestore command tools.
Ankit Bansal
Aug 30, 2024
Implement Sign In with Apple in React Native
A tutorial on how to enable Apple Sign-In in React Native. Tutorial covers UI, User validation, and sessions for a secure and user-friendly authentication
Vaishnav Chandurkar
Aug 25, 2024
Next.js Image Optimization Using next/image component
Learn how to use the Next.js image tag effectively and optimize images for performance and responsiveness to enhance your applications with visually stunning and fast-loading images.
Yogini Bende
Aug 23, 2024
Creating a Custom Toggle Switch Component in React Native
A tutorial on how to create a custom toggle switch component in react native to ensure a consistent look and feel across platforms (iOS and Android)
Vaishnav Chandurkar
Aug 22, 2024
What is PNPM and why you should use it?
PNPM is a faster, more efficient package manager for Node.js. In the article, we will learn installation, benefits and why it's worth switching from npm
Yogini Bende
Aug 20, 2024
How to Implement Rate Limiting in Next.js
Learn how to implement rate limiting in Next.js to prevent server overload, enhance security, and ensure fair usage.
Sachin Chaurasiya
Aug 04, 2024
How To Embed YouTube Videos Using RSS Feed
If you're curious about how to embed YouTube videos from your channel or playlist on your website or personal portfolio, check out this four-step tutorial.
Vaishnav Chandurkar
Jun 28, 2024
Implement login with Google in React Native
A tutorial on how to enable Google Sign-In in React Native. It covers setup, UI, user validation, and sessions for a secure and user-friendly authentication
Yogini Bende
Jun 20, 2024
How to check internet connection in React Native and show an offline alert
A tutorial on how to check internet connection in React Native for both Android and iOS. Learn how to show an offline alert when the user has no internet.
Yogini Bende
Feb 21, 2024
What are SOLID principles of programming?
We're going to dive into the world of SOLID principles and explore how we can implement them in JavaScript
Yogini Bende
Sep 14, 2023
Deep Dive into Peerlist's Skill Recommendation Algorithm
How Peerlist recommends relevant skills to add to your profile using collaborative filtering techniques.
Nakshatra Saxena
Sep 12, 2023
How To Transfer Data Between Docker MongoDB Instance?
How to take mongoDb data dump and restore it from a docker instance to your local machine and vice-versa.
Ankit Bansal
Sep 03, 2023
How to add Google One Tap Login in Nextjs App?
This article is about implementing Google one-tap login and rendering personalized sign in with google button in Nextjs without any external library.
Ankit Bansal
Sep 01, 2023