Skip to content
View JacobLef's full-sized avatar

Block or report JacobLef

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

Hi there! πŸ‘‹

I'm Jacob Lefkowitz, a Computer Science sophomore at Northeastern University pursuing a Bachelor's in Computer Science with a Systems Concentration, continuing into a Master's in Software Engineering Systems through the 4+1 program.

I'm passionate about building robust backend infrastructure, diving deep into database internals, and architecting scalable systems. Currently exploring the intersection of systems programming and distributed computing while developing a strong foundation in software engineering principles.


πŸ”§ Tech Stack

Languages
Java TypeScript Python SQL Bash

Backend & Frameworks
Spring Boot Node.js Express

Frontend
React Vue.js Next.js

Databases & Caching
MongoDB MySQL PostgreSQL Redis

DevOps & Tools
Docker Git Linux Neovim


πŸš€ What I'm Working On

@ Sandbox at Northeastern β€” Full-Stack Software Engineer

Building and maintaining Brain Game Center, a cognitive research platform serving 500+ study participants:

  • Architecting RESTful APIs with JWT authentication and MongoDB schemas
  • Implementing Redis caching strategies for optimized performance
  • Leading Docker containerization with multi-stage builds and Nginx proxying

Personal Projects

🏦 The Vault β€” Custom Banking System
A relational database engine built from scratch in Java:

  • Custom B+ Tree indexing with O(log n) lookups
  • Multi-bank management with ACID-compliant transactions
  • Secure authentication and comprehensive audit logging
  • Docker containerization with clean MVC architecture

πŸ“Š Buzzy β€” Business Management Platform
Enterprise employee management system built with Spring Boot:

  • RESTful APIs with role-based access control
  • Spring Data JPA with MySQL persistence
  • Factory, Builder, and Strategy design patterns
  • 85%+ test coverage with JUnit and Mockito

🎯 What I'm Looking For

  • Co-ops in backend engineering, infrastructure, or full-stack development
  • Opportunities to work on distributed systems and cloud architecture
  • Teams that value clean code, thoughtful design, and mentorship

πŸ“« Let's Connect

LinkedIn Email

Always interested in discussing databases, system design, and software architecture. Feel free to reach out!

Pinned Loading

  1. sandboxnu/seitz sandboxnu/seitz Public

    Psychology research study builder for Northeastern University's Brain Game Center research group

    Vue 5

  2. Buzy Buzy Public

    A full-stack business management solution designed for small to medium-sized businesses to manage their organization, employees, and payroll operations in a unified system.

    TypeScript

  3. TheVault TheVault Public

    TheVault is a custom relational database engine built from scratch in Java, designed to power a multi-bank banking application.

    Java