App Development
Showing 505–516 of 2008 results
Create Your Laravel Hotel App with Translations 4 Languages
Create Your Laravel Hotel App with Translations 4 Languages
Create Your Own 2D Game with Unity 3D
Become familiar with unity 3D software and start building 2d games in Unity 3d from scratch
Creating a Connected App with Flutter 1
This course will teach you to send and receive data to and from a web service using JSON in a Flutter mobile app.
Creating a CRUD REST API with Deno & Oak
Learn to create a CRUD REST API using Deno and Oak, focusing on modern web development practices and API design principles.
Creating a Full Stack App with Flutter 2 and Firebase 7
Flutter helps you to become productive and deliver your cross-platform apps quickly. In this course, you'll explore how to create scalable and high quality apps quickly using a serverless approach in Flutter and Firebase.
Creating a Model Layer for Flask 2
A model layer is a common and useful abstraction in web development. This course will teach you how to implement a model layer within Flask.
Creating a Responsive Layout with Bootstrap 4 Grid
Building the skeleton for a website is a challenge for any web developer. Using Bootstrap’s Grid system will make it easier for you and your users.
Creating a Type Declaration File in TypeScript
This course will teach you how to create TypeScript declaration files to provide type information for the most common types of JavaScript library – those based on globals, or modern modular ones that use ES Modules, CommonJS, AMD, or UMD modules.
Creating an API with Rails 5
This course will help you be able to implement token authentication, support multiple response formats, and build complex responses, all while keeping your app future proof and performant with pagination, API versioning, and GraphQL support.
Creating and Configuring New Websites in IIS
You'll learn to take the mystery out of adding websites to IIS. This course will teach you how to add multiple websites, SSL certificates, and custom configurations with ease.
Creating and Processing Web Forms with Flask 1
Web forms are the main point of interaction between the client and the web server. Learn to utilize the Flask-WTF (WTForms) package to implement them in a poweful Flask web framework.
Creating and Using Decorators in TypeScript 5
Decorators are essential for writing flexible, readable, and modular TypeScript code. This course will teach you how to use and implement decorators.