Paul Done's Technical Blog
A blog about enterprise software development and deployment
Saturday, May 15, 2021
New MongoDB Aggregations book is out
›
My book, Practical MongoDB Aggregations , was published this week. The book is available electronically for free for anyone to use at: https...
Saturday, February 27, 2021
MongoDB Reversible Data Masking Example Pattern
›
Introduction In a previous blog post I explored how to apply one-way non-reversible data masking on a data-set in MongoDB. Here I will expl...
Wednesday, February 10, 2021
MongoDB Data Masking Examples
›
Introduction Data Masking is a well established approach to protecting sensitive data in a database yet allowing the data to still be usabl...
3 comments:
Tuesday, November 24, 2020
Is Querying A MongoDB View Optimised?
›
Views in MongoDB appear to database users like read-only collections, ready to be queried in the same way normal collections are. A View is...
Sunday, October 4, 2020
Rust & MongoDB - Perfect Bedfellows
›
I've been learning Rust over the last month or so and I'm really enjoying it. It's a really elegant and flexible programming la...
Sunday, May 3, 2020
Converting Gnarly Date Strings to Proper Date Types Using a MongoDB Aggregation Pipeline
›
Introduction I recently received some example bank payments data in a CSV file which had been exported from a relational database with th...
Sunday, December 29, 2019
Running MongoDB on ChromeOS (via Crostini)
›
In my previous post I explored Linux application support in ChromeOS and Chromebooks (a.k.a. Crostini). Of course I was bound to try runnin...
1 comment:
My Notes on Linux Application Support in ChromeOS (a.k.a. Crostini)
›
These are my own rough notes from spending a few days studying Chrome OS and its Linux app support on a HP Chromebook 14* I got for free (re...
‹
›
Home
View web version