Back to Courses

Software Development Courses - Page 36

Showing results 351-360 of 1266
Install, Configure, and use Java Extension Pack in VS Code
By the end of this project, you will learn to set up Visual Studio Code for Java programming. This will allow you to automate some routine programming tasks. You will also make a Java project that will include an external library, JavaFX. This project will give you a solid foundation in using the powerful code editing capabilities provided by Visual Studio Code.
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 an array , push from it and reverse it, you will be able to movefrom one page to another using JavaScript, and finally, you will create and apply functions and also apply pre-defined functions. learning to use JavaScript enables you to better understand any website, gain more money as a web developer freelancer and finally, Learn Other Coding Languages Easier and Faster. This guided project is for beginners in the field of websites and web pages. It provides you with the first steps to be a web developer. Moreover, it equips you with the knowledge of JavaScript
Introduction to Designing Data Lakes on AWS
In this class, Introduction to Designing Data Lakes on AWS, we will help you understand how to create and operate a data lake in a secure and scalable way, without previous knowledge of data science! Starting with the "WHY" you may want a data lake, we will look at the Data-Lake value proposition, characteristics and components. Designing a data lake is challenging because of the scale and growth of data. Developers need to understand best practices to avoid common mistakes that could be hard to rectify. In this course we will cover the foundations of what a Data Lake is, how to ingest and organize data into the Data Lake, and dive into the data processing that can be done to optimize performance and costs when consuming the data at scale. This course is for professionals (Architects, System Administrators and DevOps) who need to design and build an architecture for secure and scalable Data Lake components. Students will learn about the use cases for a Data Lake and, contrast that with a traditional infrastructure of servers and storage.
Using Collaborate for Version-Control in Unity 2021
Version-Control is vital in any software-development project. Even when working alone, it's important to be able to retrieve previous version of files or even a previous status of the whole project, in case of corruption or simply making too many bad choices to undo with Ctrl+Z. Unity Collaborate is a free tool that helps manage updates and keep track of file-versions. It's free for teams of up to three people, is integrated in the Unity Editor and has a browser-based Dashboard for a top-level view. In this one-hour, project-based course, you'll learn how to set up and use Collaborate in Unity. You'll activate Collaborate for your project, commit changes, roll back to an earlier project state, revert individual files to earlier versions and even selectively edit inside files to decide which changes to keep or roll back. The guided project will introduce you to the following Unity concepts: - Unity Collaborate - Unity Dashboard - SourceGear DiffMerge
Create a Website Using Wordpress : Free Hosting & Sub-domain
In this 2 hours long project-based course, you will learn to create a Beautiful, Professional Medical Business Website from scratch using WordPress with free Hosting and Sub-domain. Our goal is to get free hosting, subdomain, and make use of WordPress to create an amazing medical background website. You'll learn to work with themes, plugins, permalinks of WordPress. By the end of this project, you will be able to register for a free subdomain and hosting for your website on 000webhost. You will be able to install WordPress on 000webhost and you will also be able to create an amazing medical website in WordPress. You do not need any programming skills or experience. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
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.
Advanced Computer Vision with TensorFlow
In this course, you will: a) Explore image classification, image segmentation, object localization, and object detection. Apply transfer learning to object localization and detection. b) Apply object detection models such as regional-CNN and ResNet-50, customize existing models, and build your own models to detect, localize, and label your own rubber duck images. c) Implement image segmentation using variations of the fully convolutional network (FCN) including U-Net and d) Mask-RCNN to identify and detect numbers, pets, zombies, and more. d) Identify which parts of an image are being used by your model to make its predictions using class activation maps and saliency maps and apply these ML interpretation methods to inspect and improve the design of a famous network, AlexNet. The DeepLearning.AI TensorFlow: Advanced Techniques Specialization introduces the features of TensorFlow that provide learners with more control over their model architecture and tools that help them create and train advanced ML models. This Specialization is for early and mid-career software and machine learning engineers with a foundational understanding of TensorFlow who are looking to expand their knowledge and skill set by learning advanced TensorFlow features to build powerful models.
Introduction to Dart
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will learn the basics of Dart. Understand how to work with variables, flow control and functions to start your journey with Dart.
Software Architecture for the Internet of Things
This course will teach you how to design futureproof systems that meet the requirements of IoT systems: systems that are secure, interoperable, modifiable, and scalable. Moreover, you'll learn to apply best-in-class software architecture methods to help you design complex IoT and other applications. Lastly, you'll come to understand the business impact of the technical decisions that you make as an IoT system architect. You'll learn all about software architecture in the next 5 weeks! In the first week, you'll discover why having a well-designed architecture is important and which challenges you might come across while developing your architecture. By the end of the second week, you'll already be able to write your own requirements! In the third and fourth weeks, you will learn how to correctly write quality attributes and quality attribute scenarios for a specific case. In the last week, you'll learn to describe your own patterns and tactics and see how they're used in an Android framework.
Learn to Program: The Fundamentals
Behind every mouse click and touch-screen tap, there is a computer program that makes things happen. This course introduces the fundamental building blocks of programming and teaches you how to write fun and useful programs using the Python language.