github.com/rhannequin/a...
github.com/rhannequin/a...
It includes major performance improvements by introducing a LRU cache on expensive calculations. This enables to have calculations like rise and set or twilight much faster.
It includes major performance improvements by introducing a LRU cache on expensive calculations. This enables to have calculations like rise and set or twilight much faster.
It didn't take long and it's super nice to be already sharable with the community.
github.com/rhannequin/r...
It didn't take long and it's super nice to be already sharable with the community.
github.com/rhannequin/r...
- Presentation code duplication? Just use a helper.
- Code coverage? On a personal project?? Don't be that person, and with GitHub Actions set up by default it's so rewarding.
- Fast deployment? Use Kamal.
- Presentation code duplication? Just use a helper.
- Code coverage? On a personal project?? Don't be that person, and with GitHub Actions set up by default it's so rewarding.
- Fast deployment? Use Kamal.
- Want to load something heavy only once for the entire app to access? Just use an initializer and a singleton.
- Want to support multiple locales? I18n is there and easy.
- Light/Dark mode toggle? Simple Stimulus controller.
- Want to load something heavy only once for the entire app to access? Just use an initializer and a singleton.
- Want to support multiple locales? I18n is there and easy.
- Light/Dark mode toggle? Simple Stimulus controller.