Meet the Engineer: Talking pizza, compromise and fax machines with Erica Kantor, Senior Software Engineer at Slice
Blog

Meet the Engineer: Talking pizza, compromise and fax machines with Erica Kantor, Senior Software Engineer at Slice

Ben Martin
Director, Content & Community at Shortcut
March 28, 2019

Welcome to Shortcut's "Meet The Software Engineer" series, where we interview software engineers about their background and what they're working on! Erica Kantor is a Senior Software Engineer from Slice, a company that "connects makers and eaters to enrich their lives through the power of specialization and pizza expertise."

When did you first know you wanted to be a software engineer?

I think I knew probably in my late 20s. I’d gone through a lot of careers and nothing was interesting. Writing code was the only thing that kept my interest.

I was bored at a job and, in a two-week span, a bunch of people happened to ask if I had ever thought about programming for a living. I looked into it, did some Googling and realized it was something I could do.

How did you get to where you are today?

I had studied coding as part of my graduate degree in Instructional Technology and Media. I realized I wouldn’t be able to get a job with what I knew, so enrolled in a General Assembly boot camp and took an immersive Software Engineering course there. From there I got my first job at Ticket Evolution, then my second job at Slice where I’ve worked a myriad of roles over the past 2 and a half years.

Going to GA was really useful. It taught me a bunch of different languages and how to write code in a professional environment. We learned a lot of best practices and tools which we would need in our day-to-day.

What was the first piece of software you ever worked on and what was it for?

I had created some personal projects beforehand but the first piece of “real” software was at Ticket Evolution working on their API ticket brokers, and an admin tool for their internal team. It was the first time I’d seen a codebase with an insane amount of code and got to get my hands dirty working in it.

What are your favorite technologies/languages to work in and why?

I’m pretty easy going when it comes to technology and languages. I like to use the right tool for the right job and will learn a new language if I need to. My approach is to focus on breadth over depth; I know a good amount about a lot of languages rather than being really good at a specific one. I’m a full stack engineer but have gone “both” ways throughout my career.

One thing I’m very stubborn on, however, is my code editor. I’m an avid Vim user and my personal setup is so crazy, with so many customized shortcuts, that I can’t use other people’s.

We’ve heard from other engineers that a big personal pain point is reliably estimating, to stakeholders, how long work is going to take. How do you approach this?

I always add extra time because something always manages to come up. Also, I never give stakeholders an estimate without talking to the team who has worked in that codebase or language before. Talking to others about the codebase helps identify any unexpected complexities or roadblocks.

{{testimonial-component}}

What’s your personal approach or philosophy to tackling legacy code and tech debt?

The main thing that I like to do is refactor code to make things easier to understand. There’s always tech debt so I try to prioritize the biggest pain points, the biggest points of frustration, and fix those. I start by restructuring the code to make it more readable then work on making it more efficient.

One thing I struggle with though, is I find it hard to know when it’s time to just cut my losses and replace the code, rather than trying to refactor and fix.

Describe what Slice does / the product(s) you work on:

Slice is a double-sided marketplace for consumers and restaurants to assist with ordering pizza. I have worked on almost every product we have that’s web-facing including our consumer-focused applications, consumer-facing partner landing pages and also some of our restaurant-focused products, which owners use to manage their business.

Why were you drawn to working at Slice?

It’s two-fold: the mission and the team. Our CEO, Ilir Sela, is very dedicated to helping local pizzerias and stay thriving in an environment where it’s hard to survive as a small business. Also, I work with a fantastic team; the people here are like family.

What does the engineering team look like at Slice?

We’re around 50 engineers. That includes iOS, Android, web, DevOps, QA, and data. The team is based across three countries: the US (both remote and in-person); Northern Ireland, where around half of our engineering team is based, in Belfast; and Macedonia, where we have three offices. Our offices in Macedonia are mostly for other teams, but there are some engineering and QA folks too.

What does the tech stack at Slice look like and what do you like about it?

Ruby on Rails, React, Python, Node.js, Go, Kotlin and Swift.

The majority of the stack is Ruby and React. Most of our newer products are Node based apps with a React front end.

I like that the stack is constantly evolving. We’re improving some of our legacy apps, and improving our infrastructure with tech where we’re taking some risks. For example, we just wrote our first service in Go. We needed something that was fast, which is why we chose to use Go. I thought that was a cool decision.

What sort of process or methodologies does the team at Slice use? What do you like / not like about them?

We do two-week sprints with continuous deployment.

We have stand-ups every day. Some are async over Slack and, for about three days a week, some are in person over video. With the time difference between our locations, having stand-ups gets a little complicated.

The team runs with what we feel works given the situation but, most of the time, we stick to some sort of sprint schedule and continuous deployment of small incremental changes.

We switched to Shortcut two years ago and, what was cool about is that it allowed us to standardize our boards and change our team processes. Each team has evolved away from that slightly to fit whatever they’re working on, but we still have visibility into what everyone is working on.

What are your team’s most frequently experienced pain points? How do you tackle them?

The biggest pain point we have is different ideologies. We’re coming from a diverse set of backgrounds, countries and time zones. So, we often find ourselves debating the right direction for a specific project. Usually, we’re able to come to a decision through discussion and compromise.

We have become good at having productive conversations asynchronously, using various technologies (including Shortcut), and moving things forward.

The biggest pain point we have is different ideologies. We’re coming from a diverse set of backgrounds, countries and time zones. So, we often find ourselves debating the right direction for a specific project. Usually, we’re able to come to a decision through discussion and compromise.

Erica Kantor, Senior Software Engineer at Slice

How do you and your team balance urgent bugs or feature requests against long-term programs and initiatives?

If a bug has anything to do with the main ordering flow i.e. between a customer browsing a menu and the restaurant fulfilling the order, we drop everything to work on that.

When it comes to features, the teams are split evenly between being focused on restaurants and focused on the consumers, which gives both equal attention. Most of the time we balance feature requests by sequencing what those two sets of customers need.

Most feature requests come from internal stakeholders (i.e., sales, marketing etc.) who work with product management to narrow that down. Engineering then acts as a mediator or arbiter to figure out how/if this benefits both sides of marketing place, or identify what we can do to bring value to all partners. We’ve determined that having happy restaurants and happy consumers make for the best experience for everyone.

What’s something about the engineering set up at Slice that may surprise people?

How complicated pizza can be. A lot of people think pizza delivery is so easy but integrating with pizzerias, that use technology like fax machines, is a challenge.

A surprising amount of our infrastructure is around telephones and fax machines, which is something you don’t see all that often. Obviously, we are building new things to help move them away from those systems, but we’re there for the restaurants and whatever works for their business.

A surprising amount of our infrastructure is around telephones and fax machines, which is something you don’t see all that often. Obviously, we are building new things to help move them away from those systems, but we’re there for the restaurants and whatever works for their business.

Erica Kantor, Senior Software Engineer at Slice

What are your favorite software communities or social media profiles?

I use StackOverflow. I’m not much of a big social media user; I utilize my coworkers to send me articles that I find interesting.

Name an engineer you really admire and why.

My former manager, Brian Guthrie. He’s a great teacher and advocate, putting people first. I really admire his conviction in writing good clean code and helping people develop their skills.

What’s the greatest piece of advice another software engineer has ever given to you?

Brian told me to always trust your instincts. If you have a hunch, follow it. There’s probably something there and, even if there’s not, you’ll probably learn something along the way.

If you could give a single piece of advice to all other software engineers, what would it be?

Make it work then make it right. As engineers, we spend so much time thinking and overthinking problems when, in some cases, we should focus on solving it first.

As always, there are exceptions to that rule.

Make it work then make it right. As engineers, we spend so much time thinking and overthinking problems when, in some cases, we should focus on solving it first.

Erica Kantor, Senior Software Engineer at Slice

---

You can follow Erica on Github and LinkedIn. Want to see yourself or someone you know featured in our Meet The Engineer series? Let us know!

Topics:
No items found.
Share this Shortcut story
I never give stakeholders an estimate without talking to the team who has worked in that codebase or language before. Talking to others about the codebase helps identify any unexpected complexities or roadblocks.
Erica Kantor
Senior Software Engineer at Slice
Enjoy your work
Project management software should be helpful, not a hassle.
Check out our words
Shortcut is modern project management without all the management. 
And this is our blog.
Read more stories
No items found.