I love Django, not just because it on top of Python, but more because it keeps its philosophy: All Zen of Python is respected with batteries included. The Ponies' framework has basically most tools and mechanisms a WebDev would want to have as such authentication, ORM multi-DB or template engine. But where Django becomes definitively ...
50 tips to maintain a Django reusable app
Published Jan. 2, 2018 in Deployment, Development, Tests and quality, Documentation, Web - Last update on Jan. 2, 2018.
Docker at RunAbove with SailAbove
Published July 8, 2015 in Cloud, Deployment, Docker - Last update on July 12, 2015.
In the Docker tsnuami where we are, most cloud company has their own public container offer:
- Google with Container Engine
- Amazon EC2 Container Service (ECS)
- Joyent with Triton
- And more and more
Those services are stiil often in Beta or Alpha and for begin a turn around of this Docker compatible offers, I started by ...
Docker-composing my blog
Published July 5, 2015 in Docker - Last update on July 7, 2015.
As said in previous post about Docker, my blog's Docker Image is only a middleware container. It needs to be launch with a frontend, a database and optionnaly a cache. A solution for get ready to play with a full containerized architecture is docker-compose, with it I followed micro-services architecturing and only define one ...