Traveling Coderman Blog
Hi! I am Fabian Böller. A product-minded fullstack engineer and the author of this blog Learn about this blog
Dive deep into software topics.
Things
you didn't know
about
your favorite tools
Read the latest and most popular posts.
Popular Posts
View all popular postsAvoid Runtime Errors with Optionals
Coding Aug 19, 2019
Learn how to use Optionals properly with flatMap avoiding null pointer exceptions.
- Java
The One-Hour Interview Process
Process Dec 14, 2021
Learn how to interview software engineering applicants. Without at-home assignments. Within an hour of interviewing. Includes TypeScript, Java and SQL examples.
- Java
- TypeScript
Recent Posts
View all recent postsDeclaring over updating RxJS observables
Coding Jun 2, 2023
Declare how your RxJS observable is computed from other observables. Don't update other observables when your observable changes.
- RxJS
- TypeScript
- Angular
Best of Lodash
Coding Jun 2, 2023
A collection of Lodash functions that are still useful in modern JavaScript.
- Lodash
- TypeScript