Back to Courses

Software Development Courses - Page 29

Showing results 281-290 of 1266
Display Student Data with Linechart and Separator in JavaFX
In this project, the learners will create a GUI that uses two separators to display controls and a line chart that shows the number of students who have enrolled part time, full time, and online. When data is entered in a set of text fields, a button is clicked to show a line chart for the number of students who have enrolled in these modes of study from 2019 to 2022.
Data Mining Methods
This course covers the core techniques used in data mining, including frequent pattern analysis, classification, clustering, outlier analysis, as well as mining complex data and research frontiers in the data mining field. Data Mining Methods can be taken for academic credit as part of CU Boulder’s Master of Science in Data Science (MS-DS) degree offered on the Coursera platform. The MS-DS is an interdisciplinary degree that brings together faculty from CU Boulder’s departments of Applied Mathematics, Computer Science, Information Science, and others. With performance-based admissions and no application process, the MS-DS is ideal for individuals with a broad range of undergraduate education and/or professional experience in computer science, information science, mathematics, and statistics. Learn more about the MS-DS program at https://www.coursera.org/degrees/master-of-science-data-science-boulder. Course logo image courtesy of Lachlan Cormie, available here on Unsplash: https://unsplash.com/photos/jbJp18srifE
Oracle Database Foundations
This Specialization is designed to help beginners learn the foundational knowledge invaluable towards their journey to becoming proficient with the Oracle database environment. There are four courses in this specialization. This is the first. Please be sure to take the courses in the order they are presented.
Use Menus to Process Simple Personal Data in JavaFX
In this project, you will create a simple GUI application that uses two menus to process simple personal details in JavaFX framework. A template program is provided that contains labels, text fields, and radio buttons with simple personal details. You will then create and add two menus to the GUI. When the item on the first menu is selected the entered personal details will be displayed. When the item on the second menu is selected, the background color of the screen will change.
Build & Deploy AI Messenger Chatbot using IBM Watson
In this 1 hour long project-based course, you will learn how to build, test and deploy an AI chatbot that will be able to interact with your customers, answer their questions and through which your clients will be able to make a booking. We will begin this guided project by creating an IBM Cloud account. We will be using the Free plan of IBM cloud which allows up to 1000 unique Monthly Active Users (MAU) to chat with your chatbot and up to 10,000 messages per month. We will also explore all the integrations and deploy the IBM Watson chatbot assistant to Messenger. By the end of this project, you will have a full-featured chatbot on the backs of possibly one of the most advanced machine learning technologies that is available to the public. You do NOT need any prior experience in coding or chatbot creation to be able to complete this project. This project is beginner-friendly. Requirement: You will need a credit card to sign up for IBM Cloud account. 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.
Version Control with Git
The Version Control with Git course provides you with a solid, hands-on foundation for understanding the Git version control system. Git is open source software originally created by Linus Torvalds. Git manages team files for large and small projects. This allows the team to continuously improve its product. It is used by most major technology companies, and is assumed knowledge for many modern programming and IT jobs. It is a core component of DevOps, continuous delivery pipelines and cloud-native computing. You could also use Git to manage the many continuously improving revisions of that book that you are writing. In this course, you will not learn everything there is to know about Git, but you will build a strong conceptual understanding of the technology, and afterward will be able to confidently dig deeper on any topic that interests you. This course assumes no previous knowledge of Git, but if you do have experience with it, you may find this course to be both useful and challenging. This is especially true if you currently "know just enough Git to be dangerous". There are two paths in this course. Both rely heavily on hands-on labs. One path assumes that you have experience using a command line interface, and the other path uses the Sourcetree graphical client. If you are not experienced with a command line, we highly suggest that you go through the Sourcetree path. Eventually, you might want to go through both paths, so that you can decide which tool to use for specific tasks. Besides, repetition is good for learning :) You can watch the videos and take the quizzes from your phone if you want, but the hands-on labs require you to have a Windows or Mac computer. If you use the command line path through the course, you can also use Linux. This course uses Bitbucket (bitbucket.org) as the hosted provider for remote Git repositories. Bitbucket is free for teams of up to 5 people, including private repositories. However, most of the knowledge that you gain in this course applies to Git itself, and you can apply this knowledge to other hosted Git providers (such as GitHub). This course tries to be as concise as possible. It will probably take you about 5-10 hours to go through one of the two paths, but your mileage may vary.
Capstone: Autonomous Runway Detection for IoT
This capstone project course ties together the knowledge from three previous courses in IoT though embedded systems: Development of Real-Time Systems, Web Connectivity & Security and Embedded Hardware and Operating Systems. The students will develop a larger system using the learning outcomes from these courses, and the students will evaluate the developed system in a real-world programming environment. This course is a true engineering task in which the student must, not only implement the algorithm code, but also handle the interfaces between many different actors and hardware platforms. The students will learn how to motivate engineering decisions and how to choose implementations to make a system actually running. The students will also learn to evaluate the efficiency and the correctness of their system as well as real-world parameters such as energy consumption and cost.
Create User Stories in Jira
By the end of this project, you will be able to use Jira Software for project management to plan and manage your work. Jira is one of the most in demand project management tools and learning Jira will help you understand how to plan and manage your work, especially in the software field. This project is for beginners who aim to track, organize, and prioritize bugs, new features, and improvements for certain software releases or projects. In this project you will be able to create well-defined user stories in Jira, you will also create and use Sprints and Epics. You will identify the differences between them and be able to apply what you learned on any piece of work you are working on. This project will provide you with a good start in project management in the software field.
Getting Started with Go
Learn the basics of Go, an open source programming language originally developed by a team at Google and enhanced by many contributors from the open source community. This course is designed for individuals with previous programming experience using such languages as C, Python, or Java, and covers the fundamental elements of Go. Topics include data types, protocols, formats, and writing code that incorporates RFCs and JSON. Most importantly, you’ll have a chance to practice writing Go programs and receive feedback from your peers. Upon completing this course, you'll be able to implement simple Go programs, which will prepare you for subsequent study at a more advanced level.
Create a Selection Highlight with Unity Shader Graph
Shaders provide color and texture and some stunning visual effects to any game. Traditionally, shaders are written in code, and can be very complex to develop. Unity has introduced Shader Graph, a visual tool that allows non-coders to produce their own special-effect shaders. A highlight shader is a common effect in games, giving visual feedback to players as they search for interactible objects in a scene. In this one-hour, project-based course, you'll learn how to create a highlight shader using Unity's node-based Shader Graph. You'll become familiar with some of the basic nodes and their functions, building up a fully functional shader that has a configurable highlight component. You will also learn how to expose node properties to the Unity Inspector, allowing developers to use your shader just like any other in the editor. The guided project will introduce you to the following Unity concepts: - Shader Graph - Materials - Simple coding techniques including Materials.