mongoDB


MongoDB Tutorial for Beginners

MongoDB is a NoSQL database. It is different from traditional SQL based databases. How is it different ? First, it doesn't have a predefined structure like SQL tables. We don't need to define how our table will look like before hand. ...

Read more . . .

A Roadmap for Web Developers

These days there are so many career choices to take in the programmer world. But one of the most successful and important ones is Web Development . There are so many companies out there that are on the constant look for web developers and designers. And the good thing is that these companies and businesses are ...

Read more . . .

Technologies for Backend Development in 2021

Technology keeps improving, and websites, too. There are more tools and options available for companies to develop great websites. And backend developers, which are responsible for the server-side of the platform, have a rich amount of tools that help them improve and offer the user the best experience possible. ...

Read more . . .

Scraping with Puppeteer,Nodejs and MongoDB to create a Job Board

Puppeteer is a Node.js library maintained by Chrome's development team from Google. Puppeteer provides a high-level API to control headless Chrome or Chromium or interact with the DevTools protocol. In this post, we’re going to create a “Job Board” that aggregates remote jobs for JavaScript developers with Node.js, ...

Read more . . .

Best NoSQL Database To Use For Projects

A NoSQL database differs from a relational database in that it does not store data in the same way. A "Not only SQL" or "Non-SQL" database is another name for a NoSQL database. When it comes to a NoSQL Database, the data is unstructured. NoSQL databases are becoming increasingly prevalent in the industry. It has ...

Read more . . .