Skip to content
View Ariellink's full-sized avatar
🦀
Focusing
🦀
Focusing

Organizations

@microsoft @Azure
Block or Report

Block or report Ariellink

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

Hi there, I'm Ariellink 🎇

about me

  • ⭐ novice-level programming experience

  • 🦄 mostly working on private repositories

  • 👾 currently learning:

    rust C++

Pinned Loading

  1. synchronous-client-server-kvstore synchronous-client-server-kvstore Public

    A single-threaded, persistent key/value store server and client with synchronous networking over a custom protocol.

    Rust 1

  2. kvstore-asynchrony kvstore-asynchrony Public

    Integrated asynchronous programming with multithreading, leveraging the Tokio runtime for achieving asynchronous networking. Employed async/await syntax.

    Rust

  3. kvstore-concurrency kvstore-concurrency Public

    A multi-threaded, persistent key/value store server and client with synchronous networking over a custom protocol.

    Rust 1

  4. persistent-kvstore persistent-kvstore Public

    A simple on-disk key/value store that can be modified and queried from the command line.

    Rust