Filters

Hide filters
Platform
Content Type
Difficulty

AI · 13 Results

AI
AI New
Leveraging Claude Code
Tired of copying code between AI chat windows and your editor? Claude Code brings AI-powered development directly to your command line and your IDE. This tutorial covers installation, project creation, codebase analysis, and advanced workflows...
Multiple Domains New
AI-Assisted Development for iOS
AI is coming for your job. And your life. Or maybe it isn’t. Who, other than Sarah Connor, knows? Whilst we wait for the AI apocalypse, join us on this course to discover how you...
AI New
Using Ollama to Run LLMs Locally
Tired of cloud-based AI services that compromise your privacy and rack up subscription costs? Discover how to run powerful language models directly on your own computer with Ollama. This comprehensive guide will show you how...
Multiple Domains New
The Story of Kodeco (raywenderlich.com)—A Journey of Passion, Learning, and Community
On our 15-year anniversary, Ray reflects on Kodeco’s legacy: developers sharing their knowledge across generations.
Multiple Domains New
Black Friday Sale: Huge Discounts on Subscriptions, Bootcamps, and Books!
Grab our best deal of the year: unlimited access to all content on our site for just $299/year, $200 off all live bootcamps, and 50% off all books!
AI New
Python for AI: A Crash Course
This module covers the fundamentals of Python programming with a focus on AI apps. Students will learn Python syntax, environment management, working with external libraries, handling data formats, and basic file operations. The course emphasizes...
AI New
Azure Content Safety
This module explores Azure’s Content Safety service for classifying and moderating AI-generated and user-contributed content. Students will learn about the ethical challenges of content moderation in AI apps and how to implement Azure’s solutions.
AI New
RAG with Azure AI Search
Learn how to build Retrieval-Augmented Generation (RAG) solutions using Azure AI Search, combining vector and traditional search methods for powerful, domain-specific information retrieval. This module provides a practical introduction to implementing RAG with Azure AI...
AI
Text Generation with Google Gemini
Explore text generation using Google’s Gemini service. Learn about Google’s AI ecosystem and gain experience in implementing Gemini’s text generation capabilities.
AI
Text Generation with OpenAI
This module focuses on a basic text-generation app using OpenAI’s GPT-4 and the Chat Completions API. You’ll learn about API integration, model selection, and fundamental concepts in working with large language models.
AI
Multimodal Integration with OpenAI
This module extends students’ knowledge to multimodal AI apps, incorporating image and audio processing using OpenAI’s services. Students will learn to analyze images, generate and edit images, and work with speech recognition and synthesis.
AI
Retrieval-Augmented Generation with LangChain
This module introduces Retrieval-Augmented Generation (RAG) using LangChain. Students will learn about embeddings, vector databases, and how to enhance LLMs with domain-specific knowledge for apps like intelligent search and chatbots.
AI
AI Agents with LangGraph
Explore the development of AI Agents using LangGraph. You will learn to create agents capable of taking actions through integrations with other systems, moving beyond simple content generation to more complex, interactive AI apps.