JavaScript
A lightweight, interpreted, object-oriented language. JavaScript engines execute JavaScript code in client-side (in web browsers) or server-side(for example, the V8 engine is a core component of the Node.js and Deno runtimes).Featured
Tutorial
Atlas Cluster Automation Using Scheduled Triggers
In this article I will show you how a Scheduled Trigger can be used to easily incorporate automation into your environment. In addition to pausing and unpausing a cluster, I’ll similarly show how cluster scale up and down events could also be placed on a schedule. Both of these activities allow you to save on costs for when you either don’t need the cluster (paused), or don’t need it to support peak workloads (scale down).Oct 12, 2022
Brian Leonard
All JavaScript Content
- Newest
- Highest Rated
Tutorial
UDF Announcement for MongoDB to BigQuery Dataflow Templates
Learn how to transform the MongoDB Documents using user-defined JavaScript functions in Dataflow templates.Jan 26, 2023
DJ
Venkatesh Shanbhag (+1)
Tutorial
Building a Real-Time, Dynamic Seller Dashboard on MongoDB
In this article, we're looking at how a single query on MongoDB can power a real-time view of top-selling products, and deep-dive into the top-selling regions.Dec 21, 2022
Karthic Subramanian (+1)
Video
How to use Azure Functions with the MongoDB Node.js Drivers
Learn how to setup and deploy serverless functions with Azure Functions that interact with MongoDB in this video tutorial featuring Nic Raboy. You'll see how to configure Microsoft Azure, build and test a local functions project, deploy to the cloud, and interact with MongoDB. Resources: https://trymongodb.com/3FxsGdk Connect with Nic on Twitter: https://twitter.com/nraboy ⏱️ Timestamps ⏱️ 00:00 - Intro 00:28 - The Prerequisites 02:05 - Create New Azure Project 06:20 - Create New Azure Function 19:03 - Run and Test an Azure Function Locally 20:07 - Link the Remote and Local Azure Projects 22:24 - Creating Environment Variables in Azure 24:45 - Push the Local Function to the Cloud 26:51 - A Review of the Azure Functions with MongoDB Development Process — ✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #azure #nodejs #databaseDec 15, 2022
Tutorial
Deploy and Host Your React Web App on MongoDB Atlas App Services
This Atlas App Services tutorial shows you how to host websites and single-page applications like React in just 5 steps.Nov 15, 2022
Sourabh Bagrecha
Video
Build a Totally Serverless REST API with MongoDB Atlas
✅ Sign-up for a free cluster at: https://bit.ly/mongodb-free ✅ Get help on our Community Forums: https://bit.ly/mongodb-community Want to go totally serverless in your application development? I’m talking serverless database and serverless application for maximum scalability. In this tutorial, Nic Raboy demonstrates how to launch a serverless database instance of MongoDB, create a serverless function with JavaScript, and make everything accessible with HTTPS endpoints. Connect with Nic on Twitter: https://twitter.com/nraboy ⏱️ Timestamps ⏱️ 00:00:00 - Intro 00:00:43 - Create a MongoDB Serverless Instance 00:02:19 - Create a Serverless Application with Atlas App Services 00:03:36 - Create HTTPS Endpoints 00:06:38 - Adding Serverless Function Logic to an HTTPS Endpoint 00:10:29 - Testing your HTTPS Endpoint and Function 00:12:03 - More HTTPS Endpoints and Functions 00:15:27 - A Review of the Development Process 00:16:30 - A Quick Note on MongoDB Atlas Serverless Security 00:18:47 - Outro — Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #database #serverlessNov 15, 2022
Tutorial
Implement Analytics Dashboard in React Using Custom Resolvers for Atlas GraphQL API
Learn how to create charts to show insights based on user data in React.Nov 11, 2022
Sourabh Bagrecha
Tutorial
Create an Analytics Dashboard Using Atlas GraphQL API’s Custom Resolvers
Learn how to utilize MongoDB Aggregation Pipelines via a GraphQL API and perform advanced analytics on the data stored in our database.Nov 09, 2022
Sourabh Bagrecha
Tutorial
Build a Totally Serverless REST API with MongoDB Atlas
Learn how to go totally serverless in both the database and application by using MongoDB Atlas serverless instances and the MongoDB Atlas App Services.Nov 04, 2022
Nic Raboy
Tutorial
Implement Update and Delete Operations in React Using the Atlas GraphQL API
This MongoDB Atlas GraphQL API tutorial explains how to implement Update and Delete operations in a React app.Nov 01, 2022
Sourabh Bagrecha