MongoDB

Sort options

Intermediate Back-end Development with Node and MongoDB (Coursera)

Mar 25th 2024
Intermediate Back-end Development with Node and MongoDB (Coursera)
Course Auditing
Categories
Effort
Languages
Node is the first choice for developing server-side applications as it allows for cross-platform application development. When connected with databases, Node revolutionizes the development of web applications, enabling robust and scalable data manipulation.

Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)

Mar 25th 2024
Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)
Course Auditing
Categories
Effort
Languages
Have you ever wondered what happens to the registration details after you click on the submit button or to the order details once you press the confirm order button when you try to access any website? From where do you think, the details of the product catalogue are fetched [...]

Desarrollo del lado servidor: NodeJS, Express y MongoDB (Coursera)

Mar 25th 2024
Desarrollo del lado servidor: NodeJS, Express y MongoDB (Coursera)
Course Auditing
Categories
Effort
Languages
En este curso trabajarás del lado servidor, en el backend, desarrollando el soporte que toda aplicación necesita para lidiar con la persistencia de la información, el setup de un servidor web, la creación de una API REST, autenticación y autorización, y la integración de librerías de terceros. Utilizarás Express [...]

Introduction to NoSQL Databases (Coursera)

Mar 25th 2024
Introduction to NoSQL Databases (Coursera)
Course Auditing
Categories
Effort
Languages
This course will provide you with technical hands-on knowledge of NoSQL databases and Database-as-a-Service (DaaS) offerings. With the advent of Big Data and agile development methodologies, NoSQL databases have gained a lot of relevance in the database landscape. Their main advantage is the ability to effectively handle scalability and [...]

MongoDB Aggregation Framework (Coursera)

This course will teach you how to perform data analysis using MongoDB's powerful Aggregation Framework. You'll begin this course by building a foundation of essential aggregation knowledge. By understanding these features of the Aggregation Framework you will learn how to ask complex questions of your data. [...]

Big Data Integration and Processing (Coursera)

At the end of the course, you will be able to: Retrieve data from example database and big data management systems; Describe the connections between data management operations and the big data processing patterns needed to utilize them in large-scale analytical applications; Identify when a big data problem needs [...]

Introduction to Meteor.js Development (Coursera)

In this course, you will learn how to create a complete, multi-user web site using the Meteor.js framework and MongoDB. You will implement user authentication, security features, reactive templates and routing using iron router. You will carry out key database operations such as inserting, removing and updating data as [...]

MongoDB: The Complete Guide to NoSQL Database Development (Coursera)

Mar 18th 2024
MongoDB: The Complete Guide to NoSQL Database Development (Coursera)
Course Auditing
Categories
Effort
Languages
This comprehensive course ensures you develop a foundational understanding of MongoDB, covering its principles, architecture, and essential operations. You'll gain hands-on skills installing MongoDB, executing CRUD operations, and navigating its architecture. Progressing to advanced concepts, you'll delve into schema design, indexing, and performance optimization, incorporating advanced querying techniques using [...]

Get Started with Cloud Native, DevOps, Agile, and NoSQL (Coursera)

Mar 18th 2024
Get Started with Cloud Native, DevOps, Agile, and NoSQL (Coursera)
Course Auditing
Categories
Effort
Languages
Would you like to explore the complete process of developing cloud-native applications from inception to implementation? This course covers essential cloud concepts such as Cloud Native Applications and CNCF and their impact on cloud application developers. You'll delve into specific tools and techniques for building cloud-native apps. [...]

Building RESTful APIs with Node.js and Express (Coursera)

This course will teach you how to build RESTful APIs using Node.js and Express, two popular and widely used technologies in web development. You will learn how to create a server-side application that can handle requests from client-side applications and respond with JSON data.