profile picture

3 pages tagged with "mongodb"

Use Justfiles to Work with MongoDB

May 21, 2021 - 1411 words - 8 mins
I have started to write Justfiles for all my new projects. There's a good chance you haven't heard of Just or Justfiles. They're very similar to Make and Makefiles. Whereas Make is designed to build artifacts from source files, and combine them in potentially complex ways, Just is "just" a…
Read more …

Getting Started with MongoDB & Rust

December 14, 2020 - 48 mins
MongoDB is probably the world's most popular document database. It may not be well known, but MongoDB released their first driver for Rust back in 2013. Since then regular driver updates have been released, supporting new database features and adding improvements. This year, the driver was rewritte…
See more …

Everything You Know About MongoDB is Wrong!

July 25, 2020
This 10 minute talk attempts to list and counteract the eight most common myths about MongoDB. If you didn't know that MongoDB was a secure, robust, ACID-compliant, transactional, relational database, then you should probably watch this talk.
See more …