5 followers
Full Stack Developer with more than 7 years of experience in web development, consulting, technology innovation, and mobile app development.
Aggregation is one of the most important concepts of MongoDB. It is complicated as well. I will try to explain to you a few basics using examples. What is Aggregation? Aggregations are operations in MongoDB which can be performed on collections where...
CKEditor is one of the best WYSWYG Rich Text Editors. Here I would show you how to use it in your Nuxt.js project.
Javascript is the language of the Internet. I have curated handy resources across the web to learn Javascript. Let's get started. Why Javascript? It is the language of the INTERNET. Works on Backend as well as Frontend, so if you are getting starte...
I came across a very interesting problem, the screen of my old Android phone got damaged and I badly wanted to read SMS on my phone. That had an old SIM card with a bigger size 🙁 So what to do? As is clear from the title that the solution is for dev...
When you need to handle large numbers you need mongoose-long npm module. Here is how you can do it. For most of the cases, the Number SchemaType works well for handling Integers and Floats in Mongoose, but when you need to handle large numbers you ne...
If you want to allow your users to easily input the Mathematical Equations in your Vue app, then you are in the right place. Your users don’t need to learn the complex LaTex syntax. I used the Mathlive.io library. The Problem in finding Math Equatio...