Infrastructure

Infrastructure

340 bookmarks
Custom sorting
Build an API with Laravel by Wacky Studio
Build an API with Laravel by Wacky Studio
Build APIs in Laravel with our book build an api with Laravel. The book teaches you about JSON:API specification, test-driven API development in Laravel etc.
·buildanapi.com·
Build an API with Laravel by Wacky Studio
2023 State of the API Report | Brought to You by Postman
2023 State of the API Report | Brought to You by Postman
The 2023 State of the API report covers the largest and most comprehensive survey on APIs, ever. More than 37,000 developers and API professionals shared their thoughts.
·postman.com·
2023 State of the API Report | Brought to You by Postman
Introducing the Vercel Platforms Starter Kit – Vercel
Introducing the Vercel Platforms Starter Kit – Vercel
A fullstack template for building multi-tenant applications with custom domains using Next.js App Router, Vercel Postgres, and the Vercel Domains API.
·vercel.com·
Introducing the Vercel Platforms Starter Kit – Vercel
A story about HTTP status codes and why you should read documentation
A story about HTTP status codes and why you should read documentation
Learn four things to consider when building APIs related to HTTP status codes. And when consuming APIs, don’t do what I did. Read the documentation, understand how the API is designed, and code defensively around unexpected results.
·blog.sentry.io·
A story about HTTP status codes and why you should read documentation
Converting stateful application to stateless using AWS services | Amazon Web Services
Converting stateful application to stateless using AWS services | Amazon Web Services
Designing a system to be either stateful or stateless is an important choice with tradeoffs regarding its performance and scalability. In a stateful system, data from one session is carried over to the next. A stateless system doesn’t preserve data between sessions and depends on external entities such as databases or cache to manage state. […]
·aws.amazon.com·
Converting stateful application to stateless using AWS services | Amazon Web Services