Explore >> Select a destination


You are here

fabianlindfors.se
| | janko.io
6.8 parsecs away

Travel
| | In this tutorial, we'll show how to add fully functional authentication and account management functionality into a Rails app, using the Rodauth authentication framework. Rodauth has many advantages over the mainstream alternatives such as Devise, Sorcery, Clearance, and Authlogic, see my previous article for an introduction.
| | abuisman.com
10.0 parsecs away

Travel
| | Blog about solving problems with code, mostly Ruby, and other things I have learned working as an engineer and a technical leader
| | robrace.dev
10.6 parsecs away

Travel
| | A response to building a Twitter clone with Rails, CableReady, and StimulusReflex
| | adamj.eu
88.2 parsecs away

Travel
| A lot of people pick Flask over Django because they believe it is simpler to start with. Indeed, the Flask front page includes an 8 line "hello world" application, while the Django default project has 172 lines in 5 files, and still doesn't say "hello world"! (It does show you a welcome rocket and have a full admin interface though, both are pretty fun).