package intro.daniel
import world.continents.europe.countries.spain as BornIn
import world.continents.oceania.countries.newzealand as LivingIn
/**
* This contains a little more information about me.
*
* @author [DEV_NAME]
*/
object PersonalDetails {
// Awesome developer name
const val NAME = "Daniel"
val pronouns = "He/Him"
val currentRole = "Software Engineer"
val placesVisited = listOf("ESP", "NZ", "FR", "UK", "CH", "MC", "IT", "DE")
val askMeAbout = listOf("App dev", "tech", "Computers", "Video games", "Photography")
}
/**
* The following are constantly changing.
* If you would like an updated list get in contact with me!
*/
object Knowledge {
val code = listOf("Kotlin", "Java", "Swift", "Objective-C", "Python", "C#", "JavaScript")
val backEnd = listOf("Django", "Flask")
val databases = listOf("SQLite", "MySQL")
val misc = listOf("REST API", "Firebase", "Lottie", "Coroutines", "Room", "WorkManager", "OkHTTP", "RxJava")
// Things I am contanstantly trying to improve on
val currentFocus = listOf("Native Mobile App Development - Both Android and iOS")
// Learning for personal projects
val currentlyLearning = listOf("React", "ASP.NET")
}
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! ๐
If you like what I do, maybe consider buying me a coffee || hot chocolate || tea || beer ๐
No Activity tracked this Week
Inspired by abhisheknaiidu