A wrap up of a simple fixture for py.test which creates a test database based on SQLAlchemy.
more ...A wrap up of a simple fixture for py.test which creates a test database based on SQLAlchemy.
more ...Very good summary to refresh the relevant bits about JavaScript as a language.
more ...A small sed snippet to translate the output of heroku config into export calls for the shell.
more ...An example how to use plain SQL to migrate data in a database using Alembic.
more ...Showing how to use pg_restore to load a dump into a developer's database server for local development.
more ...How to remove a line from a text file based on the line number with sed.
more ...The idea of EditorConfig is to have a file called .editorconfig in your project repository, so that the editors and IDEs of the participating developers can automatically adjust to it.
There is also a mode for Emacs / Spacemacs, which can be integrated quite easily in the following steps:
How to spin up a local SMTP server for testing purposes.
more ...First thoughts on using node2nix to mange a development environment which contains a mix of Python and Node dependencies. In this step I describe my use case and the first impressions of node2nix.
I am using the node based dependencies to build the frontend assets …
The package collection nixpkgs has a nice way to configure and tweak the package set based on the configuration file ~/.nixpkgs/config.nix.
Changing something in pythonPackages was not so obvious to me though. In my case I used dulwich on Darwin. It was pulled in as a dependency of …
more ...