How to use an external NFS server with Codacy

How to use an external NFS Server with Codacy

0
Part of my job as a Solutions Engineer at Codacy is to help customers performing on-prem installations.
codacy api grade readme

Using the API to add Codacy Grade details to the Readme

0
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...
5 Ways to Slim Docker Images

Five Ways to Slim Docker Images

1
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

An In-Depth Explanation of Code Complexity

9
By reducing complexity, we can reduce the number of bugs and defects, along with its lifetime cost. Yet, what exactly is complex code?
kubernetes

Add a Custom Host to Kubernetes

0
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...