Hello and welcome to the weekend reading list edition #100. Thank you!!! This is the 100th edition of the weekend reading list. It all started in 2020 during a coffee (not from Dunkin') with Don Raab. After over 500 articles and videos featured in the blog and tens of thousands of views, I have to … Continue reading Weekend Reading List #100 – Week of 11/29
Tag: text block
Java 13 – Text Blocks
Java 13 adds a preview feature that supports JEP 355 - Text Blocks (previously JEP 326 - Raw String Literals). The goal is simple: make it easier to write String that span over several lines. This is especially useful when we are representing a SQL statement or a JSON. Today, if we want to write a SQL … Continue reading Java 13 – Text Blocks