Skip to content
Erica Pisani

Hi! I'm Erica, a Sr. Software Engineer living in Toronto, Canada with my dog Ada.

I love to write and find that it helps deepen my understanding of various topics as I learn them. I decided to start this blog as a way of sharing not only what I learn, but also various topics and ideas that I find interesting with others.

I hope you enjoy what you read here.

Recent Posts

Members Public

Assorted Reads (October 2024)

Hi folks, and happy Halloween! I can't believe October is already over 😱 I was bracing myself for the notorious polar vortex that Chicago is known for while at GOTO Chicago last week, but was lucky enough to experience some ridiculously nice weather instead, which gave me a chance

Assorted Reads (October 2024)
Members Public

Using XOR to write concise conditionals

It's not uncommon that I sometimes write if statements where the overall conditional is true when both conditions are true or both are false. As an example, let's say I'm validating input from an API call where I'm updating information on a

Members Public

Fixing "No preset version installed for command poetry"

Poetry is a packaging and dependency management tool for Python, and a tool that didn't exist when I worked with Python many years before I started working at Float. I also hadn't been exposed to asdf, which is a handy little tool for managing multiple runtimes.