Rails 7 Modal Forms with Hotwire and Bootstrap

With the release of Ruby on Rails 7 several things changed. Rails now ships with Hotwire turned on by default so we can use the Turbo framework and the stimulus framework. A lot of things you did with JavaScript before can now be done in a much easier and faster way without writing and JavaScript […]

Installing virtualenv and virtualenvwrapper with Homebrew on macOS

For this tutorial I assume that you followef install Python with pyenv to learn how to install multiple versions of Python and how to switch between them. This is great for starting to write code in Python but very soon you want to install additional packages and module to extend the functionality of Python. Now imagine this: […]