My inputs in February
A monthly tech digest covering Meta's DotSlash tool, AI-powered code reviews, AWS Lambda scaling, observability trends, and Cloudflare's logging pipeline.
Gaspare Vitta is an Italian software and CI engineer based in Munich, working on autonomous driving systems. His work spans CI/CD, industrial automation, automotive software, and machine learning, with hands-on startup experience.
14 articles from this blog
A monthly tech digest covering Meta's DotSlash tool, AI-powered code reviews, AWS Lambda scaling, observability trends, and Cloudflare's logging pipeline.
A developer's monthly curated list of tech resources, covering databases, LLM performance, AI in development, and microservices.
Explains Continuous Delivery principles, benefits, and how to implement automated deployment pipelines in Agile software development.
Explains how to achieve reproducible and hermetic builds using Bazel, demonstrated with a Python Flask application.
A guide to testing Bash scripts using the Bach testing framework, covering installation, writing test cases, and mocking commands.
A guide to speeding up Docker builds by warming the cache from a remote registry, covering both classic Docker and Buildkit methods.
A summary of key talks from Bazelcon 2020, covering the state of Bazel, Twitter's migration, and Pinterest's CI tool.
Did it you ever experience this: you have 3 docker images running and at some point, something stops working? You don't know what has just happened bu
Introduction A Mechatronic Engineer, a Fullstack Software Engineer, and a Designer trying to revolutionize the fitness world. The name was Smart Train
A guide to using Hadolint, a linter for Dockerfiles, to enforce best practices and integrate it into a CI pipeline.
A tutorial on securely managing secrets during Docker builds using Buildkit, avoiding common vulnerabilities.
Docker is the tool we use every day in our development, but how much time do you waste waiting for Docker build to complete? And how do you deal with
An evaluation of GitHub's CodeQL-based code scanning feature, testing its reliability in detecting vulnerabilities in a sample C codebase.
A guide on writing and automating unit tests for Dockerfiles using the Container Structure Test framework to ensure image integrity.