Best of Code ReviewJune 2023

  1. 1
    Article
    Avatar of discdotDiscover .NET·3y

    Code Review & Refactoring to a better design

  2. 2
    Article
    Avatar of stackovStack 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. 3
    Article
    Avatar of quastorQuastor 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. 4
    Article
    Avatar of communityCommunity 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. 5
    Article
    Avatar of dzDZone·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.