Optimal Opus

whoami

I'm an applied mathematics graduate who's currently working as a data and systems engineer at Strata Research . With over 4+ years of experience professionally building software projects, I've jumped around a bunch of different topics in the industry, but my true specialization comes from my formal training at UW in High Performance Computing (HPC) and its use for numerically solving differential equations.

When it comes to systems programming, I've designed high availability services using large process trees in Python, creating horizontally and vertically scalable systems that are efficient, performant and - most importantly - highly stable. I've designed the networking, infrastructure and security of multiple large projects, and have maintained said projects for years post-deployment.

I also have hands-on experience with writing highly parallel C++ code using the MPI interface (openmp to be specific), Fortran, C and a myriad of Python DSLs like Jax, PyTorch, TensorFlow, Numba, NumPy, Taichi and more. My main thesis project in 4th year involved adding an aggregator algorithm to fluid data from a high-dimensional spectral methods solver in C++. The feature was tested on an output size of over 1Tb.

During my time in university I used to work on statistical modelling, especially relating to machine learning models. My capstone project for a 4th year course was to train a high-dimensional laplacian solver with a statistical model. The model was able to solve a Quantum Mechanics differential equation to a sufficiently high degree of accuracy.

  1. Successfully Launch Hybrid Cloud

    In controbution to the engineering team's goal of increasing efficiency and reducing overhead, I dedicate my time to building a server rack in the office. Using NixOS, Ansible and custom-chosen hardware (including an opnsense router) I setup and deployed and currently manage a 16-core on-site cluster for all development and staging environments, as well as internally-used services avoiding SaaS costs.

  2. Develop a Custom PostgreSQL Queue Library in a Day

    As part of a hackathon day, I decided to investigate the use of Postgres as an ACID compliant, at-most-once message queue for job scheduling. After writing a proof-of-concept system that can handle thousands of messages per second, I turn it into a cleaned up library that we now use on multiple projects to avoid needing to deploy RabbitMQ or similar systems.

  3. Join Strata Research as a Software Engineer

    I get hired by Strata Research based in Kitchener, Ontario right after graduating. My first assigned project is the Turnstone client, which is a big data analytics platfrom for transportation organisations like SDOT and the city of Berkeley to manage and regulate on-street parking.

  4. Bachelor's degree - University of Waterloo

    I get awarded my Bachelor's degree in Applied Mathematics and Computer Science. Having focused on numerical methods courses and their applications to physics, I became highly proficient in high-performance numerical programming in low-level languages like C++ and Fortran.

  5. Presented my Thesis to the Department of Applied Mathematics

    Becoming among the first people in the department to write highly-parallel C++ code at the undergraduate level for a thesis, I successfully presented and defended my work, as well as writing a 46 page paper.

  6. Bought my first domain and VPS

    Having great difficulty finding good introductory resources for my niche of numerical programming, I decide to pull the trigger and start a blog site so I can hopefully help anyone else who finds themselves in the same situation as I was.

  7. Software Developer - Applied Maths Department, University of Waterloo

    After it becoming clear that my thesis proposal would prove useful even after its completion, I get hired as a software developer by my supervisor to work at the lab to spend more time improving and maintaining the C++ project.

About the Blog

I started this blog in the beginning of 2022 as a way to channel my passion for teaching into a hobby project of mine. The topics are loosely centered around my technical interests: high performance computing (HPC), optimization methods, differential equations and more. Some examples of my previous work includes solving Navier-Stokes on a non-regular 3D grid, testing novel optimization methods in machine learning and Category theory.

How I Built This

This website was entirely built by yours truly. Stop it you, with your common sense; this isn't github pages, Hugo, 11ty or any other templating static site generator. Instead, I chose to use Astro as the framework base. The CSS and design are done with TailwindCSS and the CMS is an orchestra of Astro's content tools, MDX, remark & rehype plugins, Katex for the math equations and Fontsource for the fonts.

Latest Blog Posts

see all posts