www.thecoderschool.com Open in urlscan Pro
50.63.142.193  Public Scan

Submitted URL: http://www.thecoderschool.com/
Effective URL: https://www.thecoderschool.com/
Submission: On May 23 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET locations.php

<form method="get" action="locations.php" style="margin:0">
  <input style="padding:10px;border-radius:5px;border:0;font-family:Raleway;font-size:12pt;text-align:center;
        width:90%;margin-bottom:10px;" type="text" placeholder="Enter City or Zip" name="near">
  <br><button style="padding:10px;width:80%">Find Your School</button>
</form>

Name: WebToLeads1106235000002589074POST https://server.thecoderschool.com/leadform/getlocation.php

<form action="https://server.thecoderschool.com/leadform/getlocation.php" id="leadform" name="WebToLeads1106235000002589074" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return wrapupCheck();" accept-charset="UTF-8">
  <!-- Do not remove this code. -->
  <input type="text" style="display:none;" name="xnQsjsdp" value="77a1ea571005a1e999d42fd526fdbf1b8aa58f54593604a67d2f59ef975fa309">
  <input type="hidden" name="zc_gad" id="zc_gad" value="undefined">
  <input type="text" style="display:none;" name="xmIwtLD" value="7e69c987cadffe2928af59fda57b5692f0b9fff89ecd5badabe65cf6833043e9">
  <input type="text" style="display:none;" name="actionType" value="TGVhZHM=">
  <input type="text" style="display:none;" id="returnURL" name="returnURL" value="https://www.thecoderschool.com/thanks">
  <!-- Do not remove this code. -->
  <div class="tcsleadformDiv"> Contact us for a free trial! <input type="text" class="tcsleadformTextbox" maxlength="60" name="Original City" placeholder="Your City, State (Country)">
    <input type="text" class="tcsleadformTextbox" placeholder="Parent First Name" maxlength="40" name="First Name">
    <input type="text" class="tcsleadformTextbox" placeholder="Parent Last Name" maxlength="80" name="Last Name">
    <input type="email" class="tcsleadformTextbox" maxlength="100" name="Email" placeholder="Parent Email">
    <input type="tel" class="tcsleadformTextbox" maxlength="30" name="Phone" placeholder="Parent Phone">
    <div style="font-size:10pt;font-weight:normal;color:#dddddd;line-height:normal;text-align:right;display:none"> theCoderSchool may contact me via text <input type="checkbox" name="LEADCF102" checked=""></div>
    <select class="tcsleadformDropdown" name="LEADCF5">
      <option value="None">How did you hear about us?</option>
      <option value="Saw location/sign driving by">Saw location driving by</option>
      <option value="Saw flyer/sign around town">Saw flyer around town</option>
      <option value="Facebook/Social Media">Facebook/Social Media</option>
      <option value="TV/Radio">TV or Radio Segment</option>
      <option value="YouTube">YouTube</option>
      <option value="Internet Search">Internet Search</option>
      <option value="eFlyer/Peachjar">E-Flyer or Peachjar</option>
      <option value="Newspaper/Print Media">Print or Online Article</option>
      <option value="Friend Referral">Friend Referral</option>
      <option value="Other">Other</option>
    </select>
    <input type="hidden" name="Lead Source" value="MainPage">
    <input type="hidden" name="Lead Status" value="Uncontacted">
    <input type="hidden" name="utm_source" value="(direct)">
    <input type="hidden" name="utm_medium" value="(none)">
    <input type="hidden" name="utm_campaign" value="(none)">
    <input type="hidden" name="utm_term" value="(none)">
    <input type="hidden" name="utm_content" value="(none)">
    <input class="tcsleadformSubmit" id="submitbutton" type="submit" value="Get a free lesson">
    <p style="font-size:8pt;font-weight:normal;color:#dddddd;line-height:normal">By submitting, you're agreeing that we can contact you by email, phone, or text. We'll only use your info to contact you about us. Check out our
      <a href="privacy" target="_blank">privacy</a> policies. </p>
  </div>
</form>

GET locations

<form method="get" action="locations" style="margin:0">
  <input style="padding:10px;border-radius:5px;border:0;font-family:Raleway;font-size:12pt;text-align:center;
	        width:90%;margin-bottom:10px;" type="text" placeholder="Enter City or Zip" name="near">
  <br><button style="padding:10px;width:80%">Find Your School</button>
</form>

Text Content

☰ mainmenu
COMPANY
CAMPS
FRANCHISING
FAQ
BOOKS
APPSTREAM
COLLEGE
LOCATIONS


Find Your School

VIEW ALL LOCATIONS


Contact us for a free trial!
theCoderSchool may contact me via text
How did you hear about us? Saw location driving by Saw flyer around town
Facebook/Social Media TV or Radio Segment YouTube Internet Search E-Flyer or
Peachjar Print or Online Article Friend Referral Other

By submitting, you're agreeing that we can contact you by email, phone, or text.
We'll only use your info to contact you about us. Check out our privacy
policies.

Welcome to theCoderSchool, a place where kids learn to code in our cool
startup-vibe locations. Founded in 2014 and headquartered in Silicon Valley,
theCoderSchool believes every kid is unique, and we treat them that way. We
focus on a mentor relationship with experienced coders, Code Coaches who can
guide our students through their amazing technical journey. Learn to code,
change the world®. Go to a location page to learn more about our programs.

Find A Location

Follow us on or


AS FEATURED IN


HOW WE TEACH

Kids are like snowflakes, they're each unique individuals. So why teach them the
same things? Our core philosophy is based on that concept - kids are unique, so
let's teach them the way that fits them best. Our core program uses a
super-small student to teacher ratio (typically 2:1) to allow our Code Coaches
to personalize and customize based on the students, making for a much more
engaging experience. Find out more details about our programs by going to one of
our location pages or contacting us today. Wanna see what our kids are building?
Check our our public App Gallery.


NATIONAL TOP APP OF THE MONTH

Each month, we vote on the best app out of hundreds submitted nationwide by our
students. Can you build a Top App? Come on in and find out.


MAY 2024 WINNER
HOU (14) FROM FOLSOM, CA


see full app
Language: Python
App Name: Sudoku Solver
Description: This program solves a sudoku puzzle that is inputted by the user.
It consists of an interface that allows the user to fully edit a puzzle and upon
submission, returns the solved result. It utilizes a recursive backtracking
algorithm to eliminate and eventually solve the puzzle. It has a O(9^(N*N))
upper bound time complexity. It's lower bound time complexity is more optimized
in comparison to the traditional algorithm as it involves a candidate system to
avoid having to iterate through all 9 ...


CONGRESSIONAL APP CHALLENGE WINNERS

Each year, theCoderSchool partners with the Congressional App Challenge, a
nationwide coding contest run by districts of the U.S. Congress. Check out some
of our winners below!












 * 
   2021 Winner - Buffalo NY
   Chat room with built-in AI
   Find coding classes in Buffalo NY
 * 
   2021 Winner - Folsom CA
   Gem collection game in Python
   Find coding classes in Folsom CA
 * 
   2021 Winner - Syosset NY
   Education resource for all communities
   Find coding classes in Syosset NY
 * 
   2023 Winner - San Francisco CA
   Inform about dangers of tobacco
   Find coding classes in San Francisco CA
 * 
   2023 Winner - Las Vegas NV
   Stock Market simulation app
   Find coding classes in Las Vegas NV
 * 
   2023 Winner - Pleasanton CA
   Plant health recognition app
   Find coding classes in Pleasanton CA
 * 
   2023 Winner - Irvine CA
   Food bank support
   Find coding classes in Irvine CA
 * 
   2022 Winner - Pleasanton CA
   Interactive mental health website
   Find coding classes in Pleasanton CA
 * 
   2022 Winner - Henderson NV
   Scheduling software for busy high schoolers
   Find coding classes in Henderson NV
 * 
   2022 Winner - Yorba Linda CA
   Website+game to educate on carbon footprint
   Find coding classes in Yorba Linda CA
 * 
   2021 Winner - Sarasota FL
   Help health care workers with code blue
   Find coding classes in Sarasota FL
 * 
   2021 Winner - Buffalo NY
   Chat room with built-in AI
   Find coding classes in Buffalo NY
 * 
   2021 Winner - Folsom CA
   Gem collection game in Python
   Find coding classes in Folsom CA
 * 
   2021 Winner - Syosset NY
   Education resource for all communities
   Find coding classes in Syosset NY
 * 
   2023 Winner - San Francisco CA
   Inform about dangers of tobacco
   Find coding classes in San Francisco CA
 * 
   2023 Winner - Las Vegas NV
   Stock Market simulation app
   Find coding classes in Las Vegas NV
 * 
   2023 Winner - Pleasanton CA
   Plant health recognition app
   Find coding classes in Pleasanton CA

< >


OUR STORY

Hansel and Wayne have been best buds and business partners for almost 20 years,
even playing in a hilariously horrible but awesomely fun punk-pop cover band
together. Back in 2013, Hansel happened to be trying to get his own kids to
learn to code. When his oldest, Maile (10 at the time), whipped through an
online learning website really fast, proud Papa asked some questions. To his
surprise, Maile really didn’t learn much at all! “I just clicked through to get
to the end”, they said (sound familiar, parents?!). That was the lightbulb
moment when Hansel realized that software can’t teach kids – PEOPLE need to
teach kids. And thus the idea behind theCoderSchool and our Code Coaches®
mentoring philosophy was born. Wanna know more? See Who We Are, or check out an
episode of our Bonus AppStream, one of a series of videos by us that teaches
kids how to build a simple app.


OUR VIDEOS


WHO WE ARE


CODE COACHING


A DAY IN A SCHOOL


OUR BOOKS

Looking for something more tangible? We teamed up with Simon Basher from Basher
Books to author some cool books in a graphical style that can only come from the
mind of Basher. Who better to team up with than someone who's sold three million
books and has his own line of STEM-based Basher Toys? Head to Amazon to order
now, or look for our books in bookstores nationwide (and worldwide)!




OUR APPSTREAM

Looking to learn online on your own? Check out AppStream, our latest product for
newbie coders around the world. While AppStream isn't the best or fastest way to
learn (our core program, Code Coaching, always is!), it's still a great outlet
for our beginner coders to be exposed to coding from our Code Coaches through an
online weekly video format.



PARENT TESTIMONIALS

“If you want your child to learn STEM concepts via coding, send them here. I’ve
been in IT for 23 years and I have not seen anything close to the customized
curriculum they created. Hands down, this is the place you want your kids to
be.”

– Siddhartha from New Jersey

“My son is having a wonderful experience at The Coder School. The instructors
are exceptional. I was skeptical whether an online class could be engaging for
him, but he is having a blast and learning a lot. It’s a quarantine lifesaver!”

– Karin from California

“My son is loving his coding lessons that are currently all being done online.
The coaches and staff are very helpful. We also did an online spring break camp
and he really learned a lot. He has fun creating games and then working on them
until his next session. Highly recommend!”

– Kim from Georgia

“The kids really loved the Scratch camp. I haven’t seen them this excited about
learning something new in a very long time. We look forward to coming back in
late August.”

– Bejon from Connecticut


FRANCHISING

Wanna start your own theCoderSchool business? We’ve had an incredible time so
far meeting so many awesome owners and teaching so many amazing kids. Come join
the world of coding for kids, and help us keep the momentum going. Find out more
on our franchising page.
Find out more by going to a location page.



FIND A SCHOOL NEAR YOU


Find Your School

VIEW ALL LOCATIONS

Read about Private+Semi-Private Coaching, Virtual Learning, Coding Classes,
Robotics, Python, Scratch, or Video Game Coding
or check out our general blog or our student blogs

What is theCoderSchool? We are an after-school drop-off (and virtual) program
for kids learning to code - a coding school! There's after-school kung fu.
There's after-school music lessons, sports, art, tutoring, Chinese, you name it,
it's out there. But coding classes for kids? Founded in 2013, we're the first of
many, and the largest in Silicon Valley with more locations on the way around
the country. The future will be ever more dependent on technology so let's get
our young generation ready. Learn to Code, Change the World®.

For questions about partnerships, curriculum, schedule, camps, or other
operational inquires, please contact your nearest school.
For national franchise questions only, email us at info@thecoderschool.com.
Please include the city/state you're writing from.

copyright 2014-2022, the Coder School San Francisco, LLC. All Rights, Alright?
Don't forget our privacy policy. Find out who we are or like us on facebook.

✖