Web Development
Showing 1405–1416 of 1534 results
Using Hooks in React 18
This course will teach you how to best use React Hooks, how to build your own Hooks, and how to combine Hooks together to make awesome React apps.
Using HttpClient to Consume APIs in .NET 5
This course will teach you how to consume APIs with HttpClient in .NET.
Using Laravel for Advanced String Manipulation in PHP
Explore advanced string manipulation techniques in PHP using the Laravel framework, focusing on practical applications and best practices.
Using MiniProfiler in ASP.NET Core 4
This course will help you enable MiniProfiler, which can show you the timing of different code segments within your HTTP request, report on what SQL Statements were run during a request, and even help to detect problems.
Using OAuth to Secure Your ASP.NET 4 API
Learn how to use ASP.NET and OAuth together to build a world-class, secure, and high-quality API. You'll cover bad examples of ASP.NET API, approaches with third-party applications, different OAuth flows, Identity Server, and more.
Using OpenAI API for Natural Language Processing in JavaScript
Learn to use OpenAI’s API for natural language processing in JavaScript, focusing on text generation and analysis applications.
Using OpenAI API for Natural Language Processing in Python
This course covers various endpoints of the Open AI API with GPT and how it can accomplish NLP tasks such as text completion, summarization, and classification.
Using OpenAPI/Swagger for Testing and Code Generation in ASP.NET Core 2
Testing an API improves its reliability. Generating client-side code helps with getting started fast when building a client that consumes your API. OpenAPI can help with both. In this course, you'll learn how.
Using Python and Transcrypt to Build a Complete Web Application
Learn to use Python and Transcrypt for building complete web applications, focusing on code transpilation and integration with front-end technologies.
Using React 17 Hooks
React Hooks bring state and lifecycle events to React Functional Components as well as streamlining code that previously was coupled and complex. Learn techniques for using React Hooks including Redux-like state management with React Context.
Using Single Sign-On for Securing Applications in ASP.NET Core
Understand how to implement single sign-on for securing applications in ASP.NET Core, focusing on user authentication and management strategies.
Using the Gamepad API for a Better Gaming Experience on the Web
This talk explores the usage and impact of the Gamepad API in the web gaming space. The Gamepad API lets you connect and use gaming controllers with browsers. Since it is in early stages, tracking controller inputs across browsers is a challenge.