Best of PerformanceFebruary 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Web Animation Performance Fundamentals – How to Make Your Pages Look Smooth

    Web pages are interactive animations played back by your web browser. Every time JavaScript code changes the page, an area in the previous image is invalidated, and the browser draws a new one. When a page doesn't respond swiftly to user interactions or has jerky movements, something must be off.

  2. 2
    Article
    Avatar of btrprogBetter Programming·4y

    Http Server Performance: NodeJS vs. Go

    Jan Sunavec compares the performance of NodeJS and Go. He used an I7–8550U CPU and used 500 concurrent connections. He found that the Go solution delivered better performance than the NodeJS solution. He also found that Go was better at dealing with large numbers of requests.

  3. 3
    Article
    Avatar of colkgirlCode Like A Girl·4y

    Performance of ‘=’ vs ‘like’ in SQL 🤔

    Performance of “=” (equal operator) vs “like”(wildcard operator) which will give us better performance is a frequently asked question. Let’s consider it as a problem statement and try to solve or find among the both which one is going to give us the more optimized result.

  4. 4
    Article
    Avatar of vercelVercel·4y

    The evolution of the Web: What we learned and where we’re going – Vercel