# Introduction

## Craft Academy Bootcamp

### Coding as a Craft - in 12 weeks

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

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. Meaning that when you enter the workforce and are faced with problem, your instinct will be to solve right rather than just hacking 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>

**Thomas Ochman**\
&#x20;Gothenburg, April 2018\
&#x20;[www.craftacademy.se](http://www.craftacademy.se)

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

.


---

# 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/readme.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.
