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!
- November 2, 2020
Adding TailwindCSS
TailwindCSS is taking the web development community by storm! In this episode, we demonstrate how to get Tailwind up and running in your application.
5m 55s
Beginner
- September 20, 2020
Leveraging Method Overloads
Due to the typed nature of Crystal, we can oftentimes avoid branching logic using method overloads. This strategy needs to be used with some amount of restraint to maintian code clarity, but can lead to huge productivity gains!
5m 10s
Intermediate
- August 26, 2020
Rendering HTML with Crystal
Templating languages for rendering HTML often take you out of your flow in your language of choice with arcane syntax and issues. In this episode, we examine the benefits of Lucky's approach to rendering HTML with pure Crystal!
6m 8s
Beginner