Web Development
Showing 409–420 of 1601 results
Create Your Laravel Hotel App with Translations 4 Languages
Create Your Laravel Hotel App with Translations 4 Languages
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 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 Site with CSS Grid and Bootstrap 4
Layout a site professionally and execute a well thought out web site design from a UX/UI designer with the help of Bootstrap 4, the world’s most popular front-end component library and the robust CSS Grid module, the go to code for responsive pages.
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.
Creating Animations with Vue 2
Vue is one of the world's most popular JavaScript frameworks. This course will teach you how to use Vue's transition and animation features to build more engaging websites and web apps.
Creating Background Services in ASP.NET Core and .NET
You should take this course to learn about using hosted services in ASP.NET Core applications to perform background workloads. You will also learn how to build .NET microservices using the worker service template.