Explore >> Select a destination


You are here

petr.codes
| | www.honeybadger.io
1.5 parsecs away

Travel
| | There are several ways to add multi-factor authentication (MFA) for safer user authentication. Lets look at how to add a modern MFA approach to a Rails application with WebAuthn.
| | dusty.phillips.codes
6.4 parsecs away

Travel
| | Continuing my ongoing series on the Rescript programming language, I discovered I needed to refactor my backend to better suit the graphql queries the frontend has to make to it.
| | rubyroidlabs.com
9.6 parsecs away

Travel
| | If you are not being careful about your application design at some point you will find yourself in a position where in order to add a new feature it's just easier to rebuild the whole project from the scratch.
| | blog.roccosangellino.com
13.8 parsecs away

Travel
| HTML is one of the first building blocks to learn how to build websites. There are a set of rules that must be followed in order to build HTML documents. Let's break down the basic structure of an HTML document to help us start building websites. Tab...