Blog
Thoughts, ideas, and knowledge sharing
Filter by tags
Next.js 15's New Features
Exploring the major features and performance improvements in Next.js 15. We'll cover App Router stabilization, new caching strategies, and various updates for improved developer experience.
TypeScript Best Practices
Sharing TypeScript coding patterns and tips that you can use in production. Learn how to improve type safety and code quality with practical examples.
React Performance Optimization Guide
Discover various techniques to improve the performance of your React applications. We'll cover memoization, code splitting, rendering optimization, and more.
Modern CSS Layout Techniques
Learn about modern layout techniques using CSS Grid and Flexbox. This post provides practical examples considering responsive design and accessibility.
Node.js Backend Architecture Design
Designing scalable Node.js backend applications. This post introduces clean architecture principles and patterns proven in production.
Improving Web Accessibility
Learn about accessibility guidelines and implementation methods to create websites accessible to all users. We'll cover WCAG standards and practical applications.