Category: CodeMoments

We help you to enjoy every moment of Coding. Let’s Dive In

June 4, 2021 / MongoDB

When it comes to pagination, the first solution that comes to our mind is fetching all the documents form MongoDB and then create a Javascript function to run on that data to do pagination. But there is a better way, you can use limit, sort and skip mongo function to…

June 2, 2021 / NextJS

While building a website sometimes you might need to run some specific code before the route changes and after the route changes in your NextJS app. The best use case is setting loader variables. A Page loader is simply animation or gif that you show to user until your page…

January 28, 2021 / Dev Journey

React Native is a framework that allows you to create mobile apps that are native, cross-platform, and built with Javascript. React JS is a JavaScript library that you use to build a strong UI layer. React Native is closely related to ReactJS My name is Anjan and I am an upcoming…

January 15, 2021 / Firebase

Firebase Cloud functions service gives you a way to deploy your functions on the cloud, giving you more power. Error in one function saves the whole project from getting damaged that’s the beauty of Cloud technology. But recently I came across this error ECONNRESET while deploying a firebase function. As…

July 24, 2020 / Dev Journey

My first Glimpse at coding was in class 5th with a very simple programming language. I guess Basic or other I don’t remember the name. At that time our teachers helped us to perform some basic operations. I was a big fan of controlling machines. Coding was the way to…