Explore LuckyCasts
Get started with a search, or browse the videos below. We're adding new content all the time, so be sure to check back often!
- September 25, 2021
File Uploads with Shrine
A basic requirement of most web applications will be to store files of some nature. This video walks through the easiest way to accomplish that with Lucky and the Shrine shard!
13m 29s
Intermediate
- April 11, 2021
Write Better Crystal Code with the Ameba Shard
The Ameba shard will help to bring your Crystal code to the next level through static code analysis. Check out this LuckyCast to get it up and running in your project today!
7m 28s
Beginner
- March 6, 2021
Custom Application Settings with Habitat
Extracting hard-coded strings containing business-specific information from your code and into an application-level configuration will help you write maintainable, extensible code. Habitat makes that a breeze, and this LuckyCast will walk you through the process.
6m 40s
Beginner
- January 17, 2021
Design Patterns - Decorators with a Shard
The Decorator pattern can make a huge difference in your code's maintainability and clarity. In this episode, we check out using the Decorator shard (https://github.com/stephendolan/decorator) to make implementing it a breeze!
7m 41s
Intermediate
- October 26, 2020
Adding Translations (i18n)
Translations are critical for scaling your Lucky application to multiple regions. In this episode, we show how to get up and running with internationalization quickly in your application!
9m 13s
Intermediate