JAVA
-
Top 7 Courses to learn PostgreSQL Database in 2024
PostgreSQL is one of the most popular databases after the big three – Oracle, SQL Server, and MySQL. PostgreSQL is…
Read More » -
A Brief Overview over the Most Common jOOQ Types – Java, SQL and jOOQ.
For new users working with jOOQ for the first time, the number of types in the jOOQ API can be…
Read More » -
The 2024 iOS App Developer RoadMap
Hello guys, if you want to become an iOS App developer and looking for a solid roadmap then you are…
Read More » -
Using jOOQ’s Implicit Join From Within the JOIN .. ON Clause – Java, SQL and jOOQ.
Starting with jOOQ 3.11, type safe implicit JOIN have been made available, and they’ve been enhanced to be supported also…
Read More » -
Top 10 SQL SELECT Query Examples for Beginners
The Select command in SQL is one of the most powerful and heavily used commands. This is I guess the…
Read More » -
LATERAL is Your Friend to Create Local Column Variables in SQL – Java, SQL and jOOQ.
The standard SQL WITH clause has been tremendously helpful in structuring SQL queries. Instead of nesting everything in unreadable derived…
Read More » -
The 2024 Software Architect Roadmap
Mostly I explain all the points mentioned in the roadmap in detail but this time, I am going slightly different…
Read More » -
How to get the best of both jOOQ and native SQL worlds
A frequently encountered doubt people have when using jOOQ is to decide when a “complex” query should be written using…
Read More » -
Top 6 Free Data Structure and Algorithm Courses for Java and C Programmers
Data Structure and Algorithm is one of the essential topics for programmers, both to get a job and do well…
Read More » -
The many reasons why you should execute your jOOQ queries with jOOQ
Previously on this blog, I’ve written a post explaining why you should use jOOQ’s code generator, despite the possibility of…
Read More »