🚀 Speed Up Desktop Swipes on macOS (Without Killing the Vibe)If you're like me and love the smooth swipe animation between desktops (Spaces) on macOS — but hate how laggy or sluggish it feels sometimes — you're not alone. While Apple doesn’t let us tweak animation speed directly, I found two powerful tricks th...Jun 30, 2025·2 min read
Dev Environment with DockerRedis PostgreSQL 1. Redis To start Redis using Docker, you can run a container from the official Redis image. Here’s a quick guide: 🔹 Basic Command docker run --name redis-server -p 6379:6379 -d redis 🔍 Explanation: --name redis-server: Names...Apr 9, 2025·2 min read
NextJS & Firebase IntegrationIntroduction to Next.js with Firebase Authentication This project demonstrates how to integrate Firebase Authentication with a Next.js application, providing a secure and efficient way to manage user authentication. Firebase offers a robust backend-a...Dec 26, 2024·5 min read
How Did I Not Know? 👀 #3 Center justified in tailwind CSSThere are 4 kind of text justify text align left text align center text align right text align justify Always text align justify last line is left aligned I always prefer last line should be in center to achieve that In CSS, .center-justified...Oct 25, 2024·1 min read
How Did I Not Know? 👀 #2 Macbook Keyboard ShortcutsMacbook Keyboard Shortcuts that i missed Go to HomeScreen : fn + H Show Dock : fn + A Show App Library : fn + Shift + A Quick Note. : fn + Q Control Centre : fn + C Notification Centre : fn +N Close a Window : Cmd + Shift + WOct 3, 2024·1 min read
How Did I Not Know? 👀 #1 - flexbox Baselineflexbox - baseline value will align flex items based on their contents based on their baseline.You see the above image, the content in each of these flex items sits on the same baseline Eg: alignItems: baseline; Ref: React Native Tutorial - 30 - Ali...Oct 1, 2024·1 min read
Why i shouldn't use VERCEL HOBBYWhat benefit do i get in VPS than VERCEL HOBBY? => Unlimited bandwidth Small Number of Visitors U can check the bandwidth for each app. for monthly only, so we can run dummy application in vercel. When we should move to vercel hobby to VPS...Mar 25, 2024·1 min read