By the end of this project, you will be able to design and build a remote 5-day sprint to develop and test prototypes. As you work through your project, you will understand how this process helps teams efficiently and effectively deliver products with high levels of user acceptance. To do this, you will gain hands-on experience applying agile thinking to place the right … [Read more...] about Design a Remote Sprint to Test Prototypes in Miro
Mobile and Web Development
Creating a Quiz Game using Vanilla JavaScript
By the end of this project, you will be able to create a multi app Quiz Game using Vanilla JavaScript. You will be able to add variables by keywords LET and CONST.. You will also loop on the choices and add IF conditions. In addition , you will be able to save input data from the web page in the local storage and use it in a JavaScript file. Moreover, you will be able to use … [Read more...] about Creating a Quiz Game using Vanilla JavaScript
Introduction to HTML
In this project, you will develop an HTML resource sheet and a very basic sample webpage. You will use a text editor called Notepad++ to write your code, and the Chrome browser to display the resulting webpage. You will learn how to add content to your webpage using the basic content elements. While gaining experience with the Notepad++ editor, you will build an HTML … [Read more...] about Introduction to HTML
Java for Beginners: Getting Started
As a novice developer, why is it important to learn Java? Java has become invaluable to developers by enabling them to write software on one platform and run it on virtually any other platform, create programs that can run within a web browser, and access available web services. Java is also central in creating Android applications. Additionally, enterprises across all sectors … [Read more...] about Java for Beginners: Getting Started
Configuring for Scala with IntelliJ IDEA
In this quick 1 hour guided project you will learn how to get IntelliJ IDEA ready for Scala development. We will cover SDK, JDK, Scala-SDK, customization and the Scala build tool (sbt). Prior Scala experience is helpful but not necessary for this project. … [Read more...] about Configuring for Scala with IntelliJ IDEA