In this course, you'll walk through installation steps for installing a text editor, installing MAMP or XAMPP (or equivalent) and creating a MySql Database. You'll learn about single table queries and the basic syntax of the SQL language, as well as database design with multiple tables, foreign keys, and the JOIN operation. Lastly, you'll learn to model many-to-many … [Read more...] about Introduction to Structured Query Language (SQL)
Mobile and Web Development
Introduction to Augmented Reality and ARCore
This class will teach you the fundamentals of augmented reality (AR), and how to build an AR experience using ARCore. Through the four week course, you'll learn: - How to identify different types of AR experiences - Tools and platforms used in the AR landscape - What makes AR feel "real" - Popular use cases for AR - How to create an AR use flow - How AR experiences work - Tools … [Read more...] about Introduction to Augmented Reality and ARCore
Web Application Technologies and Django
In this course, you'll explore the basic structure of a web application, and how a web browser interacts with a web server. You'll be introduced to the Hypertext Transfer Protocol (HTTP) request/response cycle, including GET/POST/Redirect. You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as the overall structure of a Django … [Read more...] about Web Application Technologies and Django
Building Web Applications in PHP
In this course, you'll explore the basic structure of a web application, and how a web browser interacts with a web server. You'll be introduced to the request/response cycle, including GET/POST/Redirect. You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as the basic syntax and data structures of the PHP language, variables, logic, … [Read more...] about Building Web Applications in PHP
HTML, CSS, and Javascript for Web Developers
Do you realize that the only functionality of a web application that the user directly interacts with is through the web page? Implement it poorly and, to the user, the server-side becomes irrelevant! Today’s user expects a lot out of the web page: it has to load fast, expose the desired service, and be comfortable to view on all devices: from a desktop computers to tablets … [Read more...] about HTML, CSS, and Javascript for Web Developers