Kai Niemi
Kai Niemi's Blog

Kai Niemi's Blog

Follow
homebadges
Tag

Java

#java

More content

Read more stories on Hashnode


Articles with this tag

Shortest Path Search Algorithms

Apr 28, 202215 min read

Exploring shortest path search algorithms including Dijakstra's, A-star and Bellman-Ford · This post will explore a few shortest path search algorithms...

Shortest Path Search Algorithms

Common Table Expressions in CockroachDB

Apr 28, 20224 min read

Using multi-statement CTEs and implicit transactions with Spring Data JDBC · A Common Table Expression (CTE) is a named result set of a query that exist...

Common Table Expressions in CockroachDB

Using Spring Annotations and AOP with CockroachDB

Mar 23, 20218 min read

Learn how to apply annotations and aspects in Spring for taking advantage of CockroachDB functions and streamlining transaction management ·...

Using Spring Annotations and AOP with CockroachDB