he/him/his
zuber [dot] nicholas [at] gmail
Hi ð I'm Nick, a software engineer currently working at Notion on the enterprise team, helping improve the Notion experience for larger customers. Previously, I worked at Robin as a staff software engineer leading the maps product. Before that I worked at Box as a tooling engineer where I helped work on ClusterRunner, which is an open source tool for horizontally optimizing tests & testing infrastructure.
In my spare time, I love to research and explore certain areas of computer science and geometry. My current interests span across programming language design, type theory, and geometric algorithms. Some of my hobby projects are fun examples of the things I like learning more about.
I graduated with a BS in Computer Science and minor in Mathematics from University of Massachusetts Lowell, where I studied programming language design and gradual typing with Matteo Cimini, machine learning with Dr. Jerome J. Braun, and compiler architecture and design with Jay McCarthy.
Other things I enjoy: compilers, chess, graph theory, crossword puzzles, OCaml, developer tooling, open source software, table tennis, scented candles, and plants.
Over the years I've has the pleasure of working with some amazing people and I've made some accomplishments along the way. You can take a look at my resume to see what I've been up to lately.
April 2022
Joined Notion to help work on their enterprise efforts ðŠī
Feb 2022
Promoted internally to a staff software engineer ð
Nov 2021
Robin's layout tool officially launched! My team and I have been working hard on this product for the past year or so â it's basically Figma for building offices.
April 2021
Officially released Meteorite to the general public! It was a very fun and rewarding experience working on this smart GitHub notification inbox.
April 2020
Promoted internally to a senior software engineer ð I also became the lead engineer on the maps platform, helping optimize and evolve the product as a whole.
May 2018
Graduated from University of Massachusetts Lowell with a BS in Computer Science and minor in Mathematics, focusing on metatheory of programming languages.
Dec 2017
Accepted an offer to work full time at my favorite startup, Robin. I joined the front end engineering team to help build out our component library, developer build & release tools, and some cool new products.
June 2017
Began my next internship at Box, joining the productivity engineering team.
I've always loved building developer tools as a hobby, and doing it professionally was just as fun.
May 2016
Started my internship at Robin, joining the mobile team as a software engineer.
I got to learn a lot about what goes into building a new product and how to iterate quickly on ideas first hand, which was a cool experience.
I love working on side projects. Creating free & accessible software is something I'm really passionate about. All of my projects can be found on GitHub, but a few of my personal favorites are highlighted here.
Inspired by games like Wordle, Scrabble, and Bananagrams, with this game you're tasked with building a tiny 6x6 crossword board using the 20 letters given to you.
This one was a ton of fun to make and had some interesting technical challenging (generating valid 6x6 crosswords with 20 letters).
Infrared is a developer tool that statically analyzes JavaScript projects and finds type errors. If you've ever used Flow before, this project is kind of like that but specializing in type inference.
This project fills the gap between vanilla JavaScript and TypeScript: if you want to go all-in on a type system you should use TypeScript. If you want type safety without changing anything in your project, use Infrared.
Smarter GitHub notifications. Organize and score notifications based on importance and relevance.
Meterorite is the solution for managing your GitHub notifications by filtering out the ones that don't matter to you, scoring & sorting the ones that matter based on personalized heuristics, and using desktop notifications.
ClusterRunner is a testing tool that makes it easy to execute test suites across your infrastructure in the fastest and most efficient way possible.
This project is run internally at Box on ~100,000 tests each day and speeds up the feedback loop by 300x. I created a caching layer for build artifacts and reworked the API.
Spawned from my love for chess, I created an app to play chess against the Stockfish engine in your terminal. It ended up being a great tool for learning and practicing reading the board (+ algebraic notation).
This was a ton of fun to make because I was able to build it using Python which I don't get the chance to use too often, and designing a UI engine for the terminal to print the chess board was an interesting challenge.
This is an easy to use cli tool that helps you seamlessly interop ReasonML code with an existing JavaScript project. You tell us where your ReasonML code is, and we'll handle the rest!
After this project started getting pretty popular, I worked with the BuckleScript team to help integrate this functionality into the main project!
While learning about compilers, I also built one from scratch using OCaml. It compiles a JavaScript-like language which features like closures, functions, vectors, and types, to x86-64 assembly.
Don't think I skipped out on the fun stuff; I also wrote an automatic garbage collector in C to compliment it.
Markup is a web app that lets people easily create and share rich TeX snippets. You can write snippets containing markdown and/or math typesettting - similar to the math typesetting you find in LaTeX distributions.
I made this to help myself and other students collaborate in our mathematics and CS courses. It was also a simple way to describe questions to professors over email, which was nice.
Needle is a standalone extensive data structure library in JavaScript.
Fun fact, this was actually one of my first open source projects I ever made (will always have a special place in my heart).
When I'm not reading about new things, I like writing about them. I've recently been posting all of my articles to Medium, but I've listed out a few of my favorites below:
May 2022, Medium article
Exploring a new technique for wayfinding that doesn't involve drawing anything by hand. Spoiler alert, fun with Voronoi diagrams and math!
February 2019, Medium article
My quest to solving the worlds most pressing issues: managing GitHub notifications. I talk about some ways that can help with this problem and finish by introducing Meteorite â a tool designed for making notifications smarter.
March 2018
Evaluation contexts, typing rules, runtime semantic rules, and type soundness for a simply typed lambda calculus with various traditional language features.
December 2017
We explore the effectiveness of linear discriminant analysis on a multi-class non-normally distributed dataset and try to identify the points of unreliablility so that we can attempt to counter it and produce more reliable results.
Reading not only helps me stay sane on the commutes to work, but it also helps me take deeper dives into topics of interest. Below is a collection of books and academic papers that I've enjoyed recently.
Things marked with an asterisk (*) denote something that I'm currently in the middle of reading.
Benejamin C. Pierce
All things type theory and metatheory on programming languages. Great read for brushing up on formal fundementals.
Facebook Inc, University of California, San Diego
All about the inner workings of Flow and how its gradual type system was implemented, and some of the design decisions that went into it.
Alain Bretto, Universite de CaenCaenFrance
Various different mathematical properties and their importance in regards to hypergraphs.
Ralph A. Finkler
Deep dives into programming language features and tradeoffs for when building and designing a programming language.