A quick and practical overview of intrinsics and how they work in Java.
Baeldung Author
Graham Cox
Here's what I've written (so far):
Behavioral Patterns in Core Java
Filed under Java
Learn about some of the most common bahavioral design patterns using Java.
Creational Design Patterns in Core Java
Filed under Java
Learn about creational design patterns along with examples of core Java classes that use them to create and obtain instances of objects.
Implementing a 2048 Solver in Java
Filed under Algorithms, Java
A quick and entertaining implementation guide for 2048 solver in Java.
Introduction to Moshi Json
Filed under JSON
Explore Moshi – a modern JSON library for Java that will give us powerful JSON serialization and deserialization in our code with little effort.
How to Create a Slack Plugin in Java
A quick and practical overview of how to create a Slack plugin in Java.
Branch Prediction in Java
Filed under Algorithms, Java
A quick and practical overview of branch prediction in Java.
Implementing A* Pathfinding in Java
Filed under Algorithms, Java
A quick and practical overview of A* Pathfinding Algorithm in Java.
Threading Models in Java
Filed under Java
A quick and practical overview of threading models in Java.
Writing Clojure Webapps with Ring
Filed under Programming
A practical and not-so-quick introducing to Clojure Ring.
Introduction to Project Amber
Filed under Java
A quick and practical overview of Project Amber for Java.
Introduction to Leiningen for Clojure
Filed under Programming
A quick and practical overview of Leiningen for Clojure.
Introduction to Clojure
Filed under Programming
A comprehensive introduction to Clojure programming language.
Baeldung on Linux
Pipes and Redirection in Linux
Filed under Linux - Scripting
A quick and practical overview of pipes and redirection in Linux.
Baeldung on Computer Science
API Authentication – Tokens vs Sessions
Filed under Security
A quick and practical comparison between tokens and sessions.
Appointment Scheduling Algorithm
Filed under Algorithms
A quick and practical overview of the appointment scheduling algorithm.
Peak Detection in a Measured Signal
Filed under Algorithms
A quick and practical guide to finding the peak in an incoming signal.
A* Pathfinding Algorithm
Filed under Path Finding
A quick and practical guide to A* pathfinding algorithm.
Overview of Dijkstra’s Algorithm
Filed under Path Finding
A quick and practical of Dijkstra’s algorithm.
What is the Optimal Algorithm for the Game 2048?
Filed under Algorithms
A quick and practical guide to solving 2048 algorithmically.
An Overview of QuickSort Algorithm
Filed under Sorting
A quick and practical overview of QuickSort algorithm.
Baeldung on Kotlin
Collection Transformations in Kotlin
Filed under Collections
A quick and practical guide to collection processing in Kotlin.
Advanced Quasar Usage for Kotlin
Filed under Asynchronous Programming, Libraries
A quick and practical overview of advanced Quasar usages for Kotlin.
Introduction to Quasar in Kotlin
Filed under Asynchronous Programming, Libraries
A practical and not-so-quick guide to Quasar and Kotlin.
REST API With Kotlin and Kovert
Filed under Kotlin Server-Side, Libraries
A quick and practical introduction to building REST APIs with Kotlin and Kovert.
Dependency Injection for Kotlin with Injekt
Filed under Libraries
Quick and practical introduction to DI in Kotlin with Injekt.
Introduction to Kovenant Library for Kotlin
Filed under Asynchronous Programming
Learn the basics of promises and how Kovenant helps you to use them
Reflection with Kotlin
Filed under Kotlin Basics
Have a look at the extra language support provided by Kotlin for performing Reflection.
Writing Specifications with Kotlin and Spek
An introduction to Spek framework – a Specification Testing framework for Java and Kotlin