
Project maintenance and tooling
This is a collection of articles about different tools and methods you can use to improve your project flow and make maintenance easier. We are covering topics like GitHub Actions, automated dependenies management and others.
Most recent articles:
- Adding Renovate dependencies managerKeeping project dependencies up-to-date is an important task. Doing it manually is hard and time consuming, so it's better to use tools for that.
- Creating a GitHub workflow to run CIChecking code quality before merging the changes back to production branch is crucial. Let's guild a simple CI with GitHub actions.


