Skip to content
View jekhi5's full-sized avatar
😶‍🌫️
Debugging
😶‍🌫️
Debugging

Highlights

  • Pro

Block or report jekhi5

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

Welcome!

class Jekhi5 {

  public String name;
  public String[] pronouns;
  public String employer;
  public String title;
  public int graduationYear;

  public Jekhi5 {
    this.name = "Jacob Kline";
    this.pronouns = String[3]{"He", "Him", "His"};
    this.employer = "SimpliSafe";
    this.title = "Software Engineer I";
    this.graduationYear = 2025;
  }
}

Hi! My name is Jacob, I'm from Chicago, and I'm a computer scientist with an interest in medicine. Welcome to my GitHub portfolio! Here you'll find some of my projects.

I'm a graduate from Northeastern University with CS degree and I'm currently working as a software engineer at SimpliSafe in Boston. Feel free to peruse my projects, check out my porfolio, or look at my resume. I'm looking forward to connecting with you!

Skills and Programming Langauges:

TypeScript, React, MongoDB, Firebase, Express, Node, Python, Java, Racket, Dart, Flutter, GraphQL, Django, Git, Vim, Docker, Jenkins, ElasticSearch, MediaPipe

Spoken Languages:

  • English | Mother Tongue
  • Hebrew | CEFR C1
  • Arabic | CEFR B1
  • Mandarin | CEFR A2

Interests:

  • Open source development
  • Algorithm optimization
  • Improv & Stand-up Comedy
  • Chess
  • Reproductive Justice
  • Language learning

Contact Info:

Email: jacobk513@gmail.com
LinkedIn: linkedin.com/in/Jacob-E-Kline

Pinned Loading

  1. Camp-Harmony-Connect Camp-Harmony-Connect Public

    A cross-platform mobile app to manage emergency communication and scheduling for Camp Harmony in California

    PLpgSQL

  2. ViPER-compiler ViPER-compiler Public

    An x86_64 compiler for a robust functional language implementing features such as exception handling, garbage collection, and register allocation

    OCaml

  3. NorthStar NorthStar Public

    A beautifully designed space-themed question/answer forum for curious coders!

    TypeScript 3

  4. SNAPpy SNAPpy Public

    This project allows users to input a shopping list and finds grocery stores nearby that not only carry the stock but also accept SNAP benefits.

    Python 1

  5. Advent-Of-Code Advent-Of-Code Public

    Here you can find all of my solutions for Advent of Code (adventofcode.com)

    Python

  6. jekhi5.github.io jekhi5.github.io Public

    My personal portfolio

    TypeScript