James Grieve

Directory

Continuing Ed Winter 2024 (1848)

EXSM 3931 - Introduction to Web Development

★ 32

Learn about and practice how to navigate and use your computer effectively. Explore some software common to developers in this low-code course that introduces the basics of web development. including version control and the analysis of both data and logic. Students will be introduced to basic web-hosting options, tools, and topics, and learn how to launch a website. The basics of quality assurance, and why it is so integral to the success of software projects will also be covered.

LECTURE WI1 (75070)

2024-01-08 - 2024-02-04
M 19:00 - 21:00 (TBD)



EXSM 3935 - JavaScript I

★ 36

JavaScript is a programming language that allows you to implement complex features on web pages including timely content updates, interactive maps, animated graphics and more. Students will be introduced to JavaScript by exploring the fundamentals of programming in JavaScript, and learn to apply these concepts in a console environment. Topics include decisions, iteration, exceptions, encapsulation, proper code structure and debugging strategies. Prerequisite EXSM 3931

LECTURE WI1 (75197)

2024-02-26 - 2024-04-07
MF 19:00 - 21:00 (TBD)



EXSM 3936 - JavaScript II

★ 36

Build upon the skills you gained in JavaScript I and dive into manipulating web pages with advanced scripts. Topics include object oriented programming, the document object model, inheritance, polymorphism, asynchronous scripts, application programming interfaces, recursion and browser storage. Prerequisite: EXSM 3932 & EXSM 3935

LECTURE WI2 (75167)

2024-01-08 - 2024-02-18
TF 19:00 - 21:00 (TBD)



EXSM 3942 - C# II

★ 40

Building upon the fundamentals, this course introduces students to intermediate C# concepts. Translate Object-Oriented concepts to the C# language and explore interfacing C# objects with Databases. Topics include: Object Oriented Programming, Inheritance, Polymorphism, Recursion, Asynchronous Code, Entity Framework and more. Prerequisites EXSM 3936, EXSM 3937, and EXSM 3941

LECTURE WI1 (75165)

2024-02-26 - 2024-04-07
TR 19:00 - 21:00 (TBD)

Continuing Ed Spring 2024 (1866)

EXSM 3931 - Introduction to Web Development

★ 32

Learn about and practice how to navigate and use your computer effectively. Explore some software common to developers in this low-code course that introduces the basics of web development. including version control and the analysis of both data and logic. Students will be introduced to basic web-hosting options, tools, and topics, and learn how to launch a website. The basics of quality assurance, and why it is so integral to the success of software projects will also be covered.

LECTURE SP1 (10065)

2024-04-15 - 2024-05-12
M 19:00 - 21:00 (TBD)



EXSM 3932 - HTML

★ 24

This course introduces students to the fundamentals of HTML (Hyper­Text Markup Language), the foundational markup language used for structuring content online. The basics of building a web­page using HTML, as well as up-to-date best-practices with the most recent HTML specification will be covered.

LECTURE SP1 (10066)

2024-04-17 - 2024-05-08
W 19:00 - 21:00 (TBD)



EXSM 3934 - CSS

★ 20

This course introduces students to the fundamentals of CSS (Cascading Style Sheets), used to add style and layout to web pages. In this course, students will be introduced to the CSS language, and how it can be leveraged to style a responsive web page and format content into a desirable layout. Topics covered in this course include selectors, pseudo-selectors, the box model, flexbox, grid layout, media queries and others.

LECTURE SP1 (10113)

2024-05-21 - 2024-06-14
TF 19:00 - 21:00 (TBD)



EXSM 3935 - JavaScript I

★ 36

JavaScript is a programming language that allows you to implement complex features on web pages including timely content updates, interactive maps, animated graphics and more. Students will be introduced to JavaScript by exploring the fundamentals of programming in JavaScript, and learn to apply these concepts in a console environment. Topics include decisions, iteration, exceptions, encapsulation, proper code structure and debugging strategies. Prerequisite EXSM 3931

LECTURE SP1 (10114)

2024-05-22 - 2024-06-27
WR 19:00 - 21:00 (TBD)



EXSM 3940 - React Router and Redux

★ 14

Build upon your exist­ing knowl­edge of React as you learn about the idea of glob­al state in a React appli­ca­tion via the Redux JavaScript library. Learn to implement a dynamic navigation system using React Router. Prerequisite EXSM 3939

LECTURE SP1 (10074)

2024-04-17 - 2024-05-09
WR 19:00 - 21:00 (TBD)



EXSM 3943 - C# Project

★ 40

Stretch your abil­i­ties as you inte­grate the the­o­ry, meth­ods, and tools you have learned from pre­vi­ous cours­es to apply these to a project using C#. Mir­ror­ing indus­try prac­tice, you will work as part of a team, use source control technologies and project management systems as a means to collaborate efficiently. Prerequisite EXSM 3942

LECTURE SP1 (10091)

2024-05-20 - 2024-06-24
M 19:00 - 21:00 (TBD)



EXSM 3944 - .NET Core MVC

★ 44

.NET is a framework that provides programming guidelines used to develop a wide range of applications from web to mobile. The .NET framework speaks to C#. Extend your knowledge of C# and Microsoft's .NET Core SDK and learn how to make web applications using C# and .NET Core MVC with an SQL database. Topics include setting up a project, configuring database connections, models and EF, views and CRUD. Prerequisite EXSM 3942

LECTURE SP1 (10110)

2024-04-16 - 2024-05-10
TF 19:00 - 21:00 (TBD)



EXSM 3945 - .NET Core API

★ 16

Building upon your knowledge of C# and .NET Core MVC, you will explore web applications through the development of a web API capable of receiving requests and sending responses. Topics include the purpose of APIs, Postman, and API implementation. Prerequisite EXSM 3944

LECTURE SP1 (10090)

2024-05-21 - 2024-06-14
TF 19:00 - 21:00 (TBD)



EXSM 3951 - Python Project

★ 40

Stretch your abil­i­ties as you inte­grate the the­o­ry, meth­ods, and tools you have learned from pre­vi­ous cours­es to apply these to a project using Python. Mir­ror­ing indus­try prac­tice, you will work as part of a team, use source control technologies and project management systems as a means to collaborate efficiently. Prerequisite EXSM 3950

LECTURE SP1 (10115)

2024-05-20 - 2024-06-24
M 19:00 - 21:00 (TBD)



EXSM 3952 - Django

★ 44

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Extend your knowledge of Python by learning how to make web applications using Python's Django framework with an SQL database. Topics include MVC (Model-View-Controller), PIP, and creating and configuring a Django project. Prerequisite: EXSM 3950

LECTURE SP1 (10111)

2024-04-16 - 2024-05-10
TF 19:00 - 21:00 (TBD)

Continuing Ed Summer 2024 (1868)

EXSM 3937 - Databases

★ 32

Learn how to efficiently store and recall large volumes of data by using SQL (Structured Query Language) relational databases. SQL is essential for storing data in software projects and websites of any size. In this course, students will explore databases through MariaDB (MySQL) and examine the topic of data normalization. Topics include table creation, table relationships, data manipulation, subqueries, and more.

LECTURE SU1 (13039)

2024-07-03 - 2024-07-24
W 19:00 - 21:00 (TBD)



EXSM 3946 - .NET Core API with React

★ 20

Combine your knowledge of .NET Core API with that of React, creating a single page React application powered by a .NET Core API. Prerequisite EXSM 3945 and EXSM 3940

LECTURE SU1 (13082)

2024-07-08 - 2024-08-04
MF 19:00 - 21:00 (TBD)



EXSM 3954 - Django API with React

★ 20

The final course in the Python stream, this class combines knowledge of Django API and React to develop interactive full-stack web applications. Prerequisite EXSM 3939 and EXSM 3940

LECTURE SU1 (13083)

2024-07-08 - 2024-08-04
MF 19:00 - 21:00 (TBD)