Skip to content
View monomedio's full-sized avatar
πŸŽ“
searching 4 job
πŸŽ“
searching 4 job
  • Toronto, Ontario
  • 04:12 (UTC -04:00)
  • LinkedIn in/chinghui

Highlights

  • Pro
Block or Report

Block or report monomedio

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

Hi, I'm Sam πŸ‘‹πŸΌπŸ‘¨πŸ»β€πŸ’»

I'm a budding Software Engineer with experience in full-stack and cloud development. I also study Computer Science at the University of Toronto.

Work Experience πŸ’»

I interned at 407 ETR πŸ›£οΈ as a Softwarwe Developer and Cloud Engineer.

Prior to that, I volunteered to develop software at Packt β˜•.

The world is welcome to contact me at samhuifromhk@gmail.com.

Knowledge development roadmap 🌱

These are just a handful topics that I aim to (re)learn and build projects with in 2024:

const toLearn = {
	"fields": ["distributed systems", "data streaming", "system design", "parallel programming"],
	"tech": ["kafka", "database tuning", "rust", "containerization + k8s", "aws"]
}

Find me around the web 🌎

  • Building my professional network on LinkedIn
  • Sharing my life in photographs on Instagram
  • Listening to music on Spotify

GPG Fingerprint

AF69 100F 6B5B CFBC CD57 B2E5 7DC3 4D13 6A1F D056 (OpenGPG, Ubuntu)

Pinned

  1. TLDW TLDW Public

    Chrome extension that allows fast summarization and searching for words contained in YouTube videos. Built with React, Chrome API, and AWS services

    JavaScript

  2. kv-store kv-store Public

    An LSM-tree database with B+ tree indexing, LRU page caching, and Bloom filters

    C++

  3. DistribuTiny DistribuTiny Public

    A distributed database implementation that supports replication, eventual consistency, consistent hashing, and a REST API

    Java 1

  4. tic-tac-toe-react tic-tac-toe-react Public

    Tic-tac-toe implementation in React

    JavaScript

  5. lisp-evaluators lisp-evaluators Public

    Language evaluator implementations using Lisp

    Racket