Best of Backend DevelopmentDecember 2020

  1. 1
    Article
    Avatar of devtoDEV·5y

    Micro Frontends Patterns: JAMstack

    JAMstack is an architecture that combines JavaScript, APIs, and Markup. It eliminates the need to make a round trip to the server side for each screen transition. SSG provides flexible markup generation at build time. SPA can be said to be an indispensable part of JAMstack. Next.js has a feature called Incremental Static Regeneration.

  2. 2
    Article
    Avatar of btrprogBetter Programming·5y

    Design Uber’s Backend: A Systems Design Walkthrough

    Designing Uber’s Backend: A Systems Design Walkthrough. This question asks you to create a ride-sharing service to match users with drivers. How would you build it? The Educative Team Follow Dec 23, 2020 · 7 min read Image credit: Author In our last article on system design, we looked at the top 10 questions.

  3. 3
    Article
    Avatar of devtoDEV·5y

    My Web Development Study Plan For 2021

    As 2020 is coming to an end, I have been reflecting on how much I have learned this year. The things I want to learn generally fall into the following categories:Fundamentals and getting better at things I already know and use. Getting more familiar with backend tools like Docker and Docker Compose.