Dash One

Dash One @fluentfuture

Location:
Seattle
Joined:
Apr 18, 2024

Dash One
articles - 8 total

Designing a Better String Utility - Part 2

A ground-up exploration into how we can build a safer and more expressive alternative to substring().

Learn More 2 0Jun 19

Designing a Better String Utility - Part 1

Java String Manipulation is Too Crude

Learn More 0 0Jun 18

The Easiest String Parsing in Java

Parsing structured strings in Java has always been painful. Most developers reach for regular...

Learn More 4 2May 21

Off-by-1 again in your LeetCode binary search solution?

“Although the basic idea of binary search is straightforward, the details are surprisingly...

Learn More 8 4May 16

Iteration - Generate Stream Recursively

The Iterators For anyone having been in programming a couple of years, chances are you've...

Learn More 2 0Jun 23 '24

Chain - a Goofy, Immutable List to Concatenate Millions

What? Java has array-based Lists for efficient random access; there are LinkedList for...

Learn More 7 0Jun 12 '24

Parsing dates and time without pattern string in Java

The other day I needed to parse some timestamp strings loaded from a file. It's for a test where I...

Learn More 0 0Apr 29 '24

String Manipulation Tricks (Day 1)

(First post. Don't know what to blog about. I'll start by recording some random coding thought...

Learn More 0 0Apr 19 '24