All blogs

Sharing the knowledge I learn from my coding journey, one blog at a time. Explore my collection of articles covering various programming topics, tips, etc.

How to Create SVGs in Figma and Animate Them Using Motion

Saturday, January 42025

A simple guide on creating clean SVGs in Figma and bringing them to life with Motion animations in React.

Mastering Responsive Layouts with Tailwind CSS Grid

Wednesday, June 252025

Discover how to effortlessly create responsive and flexible grid layouts using Tailwind CSS utilities, enhancing your web design workflow.

Enhancing User Experience with Framer Motion: Basic Animations

Thursday, June 262025

Learn the fundamentals of Framer Motion to add smooth and engaging animations to your React applications, improving user experience.

Building a Reusable MotionDiv Component for Next.js Applications

Thursday, June 262025

Learn how to create a flexible MotionDiv component that works seamlessly with Next.js server-side rendering while maintaining clean and reusable animation code.

How to Color Your Dev.to Article's Code Snippets.

Thursday, June 262025

A simple guide to making your Dev.to code snippets more colorful and readable with syntax highlighting. Learn different methods and best practices for better code presentation.

TypeScript: Types vs Interfaces - Which One Should You Use?

Thursday, June 262025

A practical guide to understanding the differences between TypeScript types and interfaces, with real-world examples and best practices for when to use each approach.

Building a Smooth Typewriter Animation with React and Framer Motion

Monday, July 72025

Learn how to create an engaging typewriter effect with React and Framer Motion. Complete with smooth animations, theme switching, and performance optimizations.