We work with tech companies and academics to continuously improve the curriculum and make sure it incorporates the major trends relevant in the industry today.
No matter the company or industry, you will work with, and at times lead, other people. In the ONE Program we created personal development tracks to work on your communication, presentation, and leadership skills.
The front end is what the users of a website see, for instance the front end of this website is displayed on your screen right now. We built this using HTML, CSS (and a tool called Bootstrap), and JavaScript (with a tool called jQuery).
The back end is the "brain" of a web application, it contains all the logic and rules the website must follow to work properly. You can write this logic in server-side languages such as PHP, and even JavaScript.
Sometimes we will build applications that store information in a database, such as products in a webshop, or users on Facebook. We will learn about database design and the SQL language, and dive into NoSQL databases with MongoDB.