AWS DevOps & Developer Productivity Blog

Adrian Nistor

Author: Adrian Nistor

Adrian Nistor is an Applied Scientist with Amazon AWS. He got his PhD from University of Illinois, Urbana-Champaign. He built the concurrency detectors in Amazon CodeGuru and other detectors for concurrency and performance bugs.

Detecting concurrency bugs with Amazon CodeGuru

This post discusses the types of concurrency bugs Amazon CodeGuru detects and how developers can fix them. CodeGuru automatically analyzes pull requests (created in supported repositories like CodeCommit, GitHub, GitHub Enterprise, and Bitbucket) and generates recommendations about how to improve your code quality. Why use a tool to automatically detect concurrency bugs? Concurrency bugs are […]