Posts by Tag

jdk8

Pretending there are pointers in Java

3 minute read

Values. References. Value of a reference? Reference to a value? Value of a value? Reference to a reference? Pass by value, or pass by reference? Pass referen...

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Recursive streams in Java 8 addendum

less than 1 minute read

The results are in. I rigged up a quick nanosecond timer to compare the five recursive directory streams from my last post, and You Won’t Believe What Happen...

Back to Top ↑

streams

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Recursive streams in Java 8 addendum

less than 1 minute read

The results are in. I rigged up a quick nanosecond timer to compare the five recursive directory streams from my last post, and You Won’t Believe What Happen...

Back to Top ↑

recursion

Recursive streams in Java 8 addendum

less than 1 minute read

The results are in. I rigged up a quick nanosecond timer to compare the five recursive directory streams from my last post, and You Won’t Believe What Happen...

Back to Top ↑

addendum

Recursive streams in Java 8 addendum

less than 1 minute read

The results are in. I rigged up a quick nanosecond timer to compare the five recursive directory streams from my last post, and You Won’t Believe What Happen...

Back to Top ↑

stack_overflow

Recursive streams in Java 8 addendum

less than 1 minute read

The results are in. I rigged up a quick nanosecond timer to compare the five recursive directory streams from my last post, and You Won’t Believe What Happen...

Back to Top ↑

zip

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Back to Top ↑

replace

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Back to Top ↑

collect

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Back to Top ↑

reduce

Can we zip it? (Yes, we can.)

3 minute read

Another day, another assignment to overthink. Last time, we used a recursive flatMap to generate a stream of files with a given parent directory. In today’s ...

Back to Top ↑

parallel

Back to Top ↑

traversal

Back to Top ↑

lazy

The lazy FizzBuzz: an interview interlude

1 minute read

It’s internship season, and I’m on the hunt. I better know my interview questions if I want to survive the winter. Let’s start out with good old FizzBuzz:

Back to Top ↑

stream

The lazy FizzBuzz: an interview interlude

1 minute read

It’s internship season, and I’m on the hunt. I better know my interview questions if I want to survive the winter. Let’s start out with good old FizzBuzz:

Back to Top ↑

circular

The lazy FizzBuzz: an interview interlude

1 minute read

It’s internship season, and I’m on the hunt. I better know my interview questions if I want to survive the winter. Let’s start out with good old FizzBuzz:

Back to Top ↑

FizzBuzz

The lazy FizzBuzz: an interview interlude

1 minute read

It’s internship season, and I’m on the hunt. I better know my interview questions if I want to survive the winter. Let’s start out with good old FizzBuzz:

Back to Top ↑

interview

The lazy FizzBuzz: an interview interlude

1 minute read

It’s internship season, and I’m on the hunt. I better know my interview questions if I want to survive the winter. Let’s start out with good old FizzBuzz:

Back to Top ↑

generics

Pretending there are pointers in Java

3 minute read

Values. References. Value of a reference? Reference to a value? Value of a value? Reference to a reference? Pass by value, or pass by reference? Pass referen...

Back to Top ↑

inheritance

Pretending there are pointers in Java

3 minute read

Values. References. Value of a reference? Reference to a value? Value of a value? Reference to a reference? Pass by value, or pass by reference? Pass referen...

Back to Top ↑

pointers

Pretending there are pointers in Java

3 minute read

Values. References. Value of a reference? Reference to a value? Value of a value? Reference to a reference? Pass by value, or pass by reference? Pass referen...

Back to Top ↑