7 followers
Hi, I am a senior undergrad at Nit Surat (India), love developing stuff and like Python and JS.
Subscribe to my newsletter and never miss my upcoming articles
You might get an idea of what a word frequency counter would be. Basically, a platform where you write something and it gives out the frequency of each word in that paragraph. We will build this in the simplest manner with not much CSS styling and ke...
Recently I had come across supabase which claims to be an alternative to Firebase. Being opensource and costing only on the hosting of the Postgres server is really great. You can check out the entire pricing plan here. Now that we know that they ar...
In the previous article, we covered how to set up express and initialize the routes. In this article, we will cover setting up MongoDB and doing some operations on MongoDB. Setting up MongoDB:- Type npm install mongodb and this install mongodb for y...
This would be a detailed article on how MongoDB can be used with express to make a full-fledged backend service and serve any frontend application. MongoDB Atlas makes it very useful to connect to a database and perform operations on it! First of al...
This is the second article of the series and we will discuss how template syntax works as well as how Vue's for loop can be used to loop over different iterables to avoid ES6 of Javascript or rendering the list in some other manner. Template Syntax ...
In this article, we will discuss how to use Vue CDN on the go and just get started with a simple HTML and CSS file and use vue in it. What is CDN? - Basically, a package script file that is used to reduce overhead time so that there the load time of...