Integrating Apple Sign In into a Next.JS App
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…
Engineering content on the Revelry Blog: Navigate our lab notes by using the tag system.
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’