JAVA
-
The 2024 Machine Learning Engineer RoadMap
Actually, I am not big fan of big articles and big roadmap, I like to go step by step and…
Read More » -
Using local JSON variables to emulate window functions in MySQL 5.7
One of MySQL 8’s biggest improvements is the support of window functions. As I always said in conferences, there’s SQL…
Read More » -
The 2024 DevOps Engineer RoadMap [UPDATED]
DevOps is really hot at the moment, and most of my friends, colleagues, and senior developers I know are working…
Read More » -
How to Write a Derived Table in jOOQ – Java, SQL and jOOQ.
One of the more frequent questions about jOOQ is how to write a derived table (or a CTE). The jOOQ…
Read More » -
The 2024 PHP Developer RoadMap
Hello guys, if you want to become a PHP developer in 2024 and looking for guidance like PHP Developer RoadMap,…
Read More » -
Only the first UNION subquery’s Converters are applied to the result.
jOOQ 3.15 introduced the concept of an ad-hoc converter, a converter that is applied “ad-hoc” to a single query. It…
Read More » -
The 2024 Laravel Developer RoadMap
Hello folks, if you want to learn Laravel for Web Development but no idea from where to start it then…
Read More » -
How to create hierarchies of Java objects from flat lists with Collector
Occasionally, you want to write a SQL query and fetch a hierarchy of data, whose flat representation may look like…
Read More » -
Is Coursera Plus worth it in 2024? (30% Discount Now)
Hello guys, As a programmer, we always need to learn new skills, frameworks, technologies, and libraries, and we often end…
Read More » -
Use jOOQ’s code generator to easily pass table-valued parameters
Microsoft T-SQL supports a language feature called table-valued parameter (TVP), which is a parameter of a table type that can…
Read More »