-
Software Development

jOOQ Tuesdays: Markus Winand is on a Modern SQL Mission
Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…
Read More » -
Software Development

The 10 Most Popular DB Engines (SQL and NoSQL) in 2015
About two years ago, we’ve published this post about the 10 most popular DB engines, where we analyzed the data…
Read More » -
Enterprise Java

A Beginner’s Guide to Using Java EE with jOOQ
Java EE ships with its own persistence API: JPA. JPA is most powerful when you want to map your RDBMS…
Read More » -
Software Development

How to Quickly Enumerate Indexes in Oracle 11gR2
Do you want to know real quick what kind of indexes there are on any given table in your Oracle…
Read More » -
Software Development

You Probably don’t Use SQL INTERSECT or EXCEPT Often Enough
When people talk about SQL JOIN, they often use Venn Diagrams to illustrate inclusion and exclusion of the two joined…
Read More » -
Core Java

Comparing Imperative and Functional Algorithms in Java 8
Mario Fusco’s popular tweet impressively shows what the main difference between imperative and functional approaches to similar algorithms really is:…
Read More » -
Software Development

Don’t Format Dates in SQL. Use the DATE Literal!
I’m seeing people do this all the time. They want to hammer a date or timestamp constant into their SQL…
Read More » -
Core Java

jOOQ Tutorial for Type safe DB querying
Course Overview SQL is a powerful and highly expressive language for queries against relational databases. SQL is established, standardised and…
Read More » -
Enterprise Java

The jOOQ Configuration
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More »


