Back to Courses

Mobile And Web Development Courses - Page 21

Showing results 201-210 of 456
Build a Facebook Clone with PHP
In this 2-hour long project-based course, you will learn how to develop a web application as well as you will learn and understand the working principle of Facebook. In this project, you will learn how to set up the development process of a web application, how to design and style a web page, connect a web page into a back-end database and insert information into a database. By the end of this project, you will be able to develop a clone of any web application.
App Engine: Qwik Start - Python
This is a self-paced lab that takes place in the Google Cloud console. This hands-on lab shows you how to create a small App Engine application that displays a short message.
Node.js Backend Basics with Best Practices
By the end of this project, you will create a backend using industry best practices that you will be able to cater to all of your different projects. This project gives you a head start with one of the most widely used libraries used for the backend, express.js. The project will provide you with the steps on how to design a node.js architecture following the separation of concerns design pattern Learning Node.js and Express.js will open the door for you to create solid and scalable backend systems that will be customized to your projects. This guided project is for intermediate software developers who would like to learn how to deliver a scalable and well-designed backend to apply in their projects or in their work in the future.
Build an Online Auction Server with ExpressJS
Have you ever wanted to learn about backend (server) development and become a "full-stack" developer (someone who can do front-end and back-end development)? It is not as complicated as you think! In this 1.5 hours class, you will dive right in, learn the basics of one of the most popular web server frameworks, and write a server process to serve a simulated online auction website! Recommended background: HTML, CSS, JavaScript, RESTful API.
Android App Capstone
This Capstone project will enable you to demonstrate multiple skills from the Certificate program by solving an authentic real-world problem—creating a native Android mobile app. This course will test your knowledge and skillset. On completion of the Capstone project, you’ll have an interactive mobile application that you can show to recruiters and potential employers.
Testing for Web Accessibility With Accessibility Insights
In this 2-hour long project-based course, you will learn how to administer automated checks, understand the test results, and conduct manual accessibility tests to evaluate whether a site is perceivable, operable, understandable, and robust. By the end of the project, you will have generated an accessibility report by running industry-leading automated tests and basic manual tests. 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.
Android Graphics with OpenGL ES
This course will cover the fundamentals of OpenGL and OpenGL ES in Android. This course is unique because it covers the mechanics of how OpenGL works and also more practical applications to draw 2D and 3D objects. This is an ideal primer for more complex courses on VR and AR within Android. We'll begin by covering the OpenGL Pipeline and Shading Language. Then we'll look at drawing simple 2D objects and increasingly complicated 3D objects in OpenGL and OpenGL ES. There are practical exercises throughout the course to apply your understanding, and there is a summative project which can form part of your professional portfolio.
Build a Two Screen Flutter Application
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will build simple two page app that demonstrates the basics of Flutter. At the end of this lab you will have a simple application that demonstrates why Flutter is so popular with developers.
Create and run a .NET Core console app in Linux using docker
This Guided Project "Create and run a .NET Core console app in Linux using docker" is an intermediate level project that is suitable for anyone interested in application development. In this 1-hour long project-based course, you will recognize the advantages of creating console applications, analyze the structure of a console application, identify the differences between CLI and GUI, create a .NET Core console application in Ubuntu (most popular and widely-used Linux distribution), create and configure a Dockerfile for .NET, generate a docker image and run the application locally inside a docker container. To achieve this, we will start by recognizing the meaning and structure of console applications and the advantages of creating one, followed by developing a .NET Core console application using the CLI, generating a docker image for the application and running it inside a docker container. This project is unique because it will prepare you to create applications that require little to no front-end designing skills but focuses strictly on functionality by utilizing the CLI and sharing lightweight prototypes with others that run on various operating systems such as Windows, Linux and MacOS. In order to be successful in this project, you should be familiar with object-oriented programming concepts. Having experience of working in a Linux environment along with a basic knowledge of C# will be a plus. Let's get started!
Test your Angular web application using Jasmine and Karma
In this 1-hour long project-based course, you will learn how to generate a new Angular project, create components and write unit tests in the spec file. You will learn how to bootstrap your tests, and will test the presence of text and the action of clicking a button. You will test the presence of HTML attributes, and the passage of data from a parent component to a child component. 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.