Best of PerformanceNovember 2021

  1. 1
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·4y

    Real-Life Use-Cases for useCallback and useMemo React Hooks

    Bytecode Pandit explains when and how to use useCallback and useMemo in React. He also solves some real-life use-cases in a very simplified way. Let’s play with some hooks and see how they work in the real world. You can find the source code for this post here.

  2. 2
    Article
    Avatar of tshThe Software House·4y

    Best practices for software architecture testing

    Architecture testing can be a daunting task – especially for devs who aren’t in the habit of testing architecture from the very beginning and continuing to do so as their deadline approaches. We’re here to tell you that it’s really worth the effort and save you a ton of time and tears in your next project.

  3. 3
    Article
    Avatar of devblogsDevBlogs·4y

    Announcing .NET 6 — The Fastest .NET Yet

    C# 10 and F# 6 deliver language improvements that make your code simpler and better. .NET 6 is the first release that natively supports Apple Silicon (Arm64) and has also been improved for Windows Arm64. Hot Reload enables you to skip rebuilding and restarting your app to view a new change.

  4. 4
    Article
    Avatar of medium_jsMedium·4y

    Break Stuff Until it Works — Optimizing performance in NextJS

    Performance optimizing isn’t easy, but with these steps you will be guaranteed to be much closer to a fast solution. The strategy is a method of “Breaking Stuff Until It Works’ Understanding NextJS’es lifecycle is the first step to optimizing your app.

  5. 5
    Article
    Avatar of dzDZone·4y

    Interview With FastAPI Creator

    Sebastián Ramírez is an open-source enthusiast and the creator of FastAPI, Typer, and SQLModel. He has been building products and custom solutions for data and machine learning systems and has led teams of developers around the world. Here is a quick recap of the knowledge shared by Sebastián.