September 12, 2024 webdev 5 min read The hidden costs of JavaScript dependencies: when script loading goes wrong An in-depth exploration of the challenges and performance impacts of excessive JavaScript dependencies in modern web applications. Topics: javascript performance web-optimization frontend
June 03, 2023 devops 8 min read Python Docker images: choosing the right base for production applications A comprehensive analysis of Python Docker image options for production environments, with practical guidance on image selection, plugin configuration, and performance optimisation. Topics: docker python performance containers optimisation