Rodrigo SilvaKotlin in the backend, Spring with Kotlin Part 2 — Exception HandlingHandling exceptions is a crucial part when developing any sort of application, certain errors occur by calling a method of a library with…Mar 30, 2021Mar 30, 2021
Rodrigo SilvaKotlin in the backend, Spring with KotlinFor those of you who don’t know, Kotlin is a statically typed programming language designed by Jetbrains, it’s the official language for…Mar 23, 20211Mar 23, 20211
Rodrigo SilvaMessage Integrity, Authentication, and Non-RepudiationUnderstanding what Integrity, Authentication, and Non-Repudiation are, and how we guarantee those properties when sending information to…Feb 27, 2021Feb 27, 2021
Rodrigo SilvaAndroid: Repository pattern using Room, Retrofit and CoroutinesThe repository pattern is an abstraction used to hide the multiple data sources we may have in our application, data in an application may…Feb 27, 2021Feb 27, 2021