🖥 Live · Ages 7-18 · All Levels

Coding course for
kids and youth

Start with a Free Trial Lesson →

A Complete Technology Leadership & Systems Thinking Program

🎮

We'll learn how to code games

Code and design a full game from scratch

🌐

We'll learn how to build websites

Build a real website, live on the internet, from scratch

🧩

We'll learn programing Languages

A few different programming languages ​​for different uses

💡

We'll learn to turn Ideas Into products

From concept to working software

🗄

We'll Make AI products clear and controllable

Don’t build in the dark - know exactly how AI creations works.

🌍

We'll see how the internet works

Servers, protocols, the real web

What can they do with it?

1

Build their ideas and inventions

Make real use of their skills

2

Build websites for clients

Put their acquired knowledge to work

3

Build landing pages

earn $ at a young age

4

Invent, program and build games

Use their creativity & aquired capabilities with real world needs

Is Coding Still Relevant?

In an AI World, Understanding Code Is Power.

1

When you know how software is structured,

You Control the Code, instead of relying on It

2

When you know how front-end connects to back-end

You don’t Build in the Dark. You Know How It Works!

3

When you understand how databases store information,

You are a few steps ahead of anyone who uses only AI.

4

When you understand how logic controls behavior

you’re not just generating code - you’re operating at a leadership level.

5

When you understand exactly what AI creates for you

you’re no longer dependent on tools - you’re in control of them

The Course Flexibility and Convenience

🗺

Online

Study from anywhere in the world - no commute needed

Self-Paced

The course offers flexibility and convenience - your own schedule, no fixed timetable.

🔁

Rewatch Anytime

Pause, rewind, re-watch as many times as needed

Yours Forever

Access never expires - including all future updates

How does it actually work?

1

We build a game

The game's logic trains real programming thinking - variables, loops, conditions, events.

2

We put it inside a website

The game lives on a real website they build and design - so anyone in the world can play it.

3

Three skills, one project

Without noticing, the students learn to code, build websites, and create games - all at once.

4

They become builders

The goal: mastery of every tool, so they can build anything they can imagine.

I'm interested in a free trial session →

No commitment · 100% free trial

What Parents Say

Smadar testimonial

Smadar

Took the course together with her son

▶ Watch testimonial

What parents say on Google

Google Reviews
Schedule a Free Trial Lesson →

Join hundreds of young coders

All a child needs is one good teacher to empower them.

Chagay - Instructor

I'm married to Galya and a proud father of Tevelle, Mattar, and Sadot. Our family has been deeply involved in the homeschooling community for many years. I’ve spent years immersed in education, researching, teaching, and examining how children truly learn and grow.

I am both a high-tech entrepreneur and an educator. I've built startups, led product development, coded real-world systems, and served as a strategic advisor and mentor to multiple startups.

On the education side, I spent eight years leading and developing a large homeschool co-op community - organizing courses, enrichment programs, and building a culture where children were expected to grow.

When I first presented the curriculum to parents, some were surprised. Instead of simplified beginner tools, I chose to teach real programming languages - the same technologies used professionally. Not visual drag-and-drop. Not toy environments. Real code.

Because children are capable of more.

When students are guided by someone who understands both how kids learn and how technology is actually built - something powerful happens. They don't just learn to code. They begin to think like builders.

Student Stories

Kfir testimonial

Feedbacks from the fiels

Quick feedbacks by students

▶ Watch story
Book My Free Trial Lesson →

Curriculum

7 parts, building from the ground up

Real Languages. Real Projects.

Every language taught is used in production by the world's biggest companies.

HTML CSS JavaScript PHP MySQL FTP/Servers Ajax
1
HTML
The skeleton of every website on the internet
Used for
All websites in the world contain HTML
About
It is the most essential language for anyone interested in writing code for the web. It is essential for creation and design and plays a crucial role in development. It is the most basic component that is required to know in website development and is an extremely important skill considering that all websites in the world are built in this language.
We'll learn
How to build visually - elements, links, images, tables, buttons, text
Details
We'll learn the elements of building a website from scratch while examining the code of other websites and build our own website while playing with the code's features and options. We will see how to create a file, how to write the code in it, and then see what we have created.
We'll build
Links, images, colors, pixel art, buttons, tables - from scratch
Bonus
Professional free code editors used by real developers
2
CSS
Make it look exactly how you want
Used for
Design and visual styling of all web pages
About
Cascading Style Sheets (CSS) are a format for designing web pages. The sheets determine the design of tags in HTML, XHTML, and any XML-like language for building websites. CSS was created to separate the content and structure of web pages from their design: once, the content of websites and their design style were written on the same HTML page. As a result, the HTML code became complicated and unreadable, and design changes to an entire website required going page by page. With CSS, you can place design settings in a single file, and a change to it will be reflected at once on all pages that use it.
We'll learn
How to design HTML elements - fonts, colors, layouts, animations
We'll build
Beautiful, custom designes that look exactly how we want
3
JavaScript
The #1 most popular language in the world
Used for
Almost all websites in the world and many mobile apps contain Javascript code. It is used for server side, grapths and AI.
About
It is the most popular programming language in the world (according to a study by Statista!). It allows platforms to be made interactive. That is, it allows you to change elements on the screen in real time, allows you to perform complex calculations, graphics, animation, and it can also be used on the server.
What was built using it?
Google: Extensive use across search, Gmail, Google Maps, Google Docs, and more for dynamic, real-time interactions and features.
Youtube: The platform started out in Python and moved many parts to Javascript (node.js).
Netflix: The platform started out in Python too, and moved many parts to Javascript (node.js).
PayPal: Frontend: JavaScript (with React in modern parts) for secure checkout flows, dashboards, and real-time updates. Backend: Switched entirely to Node.js from Java → faster development, unified full-stack teams, and better performance for APIs and services.
Linkedin: Frontend: JavaScript frameworks (historically Backbone.js, now React-heavy) for feeds, job search, messaging, and profiles. Backend: Node.js powers the mobile backend, APIs, and real-time features - scaled to handle massive traffic after migrating for better speed and concurrency.
Uber: Real-time maps, ride tracking, payments, and driver/rider matching in the web/app interfaces.
We'll learn
Logic, game mechanics, real-time page changes, animations, calculations
We'll build
A complete working game, running inside our website

Market Salary Range - JavaScript Developers

Entry (0–2y)Junior (2–5y)Mid (5–7y)Senior (7y+)
$80K–$110K$100K–$135K$120K–$160K$150K–$200K+
4
PHP
Server-side programming - make it dynamic
About
A server side language - One of the most popular languages ​​in the world (including: Javascript, PHP, Python, Java, C#, Node.JS)
What was built using it?
Wikipedia: The world's largest online encyclopedia, written in PHP.
Facebook: The platform started out in PHP. parts of it are still written in it today.
Etsy: An e-commerce marketplace for handmade and vintage items.
Slack: A popular collaboration platform. Its backend infrastructure is built in PHP.
Tumblr: A microblogging and social media platform, built primarily in PHP.
MailChimp: A widely used email marketing platform, developed in PHP.
WordPress: The WordPress platform uses PHP as its core programming language.
Baidu: The leading search engine in China, integrates PHP into its backend infrastructure.
Digg: A social news aggregation platform, Digg, started out in PHP.
Advantages
It is very easy to install,
Available everywhere to start working immediately,
Very common
Free to use (open source)
Quick to get started and create projects.
Its syntax (writing style) is similar to other popular languages ​​such as C, C++, C#, Java, Javascript, node.js, Kotlin
A wide global user base with a lot of accumulated knowledge and various support groups.
We'll learn
We will make the site dynamic (a site that allows communication with users); we will learn to save data from the user on the server - saving and retrieving data from databases, we will perform a registration procedure, calculations, create code within code, etc.

Market Salary Range - PHP Developers

Entry (0–2y)Junior (2–5y)Mid (5–7y)Senior (7y+)
$55K–$85K$70K–$105K$105K–$130K$90K–$190K+
5
SQL / MySQL
Store and manage data like the pros do
About
Database - A relational, multi-user database based on SQL (Structured Query Language). Named after My, the daughter of one of the original authors. The software is part of a collection of popular infrastructure software that underpins many websites that use it as a database that holds all the information stored in them.
We'll learn
Why databases beat flat files, how to store and retrieve structured data
What was built using it?
Facebook uses MySQL as its primary database to handle massive amounts of user data.
YouTube uses MySQL to manage various aspects of its operations, including storing user data, video metadata, and other relevant information.
Twitter, the microblogging and social networking service, relies on MySQL to manage its extensive user data, tweets, and related information.
WordPress, the popular content management system (CMS), uses MySQL as its default database to store website content, user data, and other essential information.
Airbnb, the online marketplace for vacation rentals and accommodations, leverages MySQL to manage its database to handle user details, booking data, and property listings.
6
Servers & FTP
Transferring files between your computer and a server
We'll learn
How servers work, how to install one locally, and how to deploy to the web
About
FTP (File Transfer Protocol) is a communication protocol for transferring files between computers. Using this protocol, FTP client software communicates with FTP server software, in order to take a file from the server or add a file to it. Typical uses of the protocol: Downloading various multimedia files (movies, music, etc.) from a website that stores such files. Website management: Transferring pages and files from the website administrator's computer to the web server that allows the public to access these files. Promote file sharing (software files and data files) Encourage indirect use of remote computers. Protect the user from variations in file storage methods on different computers. Transfer data reliably, efficiently, and quickly.
Extra
Here too - we will learn what the most recommended software to work with is (we will only work with those that can be worked with for free).
7
AJAX
Power up JavaScript with less code
What is it
A web development technique used to update specific parts of a webpage without needing to reload the entire page.
We'll learn
How to prevent the screen from going white for a second while the whole page refreshes, everytime you click a button. AJAX changes that.
Join a Free Trial Lesson →
Ivri testimonial

More feedbacks

More student feedbacks from the field

▶ Watch story

Course Timeline

I'd love to take the trial lesson →

Skills & Values Students Develop

For children, teens, and curious parents

🧒
Ages 7–9
Children (with parental support)
👦
Ages 9–12
Children
🧑
Ages 12–18
Teens
👨‍👩‍👧
Adults
Parents & older siblings welcome

What Do You Need?

I'd love to try a lesson →

Free · No commitment · Cancel anytime

Lior testimonial

More feedbacks

More feedbacks from Ariel

▶ Watch story

Examples of What We Build

Altered balance
💰 An altered balance
Arkanoid game
🎮 Game preview ▶
Website homepage
🌐 Website homepage
Quiz front page
📋 Quiz front page
Book a Free Trial →

You're welcome to get to know me

Links, videos, articles, projects and interviews:

Teddy Project
The Teddy Project - Like TED Talks, but for kids. I invited fascinating speakers to transform their expertise into engaging lectures tailored for children. I initiated this during the Corona period. www.teddy.tube
Math article
I teach children (ages 7+) arithmetic while playing. Read the article →
Kidpreneur Fair
Kidpreneur Fair - An entrepreneurship and small business festival I produced for children. A national market day where kids from all over the country came and traded! Watch the video ▶
Young entrepreneurs article
Recommendations for learning software disguised as games - so children learn without knowing they're learning. Read the article →
Mor and Data - testimonial

Mor and Dana, CEOs and parents

CEO of The Denver Ear & myBranda

▶ Watch story
I am interested in a trial lesson →

Free trial · No commitment · Real skills

Free trial lesson available Start Free →