> 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-1-joining-a-community.md).

# Phase 1: Join a Community

**Peer Circles:**

You will meet other learners in your Peer Circles. A Peer Circle is a group of people who share a common goal of becoming software engineers within 6-12 months. This is your squad!

Each week you will be invited to attend a live conference call with someone who is a current bootcamp student or a graduate. Please RSVP for your first one here.

Please watch previously recorded interviews with guest speakers who share their stories and strategies below. Pay close attention to the questions that your peers are asking and the guest speaker's responses for live feedback.

[Jordan Jackson - Transitioned from the Airforce to a Software Engineer at Twitter](https://drive.google.com/file/d/1j87DSymAxhZMLzSopEBHydgHK6T_cXxc/view?usp=sharing)

<div align="left"><img src="https://user-images.githubusercontent.com/25531425/45239250-75bf1e80-b299-11e8-9606-e1b46a185a0c.jpg" alt="         Jordan Jackson"></div>

[Madelyn Tavarez - completed a part-time bootcamp and landed an apprenticeship at Pinterest](https://drive.google.com/file/d/1-4UlSLfBJNbQZ6-CG7QeF9ED6QYsjqEo/view?usp=sharing)

<div align="left"><img src="https://user-images.githubusercontent.com/25531425/45239415-0138af80-b29a-11e8-9dbc-32d966d98fc0.jpg" alt="       Madelyn Tavarez "></div>

[Rich Smith - Dropped out of college and became a Senior Engineer at Netflix](https://drive.google.com/file/d/18HisDmwFdifEeOyfd6FFMUR2-FL4jf47/view?usp=sharing)

<div align="left"><img src="https://user-images.githubusercontent.com/25531425/45239717-0a764c00-b29b-11e8-8acd-a67b813c2a14.jpg" alt="           Rich Smith"></div>

**Success stories:**

[Teacher who became a Software Engineer at Mailchimp ](https://breakingintostartups.com/iris-nevins-engineer-mailchimp-2/)

<div align="left"><img src="/files/-LMeui-i53MuKN7aR87X" alt="                               Iris Nevins"></div>

[How a professional poker player, with no college degree, got a job at Airbnb as a software engineer](https://breakingintostartups.com/haseeq-qureshi-software-engineer-professional-poker-player/)

<div align="left"><img src="https://user-images.githubusercontent.com/25531425/45239889-b5870580-b29b-11e8-932e-6224a498d5f4.jpg" alt="             Haseeb Quereshi"></div>

[How a US army captain became a software engineer at Snapchat after attending a remote bootcamp](https://breakingintostartups.com/71-jon-deng-u-s-army-captain-became-software-engineer-snapchat/)

<div align="left"><img src="https://user-images.githubusercontent.com/25531425/45239956-e830fe00-b29b-11e8-9c6f-6e6a3ab4efd6.jpg" alt="                    Jon Deng "></div>

**Tutorials:**

[Get started with this JavaScript intro course](https://www.codecademy.com/learn/introduction-to-javascript?utm_source=google\&utm_medium=adwords\&utm_campaign=tm\&utm_content=tm_javascript\&utm_term=%2Bcodecademy%20%2Bjavascript\&gclid=Cj0KCQjww8jcBRDZARIsAJGCSGu3mbP3AjJkLTWhnhXRGlbboIcW0x2eolFXAyb1l5Wbx41u1wpq6jUaAlS7EALw_wcB)

**What you should of learned:**

* How other peers successfully transitioned to software engineering roles
* What paths you can take to become a software engineer
* Introduction to JavaScript&#x20;


---

# 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-1-joining-a-community.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.
