Blog Logo
TAGS

Common Mistakes in RESTful API Design

REST has dominated API design for good reason—when done right, it creates intuitive, scalable interfaces that leverage the webs architecture. Understanding RESTful API Design and Its Core Principles. ...

Read more...

Elysia - Ergonomic Framework for Humans

ElysiaJS is an ergonomic framework for humans, built in TypeScript with end-to-end type safety, a unified type system, and outstanding developer experience. Powered by Bun, Elysia offers a supercharge...

Read more...

Fast and low overhead web framework, for Node.js | Fastify

An efficient server implies a lower cost of the infrastructure, a better responsiveness under load and happy users. How can you efficiently handle the resources of your server, knowing that you are se...

Read more...

hyper-expres

Hyper Express is a powerful tool that enables fast and efficient web development. It provides a streamlined workflow for developers to easily build and deploy web applications. This tool simplifies th...

Read more...

Why LinkedIn chose gRPC+Protobuf over REST+JSON

LinkedIn announced that it would be moving to gRPC with Protocol Buffers for the inter-service communication in its microservices platform, where previously an open-source Rest.li framework was used w...

Read more...

CI/CD

CI/CD is a project that focuses on continuous integration and continuous deployment. It utilizes various GitHub actions workflows for tasks such as publishing, CI, and documentation building. The late...

Read more...

RestAssured.Net - C# .NET version of the original REST Assured for writing tests for your HTTP APIs with ease

# RestAssured.Net ![github-actions-ci](https://github.com/basdijkstra/rest-assured-net/actions/workflows/ci.yml/badge.svg) ![Nuget](https://img.shields.io/nuget/v/RestAssured.Net?color=blue) ![Nuget](...

Read more...

Restful Web API Patterns & Practices Cookbook • Mike Amundsen & Alianna Inzana • GOTO 2022

Restful Web API Patterns & Practices Cookbook • Mike Amundsen & Alianna Inzana • GOTO 2022

Mike Amundsen, an internationally known author and speaker on network architecture, web development, and technology, has written a book titled RESTful Patterns and Best Practices for APIs Cookbook. Th...

Read more...

Principles & Best practices of REST API Design

This best-practices article provides guidelines for developers to create reliable and consistent RESTful Web services across multiple service suites, positioning them for rapid public adoption by inte...

Read more...