Advent of Code 2020
A short summary about my experiences with Advent of Code 2020
Posts about programming.
A short summary about my experiences with Advent of Code 2020
An introduction to a simple application that uses ML Kit & maths to create an augmented reality sudoku solver
RenderScript is a great way to compute large amount of data, so let's discover together what it is and when should it be considered.
Annotations are extremely versatile especially if we write our own processor to overcharge our development. Learn how to write one in Kotlin.
In the world of Kotlin, contracts represent a deal between the developer and the compiler. As a developer you can share insight of your code with the compiler and it can use this extra info for better code analysis.