We got new HTTP method after 20 years
RFC 10008 introduces the HTTP QUERY method — a safe, idempotent, cacheable request that carries a body. Here's what it fixes, how it works, and how to use it.
RFC 10008 introduces the HTTP QUERY method — a safe, idempotent, cacheable request that carries a body. Here's what it fixes, how it works, and how to use it.
Understand Breadth-First Search and Depth-First Search from the ground up, implement both in Java, and learn how to choose the right one for your problem.
Understand Dijkstra's shortest path algorithm from first principles, see it step by step on a real graph, and learn to implement it in Java using a PriorityQueue.
Learn what presigned URLs are, how they secure file uploads, and how to expose them as an API using Spring Boot — with practical code for both AWS S3 and Cloudflare R2.
Understand the internet's phonebook system, why custom DNS matters, and how services like Cloudflare's 1.1.1.1 can improve your browsing speed, privacy, and security.