Skip to content
View sudopaeg's full-sized avatar

Highlights

  • Pro

Organizations

@Klipy-AI

Block or report sudopaeg

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

Hi πŸ‘‹, Welcome to Sudo's world!

Linkedin Badge GitHub sudopaeg

use std::sync::{Arc, Mutex};
use std::thread;
pub struct SimpleHuman {
  fullname: &str,
  nickname: &str,
  from: Countries,
  languages: mut Vec<&str>,
  skillz: mut Vec<&str>,
  architectures: mut Vec<&str>
  currently_in: mut String,
}
// impls and traits hidden :P
fn main() {
  let jung = Arc::new(Mutex::new(SimpleHuman {
    fullname: "Jung Hong Kim",
    nickname: "sudo",
    from: Countries::SouthKorea,
    languages: vec!(["Korean", "English", "Mandarin", "TypeScript", "Rust", "Python", "Go", "C#"]),
    skillz: vec!(["React", "Recoil", "Node", "Kubernetes", "Docker", "AWS", "ElasticSearch", "Terraform", "Git", "Jira", "Xamarin"]),
    architectures: vec!(["microservices", "distributed inference", "design thinking", "event-driven"]),
    currently_in: String::from("Hong Kong πŸ‡­πŸ‡°"),
  }));
  let life = thread::spawn(move || awesome_life::random_update(Arc::clone(&jung)));
  life.join();
}

jung::beautify_aboutme()

  • πŸ–₯ I'm a full-stack developer, cloud architect and DevOps specialist
  • πŸ’Ό Currently working as CEO & Co-Founder at Klipy
  • πŸ’Ό Former Innovation Director at Bakehouse by Gregoire Michaud
  • πŸ’Ό Former Senior Consultant at PALO IT
  • πŸ’Ό Former founding member and CTO of Dayta AI
  • πŸŽ“ Studied Computer Science and Business Administration at Hong Kong University of Science and Technology
  • πŸ€– Interest areas include Artificial Intelligence, Cloud Computing, Sustainable and Affordable Technology for Innovation!

jung::beautify_skillz()

Frontend

JavaScript TypeScript React.js WebAssembly

Backend

Node.js Python Rust

DevOps

Docker Kubernetes Terraform Jira Git Elasticsearch

Cloud & Networking

AWS Nginx Traefik

jung::fetch_stats()

sudopaeg's github stats

  1. πŸ’ͺ Opened PR #2192 in Requarks/wiki
  2. πŸ’ͺ Opened PR #2181 in Requarks/wiki

Pinned Loading

  1. cuda9.0-cudnn7-python3.6-runtime cuda9.0-cudnn7-python3.6-runtime Public

    Dockerfile

  2. redis-ha-sentinel-wq redis-ha-sentinel-wq Public

    Lightweight Redis Work Queue Processor for use with redis-ha helm chart

    Python

  3. redis-ha-helm-values-large-payloads redis-ha-helm-values-large-payloads Public

    Helm Values for creating redis-ha release for large payload handling

  4. kubectl kubectl Public

    Forked from steebchen/kubectl

    A Github action for kubectl, the Kubernetes CLI

    Dockerfile 1 2