Skip to content
View chen-jin021's full-sized avatar
  • Brown University
  • Manhattan

Highlights

  • Pro
Block or Report

Block or report chen-jin021

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

Hi , I am Chen Jin


About Me

  • 🔭 I recently built a self-implementing Operating System with software-level caching I/O, self-implemented malloc and free of which simulates system malloc and free along with security detections of diabolical attacks and undefined behaviors of read and write, concurrent reverse index search engine and concurrent KV storage system.
  • 🌱 I’m currently learning about building and deploying apps using microservices built with Node, React, Docker and Kubernetes
  • 👯 I’m looking to collaborate on fun projects, hackathon, etc.
  • 📫 How to reach me: connect with me on LinkedIn: codeSTACKr | LinkedIn
  • 😄 Pronouns: she/her/hers

Languages and Tools:

Visual Studio Code

HTML5

CSS3

JavaScript

React

Node.js

SQL

MySQL

MongoDB

Git

GitHub

Terminal




image by Chermayeff & Geismar & Haviv

Pinned

  1. music-rs music-rs Public

    A dual-feature data portable MRS designed to predict user's music preferences under two recommending algorithms and bridge the gap between various music streaming platforms, notably Spotify and TIDAL.

    Python

  2. weensyos weensyos Public

    Self-implemented operating system with user vs. kernel privilege split, design and implementation of virtual memory, and process creation and cleanup.

    Assembly

  3. travel-forum-webapp travel-forum-webapp Public

    A full stack hypermedia system that provides community and private travel logging functionalities to users using MERN stack.

    TypeScript 5 2

  4. lightning-blockchain lightning-blockchain Public

    Blockchain with SegWit protocol,lightning nodes and employed service of watchtower to ensure activity monitoring of counterparty and keeps collection of all revocation keys for past transactions.

    Go

  5. software-level-caching software-level-caching Public

    Speeding up performance-critical aspect read and write data to and from filesystem with implemented software-level cachingIO.

    C

  6. concurrent-kv-store concurrent-kv-store Public

    Concurrent key-value storage system with support for multiple clients accessing database through server threads simultaneously using fine-grained Bucket-Based KV Store.

    C++ 1