Skip to content
View yennanliu's full-sized avatar
🍣
shushi
🍣
shushi
Block or Report

Block or report yennanliu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yennanliu/README.md

Coding: java python python python

Others: aws gcp docker aws aws

CI/CD: jenkins

/** Hellooo this is Yen, I build platforms for solving problems */

object myStack extends App {

  sealed trait Skill

  case class BackendDevelopment(name: String) extends Skill

  case class DataEngineering(name: String) extends Skill
  
  case class SystemArchitecture(name: String) extends Skill

  def run(name: Skill): String = name match {
  
    case BackendDevelopment(name) => "build backend services with JVM, Python"
    
    case DataEngineering(name) => "big data, streaming, data platform development"
    
    case SystemArchitecture(name) => "system design, product ownership"
    
    case _ => "other awesome works"
  }

Pinned

  1. CS_basics CS_basics Public

    My CS learning : algorithm, data structure, and system design | #SE

    Python 86 40

  2. SpringPlayground SpringPlayground Public

    Java Spring (Boot/Cloud..) backend playground | #SE

    JavaScript 3 3

  3. NYC_Taxi_Pipeline NYC_Taxi_Pipeline Public

    Design/Implement stream/batch architecture on NYC taxi data | #DE

    Scala 25 10

  4. KafkaSparkPoc KafkaSparkPoc Public

    Build Kafka <-> Spark, Kafka <-> Kafka .. stream processing POC | #DE

    Scala 3 3

  5. JavaHelloWorld JavaHelloWorld Public

    Java basics project : data structure, algorithm, syntax, concept

    Java 1 1

  6. dj-playground dj-playground Public

    Django playground : web app, backend | #SE

    Python 2 1