A quick intro tot he basics of Java Generics.
Also find me here:
Baeldung Author
Michael Krimgen
I'm a Java Software Developer with 12 years experience in the financial industry. I like clean coding, learning new languages (both programming and natural languages) and reading about and understanding algorithms. My main focus is Java, Java EE, Spring, Databases and Kotlin.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (2)
- Algorithms (2)
- Testing (1)
- Spring Web (1)
- Persistence (1)
- Java Map (1)
- Java Dates (1)
- Java Collections (1)
- JVM (1)
- Core Java (1)
Baeldung on Computer Science
- All
- Trees (1)
- Programming (1)
- Data Structures (1)
- Algorithms (1)
Algorithm to Generate a Maze
Filed under Algorithms
Explore algorithms for generating a maze with visual representations.
What Is an Idempotent Operation?
Filed under Programming
A quick and practical introduction to idempotency.
Introduction to Red-Black Trees
Filed under Data Structures, Trees
A quick and practical overview of the Red-Black Tree data structure.
Baeldung on Kotlin
- All
- Kotlin-Java Interop (2)
- Kotlin Basics (1)
The Difference between var in Kotlin and Java 10
Filed under Kotlin-Java Interop
A quick and practical overview of differences between var keyword in Java and Kotlin.
Guide to JVM Platform Annotations in Kotlin
Filed under Kotlin-Java Interop
Have a look at the @Jvm annotations that Kotlin provides
Nested forEach in Kotlin
Filed under Kotlin Basics
Learn how to use the default parameter it in Kotlin and how to access the parameters of an outer forEach from within a nested forEach loop.