DevGab

RoR Story-Writer with Claude

Watch this video to learn how to build a functional "short story writer" using Ruby on Rails and Claude AI. Just pass in a list of keywords and Claude will do the rest - resulting in witty short story based around your chosen words.

Making Noughts and Crosses Game in 1 Minute

See how easy it is to ask ChatGPT for prototype game code that works first time. In this video we make a functional game of Noughts and Crosses from just one simple prompt.

Changing your ZSH Prompt in 60 Seconds

Super quick guide to changing your zsh prompt. See examples of some of the terminal prompts that are possible.

NLP with Claude and Ruby

In this guide we'll explore three key Natural Language Processing Task techniques: Sentiment Analysis, Named Entity Recognition, and Text Summarization, and I'll show you how to perform these techniques using Claude, Ruby, and the Anthropic API.

Basic Conversations with Claude and Ruby

Following on from the post about getting started with Claude, this article goes into detail about some of the configuration options, and provides examples how to conduct conversations with Claude using claude-ruby gem.

Getting Started with Claude and Ruby:

Setting Up Your Environment

Why should python devs have all the fun? Learn how to integrate Claude AI assistant with Ruby. This tutorial covers obtaining an Anthropic API key, setting up Ruby and necessary gems, and using the claude-ruby gem with practical examples. Perfect for ruby developers looking to enhance their applications with AI capabilities.