Learn how to create checksums in Java
Also find me here:
Baeldung Author
Sam Millington
Sam is a software developer from Oxford, currently working in the bioinformatics field. Sam’s areas of expertise are in all things Java, and spends his days writing multi-threaded analysis tools for biology research. He is an enthusiastic programmer, writer, and enjoys learning about new technologies. When he’s not at his desk you can find him on a climbing wall, watching Netflix or attempting to gym.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (7)
- Security (2)
- Persistence (2)
- Java String (2)
- Algorithms (2)
- Programming (1)
- Java Collections (1)
Bucket Sort in Java
Filed under Algorithms, Java
A quick and practical overview of Bucket Sort algorithm in Java.
Sorting Strings by Contained Numbers in Java
Filed under Java String
A quick and practical tutorial to sorting Strings by contained numbers in Java.
Guide to MapDB
Filed under Persistence
Learn about MapDB, a lightweight persistence library which provides collection APIs to store and retrieve data.
Guide to FastUtil
Filed under Java
A quick and practical overview of FastUtil.
A Solid Guide to SOLID Principles
Filed under Programming
A quick and practical introduction to SOLID with examples.
Guide to the Java Queue Interface
Filed under Java, Java Collections
A quick tour around Java Queue interface and its implementations.
Concatenating Strings in Java
Filed under Java String
Learn different ways to concatenate Strings in Java
The Difference Between JPA, Hibernate and EclipseLink
Filed under Persistence
A quick comparison between JPA, Hibernate and EclipseLink.
A Guide to SimpleDateFormat
Filed under Java
A quick guide to using SimpleDateFormat in Java.
Hashing a Password in Java
Filed under Algorithms, Java, Security
Learn how to securely hash passwords in Java and why MD5 is so insecure.
Stream Ordering in Java
Filed under Java
Learn about some of the underlying intricacies of Java 8 Stream ordering
Baeldung on Kotlin
- All
- Kotlin Collections (1)
- Kotlin Basics (1)
Kotlin Immutable Collections
Filed under Kotlin Collections
A quick and practical overview of immutable collections for Kotlin.
Kotlin const, var, and val Keywords
Filed under Kotlin Basics
A quick and practical overview of const, var, and val keywords in Kotlin.