
A Beginner’s Guide to Ruby on Rails
Ruby on Rails (also just called Rails) is a vital part of software development in today’s world. It is a server-side framework written in…
Ruby on Rails (also just called Rails) is a vital part of software development in today’s world. It is a server-side framework written in…
THE IDEA Embracing technology to transform the retail landscape Having spent decades as operators, the Fillogic leadership team saw an opportunity to make local…
Ruby on Rails runs on Ruby, which is an open source language that has been around since the 1990s. What is Ruby? One of…
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.