Skip to content
View AlvinHon's full-sized avatar

Organizations

@HKCodeCamp

Block or report AlvinHon

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

Hi there 👋

This guy likes coding. Sometimes he implements the ideas from the research topics that he is interested in. He can produce example code for demonstrative projects which can be a reference for future development. When inspired by something, he will try to make it real.

Let's see some highlighted repositories here.

🌱 Research Interests:

  • brands-rs implements digital cash.
  • schnorr implements Schnorr protocols such as Schnorr signature.

🔭 Project Examples:

  • distributed model inference architects distributed system with microservices, associated with machine learning things.
  • todolist web includes frontend and backend source code, working in a three-tier architecture.

⚡ POC:

  • webmessage, rust-wasm library to bring cryptography to messaging in web applications.

💬 Welcome to find me via the contacts in my profile!

Pinned Loading

  1. distributed-model-inference distributed-model-inference Public

    Example distributed system for ML model inference by using Kafka, including spring boot REST+JPA server with Java consumer program

    Java 1

  2. brands-rs brands-rs Public

    Implementation of a digital cash scheme proposed by Stefan Brands in his paper Untraceable Off-line Cash in Wallets with Observers (Crypto '93, Stefan Brands (1993)).

    Rust 1

  3. chess-on-blockchain chess-on-blockchain Public

    a programming challenge to implement chess as smart contract in solidity

    Python 1

  4. webmessage webmessage Public

    Rust-Wasm library that stores a sequence of messages in browser's local storage with hashing and signatures.

    Rust

  5. schnorr schnorr Public

    Rust Implementation of Schnorr protocols including Identification Protocol and Signature Scheme

    Rust

  6. signaling-server signaling-server Public

    AWS lambda Implementation of a Signaling Server for WebRTC

    Python