Software Odds and Ends
Software Engineering patterns, interesting tidbits, and other odds and ends we've collected over the years.
Recursion and Pagination
Part 1 of 3 in Software Odds and EndsThis article aims to show how you can use a general-purpose, recursive, algorithm to paginate pretty much any RESTAPI out there
The Python dictionary dispatch pattern
Part 2 of 3 in Software Odds and EndsA little primer on said pattern, with some quite silly examples.
Database interoperability in Python utilising the Repository Enterprise Pattern
Part 3 of 3 in Software Odds and EndsHow to realise the Repository Enterprise Pattern in Python to allow for easy integration into multiple database backends with feature flags