About
The course teaches students comprehensive and specialised subjects in computer science; it teaches students cutting edge engineering skills to solve real-world problems using computational thinking and tools, as well as soft skills in communication, collaboration, and project management that enable students to succeed in real-world business environments. Most of this program is case (or) project-based where students learn by solving real-world problems end to end. This program has core courses that focus on computational thinking and problems solving from first principles. The core courses are followed by specialization courses that teach various aspects of building real-world systems. This is followed by more advanced courses that focus on research level topics, which cover state of the art methods. The program also has a capstone project at the end, wherein students can either work on building end to end solutions to real world problems (or) work on a research topic. The program also focuses on teaching the students the “ability to learn” so that they can be lifelong learners constantly upgrading their skills. Students can choose from a spectrum of courses to specialize in a specific sub-area of Computer Science like Artificial Intelligence and Machine Learning, Cloud Computing, Software Engineering, or Data Science, etc.
Target Audience
- Ages 19-30, 31-65, 65+
Target Group
This course is designed for individuals who wish to enhance their knowledge of computer science and its various applications used in different fields of employment. It is designed for those that will have responsibility for planning, organizing, and directing technological operations. In all cases, the target group should be prepared to pursue substantial academic studies. Students must qualify for the course of study by entrance application. A prior computer science degree is not required; however the course does assume technical aptitude; and it targets students with finance, engineering, or STEM training or professional experience.
Mode of attendance
Online/Blended Learning
Structure of the programme - Please note that this structure may be subject to change based on faculty expertise and evolving academic best practices. This flexibility ensures we can provide the most up-to-date and effective learning experience for our students.The Master of Science in Computer Science combines asynchronous components (lecture videos, readings, and assignments) and synchronous meetings attended by students and a teacher during a video call. Asynchronous components support the schedule of students from diverse work-life situations, and synchronous meetings provide accountability and motivation for students. Students have direct access to their teacher and their peers at all times through the use of direct message and group chat; teachers are also able to initiate voice and video calls with students outside the regularly scheduled synchronous sessions. Modules are offered continuously on a publicly advertised schedule consisting of cohort sequences designed to accommodate adult students at different paces. Although there are few formal prerequisites identified throughout the programme, enrollment in courses depends on advisement from Woolf faculty and staff.The degree has 3 tiers: The first tier is required for all students, who must take 15 ECTS. In the second tier, students must select 45 ECTS from elective tiers. Under the guidance of the Academic Staff at Woolf, students may either select exclusively from one specialization track (in which case they will earn that specialization), or they may mix tracks (in which case they will finish without a specialization). Tier Three may be completed in two different ways: a) by completing a 30ECTS Advanced Applied Computer Science capstone project, or b) by completing a 10 ECTS Applied Computer Science project and 20 ECTS of electives from the program.
Grading System
Scale: 0-100 points
Components: 60% of the mark derives from the average of the assignments, and 40% of the mark derives from the cumulative examination
Passing requirement: minimum of 60% overall
Dates of Next Intake
Rolling admission
Pass rates
2023 pass rates will be publicised in the next cycle, contingent upon ensuring sufficient student data for anonymization.
Identity Malta’s VISA requirement for third country nationals: https://www.identitymalta.com/unit/central-visa-unit/
Passing requirement: minimum of 60% overall
Dates of Next Intake
Rolling admission
Pass rates
2023 pass rates will be publicised in the next cycle, contingent upon ensuring sufficient student data for anonymization. Identity Malta’s VISA requirement for third country nationals: https://www.identitymalta.com/unit/central-visa-unit/
How students have found success through Woolf
Course Structure
About
This course provides a practical and detailed understanding of popular programming paradigms and data storage types. Students learning this will be able to write and solve programming problems. The course starts from the basics about functions, various built-in**,** functions, and how to code user-defined functions. Then students will learn about various data type storages and learn about lists and how various manipulations can be done lists like list slicing and also go through examples of 2D Lists.
While learning how to create functions students have to learn how various results and inputs can be stored using different data types. After the introduction and discussion on Lists, students will go through sets, tuples, Dictionaries, and Strings.
The student should be well prepared to apply these concepts and build algorithms and software using what they learnt in this course.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for storing data in a computer program
Compare and evaluate the different methodologies recommended in scholarly sources about solving problems with 2D lists
Propose appropriate solutions to complex and changing problems of data storage, programming functions, and algorithms
Teachers





Intended learning outcomes
- Acquire knowledge of various methods for structuring data
- Develop a critical understanding of a modern programming language such as Java or Python
- Critically assess the relevance of theories for business applications in the domain of technology
- Critically evaluate diverse scholarly views on computational complexity
- Develop a specialised knowledge of key strategies related to Object-Oriented Programming
- Autonomously gather material and organise it into a coherent presentation or essay
- Apply an in-depth domain-specific knowledge and understanding to computer programming
- Creatively apply various programming methods to develop critical and original solutions to computational problems
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Act autonomously in identifying research problems and solutions related to Object-Oriented programming
- Demonstrate self-direction in research and originality in solutions developed for modern programming languages
- Create synthetic contextualised discussions of key issues related to converting scientific knowledge into programming concepts, and how to instantiate these using Object-Oriented methods
- Efficiently manage interdisciplinary issues that arise in connection to data structured in 1- and 2-dimensional arrays
- Apply a professional and scholarly approach to research problems pertaining to computational complexity
- Solve problems and be prepared to take leadership decisions related to the methods and principles of computer programming
About
Mathematics and computer science are closely related fields. Problems in computer science are often formalized and solved with mathematical methods. It is likely that many important problems currently facing computer scientists will be solved by researchers skilled in algebra, analysis, combinatorics, logic and/or probability theory, as well as computer science.
This course covers discrete mathematics for computer science and engineering. Topics may include asymptotic notation and growth of functions; permutations and combinations; counting principles; discrete probability. Further selected topics may also be covered, such as recursive definition and structural induction; state machines and invariants; recurrences; generating functions.
Students will be able to explain and apply the basic methods of discrete (noncontinuous) mathematics in computer science. They will be able to use these methods in subsequent courses in the design and analysis of algorithms, computability theory, software engineering, and computer systems. The focus of the course is real-world problems and applications often found in business and industry.
Besides, students will learn about different problem-solving strategies and when to use them will give a good start. Problem solving is a process. Most strategies provide steps that help you identify the problem and choose the best solution.
Building a toolbox of problem-solving strategies will improve problem solving skills. With practice, students will be able to recognize and choose among multiple strategies to find the most appropriate one to solve complex problems. The course will focus on developing problem-solving strategies such as abstraction, modularity, recursion, iteration, bisection, and exhaustive enumeration.
The course will also introduce arrays and some of their real-world applications, such as prefix sum, carry forward, subarrays, and 2-dimensional matrices. Examples will include industry-relevant problems and dive deeply into building their solutions with various approaches, recognizing each’s limitations (i.e when to use a data structure and when not to use a data structure).
Key Intended Learning Outcomes:
Assess, analyse, and criticise the various strategies for evaluating algorithmic cost arising in the context of computational problem-solving and handling matters arising in the context of structured data
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle evaluating algorithmic performance and solving problems with structured data
Propose appropriate solutions to complex and changing problems pertaining to problem-solving in software development
Teachers


Intended learning outcomes
- Develop a specialised knowledge of evaluating and describing algorithmic performance using tools from discrete mathematics
- Acquire knowledge of various methods for optimizing algorithm design
- Critically evaluate diverse scholarly views on the appropriateness of various mathematical approaches to software development problems
- Develop a critical understanding of discrete mathematics as a tool in software development
- Critically assess the relevance of theories of recursivity and induction for business applications in the domain of computational problem-solving
- Apply an in-depth domain-specific knowledge and understanding of discrete mathematics to algorithmic designs
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply various programming methods to most efficiently implement state machines in algorithmic design
- Autonomously gather material and organise it into a coherent presentation or essay
- Efficiently manage interdisciplinary issues that arise in connection to permutations and combinations in algorithm design
- Demonstrate self-direction in research and originality in solutions developed for solving problems related to discrete probability
- Apply a professional and scholarly approach to research problems pertaining to the growth of functions
- Act autonomously in identifying research problems and solutions related to the real-world application of discrete mathematics
- Create synthetic contextualised discussions of key issues related to applications of discrete mathematics in computer science
- Solve problems and be prepared to take leadership decisions related to applying discrete mathematics to optimizing algorithms
About
This course is aimed to build a strong foundational knowledge of data structures (DS) used extensively in computing. The module starts with introducing time and space complexity notations and estimation for code snippets. This helps students be able to make trade-offs between various Data Structures while solving real world computational problems. The module introduces most widely used basic data structures like Dynamic arrays, multi-dimensional arrays, Lists, Strings, Hash Tables, Binary Trees, Balanced Binary Trees, Priority Queues and Graphs. The module discusses multiple implementation variations for each of the above data-structures along with trade-offs in space and time for each implementation. In this course, students implement these data-structures from scratch to gain a solid understanding of their inner workings. Students are also introduced to how to use the built-in data-structures available in various programming languages/libraries like Python/NumPy/C++ STL/Java/JavaScript. Students solve real-world problems where they must use an optimal DS to solve a computational problem at hand.
Teachers


Intended learning outcomes
- Develop a critical knowledge of Data Structures and their implementation
- Critically evaluate diverse scholarly views on data structures
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge widely used basic data structures like Dynamic arrays, multi-dimensional arrays, Lists, Strings, Hash Tables, Binary Trees, Balanced Binary Trees, Priority Queues and Graphs
- Develop a specialised knowledge of key strategies related to Data Structures and their usage in computer science
- Autonomously gather material and organise it into coherent data structures
- Apply an in-depth domain-specific knowledge and understanding of Data Structures
- Apply data structures in a creative way to develop original, critical solutions to real world problems.
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Data Structures and their implementation
- Efficiently manage interdisciplinary issues that arise in connection to Data Structures and their implementation
- Apply a professional and scholarly approach to research problems pertaining to Data Structures and their implementation
- Act autonomously in identifying research problems and solutions related to Data Structures and their implementation
- Create synthetic contextualised discussions of key issues related to Data Structures and the different approached to their implementation
- Demonstrate self-direction in research and originality in solutions developed for Data Structures and their implementation
About
This course is a hands-on course covering JavaScript from basics to advanced concepts in detail using multiple examples. We start with basic programming concepts like variables, control statements, loops, classes and objects. Students also learn basic data-structures like Strings, Arrays and dates. Students also learn to debug our code and handle errors gracefully in code. We learn popular style guides and good coding practices to build readable and reusable code which is also highly performant. We then learn how web browsers execute JavaScript code using V8 engine as an example. We also cover concepts like JIT-compiling which helps JS code to run faster. This is followed by slightly advanced concepts like DOM, Async-functions, Web APIs and Fetch which are very popularly used in modern front end development. We learn how to optimize JavaScript code to run on both mobile apps and mobile browsers along with Desktop browsers and as desktop apps via ElectronJS. Most of this course would be covered via real world examples and by learning from JS code of popular open-source websites and libraries.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for handling matters arising in the context of JavaScript
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle JavaScript
Propose appropriate solutions to complex and changing problems pertaining to JavaScript
Teachers




Intended learning outcomes
- Critically evaluate diverse scholarly views on JavaScript
- Develop a specialised knowledge of key strategies related to JavaScript
- Develop a critical knowledge of JavaScript
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of popular style guides and good coding practices to build readable and reusable code which is also highly performant
- Autonomously gather material and organise into a coherent problem sets or presentations
- Creatively apply JavaScript concepts to develop critical and original solutions for computational problems.
- Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle JavaScript
- Assess, analyse, and criticise the various strategies for handling matters arising in the context of JavaScript
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Propose appropriate solutions to complex and changing problems pertaining to JavaScript
- Apply an in-depth domain-specific knowledge and understanding to JavaScript tools.
- Create synthetic contextualised discussions of key issues related to JavaScript
- Solve problems and be prepared to take leadership decisions related to the methods and principles of JavaScript
- Apply a professional and scholarly approach to research problems pertaining to JavaScript
- Act autonomously in identifying research problems and solutions related to JavaScript
- Efficiently manage interdisciplinary issues that arise in connection to JavaScript
- Demonstrate self-direction in research and originality in solutions developed for JavaScript
About
This advanced JavaScript course builds on the foundational concepts covered in the JavaScript course, with a focus on more advanced concepts and best practices for building modern, performant web applications. Through hands-on practice and real-world examples, students will learn how to optimize JavaScript code for mobile and desktop devices, work with the DOM and Web APIs, and interact with backend APIs.
The course will begin with an overview of event propagation and optimization techniques, including event bubbling, delegation, and throttling. Students will also learn about lazy loading images, using libraries via CDN, and other performance optimization techniques. Next, the course will cover project infrastructure and web storage, including working with Node.js, npm package management, code modularity, and syntax for ECMAScript modules. Students will learn about Webpack, Babel, and other tools for transpiling and bundling code, as well as code formatting and checking best practices.
The course will also cover asynchrony and date handling in JavaScript, with a focus on the Promise API, async/await syntax, and event loop. Students will learn how to interact with backend APIs, including working with REST APIs, HTTP methods, headers, and response status codes. They will also learn about pagination techniques, including "load more" buttons and infinite scrolling. Finally, the course will cover CRUD operations with asynchronous functions, including working with private APIs and error handling best practices.
Key Intended Learning Outcomes:
Analyze and optimize JavaScript code for mobile and desktop devices, using best practices for performance optimization
Create modular, reusable code using ECMAScript modules and other tools for transpiling and bundling code
Interact with backend APIs using REST APIs, HTTP methods, and pagination techniques
Develop asynchronous functions and handle errors effectively for CRUD operations
Teachers



Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology.
- Develop a specialised knowledge of key strategies related to JavaScript.
- Acquire knowledge of popular style guides and good coding practices to build readable and reusable code which is also highly performant.
- Critically evaluate diverse scholarly views on JavaScript.
- Develop a critical knowledge of JavaScript.
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply JavaScript concepts to develop critical and original solutions for computational problems.
- Autonomously gather material and organise into a coherent problem sets or presentations.
- Apply an in-depth domain-specific knowledge and understanding to JavaScript tools.
- Solve problems and be prepared to take leadership decisions related to the methods and principles of JavaScript.
- Create synthetic contextualised discussions of key issues related to JavaScript.
- Demonstrate self-direction in research and originality in solutions developed for JavaScript.
- Act autonomously in identifying research problems and solutions related to JavaScript.
- Apply a professional and scholarly approach to research problems pertaining to JavaScript.
- Efficiently manage interdisciplinary issues that arise in connection to JavaScript
About
User Experience and User Interface (UX/UI) design is about understanding user needs and preferences, and creating digital products that meet those needs. Throughout this course, students will learn the fundamental skills and tools necessary to develop an effective user interface and experience.
Students will learn about the design thinking process, user personas and flows, customer journey mapping, and data visualization. They will also learn about the importance of collaboration between designers and developers, as well as how to test and iterate design.
The course covers essential topics such as Figma Pro, design system creation, mobile-first design, smart animation, and microcopy. Students will learn the process of designing from ideation to prototype creation, testing, and improvement, and understand how to work through iterations. The course includes an understanding of UX testing and its types, and working with analytics.
By the end of the course, students will have a clear understanding of how to create digital products that are aesthetically appealing and convenient for the user.
Teachers
Intended learning outcomes
About
This course builds upon the introductory JavaScript course to acquaint students of popular and modern frameworks to build the front end. We focus on one of the most popular and advanced frameworks/libraries in use – React.js. Students learn various components and data flow to learn to architect real world front end using React.js. This would be achieved via multiple code examples and code-walkthroughs from scratch. We would also dive into React Native which is a cross platform Framework to build native mobile and smart-TV apps using JavaScript. This helps students to build applications for various platforms using only JavaScript.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for handling matters arising in the context of front end development
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle front end development applications
Propose appropriate solutions to complex and changing problems pertaining to front end development
Teachers




Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to front end development
- Develop a critical knowledge of front end development
- Critically evaluate diverse scholarly views on front end development
- Acquire knowledge of popular frameworks/libraries in use: React.js, jQuery and AngularJS
- Creatively apply front end development applications to develop critical and original solutions for computational problems
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into coherent problem sets or presentations
- Apply an in-depth domain-specific knowledge and understanding to front end development solutions
- Solve problems and be prepared to take leadership decisions related to the methods and principles of front end development
- Apply a professional and scholarly approach to research problems pertaining to front end development
- Act autonomously in identifying research problems and solutions related to front end development
- Demonstrate self-direction in research and originality in solutions developed for front end development
- Create synthetic contextualised discussions of key issues related to front end development
- Efficiently manage interdisciplinary issues that arise in connection to front end development
About
Mobile app design is a rapidly developing field that requires a deep understanding of user needs, technology, and UX design principles. This course aims to provide students with an in-depth understanding of various aspects involved in designing and developing cross-platform mobile applications using React Native. The course covers a wide range of topics, including React Native architecture, UI components, navigation, data management, user engagement, animation, and app store optimization.
Students will learn about the unique features of mobile app design, types of apps and technologies used in this field. The course emphasizes the importance of cross-platform compatibility, ensuring that the mobile apps created can run seamlessly on both iOS and Android platforms. The course will also cover familiarity with key design patterns for mobile apps, user engagement, animation, and preparing the app for publication.
Throughout the course, students will have the opportunity to work on real-world projects and assignments, allowing them to apply their learning to practical situations. They will learn how to analyze and evaluate different types of mobile apps and technologies used in mobile app design, as well as how to apply design principles and design patterns to create mobile app interfaces that are user-friendly and engaging.
In addition, the course covers important topics such as app store submission process and optimizing app performance, enabling students to prepare their mobile apps for publication.
Teachers
Intended learning outcomes
About
This course is designed to provide a comprehensive understanding of Quality Assurance (QA) in software development. The course will cover the fundamental principles of testing and the different types of testing that are conducted at various levels of the software development life cycle. Students will also learn about the different testing techniques used in QA, such as black box, white box, and experience-based testing.
The course will also introduce students to various testing tools and methodologies that are commonly used in industry, including test management tools, SQL databases, Postman, and mobile testing. Students will learn about web technologies and the client-server architecture, as well as front-end and back-end development. The course will cover the basics of HTML/CSS, modern application architecture, and working with command-line tools like CI/CD and Git.
Throughout the course, students will develop a solid understanding of QA and its role in software development. They will learn how to develop test documentation and will gain practical experience in implementing various testing strategies. They will also learn how to analyze and critique different QA methodologies and propose appropriate solutions to complex and changing problems in the context of data structures. Students will be able to apply their understanding of web technologies and modern application architecture to design and test web applications, and will be well-equipped to pursue careers in software development or QA.
Teachers




Intended learning outcomes
- Acquire in-depth knowledge of software quality assurance principles, best practices, and industry standards
- Acquire knowledge of test management tools, test automation frameworks, bug tracking systems, and performance testing tools
- Assess how to measure and evaluate software quality using relevant metrics, such as defect density, test coverage, and code complexity
- Develop knowledge of test design and execution techniques, including test case design, test script development, and test execution planning.
- Develop a comprehensive knowledge and understanding of software testing concepts, techniques, and methodologies, including for example functional testing, performance testing, security testing, and usability testing
- Learn how to interpret and present quality data effectively through reports, dashboards, and visualizations
- Demonstrate the ability to adapt QA processes to iterative development cycles, collaborate with cross-functional teams, participate in sprint planning, and ensure quality throughout continuous integration and continuous delivery (CI/CD) pipelines
- Apply various testing techniques, such as black-box testing, white-box testing, and regression testing, to verify software functionality, performance, and security.
- Apply knowledge of troubleshooting and debugging techniques to identify the root causes of software defects.
- Analyze and interpret test results and reports to identify software defects, inconsistencies, and areas for improvement
- Apply understanding of web technologies and modern application architecture to design and test web applications
- Develop the ability to select and configure appropriate test automation frameworks and tools, design and implement automated test scripts, and execute automated test suites to increase testing efficiency and coverage.
- Comprehend the role of QA in iterative development cycles, continuous integration, and continuous delivery
- Gain proficiency in applying industry best practices and standards to ensure the quality, reliability, and effectiveness of software applications
- Develop and implement effective test documentation for software development project
- Acquire proficiency in collaborating with cross-functional teams, participating in sprint planning, and ensuring quality throughout rapid release cycles
- Utilize various testing tools and technologies to design, implement, and manage QA processes
- Develop skills in selecting, implementing, and maintaining appropriate test automation frameworks and tools
- Acquire proficiency in using defect tracking tools, categorizing defects, and collaborating with development teams for timely resolution.
About
This is a foundational course on building server-side (or backend) applications using popular JavaScript runtime environments like Node.js. Students will learn event driven programming for building scalable backend for web applications. The module teaches various aspects of Node.js like setup, package manager, client-server programming and connecting to various databases and REST APIs. Most of these concepts would be covered in a hands-on manner with real world examples and applications built from scratch using Node.js on Linux servers. This course also provides an introduction to Linux server administration and scripting with special focus on web-development and networking. Students learn to use Linux monitoring tools (like Monit) to track the health of the servers. The module also provides an introduction to Express.js which is a popular light-weight framework for Node.js applications. Given the practical nature of this course, this would involve building actual website backends via assignments/projects for ecommerce, online learning and/or photo-sharing.
Teachers


Intended learning outcomes
- Develop a critical knowledge of Back End Development
- Critically assess the relevance of theories for business applications in the domain of technology
- Critically evaluate diverse scholarly views on Back End Development
- Acquire knowledge of key aspects of Node.js like setup, package manager, client-server programming and connecting to various databases and REST
- Develop a specialised knowledge of key strategies related to Back End Development
- Autonomously gather material and organise it into coherent problem sets or presentations
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply Back End Development tools to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to Back End Development applications
- Act autonomously in identifying research problems and solutions related to Back End Development
- Demonstrate self-direction in research and originality in solutions developed for Back End Development
- Create synthetic contextualised discussions of key issues related to Back End Development
- Apply a professional and scholarly approach to research problems pertaining to Back End Development
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Back End Development
- Efficiently manage interdisciplinary issues that arise in connection to Back End Development
About
Every organization is building products to solve the pain points of its customers. Product managers are a critical part of an organization, who make sure that evolving customer needs, and market trends are observed and converted into delightful solutions which help businesses get its outcomes.
In this course, students will get a fundamental understanding of product management practices.
This will give them a comprehensive view of the complete product management life cycle.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for improving a product after launch
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to measuring user engagement
Propose appropriate solutions to complex and changing problems of product success or failure in real-world engineering and science contexts
Teachers



Intended learning outcomes
- Critically assess the relevance of theories of user behaviour for product development
- Develop a critical understanding of product design and development
- Develop a specialised knowledge of frameworks for measuring user engagement, such as diagnostics, key performance indicators (KPI), and other metrics
- Critically evaluate diverse scholarly views on assessing user behaviours
- Acquire knowledge of various methods for testing hypotheses about the viability of a product and about how users engage with it
- Apply an in-depth domain-specific knowledge and understanding of product roadmaps and lifecycles in business
- Creatively apply various visual and written methods for proposing a technical solution to a real-world problem to other technical and managerial-level audiences, and for documenting that solution
- Autonomously gather material and organise it into a coherent presentation or essay
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Act autonomously in identifying research problems and solutions related to product analytics.
- Apply a professional and scholarly approach to research problems pertaining to measuring user engagement.
- Create synthetic contextualised discussions of key issues related to product sense, and how to tell whether a product is worth bringing to market.
- Demonstrate self-direction in research and originality in testing and validating hypotheses about a product and its users.
- Efficiently manage interdisciplinary issues that arise in connection to designing a product and bringing it to market.
- Solve problems and be prepared to take leadership decisions related to developing data-informed business cases about bringing products to market and iterating upon them.
About
This is a course that focuses both on architectural design and practical hands-on learning of the most used cloud services. The module extensively uses Amazon Web services (AWS) to show real world code examples of various cloud services. It also covers the core concepts and architectures in a platform agnostic manner so that students can easily translate these learnings to other cloud platforms (like Azure, GCP etc.). The module starts with virtualization and how virtualized compute instances are created and configured. Students also learn how to auto-scale applications using load balancers and build fault tolerant applications across a geographically distributed cloud. As relational databases are widely used in most enterprises, students learn how to migrate and scale (both vertically and horizontally) these databases on the cloud while ensuring enterprise grade security. Virtual private clouds enable us to create a logically isolated virtual network of compute resources. Students learn to set up a VPC using virtualized-compute-servers on AWS. The course also covers the basics of networking while setting up a VPC. Students learn of the architecture and practical aspects of distributed object storage and how it enables low latency and high availability data storage on the cloud.
Teachers

Intended learning outcomes
- Critically evaluate diverse scholarly views on cloud computing
- Develop a critical knowledge of cloud computing
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of virtualization and how virtualized compute instances are created and configured
- Develop a specialised knowledge of key strategies related to cloud computing
- Autonomously gather material and organise it into coherent problems sets or presentations
- Creatively apply cloud computing applications to develop critical and original solutions for computational problems
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Apply an in-depth domain-specific knowledge and understanding to cloud computing services
- Solve problems and be prepared to take leadership decisions related to the methods and principles of cloud computing
- Act autonomously in identifying research problems and solutions related to cloud computing
- Create synthetic contextualised discussions of key issues related to cloud computing
- Efficiently manage interdisciplinary issues that arise in connection to cloud computing
- Apply a professional and scholarly approach to research problems pertaining to cloud computing
- Demonstrate self-direction in research and originality in solutions developed for cloud computing
About
This course provides students with hands-on experience on deploying high velocity applications and services reliably on complex and distributed infrastructure. DevOps as a philosophy is a key driver of the modern software life cycle which prefers rapid and reliable delivery of functionality and features via code. We start with a solid introduction to Linux scripting and networking. Then, we learn popular methodologies to deploy complex and distributed software like microservices, containerization (Docker) and orchestration (Kubernetes). All of this would be introduced with real world examples from the industry. We also focus on Continuous Integration and Continuous Delivery (CI/CD) methodology and how it can be achieved using popular toolchains like Jenkins. We dive into how automated testing of software can be achieved using libraries like Selenium. This shall be followed by more advanced techniques like serverless-compute, Platform as a service model and Cloud-DevOps. Students would learn to monitor and log key data points to ensure they maintain a healthy system and adapt it as needed. Infrastructure-as-code is a key component of modern DevOps especially on cloud and containerized applications which would also be covered with real-world examples.
Teachers
Intended learning outcomes
- Develop a critical knowledge of DevOps
- Critically evaluate diverse scholarly views on DevOps
- Develop a specialised knowledge of key strategies related to DevOps
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of popular methodologies to deploy complex and distributed software like microservices, containerization (Docker) and orchestration (Kubernetes)
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into coherent problem sets or presentations
- Apply an in-depth domain-specific knowledge and understanding to DevOps solutions.
- Creatively apply DevOps tools to develop critical and original solutions for computational problems.
- Apply a professional and scholarly approach to research problems pertaining to DevOps
- Solve problems and be prepared to take leadership decisions related to the methods and principles of DevOps
- Create synthetic contextualised discussions of key issues related to DevOps
- Demonstrate self-direction in research and originality in solutions developed for DevOps
- Efficiently manage interdisciplinary issues that arise in connection to DevOps
- Act autonomously in identifying research problems and solutions related to DevOps
About
This course is aimed at equipping students with skills to architect the high level design (a.k.a. system design) of software and data systems. We start with some of the good to have properties of large complex software systems like scalability, reliability, availability, consistency etc. The module teaches various patterns and design choices we have to satisfy each of these good to have properties. We then go on to understand key components of system design like load-balancers, microservices, reverse-proxies, content-delivery networks etc. Students learn how each of them work internally along with real world implementations of each. We study various NoSQL data stores, their internal architectures and where to use which one with real-world examples. Students also learn popular data encoding schemes like XML and JSON. We learn how to build data pipelines using batch and stream processing systems. We also work on multiple real world cases on architecting on the cloud using popular open-source libraries and tools. Students will study design documents and high-level-design of popular internet applications and services like video-conferencing, recommender-systems, peer-to-peer chat, voice-assistants etc.
Teachers
Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology
- Critically evaluate diverse scholarly views on System Design
- Acquire knowledge of popular data encoding schemes like XML and JSON
- Develop a critical knowledge of System Design
- Develop a specialised knowledge of key strategies related to System Design
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Apply an in-depth domain-specific knowledge and understanding to System Design solutions
- Creatively apply system design components to develop critical and original solutions for computational problems
- Autonomously gather material and organise it into coherent problem sets or presentations
- Create synthetic contextualised discussions of key issues related to System Design
- Act autonomously in identifying research problems and solutions related to System Design
- Solve problems and be prepared to take leadership decisions related to the methods and principles of System Design
- Demonstrate self-direction in research and originality in solutions developed for System Design
- Apply a professional and scholarly approach to research problems pertaining to System Design
- Efficiently manage interdisciplinary issues that arise in connection to System Design
About
This course is designed to equip IT professionals with the soft skills and career strategies required for success in the technology industry. The course is project-based and covers a range of topics such as communication skills, teamwork, time management, leadership, networking, and career development.
The course covers the entire lifecycle of a technology project, from requirement gathering to delivery and maintenance. Students will learn how to communicate effectively with stakeholders, manage their time efficiently, lead a team, and collaborate effectively in a team environment.
The course also covers aspects of career development, such as networking and building professional relationships, creating a personal brand, and developing a career plan. Students will learn how to identify their strengths and weaknesses, and how to leverage their skills and experience to advance their careers in the technology industry.
Key Intended Learning Outcomes:
Develop and demonstrate effective communication skills.
Collaborate effectively in a team environment.
Develop and demonstrate leadership skills.
Build and maintain professional relationships.
Develop and execute a career plan.
Teachers





Intended learning outcomes
About
This is a hands-on course on designing responsive, modern and light-weight UI for web, mobile and desktop applications using HTML5, CSS and Frameworks like Bootstrap 4. This course starts with an introduction on how web browsers, mobile apps and web servers work. We then dive into each of the nitty gritty details of HTML5 to build webpages. We would start with simple web pages and then graduate to more complex layouts and features in HTML like forms, iFrames, multimedia-playback and using web-APIs. We then go on to learn stylesheets based on CSS 4 and how browsers interpret CSS files to render web pages. Once again, we use multiple real world example web pages to learn the internals of CSS4. We learn popular good practices on writing responsive HTML and CSS code which is also interoperable on mobile browsers, apps and desktop apps. We would introduce students to building desktop apps using HTML and CSS using toolkits like Electron. We would also study popular frameworks for front end development like Bootstrap 4 which can speed up UI development significantly.
Teachers



Intended learning outcomes
- Critically evaluate diverse scholarly views on Front end UI/UX development
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of HTML5, CSS and Frameworks like Bootstrap 4
- Develop a critical knowledge of Front end UI/UX development
- Develop a specialised knowledge of key strategies related to Front end UI/UX development
- Autonomously gather material and organise into a coherent problem sets or presentation
- Creatively apply Front end UI/UX development applications to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to technology
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Front end UI/UX development
- Act autonomously in identifying research problems and solutions related to Front end UI/UX development
- Create synthetic contextualised discussions of key issues related to Front end UI/UX development
- Apply a professional and scholarly approach to research problems pertaining to Front end UI/UX development
- Efficiently manage interdisciplinary issues that arise in connection to Front end UI/UX development
- Demonstrate self-direction in research and originality in solutions developed for Front end UI/UX development
About
This web design course is designed to provide students with the skills and knowledge necessary to create attractive, functional, and effective websites, including landing pages and company websites. The course covers a range of topics, including the fundamentals of web design such as finding references, researching competitors, basic research, wireframing, prototyping, grids, composition, typography, color, raster and vector graphics, user interface patterns, and adaptation. Students will learn the basic laws of UX and the main user behavior patterns on the website. Students will be introduced to tools such as Figma, FigJam, Protopie, which will be used to create wireframes, layouts, and prototypes. The course will also include preparation of a case for publication on Behance, which will provide an opportunity to demonstrate skills to employers.
Teachers
Intended learning outcomes
- Demonstrate a comprehensive understanding of the fundamental principles and theories of web design.
- Assess the principles of organising and structuring information for effective website navigation and user experience.
- Critically evaluate how to protect user data, implement secure communication protocols, and address potential vulnerabilities
- Comprehend web standards, cross-browser compatibility, and validation techniques.
- Acquire knowledge about the concepts and techniques of responsive web design
- Develop in-depth knowledge of industry-standard web design tools, software, and technologies, such as HTML5, CSS3, JavaScript, responsive frameworks, and tools such as Adobe Creative Suite or Figma.
- Demonstrate solid understanding of user-centric design principles and methodologies, including the importance of user research, personas, wire framing, and prototyping to create user-friendly websites.
- Analyze and evaluate different web design principles, including wireframing, prototyping, composition, typography, color, and graphics, to create functional and visually attractive websites.
- Collaborate effectively with team members, stakeholders, and clients involved in web design projects.
- Apply user-centered design principles and methodologies such as user research, developing personas, and prototyping to create intuitive and user-friendly web interfaces.
- Develop skills in incorporating accessibility guidelines such as the Web Content Accessibility Gudielines (WCAG) into website design.
- Develop skills in effective communication, project management, and teamwork to deliver high-quality web design solutions.
- Develop problem-solving skills to identify and address design and technical challenges that may arise during web development.
- Implement responsive web design techniques to create websites that adapt and provide optimal user experience across different devices and screen sizes.
- Demonstrate an ability to stay updated with emerging trends, technologies, and best practices in web design by developing skills in continuous learning, self-directed study, and adaptation.
- Adhere to ethical and professional standards in web design, including respecting intellectual property rights, and maintaining user privacy and data security.
- Demonstrate proficiency in using industry-standard web design tools, software, and technologies.
- Develop skills in optimising website assets, reducing load times, implementing caching and compression, and improving overall website performance.
- Critically analyze and apply web design principles such as layout, typography, color theory, visual hierarchy, and composition in designing effective and aesthetically pleasing websites.
- Effectively leverage industry-standard tools, software, and technology to create visually engaging, interactive web interfaces.
- Apply accessibility techniques to ensure equal access to information and functionality.
- Optimise website assets, reduce load times, and improve overall website performance.
- Critically evaluate and, when relevant, incorporate current trends and emerging technologies in web design.
- Create websites that provide optimal user experiences across a range of devices.
About
Advanced Python Programming builds on introductory programming courses to illustrate object-oriented programming concepts, database design in Python, and the basics of Machine Learning with Python libraries. Students will learn how to solve problems in Python, develop design patterns in Python code, develop internet applications with Python, and collaborate with other students to implement projects. The course introduces advanced feaures such as decorators and generators, as well as a thorough exploration of the Python development environment.
This course is designed to prepare students for an entry-level developer position.
Teachers
Intended learning outcomes
- Acquire knowledge of various methods for using Python libraries for machine learning
- Develop a specialized knowledge of mathematically-oriented Python libraries such as NumPy, SciPy, and Pandas beyond an introductory level
- Critically evaluate diverse scholarly views on developing design patterns in Python
- Critically assess the relevance of theories of statistical analysis in the realm of software engineering
- Develop a critical understanding of programming in Python for object-oriented design
- Creatively apply various visual and written methods for developing meaningful visualisations of mathematical data sets
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into a coherent presentation or essay
- Apply an in-depth domain-specific knowledge and understanding of the importance of data analysis in business
- Create synthetic contextualised discussions of key issues related to problem-solving in Python
- Solve problems and be prepared to take leadership decisions related to the implementation of web applications in Python
- Efficiently manage interdisciplinary issues that arise in connection to translating mathematical ideas and solutions into code
- Apply a professional and scholarly approach to research problems pertaining to object-oriented programming in Python
- Demonstrate self-direction in research and originality in solutions developed for real-world problems using Python libraries and algorithms
- Act autonomously in identifying research problems and solutions related to the developing in Python
About
This is a core and foundational course which aims to equip the student with the ability to model, design, implement and query relational database systems for real-world data storage & processing needs. Students would start with diagrammatic tools (ER-diagram) to map a real world data storage problem into entities, relationships and keys. Then, they learn to translate the ER-diagram into a relational model with tables. SQL is then introduced as a de facto tool to create, modify, append, delete, query and manipulate data in a relational database. Due to SQL’s popularity, the course spends considerable time building the ability to write optimized and complex queries for various data manipulation tasks. The module exposes students to various real world SQL examples to build solid practical knowledge. Students then move on to understanding various trade-offs in modern relational databases like the ones between storage space and latency. Designing a database would need a solid understanding of normal forms to minimize data duplication, indexing for speedup and flattening tables to avoid complex joins in low-latency environments. These real-world database design strategies are discussed with practical examples from various domains. Most of this course uses the opensource MySQL database and cloud-hosted relational databases (like Amazon RDS) to help students apply the concepts learned on real databases via assignments.
Teachers


Intended learning outcomes
- Critically evaluate diverse scholarly views on relational databases
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to Relational Databases
- Develop a critical knowledge of relational databases
- Acquire knowledge of SQL as tool to create, modify, append, delete, query and manipulate data in a relational database
- Autonomously gather material and organise it into a coherent presentation or essay
- Creatively apply Relational Databases methods to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to Relational Databases
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Demonstrate self-direction in research and originality in solutions developed for Relational Databases
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Relational Databases
- Act autonomously in identifying research problems and solutions related to Relational Databases
- Create synthetic contextualised discussions of key issues related to Relational Databases
- Apply a professional and scholarly approach to research problems pertaining to Relational Databases
- Efficiently manage interdisciplinary issues that arise in connection to implementation and query of relational databases
About
This is a foundational and mandatory course which aims to build student's ability to apply various algorithmic design methods to provide an optimal solution to computational problems. This course starts with time and space complexity analysis of divide and conquer algorithms using recursion-tree based methods and Master’s theorem. Students would also learn about amortized time and space complexity analysis for randomized/probabilistic algorithms. Various algorithmic design strategies would be introduced via real world examples and problems. Students would learn when, where and how to optimally use Divide and Conquer, Dynamic programming (top-down and button-up), Greedy, Backtracking and Randomization strategies with examples. The module uses various practical examples from Array manipulations, Sorting, Searching, String manipulations, Tree & Graphs traversals, Graph path-finding, Spanning Trees etc., to introduce the above algorithmic strategies in action. Students would implement many of the above algorithmic design methods from scratch as part of the assignments. The module also introduces how some of these popular algorithms are readily available via popular libraries in various programming languages.
Teachers


Intended learning outcomes
- Develop a critical knowledge of design and analysis of algorithms
- Critically evaluate diverse scholarly views on design and analysis of algorithms
- Develop a specialised knowledge of key strategies related to design and analysis of algorithms
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of various algorithmic design methods
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply various algorithmic design methods to develop critical and original solutions to computational problems
- Apply an in-depth domain-specific knowledge and understanding to design and analysis of algorithms
- Autonomously gather material and organise it into a coherent presentation or essay
- Solve problems and be prepared to take leadership decisions related to the methods and principles of design and analysis of algorithms
- Efficiently manage interdisciplinary issues that arise in connection to design and analysis of algorithms
- Demonstrate self-direction in research and originality in solutions developed for design and analysis of algorithms
- Create synthetic contextualised discussions of key issues related to design and analysis of algorithms to provide solutions to computational problems
- Apply a professional and scholarly approach to research problems pertaining to design and analysis of algorithms
- Act autonomously in identifying research problems and solutions related to design and analysis of algorithms
About
This course provides a comprehensive overview of Computer vision problems and how they can be tackled using various Convolutional Neural networks (CNNs). Students start with classical image processing operations like edge detection, convolution, shape detectors and colour space conversions. This is followed by a foundational understanding of Deep-Convolutional Neural networks and how their training and evaluation works. We introduce various CNN specific layers like pooling-layers and upsampling layers. We also introduce various Data Augmentation techniques that are very helpful for image-related problems. This is followed by a dive deep into the internals of popular CNN architectures like: AlexNet, VGGNet, ResNet etc. Students also learn how to use these methods practically for transfer learning. Students will study how various computer-vision related tasks like image segmentation, image-generation, object detection and localization, contrastive learning etc., can be performed using state of the art algorithms for each of these tasks. Most of these techniques would be studied directly from the original research papers and open-source code provided by the authors. Students would also implement some of these algorithms from scratch in this course.
Teachers
Intended learning outcomes
- Acquire knowledge of popular CNN architectures like: AlexNet, VGGNet, ResNet
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to Deep Learning for Computer Vision
- Develop a critical knowledge of Deep Learning for Computer Vision
- Critically evaluate diverse scholarly views on Deep Learning for Computer Vision
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Apply an in-depth domain-specific knowledge and understanding to Deep Learning for Computer Vision techniques
- Creatively apply computer vision techniques to develop critical and original solutions for computational problems
- Autonomously gather material and organise it into coherent problem sets or presentation
- Apply a professional and scholarly approach to research problems pertaining to Deep Learning for Computer Vision
- Create synthetic contextualised discussions of key issues related to Deep Learning for Computer Vision
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Deep Learning for Computer Vision
- Act autonomously in identifying research problems and solutions related to Deep Learning for Computer Vision
- Efficiently manage interdisciplinary issues that arise in connection to Deep Learning for Computer Vision
- Demonstrate self-direction in research and originality in solutions developed for Deep Learning for Computer Vision
About
This is a project-based course, with the aim of building the required skills for creating web-based software systems. The course covers the entire lifecycle of building software projects, from requirement gathering and scope definition from a product document, to designing the architecture of the system, and all the way to delivery and maintenance of the software system.
The course covers both frontend, which is, building browser-based interfaces for users, using frontend web frameworks, and also building the backend, which is the server running an API to serve the information to the frontend, and running on an SQL or similar database management system for storage.
All aspects of delivering a software project, including security, user authentication and authorisation, monitoring and analytics, and maintaining the project are covered. The course also covers the aspects of project maintenance, like using a version control system, setting up continuous integration and deployment pipelines and bug trackers.
Teachers
Intended learning outcomes
- Critically evaluate diverse scholarly views on database management
- Acquire knowledge of various methods for version control
- Develop a specialised knowledge of key strategies for designing well-architected information management systems
- Develop a critical understanding of modern computational applications
- Critically assess the relevance of theories of web security for cloud deployment
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply various visual and written methods for proposing a technical solution to a real-world problem to other technical and managerial-level audiences, and for documenting that solution
- Autonomously gather material and organise it into a coherent presentation or essay
- Apply an in-depth domain-specific knowledge and understanding of system design and implementation in business
- Act autonomously in identifying research problems and solutions related to modern computational tools and methods.
- Demonstrate self-direction in research and originality in solutions developed for robust and reliable cloud deployments.
- Create synthetic contextualised discussions of key issues related to real-world software design, implementation, and deployment situations.
- Efficiently manage interdisciplinary issues that arise in connection to deploying a modern, web-based system.
- Apply a professional and scholarly approach to research problems pertaining to real-world computational complexities.
- Solve problems and be prepared to take leadership decisions related to developing and deploying cloud-oriented software solutions.
About
This course is a hands-on course covering JavaScript from basics to advanced concepts in detail using multiple examples. We start with basic programming concepts like variables, control statements, loops, classes and objects. Students also learn basic data-structures like Strings, Arrays and dates. Students also learn to debug our code and handle errors gracefully in code. We learn popular style guides and good coding practices to build readable and reusable code which is also highly performant. We then learn how web browsers execute JavaScript code using V8 engine as an example. We also cover concepts like JIT-compiling which helps JS code to run faster. This is followed by slightly advanced concepts like DOM, Async-functions, Web APIs and Fetch which are very popularly used in modern front end development. We learn how to optimize JavaScript code to run on both mobile apps and mobile browsers along with Desktop browsers and as desktop apps via ElectronJS. Most of this course would be covered via real world examples and by learning from JS code of popular open-source websites and libraries.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for handling matters arising in the context of JavaScript
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle JavaScript
Propose appropriate solutions to complex and changing problems pertaining to JavaScript
Teachers




Intended learning outcomes
- Critically evaluate diverse scholarly views on JavaScript
- Develop a specialised knowledge of key strategies related to JavaScript
- Develop a critical knowledge of JavaScript
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of popular style guides and good coding practices to build readable and reusable code which is also highly performant
- Autonomously gather material and organise into a coherent problem sets or presentations
- Creatively apply JavaScript concepts to develop critical and original solutions for computational problems.
- Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle JavaScript
- Assess, analyse, and criticise the various strategies for handling matters arising in the context of JavaScript
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Propose appropriate solutions to complex and changing problems pertaining to JavaScript
- Apply an in-depth domain-specific knowledge and understanding to JavaScript tools.
- Create synthetic contextualised discussions of key issues related to JavaScript
- Solve problems and be prepared to take leadership decisions related to the methods and principles of JavaScript
- Apply a professional and scholarly approach to research problems pertaining to JavaScript
- Act autonomously in identifying research problems and solutions related to JavaScript
- Efficiently manage interdisciplinary issues that arise in connection to JavaScript
- Demonstrate self-direction in research and originality in solutions developed for JavaScript
About
This advanced JavaScript course builds on the foundational concepts covered in the JavaScript course, with a focus on more advanced concepts and best practices for building modern, performant web applications. Through hands-on practice and real-world examples, students will learn how to optimize JavaScript code for mobile and desktop devices, work with the DOM and Web APIs, and interact with backend APIs.
The course will begin with an overview of event propagation and optimization techniques, including event bubbling, delegation, and throttling. Students will also learn about lazy loading images, using libraries via CDN, and other performance optimization techniques. Next, the course will cover project infrastructure and web storage, including working with Node.js, npm package management, code modularity, and syntax for ECMAScript modules. Students will learn about Webpack, Babel, and other tools for transpiling and bundling code, as well as code formatting and checking best practices.
The course will also cover asynchrony and date handling in JavaScript, with a focus on the Promise API, async/await syntax, and event loop. Students will learn how to interact with backend APIs, including working with REST APIs, HTTP methods, headers, and response status codes. They will also learn about pagination techniques, including "load more" buttons and infinite scrolling. Finally, the course will cover CRUD operations with asynchronous functions, including working with private APIs and error handling best practices.
Key Intended Learning Outcomes:
Analyze and optimize JavaScript code for mobile and desktop devices, using best practices for performance optimization
Create modular, reusable code using ECMAScript modules and other tools for transpiling and bundling code
Interact with backend APIs using REST APIs, HTTP methods, and pagination techniques
Develop asynchronous functions and handle errors effectively for CRUD operations
Teachers



Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology.
- Develop a specialised knowledge of key strategies related to JavaScript.
- Acquire knowledge of popular style guides and good coding practices to build readable and reusable code which is also highly performant.
- Critically evaluate diverse scholarly views on JavaScript.
- Develop a critical knowledge of JavaScript.
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply JavaScript concepts to develop critical and original solutions for computational problems.
- Autonomously gather material and organise into a coherent problem sets or presentations.
- Apply an in-depth domain-specific knowledge and understanding to JavaScript tools.
- Solve problems and be prepared to take leadership decisions related to the methods and principles of JavaScript.
- Create synthetic contextualised discussions of key issues related to JavaScript.
- Demonstrate self-direction in research and originality in solutions developed for JavaScript.
- Act autonomously in identifying research problems and solutions related to JavaScript.
- Apply a professional and scholarly approach to research problems pertaining to JavaScript.
- Efficiently manage interdisciplinary issues that arise in connection to JavaScript
About
User Experience and User Interface (UX/UI) design is about understanding user needs and preferences, and creating digital products that meet those needs. Throughout this course, students will learn the fundamental skills and tools necessary to develop an effective user interface and experience.
Students will learn about the design thinking process, user personas and flows, customer journey mapping, and data visualization. They will also learn about the importance of collaboration between designers and developers, as well as how to test and iterate design.
The course covers essential topics such as Figma Pro, design system creation, mobile-first design, smart animation, and microcopy. Students will learn the process of designing from ideation to prototype creation, testing, and improvement, and understand how to work through iterations. The course includes an understanding of UX testing and its types, and working with analytics.
By the end of the course, students will have a clear understanding of how to create digital products that are aesthetically appealing and convenient for the user.
Teachers
Intended learning outcomes
About
This course builds upon the introductory JavaScript course to acquaint students of popular and modern frameworks to build the front end. We focus on one of the most popular and advanced frameworks/libraries in use – React.js. Students learn various components and data flow to learn to architect real world front end using React.js. This would be achieved via multiple code examples and code-walkthroughs from scratch. We would also dive into React Native which is a cross platform Framework to build native mobile and smart-TV apps using JavaScript. This helps students to build applications for various platforms using only JavaScript.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for handling matters arising in the context of front end development
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle front end development applications
Propose appropriate solutions to complex and changing problems pertaining to front end development
Teachers




Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to front end development
- Develop a critical knowledge of front end development
- Critically evaluate diverse scholarly views on front end development
- Acquire knowledge of popular frameworks/libraries in use: React.js, jQuery and AngularJS
- Creatively apply front end development applications to develop critical and original solutions for computational problems
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into coherent problem sets or presentations
- Apply an in-depth domain-specific knowledge and understanding to front end development solutions
- Solve problems and be prepared to take leadership decisions related to the methods and principles of front end development
- Apply a professional and scholarly approach to research problems pertaining to front end development
- Act autonomously in identifying research problems and solutions related to front end development
- Demonstrate self-direction in research and originality in solutions developed for front end development
- Create synthetic contextualised discussions of key issues related to front end development
- Efficiently manage interdisciplinary issues that arise in connection to front end development
About
Mobile app design is a rapidly developing field that requires a deep understanding of user needs, technology, and UX design principles. This course aims to provide students with an in-depth understanding of various aspects involved in designing and developing cross-platform mobile applications using React Native. The course covers a wide range of topics, including React Native architecture, UI components, navigation, data management, user engagement, animation, and app store optimization.
Students will learn about the unique features of mobile app design, types of apps and technologies used in this field. The course emphasizes the importance of cross-platform compatibility, ensuring that the mobile apps created can run seamlessly on both iOS and Android platforms. The course will also cover familiarity with key design patterns for mobile apps, user engagement, animation, and preparing the app for publication.
Throughout the course, students will have the opportunity to work on real-world projects and assignments, allowing them to apply their learning to practical situations. They will learn how to analyze and evaluate different types of mobile apps and technologies used in mobile app design, as well as how to apply design principles and design patterns to create mobile app interfaces that are user-friendly and engaging.
In addition, the course covers important topics such as app store submission process and optimizing app performance, enabling students to prepare their mobile apps for publication.
Teachers
Intended learning outcomes
About
This course is designed to provide a comprehensive understanding of Quality Assurance (QA) in software development. The course will cover the fundamental principles of testing and the different types of testing that are conducted at various levels of the software development life cycle. Students will also learn about the different testing techniques used in QA, such as black box, white box, and experience-based testing.
The course will also introduce students to various testing tools and methodologies that are commonly used in industry, including test management tools, SQL databases, Postman, and mobile testing. Students will learn about web technologies and the client-server architecture, as well as front-end and back-end development. The course will cover the basics of HTML/CSS, modern application architecture, and working with command-line tools like CI/CD and Git.
Throughout the course, students will develop a solid understanding of QA and its role in software development. They will learn how to develop test documentation and will gain practical experience in implementing various testing strategies. They will also learn how to analyze and critique different QA methodologies and propose appropriate solutions to complex and changing problems in the context of data structures. Students will be able to apply their understanding of web technologies and modern application architecture to design and test web applications, and will be well-equipped to pursue careers in software development or QA.
Teachers




Intended learning outcomes
- Acquire in-depth knowledge of software quality assurance principles, best practices, and industry standards
- Acquire knowledge of test management tools, test automation frameworks, bug tracking systems, and performance testing tools
- Assess how to measure and evaluate software quality using relevant metrics, such as defect density, test coverage, and code complexity
- Develop knowledge of test design and execution techniques, including test case design, test script development, and test execution planning.
- Develop a comprehensive knowledge and understanding of software testing concepts, techniques, and methodologies, including for example functional testing, performance testing, security testing, and usability testing
- Learn how to interpret and present quality data effectively through reports, dashboards, and visualizations
- Demonstrate the ability to adapt QA processes to iterative development cycles, collaborate with cross-functional teams, participate in sprint planning, and ensure quality throughout continuous integration and continuous delivery (CI/CD) pipelines
- Apply various testing techniques, such as black-box testing, white-box testing, and regression testing, to verify software functionality, performance, and security.
- Apply knowledge of troubleshooting and debugging techniques to identify the root causes of software defects.
- Analyze and interpret test results and reports to identify software defects, inconsistencies, and areas for improvement
- Apply understanding of web technologies and modern application architecture to design and test web applications
- Develop the ability to select and configure appropriate test automation frameworks and tools, design and implement automated test scripts, and execute automated test suites to increase testing efficiency and coverage.
- Comprehend the role of QA in iterative development cycles, continuous integration, and continuous delivery
- Gain proficiency in applying industry best practices and standards to ensure the quality, reliability, and effectiveness of software applications
- Develop and implement effective test documentation for software development project
- Acquire proficiency in collaborating with cross-functional teams, participating in sprint planning, and ensuring quality throughout rapid release cycles
- Utilize various testing tools and technologies to design, implement, and manage QA processes
- Develop skills in selecting, implementing, and maintaining appropriate test automation frameworks and tools
- Acquire proficiency in using defect tracking tools, categorizing defects, and collaborating with development teams for timely resolution.
About
This is a foundational course on building server-side (or backend) applications using popular JavaScript runtime environments like Node.js. Students will learn event driven programming for building scalable backend for web applications. The module teaches various aspects of Node.js like setup, package manager, client-server programming and connecting to various databases and REST APIs. Most of these concepts would be covered in a hands-on manner with real world examples and applications built from scratch using Node.js on Linux servers. This course also provides an introduction to Linux server administration and scripting with special focus on web-development and networking. Students learn to use Linux monitoring tools (like Monit) to track the health of the servers. The module also provides an introduction to Express.js which is a popular light-weight framework for Node.js applications. Given the practical nature of this course, this would involve building actual website backends via assignments/projects for ecommerce, online learning and/or photo-sharing.
Teachers


Intended learning outcomes
- Develop a critical knowledge of Back End Development
- Critically assess the relevance of theories for business applications in the domain of technology
- Critically evaluate diverse scholarly views on Back End Development
- Acquire knowledge of key aspects of Node.js like setup, package manager, client-server programming and connecting to various databases and REST
- Develop a specialised knowledge of key strategies related to Back End Development
- Autonomously gather material and organise it into coherent problem sets or presentations
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply Back End Development tools to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to Back End Development applications
- Act autonomously in identifying research problems and solutions related to Back End Development
- Demonstrate self-direction in research and originality in solutions developed for Back End Development
- Create synthetic contextualised discussions of key issues related to Back End Development
- Apply a professional and scholarly approach to research problems pertaining to Back End Development
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Back End Development
- Efficiently manage interdisciplinary issues that arise in connection to Back End Development
About
Every organization is building products to solve the pain points of its customers. Product managers are a critical part of an organization, who make sure that evolving customer needs, and market trends are observed and converted into delightful solutions which help businesses get its outcomes.
In this course, students will get a fundamental understanding of product management practices.
This will give them a comprehensive view of the complete product management life cycle.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for improving a product after launch
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to measuring user engagement
Propose appropriate solutions to complex and changing problems of product success or failure in real-world engineering and science contexts
Teachers



Intended learning outcomes
- Critically assess the relevance of theories of user behaviour for product development
- Develop a critical understanding of product design and development
- Develop a specialised knowledge of frameworks for measuring user engagement, such as diagnostics, key performance indicators (KPI), and other metrics
- Critically evaluate diverse scholarly views on assessing user behaviours
- Acquire knowledge of various methods for testing hypotheses about the viability of a product and about how users engage with it
- Apply an in-depth domain-specific knowledge and understanding of product roadmaps and lifecycles in business
- Creatively apply various visual and written methods for proposing a technical solution to a real-world problem to other technical and managerial-level audiences, and for documenting that solution
- Autonomously gather material and organise it into a coherent presentation or essay
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Act autonomously in identifying research problems and solutions related to product analytics.
- Apply a professional and scholarly approach to research problems pertaining to measuring user engagement.
- Create synthetic contextualised discussions of key issues related to product sense, and how to tell whether a product is worth bringing to market.
- Demonstrate self-direction in research and originality in testing and validating hypotheses about a product and its users.
- Efficiently manage interdisciplinary issues that arise in connection to designing a product and bringing it to market.
- Solve problems and be prepared to take leadership decisions related to developing data-informed business cases about bringing products to market and iterating upon them.
About
This is a course that focuses both on architectural design and practical hands-on learning of the most used cloud services. The module extensively uses Amazon Web services (AWS) to show real world code examples of various cloud services. It also covers the core concepts and architectures in a platform agnostic manner so that students can easily translate these learnings to other cloud platforms (like Azure, GCP etc.). The module starts with virtualization and how virtualized compute instances are created and configured. Students also learn how to auto-scale applications using load balancers and build fault tolerant applications across a geographically distributed cloud. As relational databases are widely used in most enterprises, students learn how to migrate and scale (both vertically and horizontally) these databases on the cloud while ensuring enterprise grade security. Virtual private clouds enable us to create a logically isolated virtual network of compute resources. Students learn to set up a VPC using virtualized-compute-servers on AWS. The course also covers the basics of networking while setting up a VPC. Students learn of the architecture and practical aspects of distributed object storage and how it enables low latency and high availability data storage on the cloud.
Teachers

Intended learning outcomes
- Critically evaluate diverse scholarly views on cloud computing
- Develop a critical knowledge of cloud computing
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of virtualization and how virtualized compute instances are created and configured
- Develop a specialised knowledge of key strategies related to cloud computing
- Autonomously gather material and organise it into coherent problems sets or presentations
- Creatively apply cloud computing applications to develop critical and original solutions for computational problems
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Apply an in-depth domain-specific knowledge and understanding to cloud computing services
- Solve problems and be prepared to take leadership decisions related to the methods and principles of cloud computing
- Act autonomously in identifying research problems and solutions related to cloud computing
- Create synthetic contextualised discussions of key issues related to cloud computing
- Efficiently manage interdisciplinary issues that arise in connection to cloud computing
- Apply a professional and scholarly approach to research problems pertaining to cloud computing
- Demonstrate self-direction in research and originality in solutions developed for cloud computing
About
This course provides students with hands-on experience on deploying high velocity applications and services reliably on complex and distributed infrastructure. DevOps as a philosophy is a key driver of the modern software life cycle which prefers rapid and reliable delivery of functionality and features via code. We start with a solid introduction to Linux scripting and networking. Then, we learn popular methodologies to deploy complex and distributed software like microservices, containerization (Docker) and orchestration (Kubernetes). All of this would be introduced with real world examples from the industry. We also focus on Continuous Integration and Continuous Delivery (CI/CD) methodology and how it can be achieved using popular toolchains like Jenkins. We dive into how automated testing of software can be achieved using libraries like Selenium. This shall be followed by more advanced techniques like serverless-compute, Platform as a service model and Cloud-DevOps. Students would learn to monitor and log key data points to ensure they maintain a healthy system and adapt it as needed. Infrastructure-as-code is a key component of modern DevOps especially on cloud and containerized applications which would also be covered with real-world examples.
Teachers
Intended learning outcomes
- Develop a critical knowledge of DevOps
- Critically evaluate diverse scholarly views on DevOps
- Develop a specialised knowledge of key strategies related to DevOps
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of popular methodologies to deploy complex and distributed software like microservices, containerization (Docker) and orchestration (Kubernetes)
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into coherent problem sets or presentations
- Apply an in-depth domain-specific knowledge and understanding to DevOps solutions.
- Creatively apply DevOps tools to develop critical and original solutions for computational problems.
- Apply a professional and scholarly approach to research problems pertaining to DevOps
- Solve problems and be prepared to take leadership decisions related to the methods and principles of DevOps
- Create synthetic contextualised discussions of key issues related to DevOps
- Demonstrate self-direction in research and originality in solutions developed for DevOps
- Efficiently manage interdisciplinary issues that arise in connection to DevOps
- Act autonomously in identifying research problems and solutions related to DevOps
About
This course is aimed at equipping students with skills to architect the high level design (a.k.a. system design) of software and data systems. We start with some of the good to have properties of large complex software systems like scalability, reliability, availability, consistency etc. The module teaches various patterns and design choices we have to satisfy each of these good to have properties. We then go on to understand key components of system design like load-balancers, microservices, reverse-proxies, content-delivery networks etc. Students learn how each of them work internally along with real world implementations of each. We study various NoSQL data stores, their internal architectures and where to use which one with real-world examples. Students also learn popular data encoding schemes like XML and JSON. We learn how to build data pipelines using batch and stream processing systems. We also work on multiple real world cases on architecting on the cloud using popular open-source libraries and tools. Students will study design documents and high-level-design of popular internet applications and services like video-conferencing, recommender-systems, peer-to-peer chat, voice-assistants etc.
Teachers
Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology
- Critically evaluate diverse scholarly views on System Design
- Acquire knowledge of popular data encoding schemes like XML and JSON
- Develop a critical knowledge of System Design
- Develop a specialised knowledge of key strategies related to System Design
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Apply an in-depth domain-specific knowledge and understanding to System Design solutions
- Creatively apply system design components to develop critical and original solutions for computational problems
- Autonomously gather material and organise it into coherent problem sets or presentations
- Create synthetic contextualised discussions of key issues related to System Design
- Act autonomously in identifying research problems and solutions related to System Design
- Solve problems and be prepared to take leadership decisions related to the methods and principles of System Design
- Demonstrate self-direction in research and originality in solutions developed for System Design
- Apply a professional and scholarly approach to research problems pertaining to System Design
- Efficiently manage interdisciplinary issues that arise in connection to System Design
About
This course is designed to equip IT professionals with the soft skills and career strategies required for success in the technology industry. The course is project-based and covers a range of topics such as communication skills, teamwork, time management, leadership, networking, and career development.
The course covers the entire lifecycle of a technology project, from requirement gathering to delivery and maintenance. Students will learn how to communicate effectively with stakeholders, manage their time efficiently, lead a team, and collaborate effectively in a team environment.
The course also covers aspects of career development, such as networking and building professional relationships, creating a personal brand, and developing a career plan. Students will learn how to identify their strengths and weaknesses, and how to leverage their skills and experience to advance their careers in the technology industry.
Key Intended Learning Outcomes:
Develop and demonstrate effective communication skills.
Collaborate effectively in a team environment.
Develop and demonstrate leadership skills.
Build and maintain professional relationships.
Develop and execute a career plan.
Teachers





Intended learning outcomes
About
This is a hands-on course on designing responsive, modern and light-weight UI for web, mobile and desktop applications using HTML5, CSS and Frameworks like Bootstrap 4. This course starts with an introduction on how web browsers, mobile apps and web servers work. We then dive into each of the nitty gritty details of HTML5 to build webpages. We would start with simple web pages and then graduate to more complex layouts and features in HTML like forms, iFrames, multimedia-playback and using web-APIs. We then go on to learn stylesheets based on CSS 4 and how browsers interpret CSS files to render web pages. Once again, we use multiple real world example web pages to learn the internals of CSS4. We learn popular good practices on writing responsive HTML and CSS code which is also interoperable on mobile browsers, apps and desktop apps. We would introduce students to building desktop apps using HTML and CSS using toolkits like Electron. We would also study popular frameworks for front end development like Bootstrap 4 which can speed up UI development significantly.
Teachers



Intended learning outcomes
- Critically evaluate diverse scholarly views on Front end UI/UX development
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of HTML5, CSS and Frameworks like Bootstrap 4
- Develop a critical knowledge of Front end UI/UX development
- Develop a specialised knowledge of key strategies related to Front end UI/UX development
- Autonomously gather material and organise into a coherent problem sets or presentation
- Creatively apply Front end UI/UX development applications to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to technology
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Front end UI/UX development
- Act autonomously in identifying research problems and solutions related to Front end UI/UX development
- Create synthetic contextualised discussions of key issues related to Front end UI/UX development
- Apply a professional and scholarly approach to research problems pertaining to Front end UI/UX development
- Efficiently manage interdisciplinary issues that arise in connection to Front end UI/UX development
- Demonstrate self-direction in research and originality in solutions developed for Front end UI/UX development
About
This web design course is designed to provide students with the skills and knowledge necessary to create attractive, functional, and effective websites, including landing pages and company websites. The course covers a range of topics, including the fundamentals of web design such as finding references, researching competitors, basic research, wireframing, prototyping, grids, composition, typography, color, raster and vector graphics, user interface patterns, and adaptation. Students will learn the basic laws of UX and the main user behavior patterns on the website. Students will be introduced to tools such as Figma, FigJam, Protopie, which will be used to create wireframes, layouts, and prototypes. The course will also include preparation of a case for publication on Behance, which will provide an opportunity to demonstrate skills to employers.
Teachers
Intended learning outcomes
- Demonstrate a comprehensive understanding of the fundamental principles and theories of web design.
- Assess the principles of organising and structuring information for effective website navigation and user experience.
- Critically evaluate how to protect user data, implement secure communication protocols, and address potential vulnerabilities
- Comprehend web standards, cross-browser compatibility, and validation techniques.
- Acquire knowledge about the concepts and techniques of responsive web design
- Develop in-depth knowledge of industry-standard web design tools, software, and technologies, such as HTML5, CSS3, JavaScript, responsive frameworks, and tools such as Adobe Creative Suite or Figma.
- Demonstrate solid understanding of user-centric design principles and methodologies, including the importance of user research, personas, wire framing, and prototyping to create user-friendly websites.
- Analyze and evaluate different web design principles, including wireframing, prototyping, composition, typography, color, and graphics, to create functional and visually attractive websites.
- Collaborate effectively with team members, stakeholders, and clients involved in web design projects.
- Apply user-centered design principles and methodologies such as user research, developing personas, and prototyping to create intuitive and user-friendly web interfaces.
- Develop skills in incorporating accessibility guidelines such as the Web Content Accessibility Gudielines (WCAG) into website design.
- Develop skills in effective communication, project management, and teamwork to deliver high-quality web design solutions.
- Develop problem-solving skills to identify and address design and technical challenges that may arise during web development.
- Implement responsive web design techniques to create websites that adapt and provide optimal user experience across different devices and screen sizes.
- Demonstrate an ability to stay updated with emerging trends, technologies, and best practices in web design by developing skills in continuous learning, self-directed study, and adaptation.
- Adhere to ethical and professional standards in web design, including respecting intellectual property rights, and maintaining user privacy and data security.
- Demonstrate proficiency in using industry-standard web design tools, software, and technologies.
- Develop skills in optimising website assets, reducing load times, implementing caching and compression, and improving overall website performance.
- Critically analyze and apply web design principles such as layout, typography, color theory, visual hierarchy, and composition in designing effective and aesthetically pleasing websites.
- Effectively leverage industry-standard tools, software, and technology to create visually engaging, interactive web interfaces.
- Apply accessibility techniques to ensure equal access to information and functionality.
- Optimise website assets, reduce load times, and improve overall website performance.
- Critically evaluate and, when relevant, incorporate current trends and emerging technologies in web design.
- Create websites that provide optimal user experiences across a range of devices.
About
Advanced Python Programming builds on introductory programming courses to illustrate object-oriented programming concepts, database design in Python, and the basics of Machine Learning with Python libraries. Students will learn how to solve problems in Python, develop design patterns in Python code, develop internet applications with Python, and collaborate with other students to implement projects. The course introduces advanced feaures such as decorators and generators, as well as a thorough exploration of the Python development environment.
This course is designed to prepare students for an entry-level developer position.
Teachers
Intended learning outcomes
- Acquire knowledge of various methods for using Python libraries for machine learning
- Develop a specialized knowledge of mathematically-oriented Python libraries such as NumPy, SciPy, and Pandas beyond an introductory level
- Critically evaluate diverse scholarly views on developing design patterns in Python
- Critically assess the relevance of theories of statistical analysis in the realm of software engineering
- Develop a critical understanding of programming in Python for object-oriented design
- Creatively apply various visual and written methods for developing meaningful visualisations of mathematical data sets
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into a coherent presentation or essay
- Apply an in-depth domain-specific knowledge and understanding of the importance of data analysis in business
- Create synthetic contextualised discussions of key issues related to problem-solving in Python
- Solve problems and be prepared to take leadership decisions related to the implementation of web applications in Python
- Efficiently manage interdisciplinary issues that arise in connection to translating mathematical ideas and solutions into code
- Apply a professional and scholarly approach to research problems pertaining to object-oriented programming in Python
- Demonstrate self-direction in research and originality in solutions developed for real-world problems using Python libraries and algorithms
- Act autonomously in identifying research problems and solutions related to the developing in Python
About
This is a core and foundational course which aims to equip the student with the ability to model, design, implement and query relational database systems for real-world data storage & processing needs. Students would start with diagrammatic tools (ER-diagram) to map a real world data storage problem into entities, relationships and keys. Then, they learn to translate the ER-diagram into a relational model with tables. SQL is then introduced as a de facto tool to create, modify, append, delete, query and manipulate data in a relational database. Due to SQL’s popularity, the course spends considerable time building the ability to write optimized and complex queries for various data manipulation tasks. The module exposes students to various real world SQL examples to build solid practical knowledge. Students then move on to understanding various trade-offs in modern relational databases like the ones between storage space and latency. Designing a database would need a solid understanding of normal forms to minimize data duplication, indexing for speedup and flattening tables to avoid complex joins in low-latency environments. These real-world database design strategies are discussed with practical examples from various domains. Most of this course uses the opensource MySQL database and cloud-hosted relational databases (like Amazon RDS) to help students apply the concepts learned on real databases via assignments.
Teachers


Intended learning outcomes
- Critically evaluate diverse scholarly views on relational databases
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to Relational Databases
- Develop a critical knowledge of relational databases
- Acquire knowledge of SQL as tool to create, modify, append, delete, query and manipulate data in a relational database
- Autonomously gather material and organise it into a coherent presentation or essay
- Creatively apply Relational Databases methods to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to Relational Databases
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Demonstrate self-direction in research and originality in solutions developed for Relational Databases
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Relational Databases
- Act autonomously in identifying research problems and solutions related to Relational Databases
- Create synthetic contextualised discussions of key issues related to Relational Databases
- Apply a professional and scholarly approach to research problems pertaining to Relational Databases
- Efficiently manage interdisciplinary issues that arise in connection to implementation and query of relational databases
About
This is a foundational and mandatory course which aims to build student's ability to apply various algorithmic design methods to provide an optimal solution to computational problems. This course starts with time and space complexity analysis of divide and conquer algorithms using recursion-tree based methods and Master’s theorem. Students would also learn about amortized time and space complexity analysis for randomized/probabilistic algorithms. Various algorithmic design strategies would be introduced via real world examples and problems. Students would learn when, where and how to optimally use Divide and Conquer, Dynamic programming (top-down and button-up), Greedy, Backtracking and Randomization strategies with examples. The module uses various practical examples from Array manipulations, Sorting, Searching, String manipulations, Tree & Graphs traversals, Graph path-finding, Spanning Trees etc., to introduce the above algorithmic strategies in action. Students would implement many of the above algorithmic design methods from scratch as part of the assignments. The module also introduces how some of these popular algorithms are readily available via popular libraries in various programming languages.
Teachers


Intended learning outcomes
- Develop a critical knowledge of design and analysis of algorithms
- Critically evaluate diverse scholarly views on design and analysis of algorithms
- Develop a specialised knowledge of key strategies related to design and analysis of algorithms
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of various algorithmic design methods
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply various algorithmic design methods to develop critical and original solutions to computational problems
- Apply an in-depth domain-specific knowledge and understanding to design and analysis of algorithms
- Autonomously gather material and organise it into a coherent presentation or essay
- Solve problems and be prepared to take leadership decisions related to the methods and principles of design and analysis of algorithms
- Efficiently manage interdisciplinary issues that arise in connection to design and analysis of algorithms
- Demonstrate self-direction in research and originality in solutions developed for design and analysis of algorithms
- Create synthetic contextualised discussions of key issues related to design and analysis of algorithms to provide solutions to computational problems
- Apply a professional and scholarly approach to research problems pertaining to design and analysis of algorithms
- Act autonomously in identifying research problems and solutions related to design and analysis of algorithms
About
This course provides a comprehensive overview of Computer vision problems and how they can be tackled using various Convolutional Neural networks (CNNs). Students start with classical image processing operations like edge detection, convolution, shape detectors and colour space conversions. This is followed by a foundational understanding of Deep-Convolutional Neural networks and how their training and evaluation works. We introduce various CNN specific layers like pooling-layers and upsampling layers. We also introduce various Data Augmentation techniques that are very helpful for image-related problems. This is followed by a dive deep into the internals of popular CNN architectures like: AlexNet, VGGNet, ResNet etc. Students also learn how to use these methods practically for transfer learning. Students will study how various computer-vision related tasks like image segmentation, image-generation, object detection and localization, contrastive learning etc., can be performed using state of the art algorithms for each of these tasks. Most of these techniques would be studied directly from the original research papers and open-source code provided by the authors. Students would also implement some of these algorithms from scratch in this course.
Teachers
Intended learning outcomes
- Acquire knowledge of popular CNN architectures like: AlexNet, VGGNet, ResNet
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to Deep Learning for Computer Vision
- Develop a critical knowledge of Deep Learning for Computer Vision
- Critically evaluate diverse scholarly views on Deep Learning for Computer Vision
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Apply an in-depth domain-specific knowledge and understanding to Deep Learning for Computer Vision techniques
- Creatively apply computer vision techniques to develop critical and original solutions for computational problems
- Autonomously gather material and organise it into coherent problem sets or presentation
- Apply a professional and scholarly approach to research problems pertaining to Deep Learning for Computer Vision
- Create synthetic contextualised discussions of key issues related to Deep Learning for Computer Vision
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Deep Learning for Computer Vision
- Act autonomously in identifying research problems and solutions related to Deep Learning for Computer Vision
- Efficiently manage interdisciplinary issues that arise in connection to Deep Learning for Computer Vision
- Demonstrate self-direction in research and originality in solutions developed for Deep Learning for Computer Vision
About
This is a hands-on course on designing responsive, modern and light-weight UI for web, mobile and desktop applications using HTML5, CSS and Frameworks like Bootstrap 4. This course starts with an introduction on how web browsers, mobile apps and web servers work. We then dive into each of the nitty gritty details of HTML5 to build webpages. We would start with simple web pages and then graduate to more complex layouts and features in HTML like forms, iFrames, multimedia-playback and using web-APIs. We then go on to learn stylesheets based on CSS 4 and how browsers interpret CSS files to render web pages. Once again, we use multiple real world example web pages to learn the internals of CSS4. We learn popular good practices on writing responsive HTML and CSS code which is also interoperable on mobile browsers, apps and desktop apps. We would introduce students to building desktop apps using HTML and CSS using toolkits like Electron. We would also study popular frameworks for front end development like Bootstrap 4 which can speed up UI development significantly.
Teachers



Intended learning outcomes
- Critically evaluate diverse scholarly views on Front end UI/UX development
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of HTML5, CSS and Frameworks like Bootstrap 4
- Develop a critical knowledge of Front end UI/UX development
- Develop a specialised knowledge of key strategies related to Front end UI/UX development
- Autonomously gather material and organise into a coherent problem sets or presentation
- Creatively apply Front end UI/UX development applications to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to technology
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Front end UI/UX development
- Act autonomously in identifying research problems and solutions related to Front end UI/UX development
- Create synthetic contextualised discussions of key issues related to Front end UI/UX development
- Apply a professional and scholarly approach to research problems pertaining to Front end UI/UX development
- Efficiently manage interdisciplinary issues that arise in connection to Front end UI/UX development
- Demonstrate self-direction in research and originality in solutions developed for Front end UI/UX development
About
This course is a hands-on course covering JavaScript from basics to advanced concepts in detail using multiple examples. We start with basic programming concepts like variables, control statements, loops, classes and objects. Students also learn basic data-structures like Strings, Arrays and dates. Students also learn to debug our code and handle errors gracefully in code. We learn popular style guides and good coding practices to build readable and reusable code which is also highly performant. We then learn how web browsers execute JavaScript code using V8 engine as an example. We also cover concepts like JIT-compiling which helps JS code to run faster. This is followed by slightly advanced concepts like DOM, Async-functions, Web APIs and Fetch which are very popularly used in modern front end development. We learn how to optimize JavaScript code to run on both mobile apps and mobile browsers along with Desktop browsers and as desktop apps via ElectronJS. Most of this course would be covered via real world examples and by learning from JS code of popular open-source websites and libraries.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for handling matters arising in the context of JavaScript
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle JavaScript
Propose appropriate solutions to complex and changing problems pertaining to JavaScript
Teachers




Intended learning outcomes
- Critically evaluate diverse scholarly views on JavaScript
- Develop a specialised knowledge of key strategies related to JavaScript
- Develop a critical knowledge of JavaScript
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of popular style guides and good coding practices to build readable and reusable code which is also highly performant
- Autonomously gather material and organise into a coherent problem sets or presentations
- Creatively apply JavaScript concepts to develop critical and original solutions for computational problems.
- Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle JavaScript
- Assess, analyse, and criticise the various strategies for handling matters arising in the context of JavaScript
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Propose appropriate solutions to complex and changing problems pertaining to JavaScript
- Apply an in-depth domain-specific knowledge and understanding to JavaScript tools.
- Create synthetic contextualised discussions of key issues related to JavaScript
- Solve problems and be prepared to take leadership decisions related to the methods and principles of JavaScript
- Apply a professional and scholarly approach to research problems pertaining to JavaScript
- Act autonomously in identifying research problems and solutions related to JavaScript
- Efficiently manage interdisciplinary issues that arise in connection to JavaScript
- Demonstrate self-direction in research and originality in solutions developed for JavaScript
About
This advanced JavaScript course builds on the foundational concepts covered in the JavaScript course, with a focus on more advanced concepts and best practices for building modern, performant web applications. Through hands-on practice and real-world examples, students will learn how to optimize JavaScript code for mobile and desktop devices, work with the DOM and Web APIs, and interact with backend APIs.
The course will begin with an overview of event propagation and optimization techniques, including event bubbling, delegation, and throttling. Students will also learn about lazy loading images, using libraries via CDN, and other performance optimization techniques. Next, the course will cover project infrastructure and web storage, including working with Node.js, npm package management, code modularity, and syntax for ECMAScript modules. Students will learn about Webpack, Babel, and other tools for transpiling and bundling code, as well as code formatting and checking best practices.
The course will also cover asynchrony and date handling in JavaScript, with a focus on the Promise API, async/await syntax, and event loop. Students will learn how to interact with backend APIs, including working with REST APIs, HTTP methods, headers, and response status codes. They will also learn about pagination techniques, including "load more" buttons and infinite scrolling. Finally, the course will cover CRUD operations with asynchronous functions, including working with private APIs and error handling best practices.
Key Intended Learning Outcomes:
Analyze and optimize JavaScript code for mobile and desktop devices, using best practices for performance optimization
Create modular, reusable code using ECMAScript modules and other tools for transpiling and bundling code
Interact with backend APIs using REST APIs, HTTP methods, and pagination techniques
Develop asynchronous functions and handle errors effectively for CRUD operations
Teachers



Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology.
- Develop a specialised knowledge of key strategies related to JavaScript.
- Acquire knowledge of popular style guides and good coding practices to build readable and reusable code which is also highly performant.
- Critically evaluate diverse scholarly views on JavaScript.
- Develop a critical knowledge of JavaScript.
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply JavaScript concepts to develop critical and original solutions for computational problems.
- Autonomously gather material and organise into a coherent problem sets or presentations.
- Apply an in-depth domain-specific knowledge and understanding to JavaScript tools.
- Solve problems and be prepared to take leadership decisions related to the methods and principles of JavaScript.
- Create synthetic contextualised discussions of key issues related to JavaScript.
- Demonstrate self-direction in research and originality in solutions developed for JavaScript.
- Act autonomously in identifying research problems and solutions related to JavaScript.
- Apply a professional and scholarly approach to research problems pertaining to JavaScript.
- Efficiently manage interdisciplinary issues that arise in connection to JavaScript
About
This web design course is designed to provide students with the skills and knowledge necessary to create attractive, functional, and effective websites, including landing pages and company websites. The course covers a range of topics, including the fundamentals of web design such as finding references, researching competitors, basic research, wireframing, prototyping, grids, composition, typography, color, raster and vector graphics, user interface patterns, and adaptation. Students will learn the basic laws of UX and the main user behavior patterns on the website. Students will be introduced to tools such as Figma, FigJam, Protopie, which will be used to create wireframes, layouts, and prototypes. The course will also include preparation of a case for publication on Behance, which will provide an opportunity to demonstrate skills to employers.
Teachers
Intended learning outcomes
- Demonstrate a comprehensive understanding of the fundamental principles and theories of web design.
- Assess the principles of organising and structuring information for effective website navigation and user experience.
- Critically evaluate how to protect user data, implement secure communication protocols, and address potential vulnerabilities
- Comprehend web standards, cross-browser compatibility, and validation techniques.
- Acquire knowledge about the concepts and techniques of responsive web design
- Develop in-depth knowledge of industry-standard web design tools, software, and technologies, such as HTML5, CSS3, JavaScript, responsive frameworks, and tools such as Adobe Creative Suite or Figma.
- Demonstrate solid understanding of user-centric design principles and methodologies, including the importance of user research, personas, wire framing, and prototyping to create user-friendly websites.
- Analyze and evaluate different web design principles, including wireframing, prototyping, composition, typography, color, and graphics, to create functional and visually attractive websites.
- Collaborate effectively with team members, stakeholders, and clients involved in web design projects.
- Apply user-centered design principles and methodologies such as user research, developing personas, and prototyping to create intuitive and user-friendly web interfaces.
- Develop skills in incorporating accessibility guidelines such as the Web Content Accessibility Gudielines (WCAG) into website design.
- Develop skills in effective communication, project management, and teamwork to deliver high-quality web design solutions.
- Develop problem-solving skills to identify and address design and technical challenges that may arise during web development.
- Implement responsive web design techniques to create websites that adapt and provide optimal user experience across different devices and screen sizes.
- Demonstrate an ability to stay updated with emerging trends, technologies, and best practices in web design by developing skills in continuous learning, self-directed study, and adaptation.
- Adhere to ethical and professional standards in web design, including respecting intellectual property rights, and maintaining user privacy and data security.
- Demonstrate proficiency in using industry-standard web design tools, software, and technologies.
- Develop skills in optimising website assets, reducing load times, implementing caching and compression, and improving overall website performance.
- Critically analyze and apply web design principles such as layout, typography, color theory, visual hierarchy, and composition in designing effective and aesthetically pleasing websites.
- Effectively leverage industry-standard tools, software, and technology to create visually engaging, interactive web interfaces.
- Apply accessibility techniques to ensure equal access to information and functionality.
- Optimise website assets, reduce load times, and improve overall website performance.
- Critically evaluate and, when relevant, incorporate current trends and emerging technologies in web design.
- Create websites that provide optimal user experiences across a range of devices.
About
User Experience and User Interface (UX/UI) design is about understanding user needs and preferences, and creating digital products that meet those needs. Throughout this course, students will learn the fundamental skills and tools necessary to develop an effective user interface and experience.
Students will learn about the design thinking process, user personas and flows, customer journey mapping, and data visualization. They will also learn about the importance of collaboration between designers and developers, as well as how to test and iterate design.
The course covers essential topics such as Figma Pro, design system creation, mobile-first design, smart animation, and microcopy. Students will learn the process of designing from ideation to prototype creation, testing, and improvement, and understand how to work through iterations. The course includes an understanding of UX testing and its types, and working with analytics.
By the end of the course, students will have a clear understanding of how to create digital products that are aesthetically appealing and convenient for the user.
Teachers
Intended learning outcomes
About
This course builds upon the introductory JavaScript course to acquaint students of popular and modern frameworks to build the front end. We focus on one of the most popular and advanced frameworks/libraries in use – React.js. Students learn various components and data flow to learn to architect real world front end using React.js. This would be achieved via multiple code examples and code-walkthroughs from scratch. We would also dive into React Native which is a cross platform Framework to build native mobile and smart-TV apps using JavaScript. This helps students to build applications for various platforms using only JavaScript.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for handling matters arising in the context of front end development
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to how managers should handle front end development applications
Propose appropriate solutions to complex and changing problems pertaining to front end development
Teachers




Intended learning outcomes
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to front end development
- Develop a critical knowledge of front end development
- Critically evaluate diverse scholarly views on front end development
- Acquire knowledge of popular frameworks/libraries in use: React.js, jQuery and AngularJS
- Creatively apply front end development applications to develop critical and original solutions for computational problems
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into coherent problem sets or presentations
- Apply an in-depth domain-specific knowledge and understanding to front end development solutions
- Solve problems and be prepared to take leadership decisions related to the methods and principles of front end development
- Apply a professional and scholarly approach to research problems pertaining to front end development
- Act autonomously in identifying research problems and solutions related to front end development
- Demonstrate self-direction in research and originality in solutions developed for front end development
- Create synthetic contextualised discussions of key issues related to front end development
- Efficiently manage interdisciplinary issues that arise in connection to front end development
About
Mobile app design is a rapidly developing field that requires a deep understanding of user needs, technology, and UX design principles. This course aims to provide students with an in-depth understanding of various aspects involved in designing and developing cross-platform mobile applications using React Native. The course covers a wide range of topics, including React Native architecture, UI components, navigation, data management, user engagement, animation, and app store optimization.
Students will learn about the unique features of mobile app design, types of apps and technologies used in this field. The course emphasizes the importance of cross-platform compatibility, ensuring that the mobile apps created can run seamlessly on both iOS and Android platforms. The course will also cover familiarity with key design patterns for mobile apps, user engagement, animation, and preparing the app for publication.
Throughout the course, students will have the opportunity to work on real-world projects and assignments, allowing them to apply their learning to practical situations. They will learn how to analyze and evaluate different types of mobile apps and technologies used in mobile app design, as well as how to apply design principles and design patterns to create mobile app interfaces that are user-friendly and engaging.
In addition, the course covers important topics such as app store submission process and optimizing app performance, enabling students to prepare their mobile apps for publication.
Teachers
Intended learning outcomes
About
Advanced Python Programming builds on introductory programming courses to illustrate object-oriented programming concepts, database design in Python, and the basics of Machine Learning with Python libraries. Students will learn how to solve problems in Python, develop design patterns in Python code, develop internet applications with Python, and collaborate with other students to implement projects. The course introduces advanced feaures such as decorators and generators, as well as a thorough exploration of the Python development environment.
This course is designed to prepare students for an entry-level developer position.
Teachers
Intended learning outcomes
- Acquire knowledge of various methods for using Python libraries for machine learning
- Develop a specialized knowledge of mathematically-oriented Python libraries such as NumPy, SciPy, and Pandas beyond an introductory level
- Critically evaluate diverse scholarly views on developing design patterns in Python
- Critically assess the relevance of theories of statistical analysis in the realm of software engineering
- Develop a critical understanding of programming in Python for object-oriented design
- Creatively apply various visual and written methods for developing meaningful visualisations of mathematical data sets
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Autonomously gather material and organise it into a coherent presentation or essay
- Apply an in-depth domain-specific knowledge and understanding of the importance of data analysis in business
- Create synthetic contextualised discussions of key issues related to problem-solving in Python
- Solve problems and be prepared to take leadership decisions related to the implementation of web applications in Python
- Efficiently manage interdisciplinary issues that arise in connection to translating mathematical ideas and solutions into code
- Apply a professional and scholarly approach to research problems pertaining to object-oriented programming in Python
- Demonstrate self-direction in research and originality in solutions developed for real-world problems using Python libraries and algorithms
- Act autonomously in identifying research problems and solutions related to the developing in Python
About
This course is designed to provide a comprehensive understanding of Quality Assurance (QA) in software development. The course will cover the fundamental principles of testing and the different types of testing that are conducted at various levels of the software development life cycle. Students will also learn about the different testing techniques used in QA, such as black box, white box, and experience-based testing.
The course will also introduce students to various testing tools and methodologies that are commonly used in industry, including test management tools, SQL databases, Postman, and mobile testing. Students will learn about web technologies and the client-server architecture, as well as front-end and back-end development. The course will cover the basics of HTML/CSS, modern application architecture, and working with command-line tools like CI/CD and Git.
Throughout the course, students will develop a solid understanding of QA and its role in software development. They will learn how to develop test documentation and will gain practical experience in implementing various testing strategies. They will also learn how to analyze and critique different QA methodologies and propose appropriate solutions to complex and changing problems in the context of data structures. Students will be able to apply their understanding of web technologies and modern application architecture to design and test web applications, and will be well-equipped to pursue careers in software development or QA.
Teachers




Intended learning outcomes
- Acquire in-depth knowledge of software quality assurance principles, best practices, and industry standards
- Acquire knowledge of test management tools, test automation frameworks, bug tracking systems, and performance testing tools
- Assess how to measure and evaluate software quality using relevant metrics, such as defect density, test coverage, and code complexity
- Develop knowledge of test design and execution techniques, including test case design, test script development, and test execution planning.
- Develop a comprehensive knowledge and understanding of software testing concepts, techniques, and methodologies, including for example functional testing, performance testing, security testing, and usability testing
- Learn how to interpret and present quality data effectively through reports, dashboards, and visualizations
- Demonstrate the ability to adapt QA processes to iterative development cycles, collaborate with cross-functional teams, participate in sprint planning, and ensure quality throughout continuous integration and continuous delivery (CI/CD) pipelines
- Apply various testing techniques, such as black-box testing, white-box testing, and regression testing, to verify software functionality, performance, and security.
- Apply knowledge of troubleshooting and debugging techniques to identify the root causes of software defects.
- Analyze and interpret test results and reports to identify software defects, inconsistencies, and areas for improvement
- Apply understanding of web technologies and modern application architecture to design and test web applications
- Develop the ability to select and configure appropriate test automation frameworks and tools, design and implement automated test scripts, and execute automated test suites to increase testing efficiency and coverage.
- Comprehend the role of QA in iterative development cycles, continuous integration, and continuous delivery
- Gain proficiency in applying industry best practices and standards to ensure the quality, reliability, and effectiveness of software applications
- Develop and implement effective test documentation for software development project
- Acquire proficiency in collaborating with cross-functional teams, participating in sprint planning, and ensuring quality throughout rapid release cycles
- Utilize various testing tools and technologies to design, implement, and manage QA processes
- Develop skills in selecting, implementing, and maintaining appropriate test automation frameworks and tools
- Acquire proficiency in using defect tracking tools, categorizing defects, and collaborating with development teams for timely resolution.
About
This is a core and foundational course which aims to equip the student with the ability to model, design, implement and query relational database systems for real-world data storage & processing needs. Students would start with diagrammatic tools (ER-diagram) to map a real world data storage problem into entities, relationships and keys. Then, they learn to translate the ER-diagram into a relational model with tables. SQL is then introduced as a de facto tool to create, modify, append, delete, query and manipulate data in a relational database. Due to SQL’s popularity, the course spends considerable time building the ability to write optimized and complex queries for various data manipulation tasks. The module exposes students to various real world SQL examples to build solid practical knowledge. Students then move on to understanding various trade-offs in modern relational databases like the ones between storage space and latency. Designing a database would need a solid understanding of normal forms to minimize data duplication, indexing for speedup and flattening tables to avoid complex joins in low-latency environments. These real-world database design strategies are discussed with practical examples from various domains. Most of this course uses the opensource MySQL database and cloud-hosted relational databases (like Amazon RDS) to help students apply the concepts learned on real databases via assignments.
Teachers


Intended learning outcomes
- Critically evaluate diverse scholarly views on relational databases
- Critically assess the relevance of theories for business applications in the domain of technology
- Develop a specialised knowledge of key strategies related to Relational Databases
- Develop a critical knowledge of relational databases
- Acquire knowledge of SQL as tool to create, modify, append, delete, query and manipulate data in a relational database
- Autonomously gather material and organise it into a coherent presentation or essay
- Creatively apply Relational Databases methods to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to Relational Databases
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Demonstrate self-direction in research and originality in solutions developed for Relational Databases
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Relational Databases
- Act autonomously in identifying research problems and solutions related to Relational Databases
- Create synthetic contextualised discussions of key issues related to Relational Databases
- Apply a professional and scholarly approach to research problems pertaining to Relational Databases
- Efficiently manage interdisciplinary issues that arise in connection to implementation and query of relational databases
About
This is a foundational and mandatory course which aims to build student's ability to apply various algorithmic design methods to provide an optimal solution to computational problems. This course starts with time and space complexity analysis of divide and conquer algorithms using recursion-tree based methods and Master’s theorem. Students would also learn about amortized time and space complexity analysis for randomized/probabilistic algorithms. Various algorithmic design strategies would be introduced via real world examples and problems. Students would learn when, where and how to optimally use Divide and Conquer, Dynamic programming (top-down and button-up), Greedy, Backtracking and Randomization strategies with examples. The module uses various practical examples from Array manipulations, Sorting, Searching, String manipulations, Tree & Graphs traversals, Graph path-finding, Spanning Trees etc., to introduce the above algorithmic strategies in action. Students would implement many of the above algorithmic design methods from scratch as part of the assignments. The module also introduces how some of these popular algorithms are readily available via popular libraries in various programming languages.
Teachers


Intended learning outcomes
- Develop a critical knowledge of design and analysis of algorithms
- Critically evaluate diverse scholarly views on design and analysis of algorithms
- Develop a specialised knowledge of key strategies related to design and analysis of algorithms
- Critically assess the relevance of theories for business applications in the domain of technology
- Acquire knowledge of various algorithmic design methods
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply various algorithmic design methods to develop critical and original solutions to computational problems
- Apply an in-depth domain-specific knowledge and understanding to design and analysis of algorithms
- Autonomously gather material and organise it into a coherent presentation or essay
- Solve problems and be prepared to take leadership decisions related to the methods and principles of design and analysis of algorithms
- Efficiently manage interdisciplinary issues that arise in connection to design and analysis of algorithms
- Demonstrate self-direction in research and originality in solutions developed for design and analysis of algorithms
- Create synthetic contextualised discussions of key issues related to design and analysis of algorithms to provide solutions to computational problems
- Apply a professional and scholarly approach to research problems pertaining to design and analysis of algorithms
- Act autonomously in identifying research problems and solutions related to design and analysis of algorithms
About
This is a foundational course on building server-side (or backend) applications using popular JavaScript runtime environments like Node.js. Students will learn event driven programming for building scalable backend for web applications. The module teaches various aspects of Node.js like setup, package manager, client-server programming and connecting to various databases and REST APIs. Most of these concepts would be covered in a hands-on manner with real world examples and applications built from scratch using Node.js on Linux servers. This course also provides an introduction to Linux server administration and scripting with special focus on web-development and networking. Students learn to use Linux monitoring tools (like Monit) to track the health of the servers. The module also provides an introduction to Express.js which is a popular light-weight framework for Node.js applications. Given the practical nature of this course, this would involve building actual website backends via assignments/projects for ecommerce, online learning and/or photo-sharing.
Teachers


Intended learning outcomes
- Develop a critical knowledge of Back End Development
- Critically assess the relevance of theories for business applications in the domain of technology
- Critically evaluate diverse scholarly views on Back End Development
- Acquire knowledge of key aspects of Node.js like setup, package manager, client-server programming and connecting to various databases and REST
- Develop a specialised knowledge of key strategies related to Back End Development
- Autonomously gather material and organise it into coherent problem sets or presentations
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Creatively apply Back End Development tools to develop critical and original solutions for computational problems
- Apply an in-depth domain-specific knowledge and understanding to Back End Development applications
- Act autonomously in identifying research problems and solutions related to Back End Development
- Demonstrate self-direction in research and originality in solutions developed for Back End Development
- Create synthetic contextualised discussions of key issues related to Back End Development
- Apply a professional and scholarly approach to research problems pertaining to Back End Development
- Solve problems and be prepared to take leadership decisions related to the methods and principles of Back End Development
- Efficiently manage interdisciplinary issues that arise in connection to Back End Development
About
Every organization is building products to solve the pain points of its customers. Product managers are a critical part of an organization, who make sure that evolving customer needs, and market trends are observed and converted into delightful solutions which help businesses get its outcomes.
In this course, students will get a fundamental understanding of product management practices.
This will give them a comprehensive view of the complete product management life cycle.
Key Intended Learning Outcomes:
Assess, analyze, and criticize the various strategies for improving a product after launch
Compare and evaluate the different methodologies recommended in scholarly sources pertaining to measuring user engagement
Propose appropriate solutions to complex and changing problems of product success or failure in real-world engineering and science contexts
Teachers



Intended learning outcomes
- Critically assess the relevance of theories of user behaviour for product development
- Develop a critical understanding of product design and development
- Develop a specialised knowledge of frameworks for measuring user engagement, such as diagnostics, key performance indicators (KPI), and other metrics
- Critically evaluate diverse scholarly views on assessing user behaviours
- Acquire knowledge of various methods for testing hypotheses about the viability of a product and about how users engage with it
- Apply an in-depth domain-specific knowledge and understanding of product roadmaps and lifecycles in business
- Creatively apply various visual and written methods for proposing a technical solution to a real-world problem to other technical and managerial-level audiences, and for documenting that solution
- Autonomously gather material and organise it into a coherent presentation or essay
- Employ the standard modern conventions for the presentation of scholarly work and scholarly referencing
- Act autonomously in identifying research problems and solutions related to product analytics.
- Apply a professional and scholarly approach to research problems pertaining to measuring user engagement.
- Create synthetic contextualised discussions of key issues related to product sense, and how to tell whether a product is worth bringing to market.
- Demonstrate self-direction in research and originality in testing and validating hypotheses about a product and its users.
- Efficiently manage interdisciplinary issues that arise in connection to designing a product and bringing it to market.
- Solve problems and be prepared to take leadership decisions related to developing data-informed business cases about bringing products to market and iterating upon them.
Entry Requirements
Application Process
Submit initial Application
Complete the online application form with your personal information
Documentation Review
Submit required transcripts, certificates, and supporting documents
Assessment
Your application will be evaluated against program requirements
Interview
Selected candidates may be invited for an interview
Decision
Receive an admission decision
Enrollment
Complete registration and prepare to begin your studies
.avif)