Skip to content
View codenohup's full-sized avatar

Block or report codenohup

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
codenohup/README.md

codenohup

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚑ Quick bio:":                     "A newbie in the programming world",
		"- πŸ”­ I’m currently working on":      "Pursuing a Master's Degree at Nanjing University",
		"- 🌱 I’m currently learning":        "Apache Spark, Apache Flink, Apache Doris, SQLancer, HiBench, Golang, K8S, Serverless --- Distributed parallel processing systems",
		"- πŸ‘― I’m looking to collaborate on": "Golang, K8S and Serverless related projects",
		"- πŸ€” I’m looking for help with":     "Anything related to what I am currently learning πŸ˜…",
		"- πŸ’¬ Ask me about":                  "Distributed System, Big Data, Cloud",
		"- πŸ“« How to reach me:":              "mailto:[email protected]",
	}
}

Github stats πŸ“Š

Visitor's count πŸ‘€

codenohup :: Visitor's Count

Top langs πŸ‘…

codenohup :: Top Langs

Profile stats 🎹

codenohup :: Profile Stats

Synthwave


⭐️ From @codenohup

Popular repositories Loading

  1. codenohup codenohup Public

  2. corral corral Public

    Forked from bcongdon/corral

    🐎 A serverless MapReduce framework written for AWS Lambda

    Go

  3. flink flink Public

    Forked from apache/flink

    Apache Flink

    Java 1

  4. flink-connector-jdbc flink-connector-jdbc Public

    Forked from apache/flink-connector-jdbc

    Apache flink

    Java

  5. sqlancer sqlancer Public

    Forked from sqlancer/sqlancer

    Automated testing to find logic bugs in database systems

    Java

  6. babelmr-applications babelmr-applications Public

    Forked from hpides/babelmr-applications

    Code for our paper "BabelMR: A Polyglot Framework for Serverless MapReduce"

    Python