Back to Courses

Mobile And Web Development Courses - Page 44

Showing results 431-440 of 456
Dialogflow CX: Parameter Manipulation
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will use regular expressions to do parameter validation (e.g., on a PNR Number) and reset parameters to null when the user starts a new flow of conversation. As you start to give your virtual agent the ability to have more dynamic conversations, some of the more advanced features of Dialogflow CX can make your agent even more conversational. In this lab you'll learn how to use some advanced features of Dialogflow CX to enhance the conversational experience of your virtual agent. You'll learn how to add the ability for a user to check a flight's status through the virtual agent by providing a confirmation number and connect the 'Book a Flight' scenario into a new Anything else? page so that the agent is always ready to handle another request from the user.
Deploying a Python Flask Web Application to App Engine Flexible
This is a self-paced lab that takes place in the Google Cloud console. In this lab, you will learn how to use App Engine Flexible with Python’s Flask framework. You’ll deploy a web application that allows users to upload photos of people’s faces and do simple facial recognition with the Cloud Vision API.
Introduction to Front-End Development
Welcome to Introduction to Front-End Development, the first course in the Meta Front-End Developer program. This course is a good place to start if you want to become a web developer. You will learn about the day-to-day responsibilities of a web developer and get a general understanding of the core and underlying technologies that power the internet. You will learn how front-end developers create websites and applications that work well and are easy to maintain. You’ll be introduced to the core web development technologies like HTML and CSS and get opportunities to practice using them. You will also be introduced to modern UI frameworks such as Bootstrap and React that make it easy to create interactive user experiences. By the end of the course, you will be able to: - Describe the front-end developer role - Explain the core and underlying technologies that power the internet - Use HTML to create a simple webpage - Use CSS to control the appearance of a simple webpage - Explain what React is - Describe the applications and characteristics of the most popular UI frameworks For the final project in this course, you will create and edit a webpage using HTML and the Bootstrap CSS framework. Using a responsive layout grid, you will construct a responsive webpage containing text and images that looks great on any size screen. This is a beginner course intended for learners eager to learn the fundamentals of web development. To succeed in this course, you do not need prior web development experience, only basic internet navigation skills and an eagerness to get started with coding.
Database Engineer Capstone
In this course, you will demonstrate your new skillset by designing and composing a database solution. By the end of this course, you’ll be able to: - Build a MySQL database solution - Model data from a web app to design a database solution - Build stored procedures for a web app - Create database admin utility apps with Python - Gather and utilize project resources - Deploy level-up ideas to enhance the scope of a database project You’ll gain experience with the following tools and software: - Python utilities - Project management tools - Django API development software - MySQL testing tools - Application development resources - Project Management - Application development - Database solutions - Django - MySQL
Coding Interview Preparation
The final course in this program will help prepare you for the unique aspects of a coding job interview, with approaches to problem solving, computer science foundations and soft skills needed to land the job. You’ll gain strategic insights and tips for successful interviewing. And, you’ll have the opportunity to openly discuss the emotional components of the interview process with other learners taking this course.
Database Clients
Explore how to write database driven applications in Python by creating various types of clients that connect to MySQL databases using Python code and Python-related MySQL features and tools. By the end of this course, you’ll be able to: - Utilize Python code to create, populate and manipulate MySQL databases and tables - Access advanced functionality in MySQL using custom built Python clients - Develop working familiarity with advanced topics in MySQL - Apply the principles of advanced MySQL topics to problem solving using Python - Develop a working knowledge of the methods by which a MySQL database connects to the web via a Django API - Create a useful Python application capable of administration of a MySQL database You’ll gain experience with the following tools and software: - Python code - Python-related MySQL features and tools - Django REST framework - _meta API
Responsive Website Tutorial and Examples
In this course, we will show you exciting examples of collaborative, interactive web applications that use various types of media including sound, images and big data. We will show you how to build sites that provide precisely this functionality, using Meteor. We will also provide fully working example application code that you can use for your own commercial web projects. The course also provides a range of advice and suggestions about how to develop bespoke web applications which match the requirements of clients, where clients are people who commission the product or people who use the product. We will take you through the development of the following applications: 1. A portfolio website with collaborative blogging functionality. 2. An interactive, realtime, multi user music remixing system. 3. An interactive, online graffiti wall where users can collaborate to create graphics. 4. An interactive data visualisation platform for exploring and plotting big data in exciting ways. At the end of this course, you will be able to: • Implement animated data visualisations and graphics using advanced user interface libraries such as vis.js • Work with external data sources • Create multi user, realtime, collaborative environments • Use media APIs such as the Web Audio API Participation in or completion of this online course will not confer academic credit for University of London programmes.
Learn Javascript with zero prior programming experience
Absolute beginners welcome! Did you know that programming has one of the highest dropout rates of all undergraduate majors? When approached in the wrong way, learning Javascript can be an incredibly frustrating process. In this guided project, we’ll draw upon 40 years of research into the best ways to introduce new programming concepts in an enjoyable but rapid manner. Many courses with titles like "Javascript for Beginners" really mean “Javascript for people who know other programming languages but are beginners at Javascript." This guided project will include introductory programming activities that have been extensively researched to provide you the best possible foundation for learning to program using Javascript. More importantly, it's designed to give beginner learners a firm enough foundation in programming that they can feel confident creating their own unique programs from scratch. By the end, you'll be writing your own programs to solve a challenging mystery using complex Javascript loops and conditionals.
Routing and Navigation Concepts in Angular
By the end of this project, you will create and build routing and navigation user interface in Angular. So in this guided project you will learn the basic concepts related to routing and navigation like configuring routes, understanding parent and child routes, handling invalid URLs, and route parameters etc.
Use React State and Props to Create an Online Quiz
By the end of this project, you will use React State and Props to create an online quiz by fetching data from an existing REST API and using React props and state to present questions and check answers. React is an ideal application for creating a web application that can perform dynamic tasks on the Client side using API calls to a REST API. Using React child components helps to break problems down into smaller subtasks. One component may be responsible for fetching data from an API, while another handles form creation and submission. React props allows information passing from React Parent Components to Child Components. 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.