This course is a continuation of the Introduction to Software Development and Applications course. In this course, you will dive further into exploring software engineering techniques and their application to real-world business problems. Students who take this course will be equipped with practical design and programming techniques for the purpose of modeling significant … [Read more...] about Introduction to Domain Models
Software Development
Build a Mobile App with Firebase
e.g. This is primarily aimed at first- and second-year undergraduates interested in engineering or science, along wiUnlock Your App Development Potential: Creating a Feature-Rich Shopping List App Are you ready to turn your visionary app ideas into reality? If your answer is a resounding 'YES,' then this course is your gateway to a transformative journey. In this meticulously … [Read more...] about Build a Mobile App with Firebase
Kotlin For Beginners: Data Types and Conditional Expressions
In this Kotlin for Beginners: Data Types and Conditional Expression project you will learn the basics of programming using Kotlin. By the end of this guided project you will build volunteer contact app while learning the basics of Kotlin Programming. You will also learn to create your own cumulative percentage calculator with conditional expressions as a part of the optional … [Read more...] about Kotlin For Beginners: Data Types and Conditional Expressions
Advanced DevOps Tools and Practices
This course offers an extensive exploration of advanced DevOps tools and practices, designed for technical professionals aiming to streamline their workflows and improve software quality. You’ll begin with an introduction to SonarQube, learning its installation process and integration with Jenkins. Next, delve into Ansible to master playbooks, roles, and the automation of … [Read more...] about Advanced DevOps Tools and Practices
Perform basic data analysis tasks using Java streams
In this 1-hour long project-based course, you will learn how to create a Java Stream object based on an array of data, and understand the distinction between terminal and intermediate stream operations. You will iterate through the data stream using the forEach method, and use a range of Stream methods to perform logical operations on the data stream. You will perform basic … [Read more...] about Perform basic data analysis tasks using Java streams