Articles by Tag #kotlin

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Package naming nobody cares about (but should)

Package naming and organization are fundamental aspects of writing maintainable code. How we choose...

Learn More 29 0Sep 15

A Comprehensive Guide to Mastering Kotlin Coroutines

Introduction Coroutines simplify asynchronous programming by making it more readable and...

Learn More 25 0Jan 3

KMP-102 - Modularização no KMP

No último artigo, entramos em detalhes e aprendemos sobre as peculiaridades do código exportado nos...

Learn More 23 2Mar 7

Ktor -Create asynchronous applications the Kotlin way!!

Ktor 3.0 has been released, introducing significant enhancements and features for developers building...

Learn More 20 0Nov 13 '24

Pull request testing on Kubernetes: testing locally and on GitHub workflows

Imagine an organization with the following practices: Commits code on GitHub Runs its CI/CD...

Learn More 19 1Feb 13

Feature Flags in Android with Jetpack Compose

Feature flags are an essential tool for controlling feature rollouts, enabling A/B testing, and...

Learn More 17 1Feb 3

KMP-102 - Otimizando o Kotlin para o Obj-c/Swift

No último post, aprendemos como utilizar código Kotlin no Swift. Aprendemos sobre algumas técnicas...

Learn More 16 0Jan 18

Pattern matching across different languages

Pattern matching is a major feature in software development. While pattern matching applies in...

Learn More 13 3Jul 24

OpenTelemetry Tracing on the JVM

You may know I'm a big fan of OpenTelemetry. I recently finished developing a master class for the...

Learn More 12 0Aug 7

Using SVGs on Canvas with Compose Multiplatform

One thing that has continued to amaze me with building my Compose Multiplatform app is how easily...

Learn More 12 1Jan 15

Implementing Mixins (or Traits) in Kotlin Using Delegation

(Read this article in french on my website) In object-oriented programming, a Mixin is a way to add...

Learn More 11 0Oct 18 '24

Inside the JVM House: Meet the Language Cousins

What is JVM? -JVM = Java Virtual Machine -It runs Java and other JVM languages (like Kotlin,...

Learn More 11 0Aug 5

Introduction to Kotlin

Kotlin is a modern, statically-typed programming language that runs on the Java Virtual Machine (JVM)...

Learn More 10 0Feb 4

First Impressions of Compose Multiplatform

I finally had the time to dive into Compose Multiplatform - and this was also my first experience...

Learn More 10 2Oct 17 '24

This is why we can't have nice things: When POM files lie

Photo by Marco Bicca on Unsplash. I really hope there's a light at the end of this sewer. Sorry, my...

Learn More 10 0Feb 7

How to Request Admin Permissions in Flutter: Complete Implementation Guide

Building a parental control app, enterprise security solution, or device management tool? Learn how...

Learn More 10 0Sep 7

Android Manifest file checklist

Welcome to the fourth article in a series of tips and tricks about Compose Multiplatform. The content...

Learn More 10 4Apr 6

Day 10 of My Android Journey: Navigating the Path to Success

Today marked a significant milestone in my Android development journey with the ever-inspiring Sir...

Learn More 9 0Jan 4

Not a Phase - Text with Compose and Canvas

I've continued my journey with Compose and Canvas! After exploring drawing and animating shapes, I...

Learn More 9 0Nov 10 '24

Gradle Convention Plugin for Developing Jenkins Plugins

Building Jenkins plugins with Gradle just got easier. Meet the Jenkins Gradle Convention Plugin →...

Learn More 8 0Aug 18

Vaadin, the battery-included server-side AJAX framework

I've written a lot about Vaadin. I was so enthusiastic that I wrote the first book about it (besides...

Learn More 8 0Oct 17 '24

Breaking the build 😝 : Demystifying Gradle

As an Android developer, I've always been deep into coding and app design, but kind of skimmed over...

Learn More 8 0Oct 30 '24

Hello World for Fire TV with Kotlin & Jetpack Compose

With the release of Jetpack Compose for TV that came out during summer of 2024, Compose for TV...

Learn More 8 1Jan 17

Be Mine and Add Interaction with Compose and Canvas

Valentine's Day is approaching, and while I prefer the Finnish version ("Friend's Day"), I was...

Learn More 8 0Feb 13

Native interop with Kotlin/Java in Flutter

Learn how to use jnigen to generate Kotlin/Java bindings for Flutter plugins.

Learn More 8 0Jan 20

How To Create Easy Pagination In Jetpack Compose

Introduction When building apps with long lists of data, the Jetpack Paging Library is...

Learn More 8 0Dec 3 '24

Device independent time synchronization

In many mobile applications, it is necessary to perform certain actions at a specific moment in time...

Learn More 7 0Feb 13

Difference Between Clojure, Kotlin and Scala

Intro The JVM (Java Virtual Machine) ecosystem is home to several powerful languages, each...

Learn More 7 0Jan 26

⚔️ Kotlin vs Java: Is Kotlin *Really* Better?

⚔️ Kotlin vs Java: Is Kotlin Really Better? "I switched from Java to Kotlin and...

Learn More 7 1Jul 11

Day 6: A Milestone in My Android Development Journey

Today was an exhilarating day in my journey to becoming an Android developer. It marks a special...

Learn More 7 2Dec 19 '24