Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content
View alejandrogomez314's full-sized avatar
  • Carnegie Mellon Univesity
  • Pittsburgh
  • Codestin Search App @agomez314

Block or report alejandrogomez314

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
alejandrogomez314/README.md

Hello! 👋

I’m Alejandro, a software engineer.

I like to find out how and why things work by using First Principles and observation. I've done a little bit of everything in programming, but now focus on systems and how we can make them more secure and resilient.

Here you'll find some of the code projects I've worked on and others that I'm still working on.

Pinned Loading

  1. nand2tetris nand2tetris Public

    A virtual computer build from scratch that can play Tetris: from binary to OOP

    Assembly

  2. jlox-interpreter jlox-interpreter Public

    An interpreter for the dynamic programming language

    Java

  3. note-taker note-taker Public

    A simple script + cron job that create a plain text file for you to journal that day

    Shell

  4. hoc hoc Public

    Just another high-level language implementation

    C

  5. os-development os-development Public

    A sandbox repository for OS development

    Assembly 1

  6. assembler assembler Public

    An assembler that translates machine language to binary code

    Hack