About:

my personal raku journey

Website:

Specializations:

Outgoing Links:

Chris Ferdinandi
Subscribe to RSS:
The blog post discusses the integration of HTMX with Raku to create a Todo application, focusing on the implementation of CRUD operations using the Red ORM. It highlights the use of functional programming styles in Raku, the impor...
This blog post is the tenth in the HARC Stack series, focusing on web development using HTMX and Raku. It provides a detailed walkthrough of implementing an 'Edit Row' feature using Air::Components, explaining CRUD operations and ...
This blog post is the eighth in the HARC Stack series, focusing on the integration of HTMX with Raku to create web components. It introduces the concept of Air::Components, demonstrating how to build a simple counter component usi...
The post discusses the recent rewrite of the Raku official website using the HARC Stack, which combines HTMX, Raku Air, Red, and Cro for modern web development. It highlights the motivations behind the redesign, the technologies u...
This blog post is the 13th in the HARC Stack series, focusing on the integration of HTMX with Raku's Cro framework to enhance web development. It provides a detailed walkthrough of creating a simple contact form using the Air::For...
The blog post discusses the HARC Stack, which integrates HTMX with Raku Air, Red, and Cro for web development. It focuses on the implementation of an Active Search feature using Raku, detailing the code structure, including classe...
This blog post discusses the validation of form fields in the context of the HARC Stack, specifically using the Air::Form module in Raku. It explains the importance of server-side validation, the use of regex for input validation,...
This blog post is the ninth installment of the HARC Stack essays, focusing on integrating the Red Object Relational Mapper (ORM) with Raku for website authoring. It provides a step-by-step guide on creating a simple Counter compon...
CragCLI is an advanced command line calculator that combines AI features and dimensional analysis for users familiar with scientific computing.
The text discusses the HARC Stack, a combination of HTMX with raku Air, Red, and Cro for web design. It explains the use of a hamburger menu, light/dark mode widget, and the simplicity of the HARC Stack approach.
The text discusses the HARC Stack, which combines HTMX with raku Air, Red, and Cro to simplify web design. It focuses on adding a navigation bar and explains the code and implementation details. It also highlights the benefits of ...
The text discusses the HARC Stack, which combines HTMX with raku Air, Red, and Cro to create low scale, low complexity websites with UX dynamism. It provides code examples and explanations for creating a minimal single-page web ap...
The text discusses the HARC Stack approach to web design, focusing on the semantic use of time tags in HTML and raku Air. It explains how the time tag is implemented in the Air::Base component library and how it aligns the semanti...
The text discusses the use of HTMX and Semantic HTML in web development, emphasizing the benefits of using semantic elements for accessibility, SEO, and maintainability. It also provides examples of how to implement semantic HTML ...
The text is a tutorial on how to install and use the HARC Stack, which combines HTMX with raku Air, Red, and Cro to build websites. It includes instructions for Raku and HARC module installation, as well as examples of how to run ...
The text discusses the HARC Stack, which combines HTMX with raku Air, Red, and Cro to build websites. It explains the functional and DSL aspects of the stack, the use of HTMX, site-wide features, semantic HTML, and the reasons for...
The text discusses the mutual acceptance of Raku and Perl, the anger subsiding after the name change from Perl6 to Raku, and the best use cases for Raku in business. The author also shares their experience of using Raku for variou...
The text is a reproduction of a talk given at the London Perl & Raku Workshop. It discusses the release of a new Raku module called HTML::Functional, inspired by the Elm language, and compares the functional code style of Elm with...

0Raku Burritos

2024-10-12

The author is working on improving their functional coding skills in preparation for a talk at the London Perl and Raku Conference. They are learning about monads and how to relate to Raku. The author is also working on improving ...
The text discusses the possibility of Raku replacing PHP in web development. The author explores the potential of using Raku with WordPress and Laravel, and compares the syntax and functionality of Raku and PHP. The author also in...
The post discusses the use of HTMX, Raku, and Pico CSS for web development, aiming to simplify the process and reduce cognitive load. It explains how HTMX can be used with Raku and Cro for back end HTML assembly, and how Pico CSS ...
The text discusses the use of Semantic HTML, HTMX, and Pico CSS in Raku and Cro. It also mentions the use of CommaIDE and the transition of its support to the Raku Community. The author encourages readers to follow the Getting Sta...

0HTMX and Raku Cro

2024-08-22

The post discusses the application of HTMX functionality with the Raku Cro web framework, aiming to simplify website development by returning to the simpler world of HTML-first websites while maintaining dynamism and interactivity...

0Why HTMX?

2024-08-20

The post discusses the reasons why developers are choosing HTMX as a lightweight alternative to complex JavaScript frameworks for building dynamic web applications. It highlights the simplicity, ease of use, performance, backend d...