Review on using Nix to manage development environments for Python projects.
more ...Review on using Nix to manage development environments for Python projects.
more ...A partial unique index allows to constrain only a subset of the records in a table. This post shows an example how to implement a partial unique constraint with SQLAlchemy.
more ...Small example how to print out a SQLAlchemy query with parameters being expanded.
more ...When displaying items based on a database search, one sometimes wants to display a specific set of items at the top or bottom of the result set. Applying the custom order inside of the database query allows to still use LIMIT and OFFSET in a natural way.
more ...A hint on how to store the Heroku Connect mapping configuration in a repository, so that diffs are readable and a useful information of the system changes over time.
more ...Two approaches to quickly compare two similar tables and get an idea of how many records differ based on an example with geo data.
more ...Thoughts on how an integration of a CLI (command line interface) toolkit for the Pyramid web framework might look like and could be integrated into the configuration mechanisms of Pyramid itself.
more ...Working with Heroku Connect means that at some point some records will end up in a failed state. This post shows a few options how to trigger the sync manually again.
more ...An example Nix snippet which provides the Salesforce migration tool inside of a shell environment based on the Nix package manager.
more ...Thoughts on providing a nice CLI (command line interface) for Pyramid applications based on Click and the API of the Pyramid web framework.
more ...