> For the complete documentation index, see [llms.txt](https://career-karma.gitbook.io/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://career-karma.gitbook.io/learn/phase-2-research-educational-programs.md).

# Phase 2: Research Educational Programs

![Inside A Startup Video Series at a coding bootcamp](https://user-images.githubusercontent.com/25531425/45191491-6045e800-b1f8-11e8-8f17-45f4fc82d19c.jpg)

[A day in the life as a bootcamp student](https://www.youtube.com/watch?v=AvASMtTfR-8)

#### Factors to consider when choosing a bootcamp:

* **Time commitment** - Bootcamps typically offer in person full-time, in person part-time, online full-time, online part-time, and self paced programs
* **Locations** - Bootcamps are located in various cities across the US and typically offer online options as well
* **Length of bootcamp** - Bootcamps can range from 3 months - 1 year and some offer self-paced options
* **Tuition** - Bootcamps have various ways of helping students finance their program. Some bootcamps do not charge tuition until they help you get a job (known as deferred tuition or an income sharing agreement)

#### Research top 2-3 bootcamps:

Based on the information above, select 2-3 bootcamps that fit your schedule, financing and learning style to explore further. The goal is to learn more about the various options and formats available to you.

![](/files/-LNvJbfaNVg0brznIUCQ)

**Here are the links to their websites:**

* [Thinkful](https://getstarted.thinkful.com/partnerships/career-karma-thinkful-engineering-course)
* [Flatiron School](http://smarturl.it/flatiron-ck)
* [Rithm School](https://smarturl.it/rithm_school_home)
* [Lambda School](https://lambda-school.sjv.io/7xEd5)
* [App Academy](https://apply.appacademy.io/careerkarma-app-academy/)
* [Hack Reactor](https://getcoding.hackreactor.com/bis/)

#### Leverage LinkedIn:

* **We encourage you to look up alumni of the different bootcamps on LinkedIn to see where they're working**
  * Search the bootcamp by name on LinkedIn, click *see alumni,* filter by where they work
  * For each of your choices, find 1-2 people and reach out to them via Linkedin

#### Leverage the peer circle:

Everyone in your peer circle is also working to understand which path best suits their unique situations. You might have discovered new or you may have some hesitations.

* Share something you didn't know before that you learned with your peer circle
* Share one of your hesitations with your peers and hear them out
* Chances are someone has had the EXACT SAME concerns and they might help you see a different perspective. Connect with your peers!

#### Pick your top bootcamp choice and get started with prep material:

At this stage we suggest you pick a free bootcamp prep course to take so you can keep learning in a structured manner.

Although there are a lot of tutorials on Udemy and Google, we believe the prep courses were designed to help someone get started and will ensure you're working towards your end goal.

The mistake we see a lot of people make is taking various tutorials without knowing exactly how that translates into acquiring the needed skills to find a job or get accepted into a coding program.

Here is a list of free prep course that you can take:

* [Lambda School intro to web development](http://smarturl.it/Lambda-School-prep)
* [Flatiron Bootcamp prep](https://flatironschool.com/free-courses/coding-bootcamp-prep/?utm_source=careerkarma\&utm_medium=social)
* [Hack Reactor SSP Program](http://smarturl.it/Hack-Reactor-prep)
* [Thinkful apply for prep](http://smarturl.it/Thinkful)
* [App Academy apply for prep](https://smarturl.it/app-academy-prep-ck)

**Optional:**

[Listen to the interview with the founder of App Academy](https://breakingintostartups.com/kush-patel-founder-of-app-academy/)

![Kush Patel](https://user-images.githubusercontent.com/25531425/45231941-a778bb00-b282-11e8-9108-8cf9c4710cb9.jpg)

[Listen to the interview with the founder of Hack Reactor](https://breakingintostartups.com/shawn-drost-founder-hack-reactor/)

![Shawn Drost](https://user-images.githubusercontent.com/25531425/45232030-ec9ced00-b282-11e8-8893-76cda2929afe.jpg)

[Listen to the interview with CEO of Treehouse](https://breakingintostartups.com/ryan-carson-ceo-treehouse/)

![Ryan Carson](https://user-images.githubusercontent.com/25531425/45232126-338ae280-b283-11e8-9967-4e7fd9a0c0bb.jpg)

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://career-karma.gitbook.io/learn/phase-2-research-educational-programs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
