top of page

Every student is expected to have the a production like setup on his laptop/PC though the journey of the bootcamp.

This will help them build familiarity with tools like git/eclipse, work with datastores(Mysql/Mongodb), troubleshooting & debugging. This is the main differentiator compared to other bootcamps.

We have extensive guides for each setup, tools and a dedicated forum for troubleshooting each scenarios.

1. Git

Each student is expected to open a github account in our organization and checking all code related to the exercise. All coding exercises are expected to be checked into our github repositories.

2. IDE/Editor Setup

Student is expected to install the IDE ( Eclipse or VS Code) and used that to complete all the coding exercises

3. Build tools

All of our coding exercises will use production grade build tools like maven or npm.

3. Datastores

Student will have to install production grade datastores like mysql or mongodb depending on the bootcamp.

bottom of page