Kotlin protip: indexed access operator overloading with multiple indices
A blog by Riccardo
Operator overloading is one of Kotlinβs most beloved features. It lets you give...
#dev #softwaredevelopment #kotlin
https://jdriven.com/blog/2026/02/Kotlin-protip-indexed-access-operator-overloading/
25.02.2026 07:07 β π 0 π 1 π¬ 0 π 0
Bonus: From Java to Kotlin β Part XII: Sealed Classes vs Enums / Polymorphism
A blog by Justus
Considering a move to Kotlin? Coming from a Java...
#dev #softwaredevelopment #java #kotlin #designpatterns
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-12-sealed-classes-and-enums/
24.02.2026 08:07 β π 1 π 2 π¬ 0 π 0
From Java to Kotlin β Part XI: The Builder Pattern vs Type-safe Builders / DSL
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short...
#dev #softwaredevelopment #java #kotlin #designpatterns
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-11-builders/
23.02.2026 08:07 β π 4 π 3 π¬ 0 π 0
Digital Sovereignty, A Dutch company's dilemma in the age of US hyperscalers
A blog by Erik
If you run into a wall, donβt turn around and give up. Figure out how to climb it, go through it, or work...
#dev #softwaredevelopment #Teachradar
https://jdriven.com/blog/2026/02/Digital-Sovereignty/
22.02.2026 09:07 β π 1 π 1 π¬ 0 π 0
Running COBOL in IntelliJ
A blog by Jacob
Within the JVM community, once in a while somebody jokes about getting old and therefore needing to start learning COBOL. Usually, someone responds...
#dev #softwaredevelopment #intellijidea #ide
https://jdriven.com/blog/2026/02/Running-COBOL-in-IntelliJ/
21.02.2026 16:07 β π 1 π 1 π¬ 0 π 0
From Java to Kotlin β Part X: Virtual Threads and Coroutines
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog posts,...
#dev #softwaredevelopment #java #kotlin #concurrency
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-10-Threads/
20.02.2026 08:07 β π 1 π 3 π¬ 0 π 0
From Java to Kotlin β Part IX: Statics and Companion Objects
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog posts, Iβll take a...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-9-Statics/
19.02.2026 08:07 β π 1 π 2 π¬ 0 π 0
From Java to Kotlin β Part VIII: The Ternary operator vs the Elvis Operator
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-8-Elvis-Operator/
18.02.2026 08:07 β π 2 π 2 π¬ 0 π 0
From Java to Kotlin β Part VII: Null Safety
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog posts, Iβll take a look at...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-7-Null-Safety/
17.02.2026 09:07 β π 1 π 2 π¬ 0 π 0
From Java to Kotlin β Part VI: Higher-Order Functions Without Fear
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-6-Higher-Order-Functions/
16.02.2026 10:07 β π 1 π 2 π¬ 0 π 0
From Java to Kotlin β Part V: Switch vs When
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog posts, Iβll take a look at...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-5-Switch-vs-When/
13.02.2026 10:07 β π 1 π 2 π¬ 0 π 0
From Java to Kotlin β Part IV: Copying objects
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog posts, Iβll take a look at...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-4-Copying-Objects/
12.02.2026 09:07 β π 1 π 2 π¬ 0 π 0
From Java to Kotlin β Part III: Default Values and Named Arguments
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-3-Default-Values-Named-Arguments/
11.02.2026 09:07 β π 2 π 2 π¬ 0 π 0
From Java to Kotlin β Part II: Boring Data Classes
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short series of blog posts, Iβll take a look...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-2-Data-Classes/
10.02.2026 08:07 β π 4 π 2 π¬ 0 π 0
Passing null to overloaded Java methods from Kotlin
A blog by Jasper
Interoperability between Java and Kotlin is great, but the difference in how nullability is treated...
#dev #softwaredevelopment #Java #Kotlin
https://jdriven.com/blog/2026/02/Passing-null-to-overloaded-Java-methods-from-Kotlin/
09.02.2026 08:42 β π 4 π 2 π¬ 0 π 0
From Java to Kotlin β Part I: String extensions without the boilerplate
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In...
#dev #softwaredevelopment #java #kotlin
https://jdriven.com/blog/2026/02/Java-To-Kotlin-Series-1-String-Extensions-Without-The-Boilerplate/
09.02.2026 08:42 β π 4 π 2 π¬ 0 π 0
Awesome AssertJ: Use isEqualToNormalizingNewlines To Assert With Text Block
A blog by @mrhaki.com
A Java text block is an easy way to...
#dev #softwaredevelopment #Java #Testing #AssertJ
https://jdriven.com/blog/2026/02/Awesome-AssertJ-Use-isEqualToNormalizingNewlines-To-Assert-With-Text-Block/
05.02.2026 07:07 β π 1 π 2 π¬ 0 π 0
Nushell Niceties: Calculating The Average Of Numeric Values
A blog by @mrhaki.com
In order to calculate an average for a list of numbers, file sizes, durations, or...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/02/Nushell-Niceties-Calculating-The-Average-Of-Numeric-Values/
03.02.2026 07:07 β π 0 π 1 π¬ 0 π 0
Nushell Niceties: Calculating The Sum Of Numeric Values
A blog by @mrhaki.com
The math module in Nushell has a lot of useful commands to work with numeric values. You can...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/01/Nushell-Niceties-Calculating-The-Sum-Of-Numeric-Values/
27.01.2026 07:07 β π 2 π 1 π¬ 0 π 0
Nushell Niceties: Getting Minimum And Maximum Values
A blog by @mrhaki.com
In Nushell we can use a lot a math related commands to get for example the minimum and maximum...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/01/Nushell-Niceties-Getting-Minimum-And-Maximum-Values/
20.01.2026 08:07 β π 0 π 1 π¬ 0 π 0
Posting our blog feed to social networks using Slack
A blog by @arjen.tebbenhof.nl
Two years ago, we wrote about building a Slack bot to automatically...
#dev #softwaredevelopment #TypeScript #Slack #Deno #Atom
https://jdriven.com/blog/2026/01/Posting-our-blog-feed-to-social-networks-using-Slack/
12.01.2026 11:07 β π 3 π 1 π¬ 0 π 1
Nushell Niceties: Checking String Starts Or Ends With Given String
A blog by @mrhaki.com
To check if a string value starts or ends with a given string you can...
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2026/01/Nushell-Niceties-Checking-String-Starts-Or-Ends-With-Given-String/
07.01.2026 11:07 β π 1 π 0 π¬ 0 π 0
Math in Markdown and AsciiDoc
A blog by Ronald
#dev #softwaredevelopment #SoftwareDesign #AsciiDoc #Math #Markdowm #LaTeX
https://jdriven.com/blog/2025/12/Math-in-Markdown-and-AsciiDoc/
17.12.2025 08:41 β π 1 π 0 π¬ 0 π 0
Nushell Niceties: Tables With Different Themes
A blog by @mrhaki.com
#dev #softwaredevelopment #Nushell
https://jdriven.com/blog/2025/12/Nushell-Niceties-Tables-With-Different-Themes/
12.12.2025 14:07 β π 0 π 0 π¬ 0 π 0
Recap: Kotlin Dev Day 2025
A blog by Jacob
#dev #softwaredevelopment #ConferenceReport
https://jdriven.com/blog/2025/11/Recap-Kotlin-Dev-Day-2025/
29.11.2025 17:07 β π 2 π 0 π¬ 0 π 0
Nushell Niceties: Summon Ellie The Nushell Mascot
A blog by @mrhaki.com
#dev #softwaredevelopment #Nushell #NushellNiceties
https://jdriven.com/blog/2025/11/Nushell-Niceties-Summon-Ellie-The-Nushell-Mascot/
21.11.2025 12:07 β π 1 π 0 π¬ 0 π 0
AI Beyond the Cloud: Hacking LLMs for Fun, Privacy, and Profit, Wed, Nov 26, 2025, 5:30 PM | Meetup
This meetup is your practical deep dive into the world of Large Language Models. You'll learn how to run powerful, private AI on your own commodity hardware using lightweig
Itβs almost time for Devmotion.
Join us on Wed, Nov 26 (17:30β20:30) for the upcoming edition with Alexander Chatzizachariasβ J-Fall talk and a practical new session by Jeroen Resoort.
Gain insights, see demos and advance your AI & dev skills.
Program & registration: meetu.ps/e/PBBTs/ygns...
19.11.2025 17:59 β π 0 π 0 π¬ 0 π 0
Groovy Goodness: Getting Extension And BaseName For File And Path #Groovy #Groovy Goodness #Groovy 5
A blog by mrhaki
#dev #softwaredevelopment
https://jdriven.com/blog/2025/11/Groovy-Goodness-Getting-Extension-And-BaseName-For-File-And-Path/
18.11.2025 16:50 β π 0 π 0 π¬ 0 π 0
Using a local LLM as AI Code Assist #AI #Local development
A blog by jacobvlingen
#dev #softwaredevelopment
https://jdriven.com/blog/2025/11/Using-a-local-LLM-as-AI-Code-Assist/
17.11.2025 09:54 β π 1 π 1 π¬ 0 π 0
Nushell Niceties: Getting Column And Key Names #Nushell #Nushell Niceties
A blog by mrhaki
https://jdriven.com/blog/2025/11/Nushell-Niceties-Getting-Column-And-Key-Names/
16.11.2025 16:59 β π 0 π 0 π¬ 0 π 0