www.sajeetharan.dev
const profile = {
role: "Principal Product Manager",
experience: { total: 13, dev: 9, pm: 4 },
passion: ["developer tools", "DX", "databases","Web"],
community: {
stackOverflow: { countryRank: 1, globalTop10: ["Azure", "Javascript", "AzureCosmosDB"] },
titles: ["Google Developer Expert", "Microsoft MVP"],
contributions: ["open-source", "conference speaking"]
},
connect: () => console.log("Interested in web or cloud? Let's talk! 🚀")
};
console.log(`🚀 ${profile.role} | ${profile.experience.total}y experience | Dev ❤️ PM`);
profile.connect();
const profile = {
role: "Software Engineer",
passion: ["developer tools", "DX", "databases","Web"],
connect: () => console.log("Interested in Javascript/Web ? Let's talk! 🚀")
};
console.log(`🚀 ${profile.role} | ${profile.experience.total}y experience | Dev`);
profile.connect();
https://www.linkedin.com/in/aman-rao
👍Explore Azure Cosmos DB JavaScript SDK
👍What's new with Azure Cosmos DB JS SDK V4
👍 Let's see in Action
👍Be ready to ask questions
We' all Have been there!
Slow Setup: Staring at a database that takes
forever to set up.
Performance Issues: Struggling with inconsistent
query performance.
Complex SDKs: Wrestling with SDKs that require
a PhD to understand.
Advanced features
"Build blazing-fast, planet-scale apps with familiar Node.js / Javascript experience"
Internal tools :
Community packages (OSS):
basic CRUD, Support consistency levels, query metrics etc
Efficient Bulk Operations
- Support migration scenarios, bulk ingestion
AI enhanced capabilities
- Hybrid search, Full text search, Vector search
Changefeed Support
- Listen to document updates
Client Side Encryption
- Define a protected data encryption key and apply encryption policies directly in container operations.
Diagnostics Support
- Enhanced insights into your client operations,
https://aka.ms/cosmos-js-v4-sample
👍Make sure to have the app in same region as azure cosmosdb account
👍Always use the latest version of SDK
👍Use single instance of Cosmos Client /Singleton
👍Enable diagnostic logging in case of failures/latency
Build apps with latest Javascript SDK and report issues with the tag cosmos
We value your feedback : https://aka.ms/azurecosmos-js
Join the next episode in this series to learn about Best practices with Javascript SDK
Feedback or Questions , reach out cosmosdb-js-sdk@microsoft.com