I'm the founder of https://organice.io, a collaboration platform based on Django technology, and co-founder of https://painless.software, a best-practice consultancy in software development.
All presentation material is governed by CC BY-SA 4.0
How do you deploy your Python (Web) application? If your setup is container-based you’re likely using Kubernetes. Is it fun? No. It’s complex. It’s a lot of YAML. Maybe it’s okay-ish - if your setup is not too complex -, but it could be better. Less complex, more lightweight. And then again, how does your test suite look like for the deployment process? You don’t have any? Sure, it’s all YAML. Yak! What if you could do everything in Python? What if you could “associate” workloads, e.g. a database, with your application in the cloud, using Python code? What if you could write tests with Pytest to ensure your deployment continues to work? Does that sound too good to be true? Canonical has been developing this technology for years. It is proven and solid, yet still exciting to use! Let’s dive into what could be the best you have seen in the last decade for deploying your Python Web application. Say hello to Python and test-driven deployments, ditch YAML and say yes to stability! See a live demo and take home working code to experiment with your own setup. Presentation slides for "Pythonic deployment of (Python) applications", PyCon 24, Firenze. https://2024.pycon.it/en/event/pythonic-deployment-of-python-applications
May 07, 20241940
PyCon 23: Smettiamola di scrivere script
Python è beautiful perché rende facile ogni inizio. Ma se vuoi che funzioni a opera d’arte hai bisogno dei test. Test automatici, eseguiti da una pipeline, sempre. Ma non si può con i script! Perchè? Ve lo spiegherò. Impariamo a scrivere applicazioni CLI, con TDD. Ora è il momento, non mancare! https://www.youtube.com/watch?v=wgVehmC148Q
May 23, 20234960
Never write scripts again – Python CLI applications & TDD
Why it makes sense to stop hacking glue code and start developing serious CLI applications, test-driven, with automated tests. https://www.youtube.com/watch?v=kTRMEN1lOJI
Aug 12, 20229110
Selling Agile Projects
You are a digital solution provider. Your developers do "the agile thing". But you don't. Because that's not compatible with what your customers ask for. So you fight internally. That sucks! -- Let's take a look at how we can fix that.
Bytecode is opcodes for the Python Virtual Machine. The *.pyc files and __pycache__ folders in your directory tree. On Debian there's pyclean to clean it all up when developing. We need to make this available on all platforms.
May 04, 20193,9850
PyCon 9: Continuous Delivery starts at your Development Environment
Continuous Delivery is the automation of our deployment and QA, isn’t it? The industrialized software production chain that makes our products more stable. Well, kind of. It’s more than that. It can save you tons of pain when you apply its principles everywhere. This talk explains how you free yourself by doing infrastructure like software development. Everything under control. Everything under version control. https://www.youtube.com/watch?v=31-sNh7llJ8
Apr 14, 20183,6250
Talentum Programming & Robotics
Freies Wahlfach am Talent-Campus Bodenseee (Sommersemester 2018)
Feb 02, 20183,0105
Continuous Delivery for TYPO3 Developers - TYPO3camp Stuttgart
Continuous Delivery sounds easy in theory, but it’s hard to do in practice. There are myriads of things you can and should do to get your code delivered faster, reliably. We look at what we can do as TYPO3 developers, or as a small or mid-sized team to make the industrialized software development production chain come true.
May 08, 20173,5080
Painless Continuous Delivery - DjangoCon Europe 2017, Lightening Talk
You don't have those problems. Continuous Delivery sounds easy in theory, but it’s hard to do in practice. But not for you.
Apr 01, 20172,7340
PyCon 8: Continuous Delivery for Python Developers
Continuous Delivery sounds easy in theory, but it’s hard to do in practice. There are myriads of things you can and should do to get your code delivered faster, reliably. We look at what we can do as Python developers, or as a small or mid-sized team to make the industrialized software development production chain come true. https://www.youtube.com/watch?v=jgNIrBWB6dM
Mar 27, 20173,8820
PyCon 7: Fix-Price Projects And Agile
You are a digital agency struggling with your Django projects. You’re over budget and you’ve run out of time, that’s the norm not the exception. And of course you promise to deliver all features on time for a fixed budget, don’t you? – And nobody told you this is a problem? https://www.youtube.com/watch?v=JinKEa1vh_g
Apr 08, 20165,0002
Hire, Fire, Motivate
Q: How would you fire a person? A: Why should I?
Apr 15, 20152,0810
What Are You Waiting For?
Everybody's gonna make mistakes. Everybody needs a leap of faith. When are you taking yours?
Apr 14, 20152920
Test-driven Projects
What is "test-driven", and does it work in an agency?
Mar 27, 20152,8220
The #excellence Journey
Continuous Improvement - Why?
Jan 18, 20152,1730
Schwätzer oder Macher?
Denn alles andere ist gequirlte Scheiße!
Dec 24, 20147070
How Do We Fix It?
Our software development is a complete mess. This drags us all into the abyss. Help!