Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Forked from brookr/gist:5439800
Last active December 16, 2015 13:19
Show Gist options
  • Save ivanoats/5440504 to your computer and use it in GitHub Desktop.
Save ivanoats/5440504 to your computer and use it in GitHub Desktop.
n00b FAQ
%h1 What is Code Fellows?
%p
Web develop jobs abound, and companies struggle to fill engineering roles.
Lots of technically minded folks like you are interested, but the learning
curve is significant.
%p
Code Fellows offers teaching and mentoring services through bootcamps to turn
you and other budding web developers in to professional, emplyable engineers.
%p
We teach industry best practices and tools (that simply aren't covered in
universities). We connect you with mentors active in the web development world,
and give you personal introductions to companies that are hiring engineers.
%h1 Who are the Code Fellows bootcamps for?
%p
The bootcamp experience works best for self-directed learners who have some
technical background, and are thirsty for getting up to speed with modern web
development practices.
%p
If you have some previous programming experience, understand the basics of HTML
and CSS, and can apply new concepts to your own projects, you may do very well
in the Code Fellows program.
%h1 How do I make my Code Fellows application awesome?
%p
Show us what you've made! The strongest applicants have example code they've
developed themselves, demo web sites or sample web apps that they can explain,
and active
%a{:href => "http://www.github.com"} GitHub.com
profiles that show off what they've learned.
%h1 As a newbie to the world of web development, where do I start?
%p
There are many fantastic, often free, resources available for starting to learn
web development and coding. We recommend gaining an understanding of the
technologies that power the web: HTML, CSS, and JavaScript. Our program focuses
on app development with Rails, which is powered by Ruby, git, and open-source
gem libraries. Start picking up some of these things now!
%p
Here are some of our favorite resources for getting started:
\- Basic Web Pages:
%a{:href => "http://teamtreehouse.com/library/websites/build-a-simple-website"} http://teamtreehouse.com/library/websites/build-a-simple-website
\- HTML5 and CSS3:
%a{:href => "http://www.codeschool.com/paths/html-css"} http://www.codeschool.com/paths/html-css
\- More HTML/CSS:
%a{:href => "http://www.codecademy.com/tracks/web"} http://www.codecademy.com/tracks/web
\- Javascript:
%a{:href => "http://www.codeschool.com/paths/javascript"} http://www.codeschool.com/paths/javascript
\- Git & GitHub:
%a{:href => "http://try.github.io"} http://try.github.io
\- Ruby & Rails:
%a{:href => "http://www.codeschool.com/paths/ruby"} http://www.codeschool.com/paths/ruby
\- Build a complete Rails app:
%a{:href => "http://ruby.railstutorial.org/"} http://ruby.railstutorial.org/
%p
Take a whack at a few of these, and use what you learned to build your own
projects.
%p
When you
= succeed "," do
%a{:href => "http://www.codefellows.org/apply"} apply
link to any earned badges from these sites, and tell us
about your learning expereinces.
%h1 Online classes are o.k., but they leave me with so many questions…
%p
We believe strongly in the power of personal interaction to answer the
questions you actually have (without hours of fruitless googling). Working with
a tutor or pair-programming partner can allow you to go in more
exploratory directions that pre-written tutorials permit. One of the best ways
to learn is by watching how an experienced developer would solve a problem.
%p
If you are ready to take your learning beyond the step-by-step, reach the next
level with one-to-one sessions. Work with a vetted Code Fellows instructors and
tutors, or graduated Code Fellows students, to get past the a hurdle, or
just get better understanding on a concept or design pattern. For scheduling,
email: [email protected]
<h1>What is Code Fellows?</h1>
<p>
Web develop jobs abound, and companies struggle to fill engineering roles.
Lots of technically minded folks like you are interested, but the learning
curve is significant.
</p>
<p>
Code Fellows offers teaching and mentoring services through bootcamps to turn
you and other budding web developers in to professional, emplyable engineers.
</p>
<p>
We teach industry best practices and tools (that simply aren't covered in
universities). We connect you with mentors active in the web development world,
and give you personal introductions to companies that are hiring engineers.
</p>
<h1>Who are the Code Fellows bootcamps for?</h1>
<p>
The bootcamp experience works best for self-directed learners who have some
technical background, and are thirsty for getting up to speed with modern web
development practices.
</p>
<p>
If you have some previous programming experience, understand the basics of HTML
and CSS, and can apply new concepts to your own projects, you may do very well
in the Code Fellows program.
</p>
<h1>How do I make my Code Fellows application awesome?</h1>
<p>
Show us what you've made! The strongest applicants have example code they've
developed themselves, demo web sites or sample web apps that they can explain,
and active
<a href='http://www.github.com'>GitHub.com</a>
profiles that show off what they've learned.
</p>
<h1>As a newbie to the world of web development, where do I start?</h1>
<p>
There are many fantastic, often free, resources available for starting to learn
web development and coding. We recommend gaining an understanding of the
technologies that power the web: HTML, CSS, and JavaScript. Our program focuses
on app development with Rails, which is powered by Ruby, git, and open-source
gem libraries. Start picking up some of these things now!
</p>
<p>
Here are some of our favorite resources for getting started:
- Basic Web Pages:
<a href='http://teamtreehouse.com/library/websites/build-a-simple-website'>http://teamtreehouse.com/library/websites/build-a-simple-website</a>
- HTML5 and CSS3:
<a href='http://www.codeschool.com/paths/html-css'>http://www.codeschool.com/paths/html-css</a>
- More HTML/CSS:
<a href='http://www.codecademy.com/tracks/web'>http://www.codecademy.com/tracks/web</a>
- Javascript:
<a href='http://www.codeschool.com/paths/javascript'>http://www.codeschool.com/paths/javascript</a>
- Git &amp; GitHub:
<a href='http://try.github.io'>http://try.github.io</a>
- Ruby &amp; Rails:
<a href='http://www.codeschool.com/paths/ruby'>http://www.codeschool.com/paths/ruby</a>
- Build a complete Rails app:
<a href='http://ruby.railstutorial.org/'>http://ruby.railstutorial.org/</a>
</p>
<p>
Take a whack at a few of these, and use what you learned to build your own
projects.
</p>
<p>
When you
<a href='http://www.codefellows.org/apply'>apply</a>,
link to any earned badges from these sites, and tell us
about your learning expereinces.
</p>
<h1>Online classes are o.k., but they leave me with so many questions…</h1>
<p>
We believe strongly in the power of personal interaction to answer the
questions you actually have (without hours of fruitless googling). Working with
a tutor or pair-programming partner can allow you to go in more
exploratory directions that pre-written tutorials permit. One of the best ways
to learn is by watching how an experienced developer would solve a problem.
</p>
<p>
If you are ready to take your learning beyond the step-by-step, reach the next
level with one-to-one sessions. Work with a vetted Code Fellows instructors and
tutors, or graduated Code Fellows students, to get past the a hurdle, or
just get better understanding on a concept or design pattern. For scheduling,
email: [email protected]
</p>

What is Code Fellows?

Web develop jobs abound, and companies struggle to fill engineering roles. Lots of technically minded folks like you are interested, but the learning curve is significant.

Code Fellows offers teaching and mentoring services through bootcamps to turn you and other budding web developers in to professional, emplyable engineers.

We teach industry best practices and tools (that simply aren't covered in universities). We connect you with mentors active in the web development world, and give you personal introductions to companies that are hiring engineers.

Who are the Code Fellows bootcamps for?

The bootcamp experience works best for self-directed learners who have some technical background, and are thirsty for getting up to speed with modern web development practices.

If you have some previous programming experience, understand the basics of HTML and CSS, and can apply new concepts to your own projects, you may do very well in the Code Fellows program.

How do I make my Code Fellows application awesome?

Show us what you've made! The strongest applicants have example code they've developed themselves, demo web sites or sample web apps that they can explain, and active GitHub.com profiles that show off what they've learned.

As a newbie to the world of web development, where do I start?

There are many fantastic, often free, resources available for starting to learn web development and coding. We recommend gaining an understanding of the technologies that power the web: HTML, CSS, and JavaScript. Our program focuses on app development with Rails, which is powered by Ruby, git, and open-source gem libraries. Start picking up some of these things now!

Here are some of our favorite resources for getting started:

Take a whack at a few of these, and use what you learned to build your own projects.

When you apply, link to any earned badges from these sites, and tell us about your learning expereinces.

Online classes are o.k., but they leave me with so many questions…

We believe strongly in the power of personal interaction to answer the questions you actually have (without hours of fruitless googling). Working with a tutor or pair-programming partner can allow you to go in more exploratory directions that pre-written tutorials permit. One of the best ways to learn is by watching how an experienced developer would solve a problem.

If you are ready to take your learning beyond the step-by-step, reach the next level with one-to-one sessions. Work with a vetted Code Fellows instructors and tutors, or graduated Code Fellows students, to get past the a hurdle, or just get better understanding on a concept or design pattern. For scheduling, email: [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment