Contents
Kotlin
- Celebrating Kotlin 2.0: Fast, Smart, and Multiplatform – Egor Tolstoy
What has changed in Kotlin 2.0? - Kotlin Coroutine mechanisms: launch v. async – mvndy
Coroutines are a fascinating feature but complex and hard to understand, here are articles that make it easier - Kotlin Mutex Explained – Michal Ankiersztajn
It’s easy to “synchronize” code in coroutines
Java
- JAVA: JVM Parameters: -D, -X, -XX—Can’t Tell the Difference? – Oliver Foster
Explains some of the JVM parameters – good to know - Less Mocks, More Functions! – Emanuel Trandafir
Nice idea to use not whole classes but only necessary functions in the name of SOLID - For Java Developers: Another 5 Guava Functions That Will Blow Your Mind – Malvin Lok
Nice functions, make the live easier, my favorites are Ordering and CharMatcher
Hibernate
- Behind the Scenes: Solving the Mystery of Database Inconsistencies Caused by Hibernate Caching in Spring Boot – Otipy Internet Pvt Ltd
Interessting issue in Hibernate. At the end, a simple example to show it. - Should your tests manage transactions? – Thorben Janssen
Test of transactions is not that easy, here are some thoughts about how to do it
Spring Boot
- SpringBoot: Unified Response and Exception Handling – Oliver Foster
It’s good to use a common response code. The Suggestions are reasonable and professional. - Part 2- Step by Step Migration to Spring Security 6.2.x – Serdar A.
There are some difficulties when migrating to Spring Security 6.2.x. These are well explained in these articles. - Accelerate Spring Boot APP Start Time — Simply – Gaetano Piazzolla
Some interesting methods to speed up the startup process of Spring
JavaScript
- ?? vs || in JavaScript: The little-known difference – Tari Ibaba
Show some of the crazy things in JavaScript
React
- React Design Patterns – Bryan Aguilar
A lot of Design Patterns with pro and cons and examples
Data Science
- 5 Sneaky Pandas Secrets for Data Wizards That Make You 10x – Gencay I
Nice tips (but will not enhance your speed by 10) - New Pandas rival, FireDucks, brings the smoke! – Thomas Reid
Very impressive performance improvements!
Cloud
- Ingress Vs Gateway API — Explained in a simple way – The kube guy
Good comparison of these 2 concepts
Software Development
- VS Code Productivity Tips & Hacks – Yasas Sandeepa
Many great tips for using Visual Studio Code - Lifesaving “Git” Commands: Mastering Emergency Situations – Mertcan Arguç
Some really useful git commands you should know
AI
- KI-NEWS: Wahnsinniger Schlagabtausch neuer AI-Modelle! – neulandpro
So much news every week about AI – amazing