Hey there 👋

I’m Samuel. I’m a Software Engineer with about 4 years of experience. I enjoy building performant software and usable products. Nowadays you’ll find me building server side technology powering mobile and web solutions.

This website will hold some most of my (random) writings about stuff I build or projects I’m part of.

Building a JSON Parser [with Python]

In this post, I will detail the steps I followed in building a JSON parser well enough for anyone with some programming knowledge and willingness to know what a parser and lexer are to follow along. This JSON parser is built as part of the coding challenges by John Cricket and this particular attempt at the challenge is probably not the best out there. I expect there are better ways to do several things, but the primary aim for me was to have fun building 😄...

September 15, 2024