Best of Amplication2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    8 best opensource projects you should try out

    Discover 8 amazing open-source projects that can replace paid software, including Chatwoot, Amplication, Docz, Partytown, Typesense, BackdropCMS, Hoppscotch, and NocoDB.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    The Complete Microservices Guide

    Microservices have emerged as a popular architectural approach for designing and building software systems for several compelling reasons and advantages. It is a design approach that involves dividing applications into multiple distinct and independent services called "microservices" Microservices are naturally distributed services as each service is isolated from the others and runs in its own instance.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·3y

    Building a Full Stack Airbnb Clone with Next.js, Tailwind CSS, Amplication, and More

    Building a Full Stack Airbnb Clone with Next.js, Tailwind CSS, Amplication, and more. The platform is centered around the concept of a low-code development environment. Amplication is an open-source development tool designed to simplify and expedite the process of building web applications.

  4. 4
    Article
    Avatar of amplicationAmplication·3y

    Node.js Development: All You Need to Know

    Node.js can be considered a future-proof technology that every developer should know. It allows developers to use JavaScript on both the frontend and backend, making it the perfect choice for building scalable, high-performance applications. It was introduced in 2009 and revolutionalized the development world since it allowed developers to run JavaScript outside web browsers.

  5. 5
    Article
    Avatar of amplicationAmplication·3y

    Why Netflix Took a Bet on GraphQL

    Netflix migrated its iOS and Android apps to a GraphQL backend in 2022. Netflix's decision to adopt GraphQL was driven by its ambition to create a more flexible, efficient, and developer-friendly API architecture. GraphQL's declarative nature, comprehensive documentation, and robust tooling make it a developer's dream.

  6. 6
    Article
    Avatar of amplicationAmplication·3y

    7 Tips to Build Scalable Node.js Applications

    Node.js is a JavaScript framework created on Chrome's V8 JavaScript engine. If used correctly, it can be used to build highly scalable mission-critical applications. This article will discuss several tips which can be helpful when it comes to building scalable applications.

  7. 7
    Article
    Avatar of amplicationAmplication·3y

    Working with Microservices with NestJS

    NestJS allows us to easily create back-end systems using Node.js and TypeScript. It also provides a clear and efficient pattern for defining these systems, and through the use of specific OOP tools, we can also define scalable and extensible microservices. We’re going to be building a simple yet scalable backend for a bookstore.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Building Fast NodeJS apps with Amplication

    Amplication is an open-source software that allows users to easily create a production-ready backend for any NodeJS application. It generates GraphQL and REST API endpoints along with a React-Admin UI in just a few minutes. Learn how to automate an Inventory Management System using Amplication.

  9. 9
    Article
    Avatar of consoleinterviewsConsole Interviews·3y

    Interview with Yuval Hazaz, Amplication

    Amplication is an open source platform that allows developers to automatically generate all the repetitive and boilerplate part of their backend code. The developer gets all their code from Amplication with a Git pull request. This allows them to build scaffolding for an entire fully functional backend with all the data models, crowd operation, and even a client application.

  10. 10
    Article
    Avatar of amplicationAmplication·3y

    ORM, Prisma, and How You Should Build Your Next Backend Database Project

    Prisma is a premier object-relational mapping (ORM) tool in the Node.js ecosystem. It's powerful yet simple and easy to use. Prisma has become as crucial to Amplication as Node itself, and I highly recommend you consider it for your next Node project.