Published onMay 2, 2023Why is it so hard to create PWA with Next.js?frontendtypescriptnextjsreactjavascriptwebdevpwaDiscover the challenges of creating PWAs with Next.js, the powerful next-pwa plugin, and the exciting future with the @imbios/next-pwa package.
Published onApril 14, 20233 Scalable Next.js Architecture BoilerplatefrontendtypescriptnextjsreactjavascriptwebdevtipstutorialboilerplateA collection of Next.js boilerplates for building scalable web applications.
Published onDecember 20, 2022Hello React, Goodbye useEffect (I Hope)frontendjavascriptweb-developmentreactuseEffect has been used so much that it has become a crutch for many developers.
Published onNovember 21, 2022Big O Notation in JavaScriptalgorithmsbig-odata-structuresjavascriptA quick overview of Big O Notation in JavaScript
Published onNovember 17, 2022Debounce in Next.jsnextjsreactjavascripttypescriptdebounceCheap way to handle expensive operations in Next.js
Published onNovember 16, 2022JavaScript Set, Every Junior Should Knowfrontendjavascriptwebdevweb-developmentdata-structureJavaScript Set is a data structure that stores unique values of any type. In this article, we will learn about the Set data structure and its methods.
Published onNovember 15, 2022JavaScript Hashmap, Performant and Simplefrontendjavascripthashmapdata-structureweb-developmentKey-value pair variable in JavaScript