Best of Backend DevelopmentSeptember 2021

  1. 1
    Article
    Avatar of netflixNetflix TechBlog·5y

    Practical API Design at Netflix, Part 1: Using Protobuf FieldMask

    Never rename fields when FieldMask is used. If a field is renamed, the backend should be able to support new and old field names until all the callers migrate to the new field name (backward compatibility issue) Deprecate a field and create a new field instead of renaming.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    5 Best Backend Technologies For Web App Development in 2021

    5 Top Backend Web App Development Frameworks/Languages in 2021. 5 Best Backend Technologies For Web App development in 2021: Node.js is the most popular. Backend development consists of those elements that allow you to optimise the performance of your website. Choose the programming language that has been maintained for the last 5 years.

  3. 3
    Article
    Avatar of phProduct Hunt·5y

    Backendjob - Hi Backend Developers 👋, find your next backend job here!

    Using this website, you can easily find backend development jobs. Employers can also post job opportunities, but they will be reviewed before they are listed. Embed this post on your website and share it with your friends and family. Share this post with your colleagues and friends.

  4. 4
    Article
    Avatar of itnextITNEXT·5y

    [BUILD] BFF Pattern with Go Microservices using REST & gRPC.

    Let’s build dockerized Go microservices demonstrating the BFF pattern with REST and gRPC. Bind it to the UI and deploy everything on AWS EC2. (Also has Kotlin & Java versions) TL;DR: Github Go, Github Kotlin, Github Java, Github UI BFF, a.k.a. “Best Friends Forever’ pattern is a well-established architectural…

  5. 5
    Article
    Avatar of faunaFauna·5y

    Choosing a database for your Node.js app

    Node.js is a JavaScript-based environment that allows developers to build server-side applications and APIs. It supports all kinds of databases (relational and non-relational), and when paired with the right database, can power a variety of different data use cases. We will look at some important database characteristics, explore a couple of different types of databases, and finally learn how to connect a database to your app.