9 Best Articles in 2021
developer.olery.com
Goodbye MongoDB, Hello PostgreSQL
developer.olery.com
~11 min read · 49 saves · From 2015 · Migrating from MongoDB to PostgreSQL
aphyr.com
Call me maybe: MongoDB stale reads
aphyr.com
33 saves · From 2015 · See also: followup analysis of 3.4.0-rc3. In May of 2013, we showed that MongoDB 2.4.3 would lose acknowledged writes at all consistency levels. Every write concern less than MAJORITY loses data by…
robomongo.org
Robomongo — shell-centric MongoDB management tool (MongoDB Admin UI)
robomongo.org
2 min read · 26 saves · From 2015 · Native and cross-platform MongoDB managerWhatever platform you use today — Robo 3T (formerly Robomongo) is available for you. Distributed as a native application, fast and snappy Robo 3T uses very…
sarahmei.com
Why You Should Never Use MongoDB
sarahmei.com
69 saves · From 2013 · Disclaimer: I do not build database engines. I build web applications. I run 4-6 different projects every year, so I build a lot of web applications. I see apps with different requirements and diff…
snmaynard.com
Things I wish I knew about MongoDB a year ago
snmaynard.com
6 min read · 19 saves · From 2012 · I’ve used MongoDB for over a year at scale at both Heyzap and Bugsnag and I’ve found it to be a very capable database. As with all databases, there are some gotchas, and here is a summary of the…
cryto.net
joepie91's Ramblings
cryto.net
2 min read · 28 saves · From 2015 · MongoDB is evil. It... ... loses data (sources: 1, 2) ... in fact, for a long time, ignored errors by default and assumed every single write succeeded no matter what (which on 32-bits systems led to…
jepsen.io
MongoDB 4.2.6
jepsen.io
~15 min read · 34 saves · 2020-05-15 · Kyle Kingsbury · MongoDB is a popular distributed document database. It offers replication via a homegrown consensus protocol which draws inspiration from Raft, and can distribute data across shards via mongos. We…
TechCrunch
MongoDB gets support for multi-document ACID transactions
TechCrunch
4 min read · 22 saves · From 2018 · MongoDB is finally getting support for multi-document ACID (atomicity, consistency, isolation, durability) transactions. That's something the MongoDB..
nemil.com
Why Did So Many Startups Choose MongoDB?
nemil.com
6 min read · 12 saves · From 2017 · NoSQL databases were the future. MongoDB was the database for 'modern' web engineers and used by countless startups. What happened?
Trending
openviewpartners.com
MongoDB's Playbook for Breaking Into and Dominating a Market
openviewpartners.com
5 min read · 2020-12-02 · Jamie Wallace · We talked with MongoDB's former Director of Growth Marketing, Francesca Krihely, about how she and her team built such an incredible community.
SaaStr
Top 10 SaaStr Videos of the Week: Twilio, MongoDB, Blackline, Stripe and More
SaaStr
1 min read · Jan 18th · Jason Lemkin · Catching up on some YouTube over the weekend? Let’s take a look at the top SaaStr videos other SaaS founders and execs are watching: #1. “How to
Reforge
The Hidden Freemium Advantage
Reforge
10 min read · 33 saves · Jan 15th · Elena Verna is a Reforge EIR and Partner on Experimentation and Monetization Deep Dive programs. Elena is a Growth Advisor to Miro, MongoDB, Maze, and others. She was formerly SVP for Product & Growth…
More like this
freeCodeCamp.org
How to set up a GraphQL Server using Node.js, Express & MongoDB
freeCodeCamp.org
5 min read · 27 saves · From 2018 · Leonardo Maldonado · The most straightforward way to start with GraphQL & MongoDB.
mcfunley.com
Dan McKinley :: Why MongoDB Never Worked Out at Etsy
mcfunley.com
2 min read · 10 saves · From 2015 · In 2010ish, we tried to roll out a feature (Treasury) using MongoDB. It was an interesting experience. I learned quite a bit in the process. I wrote about what I was thinking at the time here. But for…
mongodb.org
MongoDB
mongodb.org
2 min read · 15 saves · From 2015 · MongoDB for GIANT Ideas - Build innovative modern applications that create a competitive advantage.
freshman.tech
Learn Node.js and MongoDB by building a URL Shortener app
freshman.tech
20+ min read · 12 saves · From 2019 · In this tutorial, you will learn how to build a fully featured URL Shortener app with Node.js, Express and MongoDB
Stratechery
AWS, MongoDB, and the Economic Realities of Open Source
Stratechery
10 min read · 136 saves · From 2019 · Ben Thompson · Amazon’s latest offering highlights the economic challenges facing open source companies — and Amazon should pay attention.
codeburst.io
Using Node.js & Express.js to save data to MongoDB Database
codeburst.io
8 min read · 10 saves · From 2017 · The MEAN stack is used to describe development using MongoDB, Express.js, Angular.jS and Node.js. In this tutorial I will show you how to…
TechCrunch
Database provider MongoDB has filed to go public
TechCrunch
5 min read · 18 saves · From 2017 · MongoDB, a database software company based in New York, has filed to go public with the Securities and Exchange Commission as it continues to burn a ton of..
hackingdistributed.com
Broken by Design: MongoDB Fault Tolerance
hackingdistributed.com
~11 min read · 17 saves · From 2013 · MongoDB claims that it provides fault-tolerance. In this note, I explain why and how it falls short.
Bit
Write GraphQL APIs on Node with MongoDB
Bit
5 min read · 13 saves · From 2018 · How to write GraphQL APIs on Node.js with MongoDB.