growth

Mi experiencia dando feedback post-entrevista

En ocasiones, doy feedback / coaching personalizado al finalizar entrevistas. Creo que hay escenarios en los que amerita el esfuerzo. En este artículo explico el cuåndo, el cómo, y el porqué.

Read
android

Analyzing the Internals of Kotlin's Android Synthetic Import (Part 2)

In this second part of the Synthetic Import mini-series, we keep digging into the internals of this plugin.

Read
android

Analyzing the Internals of Kotlin's Android Synthetic Import (Part 1)

By enabling Kotlin Android Extensions, we can use synthetic imports, which allows us quickly use components declared on our XML files. We'll take a look at the source code of the extension to understand how it works.

Read
kotlin

How do Kotlin DSL libraries work?

Many new and shiny Kotlin libraries implement their own DSLs. Learn how they work and how can you implement your own.

Read
kotlin

Kotlin Smart Casting By Immutability

Kotlin type system is smart enough to smart cast our code. In this post we will try to understand how that's possible.

Read