DEV Community

Carson Gibbons
Carson Gibbons

Posted on

Developer Spotlight: Rick Hanlon of Facebook

In this installment of the Cosmic JS Developer Spotlight Series, we sat down with Rick Hanlon, a Front End Engineer and recent New Yorker that is now residing in London, England working on the front end team at Facebook. Rick is also on the core team of Jest, a JavaScript testing platform. Follow Rick on Twitter or LinkedIn and enjoy the Q/A.

Rick Hanlon

Cosmic JS: When did you first begin building software?
Rick: When I was 11, my dad taught me BASIC. After that I spent most of my time either in the computer lab playing with apps and downloading music on Napster or in my parents basement building websites on geocities and angelfire. I eventually went to college as a math major, but switched back to software after I graduated and joined my first startup.

What is your preferred development stack?
I'm all in on the React / Node / Express stack because it allows you to build sites as fast as we did back when we would FTP php files to webservers, but with rich experiences that push the limits of web technology. On this stack I highly recommend Next.js. The whole suite of tools offered by Zeit are amazing (Hyper, Now, Next, Domains) and with them you can spin up a site in an afternoon.

What past projects are you most proud of and why?
There a are a few projects I'm super proud of. On the backend, I built the entire checkout order system used by SeatGeek to process all of their ticket transactions through a Python API. On the frontend, I managed a team at Kustomer that built a massive React / Redux app that was quick to iterate on with very few regressions, and I invented a few really cool web technologies including a jsx templating engine.

What were your biggest challenges in building apps at Kustomer in New York?
The biggest challenge for me was balancing short term gains with long term strategies. At a growing startup, every project in the pipeline is money on the table so it can be easy to take the easy money. But if you only focus on what's on the table now, you won't build anything to bring more people in the door and suddenly you wake up and the table is empty.

What was the inspiration for joining Facebook? How has your experience been thus far?
Last May I visited the Facebook London office for the Jest Summit. Walking the halls of the office I started to really see myself working here and decided to start studying for an interview. A few months later, I accepted an offer and was moving from NYC to London!

So far it lives up to the hype. I was worried that there was going to be some big company boogeyman waiting for me with overbearing process and structure, but instead I've found Facebook to run like a community of well funded startups. I actually feel more in control of my time and impact than I ever did at a startup, which is both empowering and intimidating at the same time.

What are some technologies you are excited about or want to learn more about?
Like almost everyone I talk to, I'm super excited about TypeScript. Coming from a Java background, I'm a big fan of types and I think TypeScript has nailed the syntax and community support in a great way. I'm interested to see how much of the JavaScript stack TypeScript eats over the next 3 years.

Do you have any tips for working in a new team environment since you just moved countries for this gig?
I have to remind myself constantly that no one is expecting some huge contribution on the first day. Instead, take time to ramp up, get to know as many people as possible, and enjoy the new role while you find where you fit in.

What does the future of React Native look like?
The future of React Native looks a lot more like React than Native ;)

Conclusion
The Cosmic JS Spotlight Series is dedicated to showcasing developers that are building apps using modern tools. Learn how to Contribute here. To stay connected with us follow us on Twitter and join the conversation on Slack.

Top comments (0)