Blog
A collection of articles about frontend development, web performance, best practices, tutorials, and more.

Best Ways to Structure Your React Projects for Scalability
In the dynamic landscape of web development, building scalable and maintainable React applications is crucial for success. As your projects evolve and grow in complexity, having a solid structure in place becomes essential to ensure scalability, flex...

How to setup verified commits on GitHub
In the world of software development, maintaining the integrity and authenticity of code is paramount. One effective way to enhance this security is through verified commits using GPG (GNU Privacy Guard). In this comprehensive guide, we'll explore th...

How to add support for PWA in Next JS (App Router)
You can add Progressive Web App (PWA) support In Next JS App Router in a few minutes and zero dependencies. First, I need to explain to you all about progressive web apps and their benefits of implementing in your project. What is a Progressive Web A...