>hacksubset_
  • Home
  • Pages
  • Tags
  • Purchase
Sign in
  • Home
  • Pages
  • Tags
  • Purchase
Sign in
← All Tags

Tag: Technology

7 posts

Java Arrays: Declaration, Operations, and Pitfalls You Need to Know
Technology

Java Arrays: Declaration, Operations, and Pitfalls You Need to Know

Java arrays are fixed-size, indexed containers with O(1) random access. Full guide to declaring, iterating, copying, and searching them, plus the pitfalls that catch almost everyone.

Anindra Anindra
• Sep 2, 2026
LinkedList in Java: How It Works, When to Use It, and When Not To
Technology

LinkedList in Java: How It Works, When to Use It, and When Not To

Java's LinkedList is a doubly linked list that shines at insertions and deletions, but loses to ArrayList on almost everything else. Here's when it's the right call and when it's not.

Anindra Anindra
• Sep 02, 2026
HTTP QUERY Method: The New RFC 10008 Standard Replacing POST /search
Technology

HTTP QUERY Method: The New RFC 10008 Standard Replacing POST /search

RFC 10008 brings the HTTP QUERY method - safe, idempotent, and cacheable with a request body. After 20 years of POST /search hacks, here's what changes and how to use it.

Anindra Anindra
• July 8, 2026
BFS vs DFS in Java: Two Traversals, One Decision
Technology

BFS vs DFS in Java: Two Traversals, One Decision

BFS and DFS are the two fundamental graph traversal algorithms in Java. Here's how both work, when to pick each one, and the mistakes that'll bite you in interviews.

Anindra Anindra
• Jun 10, 2026
Dijkstra's Algorithm in Java: Shortest Path, Explained Step by Step
Technology

Dijkstra's Algorithm in Java: Shortest Path, Explained Step by Step

Dijkstra's algorithm finds the shortest path in a weighted graph. Here's how it works, a full Java implementation with PriorityQueue, and the one case where it breaks.

Anindra Anindra
• Jun 10, 2026
S3 and R2 Presigned URLs with Spring Boot: Secure File Uploads
Technology

S3 and R2 Presigned URLs with Spring Boot: Secure File Uploads

Every app that handles user uploads hits the same wall: how do you let people upload directly to cloud storage without exposing your credentials? Presigned URLs solve this, and Spring Boot makes it straightforward.

Anindra Anindra
• Jun 10, 2026
Custom DNS Explained: How 1.1.1.1 Makes Your Internet Faster and Safer
Technology

Custom DNS Explained: How 1.1.1.1 Makes Your Internet Faster and Safer

I switched to Cloudflare's 1.1.1.1 after realizing my ISP was logging every site I visited. Here's how custom DNS works, why it matters, and how to set it up on any device.

Anindra Anindra
• Mar 18, 2026
>hacksubset_

Explore emerging technologies, industry insights, and actionable guidance for your next project, as sharing is the best experimentivity.

Tags

  • Technology
  • Work
  • Lifestyle
  • Mindfulness

Pages

  • Author
  • 404
  • Tags

Theme

  • Purchase
  • Ghost
  • Support

© 2026 >hacksubset_. Published with ❤️.