The course teaches students comprehensive and specialized subjects in computer science; it develops skills in critical thinking and strategic planning for changing and fast-paced environments, including technological and operational analysis; and it develops competences in leadership, including autonomous decision-making, and communication with team members, stakeholders, and other members of a business.
Communicating for Success supports you in developing communication skills that are essential for success in your personal and professional lives. The course will focus on reading, written communication, verbal communication, and non-verbal communication skills. An emphasis will be placed on weekly submissions, and peer feedback, to allow you to practice and improve your skills.
You will learn how to effectively read and analyze texts as a precursor to developing your own written communication skills. You will then practice crafting clear communications by learning about topics such as writing structure and organization, grammar, audience awareness, and the iterative writing process. Next, you will move on to verbal communication and will learn how to confidently and skillfully deliver effective oral presentations. Finally, you will learn about the impact of non-verbal communication on how your messages are received.
The course will culminate in a project that will require you to develop and implement a strategy for communicating a technical topic to a non-technical audience.
All materials are included.
This course teaches the fundamentals of data structures and introduces students to the implementation and analysis of algorithms, a critical and highly valued skill for professionals.
Students start by examining the basic linear data structures: linked lists, arrays, stacks, and queues. They learn how to build these structures from scratch, represent algorithms using pseudocode, and translate these into running programs. They apply these algorithms to real-life applications to understand how to make complexity and performance tradeoffs. Students will also learn how to develop algorithms for sorting and searching, use iteration and recursion for repetition, and make tradeoffs between the approaches. They will learn to estimate the efficiency of algorithms, and practice writing and refining algorithms in Python.
This course emphasises big-picture understanding and practical problem-solving in preparation for technical interviews and professional practice. Throughout the course, students will solve common practice problems, and participate in mock interview sessions. As part of their formative assignments, they will also deepen their understanding of these topics and practice technical communication by writing technical blog posts.
This course teaches students to build products users want and love. It gives students a foundation in the tools and practices of modern product management and interaction design. Students will work in pairs to apply product development skills to real user challenges.
The course begins with a focus on user research. Students learn and apply the design thinking framework to product development. They learn to define user needs through user interviews and market analysis. They learn to translate user needs into product specifications and define metrics to test product success. They learn to create and test design prototypes (wireframes, user journeys). The second part of the course focuses on UX/UI design. Students learn key concepts in UI/UX design including information hierarchy, and typography, and color. Students will create high-fidelity UI mockups using industry-standard tools. They’ll then conduct usability tests to gauge the effectiveness of their designs.
As students work in pairs, they will practice the complementary and collaborative roles of PMs and UX designers in early product development. They’ll also practice giving design critiques to other teams and responding to feedback on their designs. By the end of the courses, each pair will have a user-tested, refined, and development-ready design for a web or mobile application.
All materials are included.
This course builds on Web Foundations and provides a comprehensive introduction to the client and server-side development for the web.
In this project-based course, students will work independently to build a web application and progressively apply new knowledge to their application. Students deepen their knowledge of HTML and learn advanced CSS, including how to use CSS variables and modern frameworks for motion and interaction. They learn about accessible web design, and how to create websites and apps that work well on mobile devices, and that support the use of assistive technologies like screen readers.
Students will build the front-end of a web application using HTML, CSS and JavaScript then write a supporting back-end using either a JavaScript or Python framework. In doing so, they will demonstrate knowledge of the request-response structure, database management, and JSON-based APIs. Students will also apply technical communication skills by writing technical specs, drafting architecture diagrams, and documenting APIs.
All materials are included.
Collaborating for Impact aims to support students in developing effective collaboration skills in the pursuit of collective impact and success. Few problems are solved by individuals working alone, therefore the ability to work effectively with others to achieve a common goal is a crucial professional skill.
The course will start by focusing on the social awareness and relationship management components of Emotional intelligence, which was briefly introduced in the pre-requisite course, Optimizing Your Learning. Students will then be introduced to a variety of collaboration and leadership theories and frameworks, and they will examine theories of team dynamics and dysfunction, and reflect on how these relate to their past experiences of collaboration in academic and personal settings.
The second part of this course will require students to put their communication and collaboration skills to practice by completing a group project that is designed to test their ability to work effectively as a group and deliver a high-quality output under time, resource, and information constraints.
All materials are included.
This course is intended for students with little or no programming experience. It aims to help students develop an appreciation for programming as a problem solving tool and to provide a foundation in Python programming. Students will learn how to think algorithmically, solve problems efficiently, and prepare for further computer science studies. The course begins with an introduction to programming constructs in a simplified visual environment. Students will learn to specify commands, and to construct complex programs from simple instructions. The next part of the course introduces a formal programming environment, and students learn the basic syntax and structures of Python. Topics covered include variables, expressions, conditional execution, functions, loops, and iterations. Throughout the course, students will be exposed to abstraction and will learn a systematic way of constructing solutions to problems. They will work on team projects to practice pair programming, code reviews, and other collaboration methods common to industry. The course culminates in a final group project and presentation during which students demonstrate and reflect on their learning.
This course expands on Programming 1, and deepens students' knowledge of Python with a focus on data access and management.
Previously introduced programming topics include data types, operators, variables, and control flows are reinforced, this time in the context of retrieving and manipulating data. Students learn to use Regular Expressions, a powerful tool for finding and extracting data from string and other data types. They are introduced to modern web protocols and learn how to retrieve data from web services using Python and JSON, and how to access and parse data in XML. Students learn the basics of working with databases and the relationships between databases. They learn how to write queries in SQL, the foremost programming language for generating, manipulating, and retrieving information from a relational database.
Students work on small projects throughout the course. The final project challenges students to retrieve and visualize original data in Python.
All materials are included.
The course helps students develop an appreciation for programming as a problem-solving tool. It teaches students how to think algorithmically and solve problems efficiently, and serves as the foundation for further computer science studies.
Using a project-based approach, students will learn to manipulate variables, expressions, and statements in Python, and understand functions, loops, and iterations. Students will then dive deep into data structures such as strings, files, lists, dictionaries, tuples, etc. to write complex programs. Over the course of the term, students will learn and apply basic data structures and algorithmic thinking. Finally, the course will explore the design and implementation of web apps in Python using the Flask framework.
Throughout the course, students will be exposed to abstraction and will learn a systematic way of constructing solutions to problems. They will work on team projects to practice pair programming, code reviews, and other collaboration methods common to the industry. The course culminates in a final group project and presentation during which students demonstrate and reflect on their learning.
All materials are inclucded.
This course helps students develop the ability to think logically and mathematically. It prepares students for more advanced courses in algorithms and discrete mathematics. An emphasis is placed on the ability to reason logically and effectively communicate mathematical arguments.
The course begins with a brief review of number systems and their relevance to digital computers. Students review the algebraic operations necessary to perform programming functions. In the unit on logic and proofs, students learn to identify, evaluate, and make convincing mathematical arguments. They are introduced to formal logic, and methods for determining the validity of an argument (truth tables, proofs, Venn Diagrams). Students learn to decompose problems using recursion and induction, and how these methods are used in real-world computational problems. The final unit is an introduction to counting and probability. Topics covered include principles of counting, permutations, combinations, random variables, and probability theory.
Throughout the course, students apply their knowledge by solving logic puzzles and creating programs in Python.
All materials are included.
This course will help you apply, interview for, and succeed in roles in the software engineering industry.
Industry Experience is a form of experiential learning that will let you apply your academic knowledge in a professional context. You will work to build software that meets the needs of a professional organization by completing either
An approved internship
A product studio or open-source project
The course is broken up into two parts.
Part 1: Preparing for Industry Experience
During the first part of the course, you will refine your personal brand, and craft effective resumes, LinkedIn profiles and portfolios. You will learn to communicate effectively in behavioral interviews, including how to conduct company and role research, and how to succinctly answer questions and share you background. You will also learn to prepare for technical interviews. Key skills include the ability to walk an interviewer through one’s thought process, craft code on a whiteboard or document, and identify opportunities for improvement in one’s work. Finally, you will learn to prepare to onboard to development job, and understand how to effectively navigate large codebases and organizations to make valuable contributions.
Part 2: Succeeding during Industry Experience
During your industry experience, you will work on tasks that meet the needs of your sponsoring organization. Whether you undertake an internship, product studio or open-source collaboration, your industry experience must include significant, substantial computer science.
In addition to building your project, you will submit bi-weekly written reflections on your personal goals, challenges, and team feedback. At the end of the term, you must obtain written feedback from you organization supervisor. You will also submit a final report which describes the problem statement, approaches/methods used, deliverables, and skills you gained. Industry Experience culminates in a final presentation which is shared as a public blog post.
All materials are provided.
Learning Outcomes
By the end of this course, you will be able to:
Craft an effective professional presence including resume, portfolio and online website
Apply academic knowledge and skills in new professional settings
Demonstrate the ability to cope effectively with ambiguous and unfamiliar situations
Develop interpersonal and professional skills to successfully transition to work
Reflect on you personal skills, and identify opportunities for further development
Demonstrate professional and ethical behavior, and ability to maintain accountability for your commitments
Course Structure
Preparation phase
Each week, you will complete lessons and submit required assignments
You will also complete live practice interviews and submit self-evaluations and interviewer evaluations
Work phase
Every other week, you will submit a reflection of how the work experience is going
At the end of industry experience, you will obtain a written evaluation from your supervisors, and submit a final report
Core Reading List
This course will include readings from the following sources. The readings will be introduced throughout the lesson at the relevant time along with additional resources in video, audio, and other formats.
Bolton, G. and Delderfield, R. (2018). Reflective practice: writing and professional development (5th edition). London: SAGE.
Hudak, Kasey; Kile, Alexandria; Grodziak, Eileen; Keptner, Elizabeth. Advancing Student Interview Skills: Incorporating Virtual Interview Technology into the Basic Communication Course. International Journal for the Scholarship of Teaching and Learning, v13 n1 Article 3 2019
Northeastern University (2020). Job Search Guide
Personal Brand Workbook (2015). PricewhaterhouseCoopers
Rollag, K. (2015) Succeed in New Situations. Harvard Business Review
Optimising Your Learning aims to transform incoming first year students into effective and empowered self-directed learners. In the modern world, long-term academic, professional, and personal success is driven
by the ability of individuals to take control of their learning. Therefore, this course helps students to develop the knowledge, skills, and mindsets necessary to take ownership of their learning and build their self-efficacy.
During the course, students will develop competence in skills that are most critical for effective self-directed and self-regulated learning (i.e. self-management, self-monitoring, and self-modification), while also learning how to use learning strategies to maximise their overall learning efficiency and efficacy. They will also utilise the Emotional Intelligence framework to explore their identity, self-image, motivation, and self-regulation skills, to support their development as self-directed learners. The course culminates in the creation of a personal learning charter that will help guide students in their learning throughout their undergraduate studies, which can also be applied to their learning activities in other realms of their lives.
Front End Web Development builds on previous knowledge of web development, and extends students’ familiarity with modern HTML, CSS, JavaScript, and Web APIs. Students learn to develop and deploy client-side web applications with greater scope and complexity. Complex frontend features require using HTML, CSS, and JavaScript together. Students will usually have taken Web Application Development (or similar course under advisement from their faculty) as a prerequisite for this course.
Students deepen their knowledge of the JavaScript language, covering in depth topics like scope and higher order functions. Students practice using modern build tools for package management, bundling, optimization, formatting and linting, and testing.
Throughout the course, students will solve practice exercises and build projects, culminating in a final project using a JavaScript framework to build a complex web application.
Students will continue to apply technical communication skills by writing technical specs, drafting architecture diagrams, and documenting APIs. They will extend their communication practice through technical blogging on topics like tool comparisons, architecture choices, benchmarks, and frontend web design. Students will grow in independence by reading documentation to learn about novel language and browser features.
In this course, students practice the skills necessary to work effectively on a professional software product team. By working in small teams to build web applications, they integrate the technical, communication, and collaboration skills built in previous courses.
Students will work together to build a multi-feature web application. Students will learn and practice modern technical collaboration tools and practices. Topics covered include using version control for shared repository management, writing technical design documents, and conducting code reviews. They also practice project management skills, including sprint planning, reviews, and retrospectives. During each milestone, team members rotate taking on various team roles. Throughout the course, students will also apply and refine the emotional intelligence, team development, and leadership frameworks previously learned. By the end of the course, students should understand and value the various roles within a software product development team, and be able to participate effectively on a product team.
The course culminates in a showcase where students present their final project to the Kibo community and external stakeholders.
Core Reading List
Piercy, C. (2019). Problem Solving in Teams and Groups. University of Kansas Libraries
Atlassian (2021). The Agile Coach.
Chacon, S., Straub B. (2014). Pro Git. Apress.
This course provides a foundation in building for the web. It helps students understand how the internet works, examines the role of the internet in their lives and teaches them the basics of web development. The course prepares students for the advanced course in Web Application Development.
The course begins with a brief history of the internet and network technologies. Students will learn about the physical underpinnings of the internet, barriers to connectivity, and efforts to expand access (e.g., undersea cable projects, satellite projects). They will also explore the challenges of internet security and privacy. Students will be encouraged to make these social explorations personal, and investigate the history, barriers, and opportunities for connectivity in their local regions. The course will also cover the building blocks of web application development. Students will master HTML, intermediate CSS, and basic concepts and syntax of JavaScript.
The course culminates in a “Knowledge Share” project during which students create a website to educate a non-technical audience on a key aspect of the internet or emerging technology.
All materials are included.
this course builds on Data Structures & Algorithms 1. Students will explore non-linear data structures, and implement and analyze advanced algorithms.
The course begins with a brief review of basic data structures and algorithms. Students deepen their understanding of searching and sorting, with a focus on describing performance. They learn about advanced data structures including priority queues, hash tables, and binary search trees. Students build on their knowledge of graph theory to implement graph algorithms and explore topics like finding the shortest paths in graphs, and applications of algorithms in maps, social networks, and a host of real-life applications. Other key topics include: divide and conquer recursion, greedy algorithms, dynamic programming algorithms, NP-completeness, and case studies in algorithm design.
The course emphasizes big-picture understanding and practical problem-solving in preparation for technical interviews and professional practice. Students will solve common algorithmic problems and participate in mock interview sessions. As part of their formative assignments, they will write technical blog posts to deepen their understanding of these topics and to practice technical communication.
This course is intended for students who have completed Programming 1. It aims to help students deepen their programming skills, concentrating on Python. Students will learn how to think algorithmically and solve problems efficiently.
Students will gain proficiency in specifying commands and constructing complex programs from simple instructions. The course uses a formal programming environment, and students learn the syntax and structures of Python. Topics covered include variables, expressions, conditional execution, functions, loops, and iterations. Throughout the course, students will be exposed to abstraction and will gain a systematic way of constructing solutions to problems. They will work on team projects to practice pair programming, code reviews, and other collaboration methods common to the industry.
The course culminates in a final group project and presentation during which students demonstrate and reflect on their learning.
Network and Computer Security teaches students the principles and practices of security for software, systems, and networks. It aims to make students critical examiners and designers of secure systems. Students will learn the mathematical and theoretical underpinning of security systems, as well as practical skills to help them build, use, and manage secure systems.
The first part of the course is focused on applied cryptography. Students learn general cryptographic protocols and investigate real-world algorithms. The second part of the course covers software and system security, including access controls, trends in malicious code, and how to detect system vulnerabilities. There is a special focus on web security, and modern practices for building secure web architectures. The final section of the course focuses on network security and covers concepts of networking, threats, and intrusion protection.
Course projects will require students to think both as an attacker and as a defender, and write programs that examine security design. Students will also examine recent security and privacy breaches. Working in pairs, they’ll conduct an in-depth investigation, and give a presentation to help classmates understand its technical underpinnings and social implications.
Industry Experience 2 provides a form of experiential learning that enables students to apply their academic knowledge in a professional context. Students work to build software that meets the needs of a professional organization by completing either (1) an approved internship, or (2) a product studio.
During the internship, students work on tasks that meet the needs of the organization, guided by an on-site supervisor. Internships must entail significant, substantial computer science. In the studio, external clients (e.g., businesses, non-profits) sponsor a software development project completed by students. A typical end result is a prototype of or a fully functional software system ready for an end user. These projects are completed by teams of 4-6 students, who meet with the clients or other end users weekly to share progress and get feedback.
Students complete online modules under the supervision of a faculty advisor. Pre-work includes instruction in communication, goal-setting, and professional development. During the industry experience, students submit bi-weekly written reflections on their personal goals, challenges, and, for the studio, team feedback. At the end of the term, students obtain written feedback from their organization supervisor. They also submit a final report which describes the problem statement, approaches/methods used, deliverables, and skills gained. Industry Experience culminates in a final presentation which is shared as a public blog post.
This course builds on Mathematical Thinking and provides the mathematical foundation needed for many fields of computer science, including data science, machine learning, and software engineering.
It focuses on core mathematical areas that are essential in the toolkit of every computer scientist: logic, combinatorics and probability, set theory, graph theory, and elementary number theory. Each topic is covered with a focus on applications in modern computer science. It begins with a unit on logic that builds on previous knowledge, with an emphasis on writing readable and precise code. Probability and combinatorics focus on the analysis of algorithms and reliability. There is an in-depth focus on graph theory, and students explore the numerous applications of graph theory in computer science (data mining, clustering, networking, etc.). Finally, the course introduces number theory, beginning with fundamental results such as the Euclidean Algorithm then applications in cryptography.
The course culminates in a final group project where students explore original mathematical sources and describe the historical proof techniques of a discrete math topic.
Engineering for Development, Challenge Studio 1, and Challenge Studio 2 are courses that help students investigate the role that technology can play in solving some of the world’s most intractable social and economic development challenges.
In Engineering for Development, students will learn how to analyze the root causes of development challenges so that they are able to build effective technology solutions. The course aims to introduce students to selected global development challenges using the United Nations Sustainable Development Goals (SDGs) as the framework for selecting the areas of focus.
Each term, the course will focus on 1- 2 subject areas (e.g. Quality Education, Affordable and Clean Energy, Climate Action), which will serve as test cases for students to develop the skills required to effectively analyze and understand complex development issues. Students will examine the system-level dynamics that are at the root of these challenges, and will also analyze and critique technology-related solutions that have been developed to address these challenges.
Data science is applicable to a myriad of professions, and analyzing large amounts of data is a common application of computer science. This course empowers students to analyze data, and produce data-driven insights. It covers all areas needed to solve problems involving data, including preparation (collection and integration), presentation (information visualization), analysis (machine learning), and products (applications).
This course is a hybrid of a computing course focused on Python programming and algorithms, and a statistics course focusing on estimation and inference. It begins with acquiring and cleaning data from various sources including the web, APIs, and databases. Students then learn techniques for summarizing and exploring data with spreadsheets, SQL, R, and Python. They also learn to create data visualizations, and practice communication and storytelling with data. Finally, students are introduced to machine learning techniques of prediction and classification, which will prepare them for the advanced study of data science.
Throughout the course, students will work with real datasets (e.g., economic data) and attempt to answer questions relevant to their lives. They will also probe the ethical questions surrounding privacy, data sharing, and algorithmic decision-making. The course culminates in a project where students build and share a data application to answer a real-world question.
Engineering for Development, Challenge Studio 1, and Challenge Studio 2 are 3 courses that help students investigate the role that technology can play in solving some of the world’s most intractable social and economic development challenges.
In Challenge Studio 1, students will work in groups to design, develop, and test a solution to a development challenge of their choice. The focus of this course is to provide students with the tools and skills to create meaningful technology solutions (e.g. services, products) to a sustainable development problem. This course builds on the problem identification and analysis skills that were developed in Engineering for Impact, the product management skills that were developed in Product Management and Design, and the ethical engineering skills developed in Ethics in Tech.
At the end of Challenge Studio 1 student will submit a Minimum Viable Product (MVP) that is ready to go to market as their final project deliverable.
The course will utilize virtual studio time, where groups work together on the key incremental tasks that are required to allow them to successfully create their final project output. Studio time will be supported by lectures, seminars, and learning resources on useful skills such as human-centered design, end-user identification, requirements gathering, value creation, impact measurement, and creative thinking and innovation.
This course explores computing beyond software. Students will go a level deeper to better understand the hardware and see how computers are built and programmed. It is modelled on the popular, project-based “Nand to Tetris” textbook, which walks learners through building a computer from scratch. It aims to help students become better programmers by teaching the concepts underlying all computer systems. The course integrates many of the topics covered in other computer science courses, including algorithms, computer architecture, operating systems, and software engineering.
Students will learn how to build a computer system using progressive steps. The course starts with a brief review of Boolean algebra and an introduction to logic gates. Students design a set of elementary logic gates using a Hardware Description Language. They then build chips to perform arithmetic and logical operations and build the computer’s main memory unit. Subsequently, students learn to write low-level machine language and build a CPU to create a fully functional computer system. Finally, students implement a virtual machine, compiler, and basic operating system. Projects are spread out evenly throughout the course and are completed in pairs.
By the end of the course, students will develop a strong understanding of the relationships between the architecture of computers, and the software that runs on them.
Engineering for Development, Challenge Studio 1, and Challenge Studio 2 are 3 courses that help students investigate the role that technology can play in solving some of the world’s most intractable social and economic development challenges.
Challenge Studio 2 builds on the final output from Challenge Studio 1 and supports students in creating a sustainable business model for the MVP that they developed in the previous course. This course is focused on putting the MVPs in the hands of real users, getting their feedback, and iterating and refining the product or service, while also developing a viable business model.
The course will utilize virtual studio time, where groups are able to work collaboratively on their MVPs, with the support of additional lectures, seminars, and learning resources on important topics such as product launch planning, user evaluation tools and frameworks, business canvas development, funding models, financial modelling and strategy, and pitching.
The course will culminate in a pitch showcase, where students are required to present their work to relevant stakeholders (e.g. industry leaders).
This course examines the ethical questions that are emerging as a result of rapid technological change. It prepares students to become responsible technologists and provides a basis for ethical decision-making in their professional work.
It focuses on the promise and potential ethical dilemmas that result from the latest developments in computer science. Topics addressed include ethical decision-making, privacy and confidentiality, safety, manipulation/deception, and the impact of computers on society.
Students are first introduced to a selection of classical ethical theories (e.g., Rights, Justice/Fairness, Utilitarian, etc.). These provide a vocabulary and framework for examining ethical issues in tech. These frameworks are applied to a selection of relevant ethical questions. Examples might include: should social media companies suppress the spread of fake news on their platforms? Is electronic privacy a right? Are there justifiable uses of state surveillance? Should AI be used to “predict” crime by police? What ethical codes should guide AI like self-driving cars? Students read case studies addressing these questions, write positioning papers, and offer feedback on papers of their classmates. Each live class is a seminar, where students engage in a facilitated discussion.
The class culminates in an ethical redesign project where students analyze an existing product that poses ethical questions, then propose specific changes (in software, hardware, UI design, processes, features, implementation) to reduce ethical risks posed by the product.
This course aims to teach students the theoretical and practical methods for solving problems using machine learning. Machine learning is one of the fastest-growing areas of computer science. Its applications are reshaping society, from consumer products (e.g., voice assistants and recommendations) to life-sciences (e.g., personalized medicine and tumor detection). This course will build on the Data Science introductory course, and help students understand how, why, and when machine learning methods work.
Students will be introduced to major paradigms in machine learning, and gain working knowledge of supervised and unsupervised learning techniques. Students will learn to solve common problems such as regression, classification, clustering, matrix completion, and pattern recognition. They will learn how to train and optimize neural networks. They will explore modern software libraries that enable programmers to develop machine learning systems. Students will use these libraries along with publicly available data sets to build models, then learn how to evaluate and verify the results. Throughout the course, as they apply technical methods, students will also examine the societal context of machine learning and considerations of transparency, bias, and privacy.
Course assignments will consist of short programming exercises and peer discussions of ethical considerations. The course culminates in a final group project and accompanying paper that allows students to apply concepts to a problem of personal interest.
Artificial Intelligence (AI) aims to teach students the techniques for building computer systems that exhibit intelligent behavior. AI is one of the most consequential applications of computer science and is helping to solve complex real-world problems, from self-driving cars to facial recognition. This course will teach students the theory and techniques of AI so that they understand how AI methods work under a variety of conditions.
The course begins with an exploration of the historical development of AI and helps students understand the key problems that are studied and the key ideas that have emerged from the research. Then, students learn a set of methods that cover: problem-solving, search algorithms, knowledge representation and reasoning, natural language understanding, and computer vision. Throughout the course, as they apply technical methods, students will also examine pressing ethical concerns that are resulting from AI, including privacy and surveillance, transparency, bias, and more.
Course assignments will consist of short programming exercises and discussion-oriented readings. The course culminates in a final group project and accompanying paper that allows students to apply concepts to a problem of personal interest.
Android App Development teaches students to develop applications for Android, the most-used mobile platform in the world. Students learn to build with Android Studio and Kotlin, the modern toolkit used for professional Android development. The course prepares students to become professional Android developers.
The course begins with the fundamentals of Kotlin, the official language for Android development. Students learn its basic syntax, as well as its object-oriented programming principles and key language features such as classes, collections, higher-order functions, and extensions. Students then delve into building Android apps, first by exploring layout and how to use common UI components. They learn Activity Lifecycle, and how to monitor and handle app states as users navigate through an app. Students learn how to create dynamic applications that persist data, and how to use APIs to pass data. The second part of the course covers advanced functionality including animations, notifications, offline caching, and authentication and with Firebase.
Students learn by building small programming projects. The course culminates in a final group project where students build an Android app of their choice from scratch, going from initial design to deployment in the Play Store. Students will have obtained enough knowledge and have the option to obtain the Associate Android Developer certification offered by Google.
This course introduces students to the principles of human-computer interaction (HCI). Students explore how humans process information (perception, memory, attention) in the context of designing and evaluating interfaces. This course complements programming coursework by helping students understand how to design more usable systems.
The course builds on previous knowledge of design thinking and expects students to apply the design thinking methodology as a starting point. The first part of the course focuses on designing for multiple platforms. Students create designs that solve a problem on multiple devices (e.g., web, mobile, wearables) and learn how to create a coherent design system as users move between devices. The second part of the course delves into design beyond visual user interfaces, and teaches students how to design for emerging technologies, for example, sensors, controls and ubiquitous computing. Throughout the course, students learn and apply a variety of evaluation methodologies used to measure the usability of design.
This is a project-based course and, in each part, students will work in a team to design, prototype and test a solution to a problem. Students will present their designs in class sessions, and practice giving and receiving meaningful critiques.
Back End Development builds on previous knowledge of web development and security, and equips students with knowledge of server-side development so that they can become professional back-end developers and build enterprise-scale applications. Students learn to develop and deploy server-side applications with greater scope and complexity.
In this project-based course, students deepen their understanding by building the back end for a cross-platform application. The project will require implementing advanced features that add complexity and uniqueness to a server’s structure. Examples of these include payment gateways, chat rooms, full text search, WebSockets, etc. Students will design and build out all of the API endpoints needed for the application and properly secure them for use in any web or mobile front-end application. In doing so, they will explore the differences and tradeoffs between web services, APIs, and microservices. They will learn best practices for code quality including unit testing and error handling. They will also learn to efficiently document their APIs.
Students will understand key Developer Operations (DevOps) practices including environment design, testing, development controls, and uptime management. They will implement modern DevOps workflows (e.g., containers, cloud virtual machines), and learn tradeoffs between different approaches. They will set up continuous integration and continuous delivery, and explore various strategies for automated testing and application monitoring.
Designing Your Future is inspired by the Stanford University course Designing Your Life. In this course, final year students will use design thinking to reflect on their undergraduate studies and to plan and prepare for their transition into full-time employment.
The course begins by exploring some of the self-awareness topics (e.g. identity, self-image, mental models, and motivation) that were introduced during the Optimizing Your Learning course. Students will revisit artifacts that they created during that course and reflect on their personal and technical growth over the course of the degree program. This will allow them to craft a compelling personal and professional narrative so that they can position themselves effectively in the job market. Students will also learn how to use a design thinking approach to explore options for their careers after graduation.
In the second half of the course, students will develop practical skills to support their transition into full-time employment. They will learn critical skills like networking, professionalism, virtual collaboration, etc. that will support them in their integration into the workplace, while also developing some practical life skills, such as financial planning and emotional wellbeing.
The Capstone Research Methods module supports students in developing critical research skills that are needed for the successful completion of their capstone project. The course provides students with an overview of the research process and types of capstone projects that they can undertake, and includes a detailed exploration of relevant quantitative and qualitative research methods. Students will develop skills in data gathering and analysis, researching and writing an effective literature review, creating a research proposal, and managing ethical considerations with regards intellectual property rights and research with human subjects.At the conclusion of the course, students will be required to submit their formal capstone project proposal which should include details of their project scope, research question, hypothesis, and project plan. Their proposal must receive a passing mark before they are allowed to undertake the capstone course in the final term of the degree program.
iOS App Development teaches students to build modern mobile applications using Apple’s iOS development platform and toolchain. It prepares students to become professional iOS developers. Students learn the core principles of the Swift programming language and Apple’s front-end frameworks for creating single and multi-page applications.
The course begins with an introduction to the Swift programming language and Xcode, Apple’s development environment for iOS. Students learn the core object-oriented programming principles of Swift, it's Model/View/Controller paradigm, and its supporting classes. They then learn to create user interfaces with UIKit, Apple’s front-end framework.
The second part of the course teaches students to create dynamic iOS applications that pass information between views and objects, and respond to user events. Students learn how to incorporate networking into their mobile apps, and how to get and parse information from the internet through APIs. They also learn techniques for creating asynchronous apps, including industry-standard patterns and frameworks to persist data locally and synchronizing data between the local device and the cloud.
Students learn by building small programming projects. The course culminates in a final group project where students build an iOS app of their choice from scratch, going from initial design to deployment in TestFlight.
This capstone course enables students to demonstrate their proficiency in the technical and human skills that they have acquired throughout their undergraduate studies. The capstone requires students to conceptualise, plan, and implement a software project to completion, and evaluate their project’s processes and outcomes.
The capstone builds on the initial project scoping work that was carried out in Capstone Research Methods, which culminated in students submitting a project proposal, and gaining formal approval for their capstone Project Proposal.
In this course, students will implement their proposed project with the support of a supervisor. Students with a common supervisor will be put into capstone advisory peer groups and will be required to meet with their group and supervisor regularly to update each other on their capstone progress and to provide feedback. Students will also have regular meetings with their capstone supervisor to provide additional support and guidance throughout the module.
Upon completion of their capstone projects, all students will be required to participate in a capstone symposium at the end of the term, where they will present their working projects/prototypes to internal and external stakeholders