Connecting the Dots: Different Project Types, Same Best Practices
Revelry’s product managers and software engineers contribute to various types of development projects, depending on partner needs. To help our latest cohort of apprentices…
Engineering content on the Revelry Blog: Navigate our lab notes by using the tag system.
Revelry’s product managers and software engineers contribute to various types of development projects, depending on partner needs. To help our latest cohort of apprentices…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we do…
Apple’s “Sign In with Apple” feature recently caught my eye; it allows users to sign into apps without sharing their personal email addresses. Intrigued…
Stuart Page is one of Revelry’s talented software developers. Get to know him… How would you describe yourself in a few sentences? I’m British,…
Code audits are critical to preventing unstable code from being shared with the world or shipped to customers (gasp!), and they should be a…
By Matt AguiluzRevelry Alumni Signal flow is something I find endlessly fascinating. The process of receiving input, processing it, and returning output is relatively…
Keeping remote teams connected is challenging. In addition to an all-hands meeting, we build team culture through weekly department meetings for our technical teams:…
It is quite simple to set up a local instance of SQL Server container with Docker on a Windows 10 machine. Step 1: Docker…
Ecto is a powerful tool for interacting with databases. By adding `EXPLAIN` to the SQL strings, I was able to quickly troubleshoot and get the job done.
While working on getting a product live in Canada, we have gone through various trials and tribulations getting localization to work. Globalization generally refers to the combination of localization (L10N), and internationalization (I18N).
Tips and code snippets that can be used to help improve your workflow in the terminal, and, how to create your own fzf-based workflow.
Today, this week’s series on my favorite functions and patterns in functional programming concludes with ‘lens’
This is the fourth post on my favorite functions and patterns in functional programming. Today, I’m sharing the function `debounce`.
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.
Welcome to the second installation in my series on functions and patterns in functional programming, featuring function: curry, named after Haskell Curry.