# Introduction

Craft Academy is a 12-week intensive, practice-oriented course for aspiring junior developers. The course is delivered as a on-site, coach led coding bootcamp. It gives you the basics you need to create, develop and launch web-based applications.

Craft Academy is the first programming bootcamp in Sweden. We emphasize test-driven development and Agile methodologies and pride ourselves on providing an education that prepares students to work in the real world, and not on whiteboards.

The concept of Craft Academy Bootcamp is simple, it is a 12 week intensive coding camp, aimed at teaching you the fundamentals of web development, enabling you to hit the ground running – and keep running. But what is important is that modern engineering practices are considered to be part of this foundation. As a student, you work from day one with **automated testing**, **continuous integration and deployment**, and other essential skills. This means that when our learners enter the workforce and are faced with problem, their instinct will be to solve right rather than just hack a solution together.

## Open Source

This publication contains the course materials we ask all our future students to go through. You are free to use it for your personal learning needs even if you are not attending our bootcamp, we encourage that.

**It is however not allowed to use this material in a commercial context without our written consent. It is not okay and it is against the very meaning of open source.**

If you have any questions, feel free to contact us at <info@craftacademy.se>

You can find more information about Craft Academy at: [www.craftacademy.se](https://craftacademy.co)

![](https://github.com/CraftAcademy/craft-assets/blob/gh-pages/images/logo/logo-with-tagline_small.png?raw=true)

![](https://i.creativecommons.org/l/by-nc/4.0/88x31.png)

[Craft Academy](https://craftacademy.co)

&#x20;Bootcamp by Pragmatic Sweden is licensed under a&#x20;

[Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/)

.


---

# Agent Instructions: 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:

```
GET https://craftacademy.gitbook.io/coding-as-a-craft-2-0/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
