data class DataEngineerProfile(
val pronouns: String = "he|him",
val askMeAbout: List<String> = listOf(
"Python", "JavaScript", "HTML",
"Linux", "Big Data", "Shell Scripting",
"Snowflake", "Informatica", "Backtracking"
),
val toLearn: Map<String, String> = mapOf(
"Spark" to "Advanced Analytics",
"Airflow" to "Workflow Orchestration",
"Kafka" to "Event Streaming"
),
val dailyRoutine: IntRange = 0..24,
val currentProjects: List<String> = listOf(
"Building ETL Pipelines with Informatica",
"Implementing Data Processing Jobs with Spark",
"Exploring Snowflake for Cloud Data Warehousing",
"Developing a Full Stack Web Application with React
and Node.js"
)
)
+@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @+
@@ o o @@
@@ | | @@
@@ _L_L_ @@
@@ ❮\/__-__\/❯ Programming isn't about what you know @@
@@ ❮(|~o.o~|)❯ It's about what you can figure out @@
@@ ❮/ \`-'/ \❯ @@
@@ _/`U'\_ @@
@@ ( . . ) .----------------------------. @@
@@ / / \ \ | while( ! (succed=try() ) ) | @@
@@ \ | , | / '----------------------------' @@
@@ \|=====|/ @@
@@ |_.^._| @@
@@ | |"| | @@
@@ ( ) ( ) Testing leads to failure @@
@@ |_| |_| and failure leads to understanding @@
@@ _.-' _j L_ '-._ @@
@@(___.' '.___) @@
+@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @+
FUN FACT EVERYDAY🤔 :
❝“If the code and the comments do not match, possibly both are incorrect.”— Norm Schryer ❞