Make lots of sandbox pages 📅 Dec 7, 2021 · ☕ 5 min read · ✍️ River Instead of putting all of your code experiments on a single page, make lots of little sandbox pages!
I stored a boolean instead of a timestamp 📅 Oct 5, 2021 · ☕ 3 min read · ✍️ River A Cargo field I was going to store as a timestamp but decided to store as a boolean instead
Comment your closing braces 📅 Jun 1, 2021 · ☕ 6 min read · ✍️ River This one trick will save you 80% of your wikitext debugging time!
How to rename Cargo tables safely 📅 Aug 11, 2020 · ☕ 8 min read · ✍️ River Cargo actually provides a way to cleanly rename tables without any "downtime," but it's not obvious or documented how to do this.
Bot passwords & you (& your bot (& you)) 📅 Jul 28, 2020 · ☕ 8 min read · ✍️ River What's a bot password? What's the difference between bot accounts and bot passwords? Why do I need all this anyway?
Don't use _pageName 📅 Jul 14, 2020 · ☕ 10 min read · ✍️ River Sometimes it can seem convenient to use the built-in _pageName field that Cargo provides; however, _pageName is a metadata field, and you should take care to use it only as such.