# Developing Your Applications More Efficiently with MongoDB Atlas Serverless Instances

DevFeed: [Developing Your Applications More Efficiently with MongoDB Atlas Serverless Instances](<https://devfeed.tech/articles/developing-your-applications-more-efficiently-with-mongodb-atlas-serverless-instances-21819.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2022/10/developing-applications-mongodb-atlas-serverless-instances/>)

Author: Nic Raboy

Published: 2022-10-21T21:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Database](<https://devfeed.tech/topics/database.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [latency](<https://devfeed.tech/tags/latency.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [password](<https://devfeed.tech/tags/password.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial on deploying a MongoDB Atlas serverless instance and beginning application development with it. It explains how serverless instances scale with application demand, charge according to usage, and reduce the need to manage database capacity. The tutorial also covers deployment through the Atlas dashboard and initial database and network access configuration.

## Source excerpt

If you're a developer, worrying about your database is not necessarily something you want to do. You likely don't want to spend your time provisioning or sizing clusters as the demand of your applicat... The post Developing Your Applications More Efficiently with MongoDB Atlas Serverless Instances appeared first on MongoDB.