Dynamically Generate OG ImageNo blog site is complete without having beautiful social cards image, which will popup when you share link with someoneRead Blog
How I built my website with NextJSHave a look at tech stack that powers this website. I will share many useful resources, technologies and features that I am planning to implement next.Read Blog
Understanding Docker FileWhat is docker, walk through of the simple docker file to understand how layering and caching works. This will help you in writing layers to optimally use the cache strategy.Read Blog
Create Videos With ReactYou can leverage web technologies you already know like CSS, SVG. Remotion allows you to create videos with React. You can even directly embed the videos on your site.Read Blog
Go Mouse Less With VIMVIM is hard because it is different, and because it is different it is better.Read Blog
Optimizing react componentReact tries to effectively render your components, but it is still possible to run into performance issues.Read Blog
Slots for react componentThe key feature of React is composition of components. Components written by different people should work well together. If you are familiar with Svelte then you may have heard about slots pattern.Read Blog
Accessibility Best PracticesAccessibility and usability are two closely related aspects in designing the website that works for all. The primary focus of accessibility is people with disabilities, but we will be discussing how most of the accessibility requirements improve usability for everyone.Read Blog
Setup monorepo rather than multi repoSetup single repository to store your codebase instead of one repo per package.Read Blog