Best of REST APIAugust 2023

  1. 1
    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.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP71: CI/CD Pipeline Explained in Simple Terms

    This week’s system design refresher: Why Google and Meta Put Billion Lines of Code In 1 Repository? What does API gateway do?

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP73: Cheat sheet of different databases in cloud services

    For the fifth year, the State of the API Report is the world's largest and most comprehensive survey and report on APIs. More than 40,000 developers and API professionals have shared their thoughts on development priorities, their API tools, and where they see APIs going.

  4. 4
    Article
    Avatar of hackernoonHacker Noon·3y

    How to manage state in Next.js 13 using Redux Toolkit.

    We will go through a real world example whereby, we need to store authentication data in redux state and in this case, it will be persisted. We will also access this data in the some of the components that need it. We will use Redux Toolkit to manage state in Next.js.

  5. 5
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Building a Unified Notification System with GitHub Actions

    Build a Unified Notification System with GitHub Actions with GitHub actions. Explore the power of GitHub actions by integrating with multiple notification services including Slack, Chime, Teams, AWS SNS and more. In this blog, we will explore the process of building GitHub Actions for notifications services to publish actions execution results for Slack, Discord, Teams.

  6. 6
    Article
    Avatar of asayerasayer·3y

    Creating a custom 404 error page with HTML and CSS

    The 404 error page is what a browser displays when a page doesn’t exist on a website. The 404 status code, “Not Found” error, indicates that the web server cannot find a requested page. This error code is triggered when a user tries to access a page that’s been deleted or moved.

  7. 7
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Tips To Pass AWS Certified Developer Associate Exam (DVA-C02)

    AWS Certified Developer Associate Exam (DVA-C02) Harry Siddhu has listed down some major AWS services that are highly important for the exam. The information provided below is not exhaustive, but it will certainly enhance your knowledge and aid you during the exam.

  8. 8
    Article
    Avatar of dzDZone·3y

    How to Use IP Geolocation in React

    How to use IP geolocation in React - DZone How to Use IP Geolocated in React is a tutorial. You will then be able to fetch data by IP address. Join the DZone community and get the full member experience.

  9. 9
    Article
    Avatar of awstipAWS Tip·3y

    RESTful API Specification with FastAPI and Djantic.

    RESTful API Specification with FastAPI and Djantic. FastApi is a high-performance web framework for building API with Python 3.7+ based on standard type hints. Djantic is a library that provides a configurable utility class to automatically create a Pydantic model instance for any Django model class.

  10. 10
    Article
    Avatar of hackernoonHacker Noon·3y

    TypeScript vs JavaScript in REST API Automated Test

    TypeScript vs JavaScript in REST API Automated Test is a programming language which is presented as a package in Node.js ecosystem. Use intellisense & type checking features to make less syntax mistakes in your code. Custom types also act as a documentation for your payload data.

  11. 11
    Article
    Avatar of semaphoreSemaphore·3y

    Microservices Communication in NestJS With gRPC

    The goal is to create a complete meal by combining all these dishes. Each dish represents a microservice with a specific function or purpose. In a microservices architecture, developers can develop, deploy, and maintain each microservice independently from the others. We can ensure that microservices can function seamlessly to build a durable and scalable system.