9 pages tagged with "beginner"
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…
Automating Blog Deployment with GitHub Actions
March 12, 2021 - 634 words - 4 mins
Okay! Day 2 of the new blogging platform, and I've solved the automated deployment problem using GitHub Actions.
GitHub Actions to Test Python
I worked on a small Python project a little while ago and wanted to get CI running with as little effort as possible. I'd heard good things about GitHub Acti…
The Traditional First Post
March 11, 2021 - 470 words - 3 minsI guess it's traditional to write a first blog post about the new blogging platform. Tradition, right? Not cliché?
Getting Started with MongoDB & Rust
December 14, 2020 - 48 minsPyjamas Conference Advocacy Panel
December 05, 2020How to Get On This Stage (and What To Do When You Get There)
September 18, 2020Everything You Know About MongoDB is Wrong!
July 25, 2020Publish a Perfect Python Package
July 10, 2019 - 30 minsMore Than you Ever Wanted to Know about Python Functions
July 26, 2018What exactly are functions? Let's talk about functions, methods, callables and closures - what they are, what you can give them, what they can give you, what you can do with them ... and what's inside.