Blog
-
React-Native
Expo
Rails
Heroku
Deploy Expo Router React Native Web app on Heroku
19 Nov 20222 minutes read
Expo Router “brings the best routing concepts from the web to native iOS and Android apps” and is a great solution when building React Native apps for web too.
-
React-Native
React Native <Select> component with search field
10 May 202211 minutes read
Just a very flexible component for searching & selecting an item from a (potentially) long list of options.
-
Rails
Dark color scheme for Ruby on Rails errors
27 Apr 20191 minute read
A small contribution to Ruby on Rails, which enables it to regard the OS setting for dark/light appearance when displaying errors.
-
Ruby
Rails
Paginate stateful tabs in Ruby on Rails with Pagy
19 Jun 20185 minutes read
This is a how-to guide for the Rails gem Pagy, using the built-in
compact
extra, that offers a lot of flexibility to build a great pagination UI.