Hello World.
Sharing thoughts and experiences
A personal blog sharing insights on technology, programming, and life experiences.
Recent Notes
Quick thoughts and brief shares
Focus on Core Web Vitals: LCP, FID, and CLS. Optimize images, minimize JavaScript, and use efficient loading strategies.
Always write meaningful commit messages, use feature branches, and keep commits atomic. This makes collaboration much easier.
CSS Grid is great for 2D layouts, while Flexbox excels at 1D layouts. Use Grid for overall page structure and Flexbox for component-level layouts.
Recent Articles
In-depth articles and insights
My Programming Learning Journey
Personal insights and experiences from learning programming
Understanding TypeScript Generics
Deep dive into TypeScript generics and their practical applications
Getting Started with Astro
Learn how to build fast websites with Astro framework