#mongodb

[ follow ]
fromThe Code Barbarian
3 days ago

Using Tries to Autocomplete MongoDB Queries in Node.js

Autocomplete seems like one of the easiest features to build. You take the user's input, loop through your list of options, and filter anything that starts with the same prefix: const matches = words.filter(w => w.startsWith(prefix)); And that works for small lists of text. But once your dataset gets large, or your completions come from structured text (like user.address.city or $gte), simple loops start to fall short.
JavaScript
Software development
fromVue.js Jobs
1 week ago

Senior Full Stack Developer at Animals First - VueJobs

Full Stack Developer role requires Vue.js (Vue 3), Laravel, and MongoDB expertise to build responsive APIs and lead migration from Vue 2 to Vue 3.
fromTechzine Global
2 months ago

MongoDB brings search and vector search to local environments

Developers can now use search and vector search functionality in MongoDB Community Edition and Enterprise Server. These capabilities were previously only available in the Atlas cloud service. During the MongoDB.local NYC conference, MongoDB announced that search and vector search will be available for local installations. The previews are intended for development and testing. Until now, developers and organizations that wanted to use these features had to rely on the fully managed MongoDB Atlas cloud service.
Artificial intelligence
Artificial intelligence
from24/7 Wall St.
2 months ago

Is MongoDB's 38% Surge a Sneak Peek at Palantir's Next Big Leap to $200?

MongoDB's strong Q2 results and Atlas cloud growth signaled surging demand for AI data infrastructure, driving a 38% stock surge and raised guidance.
Software development
fromVue.js Jobs
3 months ago

Full Stack Developer - Vue.js / Laravel / MongoDB (Remote) at Animals First - VueJobs

Strong technical skills in Vue.js, Laravel, and MongoDB are essential for the full stack developer position.
Node JS
fromHackernoon
6 months ago

MongoDB 8.0 Upgrade Guide: What You Need to Know Before Upgrading | HackerNoon

MongoDB 8.0 significantly enhances system performance, security, and scalability, making upgrades essential for efficient data management.
Privacy professionals
fromTechRadar
5 months ago

Top US dental firm spills over 8 million user files online

A massive unsecured database exposed millions of dental records, stressing the importance of cloud security awareness.
Dental marketing agency may be linked to the unsecured data breach.
Node JS
fromHackernoon
7 months ago

Tracking Mongoose Query Times with a Few Lines of Code | HackerNoon

A simple MongoDB/Mongoose profiler can log query performance without complex APM tools.
NYC startup
fromInfoQ
6 months ago

Google Cloud Announces Firestore with MongoDB Compatibility

Google Cloud introduces Firestore with MongoDB compatibility, enabling users to leverage MongoDB API for JSON data storage and querying.
[ Load more ]