kotlin

A collection of 10 posts

Kotlin DEVEX is not great, but Amper could fix it.

June 13, 2024

A call to embrace the CLI for Kotlin development.

Sketch, refine, rinse and repeat

January 20, 2024

Building an AI Audio Guide - Part 3

From idea to code

January 9, 2024

Building an AI Audio Guide - Part 1

Nesting React Components in Native UI

July 5, 2022

React Native has support for creating Native UI components which are implemented using the native ui frameworks, and exposed as react-native…

Kotlin Multiplatform under the surface

August 18, 2021

The mobile development community always had many alternatives for creating cross-platform apps. Since the days of webview-based solutions we…

A Continuous Integration approach for Kotlin projects

January 24, 2021

Continuous integration Continuous integration is one of the words that you often hear nowadays. I remember not really getting it when I…

Publishing an obfuscated kotlin library

December 27, 2020

Being an android developer, I’ve heard about code obfuscation pretty early in my career. Since it’s preconfigured in android’s gradle plugin…

Continuous Kotlin Static Analysis

December 20, 2020

What is it anyway? Static analysis is a way to find errors and other issues in a source code without actually executing it (hence, static…

Type safe scripts

July 26, 2020

Ever had a hard time trying to make sense of a bash script? What if you could replace that with kotlin?

A Twitter-Telegram bot in Kotlin

July 9, 2020

How to use kotlin to build a bot to send Twitter videos to you via Telegram.