Online Workshop: Vibe Coding for Production - April 29-30 Register now →
  • Courses
  • Learning Paths
  • Blogs
  • Authors
  • Leaderboard
  • Dometrain Pro
  • Shopping Basket

    Your basket is empty

  • Business Portal
  • Powered by AI

    Code Challenges
    Generated by AI

    Sharpen your skills with AI-crafted coding challenges. Pick a topic, get a unique challenge, write your solution, and get instant feedback — all in your browser.

    How It Works

    Three steps. Zero setup. Infinite practice.

    01

    Pick a Topic

    Choose from algorithms, data structures, string manipulation, LINQ, design patterns, and more. Select your difficulty level.

    02

    AI Generates a Challenge

    Our AI creates a unique challenge with clear instructions, test cases, and constraints tailored to your skill level.

    03

    Code & Get Feedback

    Write your solution in our in-browser editor. Run tests instantly and see exactly what passed, what failed, and why.

    Languages You Can Practice

    Code challenges run entirely in your browser. No setup. No installations.

    C#
    Python
    TypeScript
    JavaScript

    Built for Serious Practice

    Every detail is designed to help you learn faster and retain more.

    Powered by Claude Opus 4.6

    Every challenge is generated by Anthropic's state-of-the-art Opus 4.6 model, ensuring high-quality problems, clear instructions, and accurate test cases every time.

    In-Browser Editor

    A professional code editor with syntax highlighting, auto-completion, and multi-file support — nothing to install.

    Instant Test Feedback

    Run your code against real test cases and see results immediately. Know exactly what passed and what to fix.

    Difficulty Levels

    From beginner-friendly warm-ups to brain-bending expert challenges. Progress at the pace that suits you.

    Dozens of Topics

    Algorithms, data structures, string manipulation, recursion, LINQ, OOP patterns, and more — always growing.

    Domebrain AI Assistant

    Stuck? Domebrain guides you with hints, explains concepts, and helps debug your code — without ever giving away the direct answer.

    Try It Right Now

    This is a simplified demo. The full experience includes AI generation, multiple languages, and Domebrain assistance.

    Challenge
    Easy

    FizzBuzz

    Write a function GetFizzBuzz that takes an integer n and returns:

    • "Fizz" if the number is divisible by 3
    • "Buzz" if the number is divisible by 5
    • "FizzBuzz" if the number is divisible by both 3 and 5
    • The number as a string otherwise

    Examples

    GetFizzBuzz(3)"Fizz"
    GetFizzBuzz(5)"Buzz"
    GetFizzBuzz(15)"FizzBuzz"
    GetFizzBuzz(7)"7"
    Solution.js
    Test Results
    Click Run Tests to check your solution

    Ready to Level Up?

    Code Challenges are included with every Dometrain Pro subscription. Get unlimited access to AI-generated challenges across all supported languages.

    What's New

    AI Code Challenge Generator
    feature

    AI Code Challenge Generator

    Generate unlimited coding challenges with AI. Practice C#, Python, TypeScript, and JavaScript in your browser with instant test feedback.

    Learn more about AI Code Challenge Generator
    Getting Started: Model Context Protocol (MCP)
    course

    Getting Started: Model Context Protocol (MCP)

    Learn how to get started with the Model Context Protocol (MCP) and integrate it into your applications.

    Learn more about Getting Started: Model Context Protocol (MCP)
    Hands-On: Learn TypeScript
    course

    Hands-On: Learn TypeScript

    Learn TypeScript through hands-on coding exercises. Practice what you learn with interactive challenges designed for every level.

    Learn more about Hands-On: Learn TypeScript
    Hands-On: Learn JavaScript
    course

    Hands-On: Learn JavaScript

    Learn JavaScript through hands-on coding exercises. Practice what you learn with interactive challenges designed for every level.

    Learn more about Hands-On: Learn JavaScript
    Hands-On: Data Structures & Algorithms in C#
    course

    Hands-On: Data Structures & Algorithms in C#

    Master data structures and algorithms through hands-on coding exercises in C#. Free to enroll for 7 days!

    Learn more about Hands-On: Data Structures & Algorithms in C#
    Blogsmith.ai
    feature

    Blogsmith.ai

    Turn your videos into blogs and newsletters with AI. Check out our new product at blogsmith.ai.

    Learn more about Blogsmith.ai
    Leaderboard
    feature

    Leaderboard

    See how you stack up against other learners. Track your progress, climb the ranks, and compete with the Dometrain community.

    Learn more about Leaderboard
    Hands-On: Learn PostgreSQL
    course

    Hands-On: Learn PostgreSQL

    Learn PostgreSQL through hands-on coding exercises. Practice what you learn with interactive challenges designed for every level.

    Learn more about Hands-On: Learn PostgreSQL
    Free Hands-On: C# for Beginners
    course

    Free Hands-On: C# for Beginners

    Learn C# through hands-on coding exercises. Practice what you learn with interactive challenges designed for everyone, from beginners to experts.

    Learn more about Free Hands-On: C# for Beginners
    Getting Started: AI for .NET Developers
    course

    Getting Started: AI for .NET Developers

    Get started with integrating AI into your .NET applications effectively using the latest LLM best practices.

    Learn more about Getting Started: AI for .NET Developers
    Getting Started: Building .NET Applications on AWS
    course

    Getting Started: Building .NET Applications on AWS

    Learn how to build and deploy .NET applications on AWS using CDK, Lambda, DynamoDB, S3, and more.

    Learn more about Getting Started: Building .NET Applications on AWS
    What's new in C# 14
    blog

    What's new in C# 14

    This guide covers every new C# 14 feature, explains its benefits, and provides practical code examples to help you navigate how you can use them.

    Learn more about What's new in C# 14
    Let's Build It: AI Chatbot with RAG in .NET Using Your Data
    course

    Let's Build It: AI Chatbot with RAG in .NET Using Your Data

    Build a Retrieval-Augmented Generation (RAG) chatbot that can answer questions using your data.

    Learn more about Let's Build It: AI Chatbot with RAG in .NET Using Your Data
    From Zero to Hero: SignalR in .NET
    course

    From Zero to Hero: SignalR in .NET

    Enable enterprise-grade real-time communication for your web apps with SignalR.

    Learn more about From Zero to Hero: SignalR in .NET
    Deep Dive: Solution Architecture
    course

    Deep Dive: Solution Architecture

    Master solution architecture and turn business needs into scalable, maintainable systems.

    Learn more about Deep Dive: Solution Architecture
    Migrating: ASP.NET Web APIs to ASP.NET Core
    course

    Migrating: ASP.NET Web APIs to ASP.NET Core

    A step-by-step process to migrate ASP.NET Web APIs from .NET Framework to ASP.NET Core.

    Learn more about Migrating: ASP.NET Web APIs to ASP.NET Core
    Getting Started: Caching in .NET
    course

    Getting Started: Caching in .NET

    Let's make the hardest thing in programming easy for .NET software engineers.

    Learn more about Getting Started: Caching in .NET
    From Zero to Hero: Testing with xUnit in C#
    course

    From Zero to Hero: Testing with xUnit in C#

    Learn how to test any codebase in .NET with the latest version of xUnit, the industry-standard testing library.

    Learn more about From Zero to Hero: Testing with xUnit in C#
    Create a ChatGPT Console AI Chatbot in C#
    blog

    Create a ChatGPT Console AI Chatbot in C#

    This walkthrough is your hands-on entry point to create a basic C# console application that talks to ChatGPT using the OpenAI API.

    Learn more about Create a ChatGPT Console AI Chatbot in C#