Leonardo Giordani
Born in 1977, I started coding in April 1987 on a Sinclair ZX Spectrum. I then moved to MS-DOS PCs and in 1996 I started using Linux and became interested in operating system internals. I love architectures, algorithms, mathematics and cryptography.
I currently work as an infrastructure engineer and Python developer.
From 2013 I blog some technical thoughts at www.thedigitalcatonline.com
In 2018 I published the free book “Clean Architectures in Python” http://bit.ly/getpycabook
Sessions
What is a good software architecture? Why should we bother structuring the code and spending time testing it? The clean architecture is a good way to structure an application to make it easy to develop, debug, maintain, and change.
Test-Driven Development is a methodology that can greatly improve the quality of your software. I strongly believe that developing software without following as much as possible a test-driven approach leads to massive delays and greater issues when requirements change (always, that is).