Best of Code Review — June 2023
- 1
- 2
Stack Overflow Blog·3y
Self-healing code is the future of software development
Self-healing code is the future of software development - Stack Overflow Blog code-for-a-living June 7, 2023. The ability of large language models to produce large chunks of code may mean that developers and even non-developers will be adding more to the company codebase than in the past.
- 3
Quastor Daily·3y
How Shopify Scaled To Billions of Rows of Data Ingestion for Black Friday
Shopify used Apache Flink and Server-Sent Events to build a dashboard for Black Friday. Shopify runs a real-time dashboard every year showing how all the Shopify stores are doing. The Black Friday/Cyber Monday sale is the biggest event for e-commerce.
- 4
Community Picks·3y
Awesome SQL Code Review Tools for Developers
SQL (Structured Query Language) is a fundamental tool for managing and manipulating data within relational databases. Writing good SQL code helps you better query the database. Code review is without a doubt one of the crucial parts of software development. It can help developers improve their SQL code quality by detecting potential problems.
- 5
DZone·3y
Agile Git Branching Strategies in 2023
The right choice for a branching strategy is essential for project success, says author. Git-Flow is very popular and well-documented, but there are a few other alternatives like GitHub-Flow and the Trunk-based approach that exist. This article will describe why some other branching models may work better for your and your team.