REST - Representational State Transfer
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
Explains how to handle query string parameters without values in ASP.NET Core by creating a custom model binder for boolean parameters.
A developer details a tricky middleware bug in a Clojure web scraping framework that caused character encoding issues due to header casing.
Explains the Web Share API for native-like sharing from websites, covering browser compatibility, usage, and benefits for PWAs.
Explores the evolution of the World Wide Web from a simple 'Web of Documents' to the complex 'Web of Applications' we use today.
A technical guide on building a basic HTTP web server from scratch using Node.js, covering sockets, request parsing, and response handling.
Explains Google Chrome's new Lite Pages feature, its relation to Data Saver, and how it optimizes web pages on slow connections, including HTTPS.
A tutorial on building a Go HTTP webserver with graceful shutdown, using channels and goroutines for proper resource cleanup.
Explores the unintended negative consequences of HTTPS on local caching servers in low-bandwidth, high-latency environments like Uganda.
A developer's experience implementing HTTP long-polling in Go, focusing on server timeout handling and practical code examples.
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.
A tutorial on building a custom GraphQL client library for React to understand its internals and contribute to the ecosystem.
A guide to setting up HTTPS with a valid SSL certificate for a local development domain and using it with a Node.js server.
The author announces migrating their blog to HTTPS using a free Let's Encrypt certificate and requests help finding broken image links.
A technical guide on setting up and using Cloudflare's DNS over HTTPS service, including command-line examples and local server configuration.
A technical guide to building and enhancing a secure, accessible login form with HTML validation, security best practices, and UX improvements.
Explores the advantages of using RPC over HTTP for communication between microservices, focusing on simplicity and avoiding RESTful complexity.
Introducing JustEat.HttpClientInterception, a .NET library for reliable testing of HTTP API integrations by intercepting calls.
Explains the benefits of HTTPS and how Netlify simplifies the process of enabling it for your website with automatic certificates.
Explains how to implement HTTP Strict Transport Security (HSTS) in ASP.NET Core to enforce secure HTTPS connections.