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.
A doctor-turned-software engineer, Bob Weilbacher joined Revelry just a few months ago after a 20-year-long career in medicine.
Anything you can do from the Kubernetes command-line interface (kubectl), you can do through the Kubernetes API. Here’s how to build an app in 8 steps.
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…
Always on the hunt for ways to automate or be more efficient, Steve lists several VS Code extensions that make his every day life better when writing CSS or SCSS.
Software engineer and Elixir pro Bryan Joseph explains how to delegate functions to another module with a secret weapon, also knowns as defdelegate.
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…
Thank you for joining me as I share my favorite functions and patterns in functional programming. Today’s focus is on the function group_by.
This is just one segment in a compilation of my favorite functions and patterns in functional programming. This bit focuses on the with statement.
This series shall be comprised of a series of micro-posts where each entry targets a single utility function or design pattern in functional programming.
The Blockchain. I ignored it for so long. Too much hype. Too many stories of fraud. Those things are enough, but I absolutely hated…
Jason had a theory: He dislikes abbreviations and acronyms, ambiguity and magic. And he likes explicitness and clarity. So he wondered why some code naming conventions seem to punish verbosity (when it’s required) and what this all has to do with language naming conventions.