Articles archive
-
Factory injection, combining pytest with factory_boy
Written by Oleg Pidsadnyi on Fri 01 April 2016 - Posted in Open sourceCombining best practices of dependency injection and the factory pattern with pytest and factory_boy.
-
pushserver
Written by Anatoly Bubenkov on Mon 09 February 2015 - Posted in Open sourcePub/sub server to broadcast real-time updates from the server to clients
-
How we use pytest and pytest-bdd in Paylogic.
Written by Andrey Makhnach on Fri 31 October 2014 - Posted in TestingDescribing standards and best practices of using pytest and pytest-bdd in Paylogic
-
Traduki
Written by Spyros Ioakeimidis on Mon 27 October 2014 - Posted in Open SourceInternationalization made easy with the help of SQLAlchemy.
-
Lessons learned using SCRUM
Written by Lars de Ridder on Thu 09 October 2014 - Posted in AgileAt Paylogic we've come a long way, from ad hoc development to a formalized SCRUM approach. We want to describe our lessons from this journey.
-
How we use Trello and custom tooling to streamline our development process
Written by Lars de Ridder on Tue 07 October 2014 - Posted in AgileWe oriented our development process around Trello. We will describe how we use it and augmented it using a few custom solutions.
-
Paylogic Code review tool
Written by Anatoly Bubenkov on Thu 17 July 2014 - Posted in Open sourcePaylogic made its code review tool open source, in this article we'll talk about its internals in detail.
-
pytest-xdist and session-scoped fixtures
Written by Anatoly Bubenkov on Wed 28 May 2014 - Posted in TestingTest distribution related optimizations.
-
Settei
Written by Spyros Ioakeimidis on Tue 29 April 2014 - Posted in Open sourceSettings configuration system based on entry points of setuptools.
-
Test parallelization
Written by Anatoly Bubenkov on Fri 31 January 2014 - Posted in TestingHow we distribute our tests to run them faster.
-
Prefill Registration Data
Written by Spyros Ioakeimidis on Mon 02 December 2013 - Posted in IntegrationHow to integrate with the prefill registration feature.
-
Continuous Delivery
Written by Òscar Vilaplana on Thu 30 May 2013 - Posted in AgileWhat is Continuous Delivery and how do you get started with it?
-
Using Debian packages for Python deployments
Written by Peter Odding on Tue 14 May 2013 - Posted in DevOpsAt Paylogic we use Debian packages to deploy our Python applications. This article explains how we got started.
-
pip-accel: Accelerator for pip, the Python package manager
Written by Peter Odding on Tue 14 May 2013 - Posted in DevOps