排序
Create a native Kotlin or JAVA application with Spring Boot Native, Gradle, and GraalVM without Docker for MacOS and Windows
Create a native Kotlin or JAVA application with Spring Boot Native, Gradle, and GraalVM without Docker for MacOS and Windows,In this article, I would like to talk about the practic...
Kotlin Clean Architecture and CQRS
Kotlin Clean Architecture and CQRS , In this article we will implement the microservice using Clean Architecture and CQRS using Kotlin, Spring WebFlux with coroutines, Postgres a...
Gradle’s leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL
Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL,Gradle is very aware they have a complexity problem. Fundame...
We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it
We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it,Hi guys, we released a new powerful efficiency tool called Ru...
When thinking about Java fields we use-site target in Kotlin
When thinking about Java fields we use-site target in Kotlin, My Kotlin World (6 Part Series) 1 How does concurrency play a role in coroutines? 2 Why the Global Scope isn't advised...
Kotlin Design Patterns: Simplifying the Observer Pattern
Kotlin Design Patterns: Simplifying the Observer Pattern, Kotlin Design Patterns - Simplifying The Traditional Solutions (7 Part Series) 1 Kotlin Design Patterns: Simplifying the T...
Cocktail of Kotlin
Cocktail of Kotlin,This is An Article about the possibilities and syntax of Kotlin from a Java devs. Basically, recently joined the Android Hutsy Group in Kenya, where we started t...
Kotlin Design Patterns: Simplifying the Decorator Pattern
Kotlin Design Patterns: Simplifying the Decorator Pattern, Kotlin Design Patterns - Simplifying The Traditional Solutions (7 Part Series) 1 Kotlin Design Patterns: Simplifying the ...
How to solve error parsing HTTP request header in Spring Boot
How to solve error parsing HTTP request header in Spring Boot, TL;DR Just add a line like below in your application.properties file: server.max-http-header-size=64kb Enter fullscre...
How to fix bugs faster with WireQuery
How to fix bugs faster with WireQuery,Have you ever added logging to your code to investigate a bug, waited for 45 minutes or more for the review and all the pipelines to complete,...
[Tiny] Is a sealed class abstract? Kotlin and Java way.
[Tiny] Is a sealed class abstract? Kotlin and Java way.,As you may know, both Kotlin and Java have a feature called sealed classes. Let's play a little with them. Kotlin sealed cla...
Kotlin Design Patterns: Simplifying the Prototype Pattern
Kotlin Design Patterns: Simplifying the Prototype Pattern, Kotlin Design Patterns - Simplifying The Traditional Solutions (7 Part Series) 1 Kotlin Design Patterns: Simplifying the ...