Meilisearch
Play
18:32 CC

Meilisearch

#402 May 21, 2023 pro
Meilisearch is a flexible and powerful user-focused search engine that can be added to any website or application. In this episode, we'll integrate Meilisearch into our application.

Tokenized Search
Play
34:14 CC

Tokenized Search

#401 May 14, 2023 pro
Creating an interactive search can be a daunting task. In this episode, we look at creating a "tokenized search" feature within our Rails application which is similar to what you'd find within New Relic or Kibana.

Session Hijacking
Play
9:27 CC

Session Hijacking

#400 May 7, 2023 free
In this episode, we explore session hijacking and an approach that we can take to limit the risk. There are some user experience and functionality caveats to this approach so they must be taken into consideration as well.

Active Storage Validators
Play
14:25 CC

Active Storage Validators

#399 Apr 30, 2023 pro
Validation of files that are uploaded can provide a better user experience as it sets the expectations of what kinds of files, their sizes and if they're even required. In this episode, we'll look at creating different types of validators for Active Storage.

Text to Image with Machine Learning
Play
26:09 CC

Text to Image with Machine Learning

#398 Apr 23, 2023 pro
In this episode, we take a new approach to the python service that our Rails background jobs will be calling. This is a more stable and thread safe approach and more simple to implement. We'll look at creating a Text to Image generation service that our Rails application will interact with.