How to use an external NFS Server with Codacy
Part of my job as a Solutions Engineer at Codacy is to help customers performing on-prem installations.
Using the API to add Codacy Grade details to the Readme
Some context
Codacy has a badge mechanism that can be included in your Readme file. It gives you an idea of the grade of your repository, from...
Five Ways to Slim Docker Images
Docker is a pretty awesome tool, I hope you’ll agree. With it, we can create environments for development, staging, production, and testing — or anything else — with next...
An In-Depth Explanation of Code Complexity
By reducing complexity, we can reduce the number of bugs and defects, along with its lifetime cost. Yet, what exactly is complex code?
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...