PROGRAMMING LANGUAGES
-
10 Books Every Java Programmer Should Read
If you are a Java programmer and wondering what to read to improve your knowledge of Java and become a…
Read More » -
Switching from virtualenvwrapper to direnv, Starship, and uv
Earlier this week I considered whether I should finally switch away from virtualenvwrapper to using local .venv managed by direnv.…
Read More » -
Top 5 Courses to Learn Python 3 in 2024
If you are a Programmer or a Computer Science graduate and thinking of learning Python in 2024, then you have…
Read More » -
When to Use a List Comprehension in Python Quiz – Real Python
Interactive Quiz ⋅ 8 QuestionsBy Martin Breuss Share In this quiz, you’ll test your understanding of List Comprehension in Python.…
Read More » -
No More MultipleBagFetchException Thanks to Multiset Nested Collections – Java, SQL and jOOQ.
I’ve recently stumbled upon this interesting Stack Overflow question about Hibernate’s popular MultipleBagFetchException. The question is super popular, and the…
Read More » -
The Proliferation And Problem Of The ✨ Sparkles ✨ Icon
Kate Kaplan hits on something over at Nielsen Norman Group’s blog that’s been bugging me: The challenge with this icon…
Read More » -
How to replace NULL with Empty String in SQL Server? ISNULL() vs COALESCE() Examples
We often need to replace NULL values with empty String or blank in SQL e.g. while concatenating String. In SQL…
Read More » -
Generate Images With DALL·E and the OpenAI API – Real Python
Describe any image, then let a computer create it for you. What sounded futuristic only a few years ago has…
Read More » -
jOOQ 3.16 and Java EE vs Jakarta EE – Java, SQL and jOOQ.
A tidal wave is rippling through the Java ecosystem. It is the renaming of javax to jakarta package names. Now,…
Read More » -
Projecting Type Safe Nested TableRecords with jOOQ 3.17 – Java, SQL and jOOQ.
A long standing feature request has seen little love from the jOOQ community, despite a lot of people probably wanting…
Read More »