Skip to content
View kaplanz's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report kaplanz

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

Hi there ๐Ÿ‘‹

I am an engineering graduate, programmer, and aspiring computer architect with a passion for exploring the world of computing.


About me

use Area::*;
use Languages::*;
use Skills::*;
use Tools::*;

let zakhary = Person {
  about: Contact {
    name: "Zakhary Kaplan",
    email: "me@zakhary.dev",
    country: "๐Ÿ‡จ๐Ÿ‡ฆ",
  },
  edu: vec![Degree {
    school: "University of Toronto",
    discipline: "Computer Engineering",
    level: Level::Bachelors,
    grad: 2023,
  }],
  area: Hardware | Software,
  work: Developer {
    languages: vec![Assembly, C, Cpp, Lua, Python, Rust, Verilog],
    skills: vec![Algorithms, Compilers, Embedded, Emulation, Fpga],
    tools: vec![Docker, GnuMake, Neovim, Tmux, Unix, Zsh],
    os: "*nix",
    editor: "(neo)?vim",
  },
};

Pinned

  1. rugby rugby Public

    Cycle-accurate Game Boy emulation

    Rust 3

  2. dynasty dynasty Public

    An extensible dynamic DNS client

    Rust 2

  3. retrail.nvim retrail.nvim Public

    Whitespace management for Neovim

    Lua 45 7

  4. dotfiles dotfiles Public

    My Unix world

    Shell 5 1

  5. kap-16 kap-16 Public

    A toy 16-bit microprocessor architecture

    Rust

  6. cake cake Public

    Just another C/C++ Makefile-based build system, aimed at providing quick and easy development

    Makefile 4