As a frontend engineer and lifelong learner, I’m dedicated to crafting beautiful web experiences. Dive into my blog for insights, tips, and a dose of inspiration.
Automate Lighthouse Report with Puppeteer
This automation, using Puppeteer to automate Lighthouse report generation, ensures consistent and timely performance insights for our application, allowing us to proactively address any issues and maintain optimal performance. by Mohit kandhari
Caching techniques in frontend
Optimize Your Frontend with Advanced Caching Techniques, and client-side storage to create faster, more efficient web applications. by Mohit kandhari
Mock JSON GraphQL Server
Discover how to create a mock JSON GraphQL server on our blog. Find easy-to-follow tutorials and tips to improve your testing and development process using simulated environments. by Mohit kandhari
Types of testing in frontend development
Testing is a crucial aspect of frontend development to ensure that the user interface works as intended and provides a positive user experience. Various types of testing are performed on frontend applications. Here are some common types of testing for frontend applications: by Mohit kandhari
Logout issues in using multiple tabs in ReactJS or NextJs: BroadcastChannel
BroadcastChannel is a JavaScript API that allows communication between different windows, tabs, or frames that are under the same origin. It provides a simple way to broadcast messages to multiple recipients and facilitates inter-tab communication in web applications. by Mohit kandhari
Understand SWR Hook in 10 minutes
SWR (Stale-While-Revalidate) is a React hook used for data fetching in web applications. It's commonly used to manage remote data and state synchronization with minimal effort. SWR is not limited to React; it can be used with other frameworks or even vanilla JavaScript. by Mohit kandhari