DEV Community

Kotlin

a cross-platform, statically typed, general-purpose programming language with type inference

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Dagger Hilt basics

Dagger Hilt basics

9
Comments
6 min read
CI/CD to AWS with GitHub Actions

CI/CD to AWS with GitHub Actions

18
Comments
2 min read
Kotlin Collections - zipWithNext

Kotlin Collections - zipWithNext

5
Comments
1 min read
Generate Android Documentation with Orchid

Generate Android Documentation with Orchid

15
Comments 3
6 min read
Less boilerplate: Crnk with Kotlin and Spring Boot

Less boilerplate: Crnk with Kotlin and Spring Boot

5
Comments
2 min read
Secrets in AWS and reading from Kotlin

Secrets in AWS and reading from Kotlin

5
Comments
2 min read
Kotlin is so nice – it prevents bugs 🐛 before you add them…

Kotlin is so nice – it prevents bugs 🐛 before you add them…

18
Comments 4
8 min read
Why I choose to use a mono-repo for a large Gradle project

Why I choose to use a mono-repo for a large Gradle project

8
Comments 4
4 min read
Gossips: An Event-Bus, in a chatty neighborhood

Gossips: An Event-Bus, in a chatty neighborhood

7
Comments
4 min read
Logging in Kotlin made easy

Logging in Kotlin made easy

5
Comments
1 min read
Kafka Connect + Wikipedia

Kafka Connect + Wikipedia

9
Comments
13 min read
Kotlin CSV to Data Class Parser

Kotlin CSV to Data Class Parser

8
Comments 7
2 min read
Transaction savepoints in Spring JDBC

Transaction savepoints in Spring JDBC

8
Comments
6 min read
How to run Spring Boot with a dev profile and Gradle

How to run Spring Boot with a dev profile and Gradle

10
Comments 4
1 min read
Working with Kotlin Coroutines and RxSwift

Working with Kotlin Coroutines and RxSwift

33
Comments
8 min read
Posting a tweet from Kotlin

Posting a tweet from Kotlin

7
Comments 2
2 min read
Best Courses to Learn Kotlin

Best Courses to Learn Kotlin

9
Comments
6 min read
Android ViewModel Example

Android ViewModel Example

9
Comments 1
2 min read
Android-Kotlin,Get data from restful API having multiple JSON objects.

Android-Kotlin,Get data from restful API having multiple JSON objects.

29
Comments 8
9 min read
Building a Reactive Oauth Client App with SpringBoot and Kotlin Coroutines

Building a Reactive Oauth Client App with SpringBoot and Kotlin Coroutines

6
Comments
6 min read
Exploring CameraX API Beta (Part -2): Image Analysis

Exploring CameraX API Beta (Part -2): Image Analysis

5
Comments
3 min read
Introduction to Kotlin (Part 3): classes, properties, objects, and interfaces

Introduction to Kotlin (Part 3): classes, properties, objects, and interfaces

7
Comments
4 min read
How to setup jOOQ with Flyway and Gradle

How to setup jOOQ with Flyway and Gradle

12
Comments 7
5 min read
DynamoDB for our Kotlin Lambda function

DynamoDB for our Kotlin Lambda function

10
Comments 4
3 min read
3 simple ways to create connectors for the Bonita Platform

3 simple ways to create connectors for the Bonita Platform

8
Comments
5 min read
Using Kotlin Coroutines in Android

Using Kotlin Coroutines in Android

14
Comments
4 min read
Introducing Apache Beam Katas for Kotlin

Introducing Apache Beam Katas for Kotlin

21
Comments 1
3 min read
Utilizando o Jetpack Navigation em projetos multi módulos

Utilizando o Jetpack Navigation em projetos multi módulos

8
Comments
5 min read
Creating an AWS Lambda Kotlin function

Creating an AWS Lambda Kotlin function

5
Comments 2
3 min read
Is there any weekly Android code challenges?

Is there any weekly Android code challenges?

4
Comments
1 min read
Registering Jackson sub-types at runtime in Kotlin

Registering Jackson sub-types at runtime in Kotlin

6
Comments
4 min read
Made a mobile app anyone can compose and play music by Flutter

Made a mobile app anyone can compose and play music by Flutter

16
Comments 2
5 min read
A Micronaut introduction

A Micronaut introduction

14
Comments
10 min read
Creating Private Maven/Gradle Repository

Creating Private Maven/Gradle Repository

10
Comments 2
5 min read
Hey JVM! ¿What this tests actually mean?

Hey JVM! ¿What this tests actually mean?

7
Comments
5 min read
Full screen / Immersive application in Android Studio

Full screen / Immersive application in Android Studio

8
Comments
2 min read
Speech-to-text and Text-to-speech with Android

Speech-to-text and Text-to-speech with Android

25
Comments 5
4 min read
Introducing MobileUI

Introducing MobileUI

20
Comments 7
5 min read
The hidden Kotlin gem you didn't think you'll love: Deprecations with ReplaceWith

The hidden Kotlin gem you didn't think you'll love: Deprecations with ReplaceWith

31
Comments 2
5 min read
Creating A/B (Split) test API in 2 hours

Creating A/B (Split) test API in 2 hours

7
Comments
3 min read
Using Computer Vision to extract sprite pixel art

Using Computer Vision to extract sprite pixel art

15
Comments
4 min read
Wednesday Links - Edition 2020-05-27

Wednesday Links - Edition 2020-05-27

6
Comments
1 min read
Kotlin 프로그램 내부에서 Kotlin script를 실행하기 - kotlin 1.3.71 기준

Kotlin 프로그램 내부에서 Kotlin script를 실행하기 - kotlin 1.3.71 기준

7
Comments
1 min read
Pocket Guide on Kotlin

Pocket Guide on Kotlin

78
Comments 9
15 min read
Matt's Tidbits #70 - Cleaner diffs!

Matt's Tidbits #70 - Cleaner diffs!

6
Comments
2 min read
How to implement a task queue using Apache Artemis and Spring Boot

How to implement a task queue using Apache Artemis and Spring Boot

12
Comments 2
9 min read
Building a Kotlin library with Gradle

Building a Kotlin library with Gradle

10
Comments
4 min read
Introduction to Kotlin (Part 2): if, when, and looping

Introduction to Kotlin (Part 2): if, when, and looping

5
Comments
3 min read
Developing Fullstack Web Application Using Spring Boot, Kotlin and React JS

Developing Fullstack Web Application Using Spring Boot, Kotlin and React JS

19
Comments
1 min read
Mastering Kotlin indexed access operator

Mastering Kotlin indexed access operator

7
Comments
4 min read
Utilizando MergeAdapter no Android

Utilizando MergeAdapter no Android

12
Comments
2 min read
Springboot + JPA + Kotlin

Springboot + JPA + Kotlin

13
Comments
3 min read
How to use Material dialogs with DialogFragment

How to use Material dialogs with DialogFragment

12
Comments
4 min read
Hexagonal Architecture in Java

Hexagonal Architecture in Java

1
Comments
4 min read
Safety App - a Project I made as a Student

Safety App - a Project I made as a Student

4
Comments
3 min read
How to Start Android Development

How to Start Android Development

7
Comments
5 min read
Matt's Tidbits #69 - Neat Kotlin field tricks

Matt's Tidbits #69 - Neat Kotlin field tricks

2
Comments
3 min read
SDN/RX Cypher tips

SDN/RX Cypher tips

8
Comments
4 min read
Introduction to Kotlin (Part 1): Variables, types, and functions

Introduction to Kotlin (Part 1): Variables, types, and functions

7
Comments
3 min read
Exploring CameraX Beta (Part - 1): Basic Setup

Exploring CameraX Beta (Part - 1): Basic Setup

6
Comments
5 min read
loading...