Contents
Kotlin
- Any, Unit & Nothing Kotlin Generics Explained – Michal Ankiersztajn
Basic knowledge about types – but there is a lot more to say about Nothing - Coroutine Cancellation and Timeouts – Tanya Arora
Clarifies the cancellation of coroutines, simple to understand - Kotlin 2.0.0: A New Era in Kotlin Development – Halil Özel
Nice overview over the new features in Kotlin 2 - Opinionated one-liners in Kotlin – George Papadopoulos
When and how to use scope functions in one-liners
Spring Boot
- HTTP Request and Response Logging Using Logbook in Spring – Omkar A
Interesting tool to log HTTP requests/responses, including filtering and formatting - Detecting Compromised Passwords Using Spring Security – Hardik Singh Behl
An additional security measure to improve the security of the application - A Little-Used but Powerful Feature in Spring – Kyle Evans
Spring offers a MethodReplacer – I have no idea why this should be useful, but good to know - Spring Boot Interceptors – Java Codeex
Simple overview
JPA / Hibernate
- Lombok & Hibernate: How to Avoid Common Pitfalls – Thorben Janssen
Shows in detail why you have to watch out for equals, hashCode and toString when using Lobmok with entitiess
AI
- Meet Claude Dev — An Open-Source AI Programmer In VS Code – Jim Clyde Monge
A new AI tool that supports the development process and it seems that is not a fake like Devin - TimeMixer: Exploring the Latest Model in Time Series Forecasting – Marco Peixeiro
TimeMixer is an MLP-based model that uses feature mixing at different scales to capture both micro and macro variations in time series and make predictions. Conclusion: TimeMixer is not suitable for short-horizon forecasting, but achieved very good results for long-horizon forecasting. - Top 10 Machine Learning Algorithms for Beginner Data Scientists – Nathan Rosidi
The article presents 10 algorithms including sample code and evaluates their suitability for specific tasks. - KI-NEWS: OpenAI SCHOCKT Google! SearchGPT DIE neue Suchmaschine? – neulandpro
How search will change?! Llama 3.1! Kling AI!
React
- Learning React: 5 Important Principles About Hooks You Have To Know – Inna Sinicka
The article underscores the necessity for React developers to master hooks, adhering to key principles to ensure efficient use and avoid pitfalls like redundant re-renders and tangled dependencies. (ChatGPT)