MongoDB

Security and Authentication in MongoDB

Security and Authentication in MongoDB

Hey guys 👋🏻, In this article, let us understand about Security and Authentication in MongoDB. We will understand the security aspect from the perspective of developers and NOT for the database admins. This article was first published on https://the-nerdy-dev.com/. Check the website for more interesting articles and tutorials on Web Development. What are the most important parts…

(2021) – Web Developer Full Course : HTML, CSS, JavaScript, Node.js and MongoDB

I recently started to create a Full Web Developer Course on my YouTube Channel and recently finished with the HTML and the CSS Section of this FREE course. More videos will be up on upload. HTML Section CSS Section JavaScript Section This section covers the basics of JavaScript along with the modern features that the…

The NoSQL Database : Basics of CRUD in MongoDB – Part 1 – insertOne, find

Hey guys 👋🏻, In this article, let us understand about The NoSQL Database : Basics of CRUD in MongoDB. So in this article we will learn about how to retrieve to retrieve/access, delete, create and update our documents. We will also see how we can delete a document by making use of its id and all…

New FULL Web Developer Course on YouTube

I decided to create a full Web Developer Course that will cover all the technologies that you need to kickstart your Full Stack Developer Journey. No bullshit, everything practical and relevant will be covered. We will delve into following topics – Check out the first video of this series where we cover the introduction to…

Rendering Dynamic Content and Template Engines

Hey everyone 👋🏻, In this article, let us learn about how we can render dynamic content to the client (which is not static). Let us first touch briefly on what a template engine is because rendering dynamic content is closely related to what a template engine will help us in achieving. Template Engines – a…