Skip to content
View richardarcega's full-sized avatar

Block or report richardarcega

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

👋 Hello.

Hi, I'm Richard Arcega. I'm a software engineer. I’ve spent the past 10+ years working across different areas of software development; front-end development, back-end development, to everywhere in between. I love making things, collaborating, and solving interesting problems. Let's build something awesome together. If you have any questions, feedback, or just want to say hello, drop me a line.

Pinned Loading

  1. twitter-image-preview twitter-image-preview Public

    Twitter Image Preview is a TamperMonkey script for showing full image previews on image hover, allowing users to more easily view images embedded in tweets.

    JavaScript

  2. ray-tracer ray-tracer Public

    A simple ray tracer written in C++

    C++

  3. dns-resolver dns-resolver Public

    A toy implementation of a DNS resolver.

    Python

  4. minigrep minigrep Public

    A miniature version of the classic command line search tool grep.

    Rust

  5. multi-threaded-web-server multi-threaded-web-server Public

    A simple implementation of a multi-threaded web server. The server utilizes a thread pool to efficiently process multiple connections concurrently, optimizing performance.

    Rust

  6. chip-8-emulator chip-8-emulator Public

    A CHIP-8 emulator designed to replicate the behavior of the CHIP-8 virtual machine.

    JavaScript