Search Articles — Sudonull

Search Results

In this project

10 native web APIs instead of JS libraries

https://sudonull.com/10-native-web-apis-instead-of-js-libraries

Learn how to replace Axios, Formik and Floating UI with built-in browser APIs. Code examples, browser support, use cases. Reduce bundle size and dependencies.

Firefox 149.0: JPEG-XL on Rust and new APIs

https://sudonull.com/firefox-149-0-jpeg-xl-on-rust-and-new-apis

Firefox 149.0 Overview: jxl-rs decoder, Split View, HTMLMediaElement API, HTTP/3 improvements. For developers — details on security and performance updates. Explore the changes.

How to Implement JWT Authentication: Step-by-Step Guide

https://sudonull.com/how-to-implement-jwt-authentication-step-by-step-guide

Learn how to implement JWT authentication securely in your web API. This complete guide covers token issuance, validation, best practices, and production security.

How to Design RESTful APIs for Web Applications: Best Practices

https://sudonull.com/how-to-design-restful-apis-for-web-applications-best-practices

Learn how to design RESTful APIs for web applications with best practices on URIs, HTTP methods, versioning, and documentation. Build scalable, intuitive APIs that developers love.

Widely available API March 2026 for the web

https://sudonull.com/widely-available-api-march-2026-for-the-web

12 browser features have become widely available: Clear-Site-Data, contain-intrinsic-size, @counter-style. Syntax, code examples, production implementation practice. Learn what to use without polyfills.

From other projects

From the web

Web APIs - Introduction - W3Schools

https://www.w3schools.com/js/js_api_intro.asp

What is Web API? API stands for A pplication P rogramming I nterface. A Web API is an application programming interface for the …

Web API - Wikipedia

https://en.wikipedia.org/wiki/Web_API

A web API is an application programming interface (API) for either a web server or a web browser. It can refer to a client-side …

Web APIs | MDN - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/API

Jul 29, 2025 · Web APIs When writing code for the Web, there are a large number of Web APIs available. Below is a list of all the …

Introduction to web APIs - Learn web development | MDN

https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Client-side_APIs/Introduction

Nov 30, 2025 · If you are not already familiar with how client-side web API events work, you should go and read this article first before …

Web APIs Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/cloud-computing/web-apis-tutorial/

Jul 23, 2025 · What is Web API? Web API is the API provided by the web browser and can be used directly to fetch any kind of data …

What is Web API? - TutorialsTeacher.com

https://www.tutorialsteacher.com/webapi/what-is-web-api

The ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications …

ASP.NET Web APIs - Rest APIs with .NET and C# | .NET

https://dotnet.microsoft.com/en-us/apps/aspnet/apis

Build secure REST APIs with C# that reach a broad range of clients, including browsers and mobile devices. Build and deploy on …

What is Web API and why we use it - GeeksforGeeks

https://www.geeksforgeeks.org/blogs/what-is-web-api-and-why-we-use-it/

May 31, 2020 · Web API is an API as the name suggests, it can be accessed over the web using the HTTP protocol. It is a framework …

Web API - JavaScript Tutorial

https://www.javascripttutorial.net/web-apis/

Home » Web API Web API This section introduces you to the Web APIs specified in the HTML5 specification. These Web APIs allow …

Tutorial: Create a controller-based web API with ASP.NET Core

https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-10.0

Aug 24, 2026 · This tutorial teaches the basics of building a controller-based web API that uses a database. Another approach to …

Trending Now