Codecollege Co Za Web Developer Bootcamp

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

Full-Stack Web Developer Bootcamp

Learn Web Development from zero to hero!

Are you ready to embark on a transformative journey into the world of modern Web Development?
Look no further! At Code College, we are passionate about empowering individuals like you with
the essential skills and knowledge needed to excel in the Web development space.

Our Web Developer Bootcamp is designed to cater to all levels of learners, from complete
beginners, career changers and professionals who want to upskill to more modern technologies.

At Code College, we believe that anyone can learn to code. No matter your background or prior
experience, our expert instructors are dedicated to guiding you every step of the way. We foster a
supportive and collaborative atmosphere, encouraging you to ask questions, explore new
concepts, and make meaningful connections with fellow learners.

Imagine a place where your ideas come to life through lines of code. Our Web Development
Bootcamp is designed to ignite your passion for programming and equip you with the essential
building blocks of Web Development which can benefit many business who does not have a
streamlined web business model yet, or business with existing web technologies who are looking
to upgrade their Web systems.

Our Web Developer Bootcamp is perfect for:


Privacy - Terms

Printed with Pdfcrowd.com


School leavers intending to get into the Software development job market for the first time.
Beginners with no prior programming experience, eager to start a rewarding career in
software development.
Career changers who enters the coding industry for the first time, often going back into their
indistries with Web Coding skills to compbine with their industry experience.
Programmers familiar with other languages, looking to upgrade their skillset for increased job
opportunities.

Don't miss this opportunity to join Code College's Web Developer Bootcamp and pave the way for
an exciting career in software development. Embrace the power of modern Web frameworks and
open doors to a world of endless possibilities. Enroll now to secure your spot and embark on a
transformative journey towards becoming a Web Developmen specialistt.

Invest in your future with Code College's Web Developer Bootcamp, building web solutions that
can transform companies business processes.

Price
R53 400 (2024)
(pre-paid)

Duration
Full-time: 4-6 month
Part-time: 8-12 month

Date
Part-time: you can start anytime (once a month)
Full-time:
8 Jan / 12 Feb Intro -> then 26 Feb 2024 Bootcamp continues with module 2
1 July or earlier -> then 15 July 2024 Bootcamp continues with module 2

Finance Available
Yes

In-Person or Remote
Both

Printed with Pdfcrowd.com


Pre-requisites
You should be on the level of our Intro To Programming Course before entering this
Bootcamp.
Laptop / PC requirements are: at least a modern generation Intel i5 level CPU with 8Gb of
RAM and Windows Pro (needed for virtual imaging apps like Docker)
A good, stable internet connection of at least 10 Mbps, at home. If you work from home on
your assignments, you will need at least 50-100Gb of data per month

Who will benefit


Career changers who has some working experience in a non-IT industry. We find that this
shorter Bootcamp is more beneficial for career changers, because they can combine their
current industry experience with the coding they learn here to become attractive in the job
market. Often they find work as software developers in their current industry
School leavers intending to get into the job market for the first time should do this Bootcamp
and then after this Bootcamp, continue into the Java Bootcamp. For school leavers it is better
to do both bootcamps, because they have zero other experience on their CV's.

Duration
4-6 months

Price
Pre-paid: R53 400 (pre-paid)
Full price: R56 700 : 12 monthly payments of R4725 each

Certification
Attendance : If you have attended 80% of the sessions and completed all the class work, you
qualify for the Attendance Certificate.
Competency : If you have also completed all the practical projects as described the
Outcomes section, you qualify for the Competency Certificate.

Testimonials
Please check out some testimonials

Bursaries / Loans available


Printed with Pdfcrowd.com
Flexible student loans, . Please click to find out more
Income Share Agreement (start paying back after employment). You need good academic
results to qualify. Please click to find out more

What you will learn


Git / Github as a workflow tool enabling team collaboration in a Web Dev team
JavaScript as a programming language, covering ES6, synchronous programming, Local
Storage, HTML5 and framework integration
NodeJS without and with Express building MVC apps with and without a MongoDB database
Nodejs without and with Express building REST API apps with and without a MongoDB
database
React used as a standalone environment with a DB like Firebase to build CRUD apps
React as a front-end to any API, including NodeJS
MERN Stack - as a popular web development environment
Develop various MERN apps

What's next?
The focus areas are given below, JavaScript, MERN Stack and React
Every module consists of a core subject module 25%, and 75% of additional practical projects
with a strong teamwork component
Teamwork skills are importand, expecially when more and more software developers
nowadays are employed remotely
Our students are working in teams from day one and all our cassroom classes are accessible
to our remote students with interactive participation
After the focus modules are completed, we enter the Job Prep Phase
We recommend that students without a degree or some previous employment history on their
CV's should rather continue with the Java Bootcamp before entering the Job Prep phase
In the job prep phase we groom you for the job market by doing CV preparation, interview
tests and applying for jobs

What kind of jobs can I apply for?


You can apply for the following positions at a junior level after completing the Web Developer
Bootcamp:
HTML/CSS/JavaScript Developer
Software Documenter
Software Tester
Web Developer
NodeJS/MongoDB Back-End Developer
JavaScript Developer
TypeScript Developer
MERN Stack Developer
Full Stack Web Developer
Printed with Pdfcrowd.com
Full-Stack Web Developer

React Developer

How to Apply?
Please click Get Started now!

Download this page

JavaScript
Learn JavaScript, the most popular front-end programming
language

A more in-depth look at JavaScript

Variables, data types, operators


Arrays, Objects
Logic Statements
Loops
Functions
Classes
Built-In Methods
The DOM
The BOM
Interactive programming and event listeners
Animation with CSS
Concurrency in JavaScript
HTML5 with JavaScript

Printed with Pdfcrowd.com


JSON, API's, Local Storage
Capstone Projects

NodeJS, Express, MongoDB, MVC with Bootstrap


and REST API
Learn NodeJS, the popular JavaScript Backend environment

Learn how to build killer apps with your JavaSCript knowledge using NodeJS,
Express and MongoDB

NodeJS modules
A NodeJS Web Server
HTML Requests
Creating Routes
Creating Views

Express

Routing
Views and templates
Error handling
Capstone: Build a Basic Web App with routing, views and error handling

MongoDB
Printed with Pdfcrowd.com
MongoDB Shell commands
Data Moddelling with Mongoose
Connecting Controllers and Models
Capstone: Change the Basic Web App adding a database

CRUD Functionality

Refining our models


Adding more models
Reading our models
Changing our models
Deleting our models
Capstone: Add CRUD functionality to our web app

User Authentication

User Sessions
User login page and encrypting passwords
User authentication
Capstone: Add User authentication to our web app

Exposing and Consuming an API

Create API Routes


Testing the API
Consuming the API
API Security with API Tokens and JSON web tokens
Capstone: Add API functionality to our web app

Deploying our app with Docker

Docker
Docker with NodeJS
Capstone: Deploying to our web app

Capstone: Build more NodeJS, Express and MongoDB apps with MVC (Model,
View, Controller) and/or API architecture and deploy them

Printed with Pdfcrowd.com


React
React is one of the most popular front-end JavaScript libraries
today. It is widely used, and React skills are in-demand all over
the world.

Creating and Using React Components


Bindings, Props, State and Events
Designing and using components
Conditional rendering
React Forms with Formik
Consuming REST APIs
React Routing
Capstone : Building a CRUD App with React and Firebase

React with Redux


Functional Components and Hooks
Capstone: Implementing a Shopping Cart with React

Capstone Project (Full-Stack Web Developer): Create an app with a NodeJS,


Express and MongoDB backend which exposes an API for the React Front-End
(MERN Stack App)

Printed with Pdfcrowd.com


Testimonials
Please have a look at our Youtube channel  to see more testimonials

Edwin
"I was working for more than 10 years in the Stock insurance industry as an administrator. I
realised that the scope for growth was limited. I approached my HR manager to see if they
will fund my studies in coding as I have always desired to move into coding. As the company
used Java, the HR manager approved me studying at a leading Java College, Code College. I
attended one week in class per month with study leave and was working the rest of the
month, while doing my assignments after hours. When I completed I was immediately moved
to the Java team and my salary increased dramatically after that! This was a life-changing
course for me!"

Jolanda
"I was working in product support of an HR software supplier for 10 + years and I was very
unhappy at being under-utilised for so long. I decided to study while working and opted for
the 5 days per month in the classroom and 3 weeks assignemnts after-hours. It was very
tough because I was a single mom and I had limited time. I took a bit longer to complete
everything (18 months) but I enjoyed every minute of it. I found a job in a leading IT company
as a .NET developer after I did a small conversion course recommended by Code College -
from Java to .NET"

Printed with Pdfcrowd.com


Xolani
"I was brought up by my mother, a domestic worker who worked for a very supportive family.
I was able to go to a good school and I was quite interested in Maths at school although I
was not an academic- superstar - just average. I knew I could not afford any studies, so I
applied for funding based upon my good Maths marks in matric. Code College sponsored me
and I did the Java Bootcamp, paying it back only after I found a job. I must mention - this was
my life-changing experience and I can only recommend it! I am now a top developer in one of
the big 5 banks and I am earning a six plus figure salary per annum."

Neo
"I was 18 years old just after matric when I enrolled in the Java Bootcamp. I was a good
student and was deligeted that my parents would send me on this course, instead of to
University because we could not afford university. I worked hard and networked with my
friends to get the most out of my studies. I got a job in my 11th month at Code College, as a
Junior Java Developer at one of the big banks, and I have grown into my career! I can
recommend this course because it is hands-on and prepares you for the employment world!"

Frequently Asked Questions

What is programming?

Printed with Pdfcrowd.com


Why should I learn programming?

Who is this course suitable for?

Which programming languages are covered in the


course?

Do I need prior programming experience to enroll?

Are there any pre-requisites for this course?

Will I receive a certificate upon completion of the


course?

What resources and learning materials are provided?

Are there any hands-on coding exercises or projects?

Can I access the course content after it has ended?

What career opportunities can I pursue after


completing this course?

Our Pricing Options

Option 1
Pre-paid: R49 995 (pre-paid)
Full price: R56 700 : 12 monthly payments

Printed with Pdfcrowd.com


Option 2
Twelve monthly payments of R4500 each = full price of R54 000

Option 3
Monthly payments to your budget. Explore affordable finance as low as R990 per month over
up to 84 months. Terms and conditions apply.

Ready to kick off your programming career? Complete our


registration form indicating your preferences, so that we can get in
touch with you.

Sign Up For Our Newsletter


Subscribe

email address

Subscribe

Copyright © 2021+ Code College




Printed with Pdfcrowd.com
Printed with Pdfcrowd.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy