Skip to content

Instantly share code, notes, and snippets.

View dicarlomagnus's full-sized avatar

Carlos Hernandez Santes dicarlomagnus

  • Pangea Money Transfer
  • Mexico City
View GitHub Profile
@staltz
staltz / introrx.md
Last active May 27, 2024 03:11
The introduction to Reactive Programming you've been missing

Interview Questions

Kotlin

Q1: What is a primary constructor in Kotlin? ☆☆

Answer: The primary constructor is part of the class header. Unlike Java, you don't need to declare a constructor in the body of the class. Here's an example: