How to contribute to an open source project
There is a world of advantages in contributing to open source projects. You improve the projects you love, enhance your skills,...
Best practices to manage an open source project
A well-managed open source project attracts contributors and gives them a good experience, making them eager to contribute time and time...
How to effectively onboard your organization to Codacy
Using a static code analysis tool like Codacy will change how your team deals with code reviews and PR, tracks technical debt...
7 drawbacks of linting tools
Linting tools (also known as linters or static analyzers) help automate the code review process. They perform basic static code analysis by flagging programming...
Add a Custom Host to Kubernetes
I’ve been working with different MicroK8s instances a lot in the last months. Microk8s, from my point of view, it’s the absolutely perfect abstraction for deploying...