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 errors, bugs, style issues and security vulnerabilities before...
Ensure code quality in the CI/CD pipeline
Tools like Jenkins, Circle CI, or GitHub Actions are the standard for Continuous Integration and Delivery (CI/CD).
Although a CI/CD tool allows automation with regards to delivery, it doesn't ensure, per se, the quality of what's being delivered.
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...
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...
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...