Meet Jess Richmond: JS & C# Developer and Lover of Eats, Beats, and Bikes
What was the path that brought you to Revelry? Pre-COVID I was working as an Art Department assistant in the New Orleans film industry….
What was the path that brought you to Revelry? Pre-COVID I was working as an Art Department assistant in the New Orleans film industry….
Software engineer, Jonathan Walters, breaks down three approaches he took to solve the New Year Chaos logic problem from HackerRank.
Learn how to avoid common code review pitfalls that engineering managers face.
Hone your team’s code reviews at the Git Pull Request level.
What are the best image formats for web? Saving an optimized file in an appropriate format can have a big impact on website speed.
Elixir is far too generous. I realize how cossetted I am when I go to use function clauses in JavaScript. Because you can’t do…
A doctor-turned-software engineer, Bob Weilbacher joined Revelry just a few months ago after a 20-year-long career in medicine.
What is GraphQL? The Graph Query Language is an API specification created by Facebook that provides an efficient, declarative and flexible alternative to REST.
A while back several Revelers were chatting in Slack about learning and working as a software engineer. Some interesting ideas were being thrown around…
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Lately I’ve been exploring various automated testing techniques, and it’s about time I got to property-based testing, also known simply as property testing. I…
Front-end development for React Native is an entirely different ball game, especially when it comes to styling content, because styles are written in JavaScript. At one point or another, you’ll face challenges like a different markup, style properties, number conversions, boundaries, and lots of weird errors. So Brittany gathered up some resources for you.
Technical interviews are broken. We do case interviews in order to take candidates from hearing the scenario, to asking clarifying questions, to giving broad opinions and concepts, to specific architecture and programming tasks.
Today, this week’s series on my favorite functions and patterns in functional programming concludes with ‘lens’