What Programming Languages need Code Reviews?
This is a blog post of our Code Reading Wednesdays from Codacy (http://www.codacy.com): we make code reviews easier and automatic.
We launched Codacy for private beta a week ago with a simple value proposition: save...
Review of Java Static Analysis Tools
Here are some of the Java Static Analysis tools you should know about:
1. PMD Java
PMD scans Java source code and looks for potential problems.
Problems range from breaking naming conventions and unused code or variables to...
Database migration to Amazon Aurora
In this blog post we’ll show you how we migrated a critical Postgres database with 18Tb of data from Amazon RDS (Relational Database Service) to Amazon Aurora, with minimal downtime. To do...
7 reasons dev teams choose Codacy over other automated code review tools
Today more than 100,000 developers at leading global organizations like PayPal and Adobe across industries use Codacy (read customer case studies). Below we discuss the top seven reasons developers choose us over...
Monorepo with Static Code Analysis
Monorepo is short for monorepository. With it, code for many projects is stored in the same repository. I like to use monorepo for NodeJS and React projects but sometimes it's difficult...