Today at 12 PM EDT, join Andrew Welch and me for the CraftQuest on Call livestream. We'll recap our experiences at Dot All, what's coming in Craft 5, Craft Commerce 5, and Craft Cloud. We missed the first livestream of the month because we were in Barcelona, so we're excited to be back!
A recording of the livestream will be available afterward for premium members.
In addition to every livestream we've done, premium members have unlimited access to everything in the catalog (over 1,000 videos). CraftQuest is supported solely by members. Please consider being one of those members supporting a community resource like CraftQuest!
Any of those four options would help propel CraftQuest into 2024 and meet my goal of adding 100 new subscribers! Thank you!
Refactoring with Filters
I started a new course called "Refactoring with Filters," where we learn some helpful Twig filters and apply them on the CraftQuest site to refactor some code. The course starts with a video on the `filter` filter and one on the `map` filter. This course is still in progress, so check back for new videos soon!
The Popover API offers developers a standard way to show and hide popover-type elements. And the best part is that the API will let you do it declaratively (with just a couple of HTML attributes) or by hooking into the API using JavaScript.
In this lesson, I walk through the fundamentals of using the API declaratively and using JavaScript.