3 followers
The Dev Journey is where I share my coding experiences, tips, and lessons learned. From solving challenges to exploring tech, join me in growing as a developer and building impactful software!
Next.js এ লোকাল HTTPS সেটআপ · ওয়েব ডেভেলপমেন্টে, বিশেষ করে যখন API ইন্টিগ্রেশন এবং PWA (Progressive Web App) নিয়ে কাজ করা হয়, তখন লোকালহোস্টে HTTPS একটি...
Seamless Dynamic Routing in React Apps on Vercel: A Quick Fix · Deploying a React app on Vercel is straightforward, but dynamic routes often break when...
Full code example import React from 'react'; import { Percent, Heart, Star, Send } from 'lucide-react'; const GradientBorderExamples = () => { ...
Optimize your VS Code experience by configuring these settings to exclude unnecessary files, improving search, navigation, and overall performance. · If...
Enhance Your UI with Smooth, Pulsing Animations · Have you ever wanted to add a touch of magic to your React applications? In this tutorial, we'll create...
The skip option in Redux Toolkit Query (RTK Query) is a simple yet powerful feature that prevents unnecessary API calls when certain conditions aren’t...