Education

Technology education including blogs, best practices, tutorials, eBooks and webinars for developer and enterprise communities.

A Tale of Four Metrics

A tale of four metrics

0
I’d like to share the story of a successful startup, whose engineering team more than doubled in the last year and how they used...
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...

How to code review in a Pull Request

14
This blog discusses how to code review within a pull request in order to improve your code quality. What...
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...
Which python static code analysis tools should I use?

Which Python static analysis tools should I use?

5
As you might have read in our introductory article about static code analysis, there are a lot of reasons why you should...