Back to Courses

Mobile And Web Development Courses - Page 42

Showing results 411-420 of 456
Material Components for Flutter Basics
This is a self-paced lab that takes place in the Google Cloud console. Design a basic frontend for a mobile app using Material Components for Flutter.
Java Class Library
Java Class Library is the fourth and final course in the Core Java Specialization. The Core Java Specialization is part of a series of programming specializations, derived from LearnQuest's private Java Bootcamps, designed to provide the skill set necessary to be hired as an IT developer using Java in many corporate environments. After completing this course, you will be able to write reusable code that remains type-safe using Java Generics, work with collections of objects, work with files, handle runtime errors, and generally be prepared to move on to learning to use Java frameworks such as Spring Boot and Jakarta EE. There are over 4200 classes in the Java 8 class library, with 100s of new ones compared to prior versions of Java. In this course, we will cover additional language features that enable the class library, essential library areas, and provide roadmaps to areas for self-exploration. To be successful in this course, you should have taken: - Course 1: Introduction to Java - Course 2: Introduction to Object-Oriented Programming with Java - Course 3: Object-Oriented Hierarchies in Java or have equivalent knowledge.
iOS App Development Basics
iOS App Development Basics, the second course in the iOS App Development with Swift specialization, expands your programming skills and applies them to authentic app development projects. The topics covered in this course include Xcode basics, Core iOS and Cocoa Touch frameworks, simple user interface creation, MVC Architecture and much more. With a focus on using Apple’s components to access sensors like camera, microphone and GPS, by the end of this course you will be able to create a basic App according to specified parameters and guidelines. Currently this course is taught using Swift 2. The team is aware of the release of Swift 3 and will be making edits to the course in time. Please be aware that at this time the instruction is entirely with Swift 2.
Website Styling
In this 1-hour long project-based course, you will learn how to gain an understanding of CSS by setting up an HTML doc and examining the styling in it. Learn the CSS syntax breakdown then practice how to use it on their stylesheet. Learn what CSS selectors are and how to call each selector when using your stylesheet. Will be introduced to the three different forms of CSS; internal, external, and inline. Will be introduced and utilize three aspects of CSS; Borders, Backgrounds, Margins. Will be introduced and utilize three aspects of CSS; Color, Text, Fonts. 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.
Introduction to JavaScript
In this beginning-level course you will discover where JavaScript fits into the world of web development. Through hands-on exercises, you will use the Notepad++ text editor to embed JavaScript code to an existing HTML document. As you code a simple JavaScript program to provide user interaction you will learn to recognize and apply syntax rules and coding standards associated with JavaScript. The final activity in the course has you moving your JavaScript code into an external file so that you can compare inline and external JavaScript. 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.
Angular tooling: Generating code with schematics
In this 2-hour project, you'll master Angular Schematics. After completing the hands-on exercises, you'll be able to create your own schematics collection, effectively use templates, modify files, compose multiple rules and use them through the Angular CLI.
Service-Oriented Architecture
Based on an understanding of architectural styles, you will review architectures for web applications, then explore the basics of Service-Oriented Architecture (SOA) in two approaches: Web Services (WS*) and Representational State Transfer (REST) architecture. In the Capstone Project you will connect a Java-based Android application with Elasticsearch, a web service with a REST application programmer interface (API). After completing this course, you will be able to: • Describe SOA (Service-Oriented Architecture) to structure web-based systems. • Explain WS* services (i.e., SOAP over HTTP, WSDL, UDDI, BPEL). • Apply REST architecture (i.e., JSON over HTTP, URI). • Identify REST design principles. • Create a system using REST interfaces. • Apply microservice architecture.
Introduction to Server Side Rendering in React
By the end of this project, you will Build a Server-side Rendered React (SSR) App. For the Server-side react implementation, we will be using the Next.js React Framework, since that is designed for server-side react development and eliminates the need for installing and configuring additional libraries required for React SSR.
Integrating Test-Driven Development into Your Workflow
In this course we will discuss how to integrate best practices of test-driven development into your programming workflow. We will start out by discussing how to refactor legacy codebases with the help of agile methodologies. Then, we will explore continuous integration and how to write automated tests in Python. Finally, we will work everything we've learned together to write code that contains error handlers, automated tests, and refactored functions.
Build Your First React Website (Part II)
This 1.5 hours guided project is part 2 of the project "Build Your First React Website." In this project, we focus on persistent states for class components and different strategies for them to communicate with each other. At the end of this course, you will be able to choose and deploy different communication strategies for communications among React components. This class requires basic React and intermediate to advance experiment in JavaScript development as a prerequisite.