blog.nirdeshpokhrel.com.npThe Mystery of Leading Zeros in JavaScript: A Fun DiscoveryOne day, our intern, Mr. Shailendra, whom we call Lala Ji, found something strange. While working on a JavaScript project, he noticed that numbers with leading zeros were acting weird. This made me curious, so I decided to look into it more. What I f...May 31, 2024路3 min read
blog.nirdeshpokhrel.com.npExploring NestJS Architecture: Understanding Modules, Controllers, and ProvidersIntroduction NestJS, a framework built on top of Node.js, offers a robust and structured architecture for building scalable and maintainable applications. At its core are three fundamental concepts: Modules, Controllers, and Providers. In this compre...Mar 20, 2024路3 min read
blog.nirdeshpokhrel.com.npMastering Guards and Custom Decorators in NestJS: A Comprehensive GuideIntroduction: NestJS, with its modular architecture and robust features, empowers developers to build scalable and maintainable applications. Two essential features that contribute significantly to NestJS's versatility and security are Guards and Cus...Mar 19, 2024路3 min read
blog.nirdeshpokhrel.com.npNextjs : (window is not defined) react-apexchartsApex Charts tries to access the window object without checking it is available first, so it does not work in server contexts.The workaround is to ensure the library is only used in a browser context. In NextJS, the usual method of ensuring a module o...Oct 31, 2023路1 min read
blog.nirdeshpokhrel.com.npImportant Flutter PackagesIn this blog post, we present a handpicked selection of essential packages to enhance your Flutter app development. Whether you're a seasoned developer or just starting, these packages offer a wide range of functionalities, from state management and ...Jul 30, 2023路4 min read