Julien Lengrand-Lambert
Head of Developer Relations π«π·π³π±πͺπΊπΊπ¦ β¨ Sucker for good #DX, #kotlin #GoogleDevExpert β¨, Editor π³π± #Java magazine . Growing my own food. #devrel #climate
Do you want your ad here?
Contact us to get your ad seen by thousands of users every day!
[email protected]All 0 Likes
Kotlin adoption inside ING, five years later
Table of Contents The share of Kotlin code at INGLooking at trends over timeHow many flavors does a repository contain?And what about newer projects?A message from the communityA word of conclusionTL;DR: Five years after its introduction Kotlin adoption inside ING ...
In this article, we continue diving into TestContainers and Supabase, and run unit tests against a full local self-hosted Supabase.
In this article, I’ll dive into several methods I’ve been looking into to unit test a Kotlin application using Supabase and why I finally decided to go for a Docker Compose / Test Containers solution.
In this article, I’ll be implementing an openapi generator from scratch so you can too! We’ll be creating a very simple generator for the Jetbrains HTTP Client.
How to use the JetBrains HTTP Client to replace Postman, test third party APIs, share requests and run them in CI all of that within minutes!
Tips and tricks on how to get productive with creating OpenAPI generators. How to run and debug, create your own easily and more!
Table of Contents Installing the pluginAbout the Kover gradle tasksA look at KoverVerifyUploading Coverage informationAbout the IntelliJ “Run with code coverage”Why not run JaCoCo?Final wordsTL;DR: Kover is a code coverage tool for Kotlin. It’s still in incubator phase but I …
The DurationAPI is coming out of its experimental stage and offers a nice DSL to easily work with time durations.
As a developer, there is a large chance that you use Command Line Interfaces (CLIs) every day. From Git, to kubectl or Maven, they are everywhere.
All 3 Comments