ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

135,579 results

Scott Wiersdorf
Modeling RESTful API Resources

A presentation on the REST architectural style, how to model RESTful HTTP API resources, HATEOAS, and bibliography.

41:52
Modeling RESTful API Resources

5,294 views

7 years ago

TechPrep
REST v GraphQL v gRPC | API Design

This an overview of REST v GraphQL v gRPC. Preparing for a technical interview? Checkout https://techprep.app/yt ⏰ Time ...

11:39
REST v GraphQL v gRPC | API Design

3,277 views

1 year ago

Martin Baun
Don't make Restful APIs, do this instead

Welcome to the channel! Today, we're diving into why we don't use RESTful APIs and what we do instead. 1. Uniform Interfaces ...

5:41
Don't make Restful APIs, do this instead

2,930 views

1 year ago

Andy Balaam
A Basic REST API

Andy Balaam takes you through the code of a very simple REST API that we will expand over later videos to add lots of features.

25:17
A Basic REST API

14,607 views

12 years ago

DotNet In Minutes
ASP.NET Core Web API CRUD Tutorial (.NET 8) | Full REST API for Beginners

Learn how to build a complete ASP.NET Core Web API CRUD application using .NET 8 — step by step! In this hands-on tutorial, ...

14:51
ASP.NET Core Web API CRUD Tutorial (.NET 8) | Full REST API for Beginners

267 views

2 months ago

Otavio Santana
4 Essential Tips to Enhance Your Java REST API Design

Unlock the secrets to building a robust and scalable Java REST API! In this video, we dive into four key tips every developer ...

9:32
4 Essential Tips to Enhance Your Java REST API Design

455 views

1 year ago

WordPress
Using the WordPress REST API

The WordPress REST API provides a uniform interface for interacting with the data in a WordPress site. In this lesson, you'll learn ...

17:03
Using the WordPress REST API

4,521 views

1 year ago

WordPress
The WordPress REST API

When you're developing for WordPress, there are a number of APIs that you can use to interact with your site data. One of the ...

7:03
The WordPress REST API

8,499 views

1 year ago

Servicenow Technology
Create REST API in ServiceNow

REST : Representational State Transformation Representational - Same data/resource we can represent in different ways State ...

1:36:55
Create REST API in ServiceNow

398 views

1 year ago

FOSS4G
FOSS4GE 2024 | Creating GIS Rest APIS using Geodjango under 30 minutes

We're living in the world of APIs. CRUD operations are base of lot of operations. Many smart frameworks such as Django, Flask, ...

4:09
FOSS4GE 2024 | Creating GIS Rest APIS using Geodjango under 30 minutes

435 views

1 year ago

Utah Cpp Programmers
Adding a REST API with Pistache

Many times you need to integrate your C++ infrastructure with services written in other languages on other machines from other ...

1:02:38
Adding a REST API with Pistache

8,818 views

3 years ago

rtCamp
Using REST API- Intro to REST API

Disclaimer: The videos in the tutorial were created over a period of four years. WordPress as a platform keeps updating frequently, ...

9:36
Using REST API- Intro to REST API

516 views

2 years ago

Channels new to you

TechPrep
Fetch All Restaurant Names | REST API Coding Interview Challenge

This is a coding solution to the Fetch All Restaurant Names REST API technical interview question. Links Question ...

4:30
Fetch All Restaurant Names | REST API Coding Interview Challenge

619 views

5 months ago

TechPrep
Fetch All User Ages | REST API Interview Question

This is a coding solution to the Fetch All User Ages REST API technical interview question. Links Question ...

3:08
Fetch All User Ages | REST API Interview Question

652 views

5 months ago

TechPrep
Count Active Users by Region | REST API Coding Interview Challenge

This is a coding solution to the Count Active Users by Region REST API technical interview question. Links Question ...

3:14
Count Active Users by Region | REST API Coding Interview Challenge

668 views

5 months ago

TechPrep
Find Songs From Search Term | REST API Coding Interview Challenge

This is a coding solution to the Find Songs From Search Term REST API technical interview question. Links Question ...

3:09
Find Songs From Search Term | REST API Coding Interview Challenge

487 views

5 months ago

TechPrep
Total Likes for User | REST API Coding Interview Challenge

This is a coding solution to the Total Likes for User REST API technical interview question. Links Question ...

5:22
Total Likes for User | REST API Coding Interview Challenge

569 views

5 months ago

TechPrep
Fetch And Filter Movie Ratings | REST API Coding Interview Challenge

This is a coding solution to the Fetch And Filter Movie Ratings REST API technical interview question. Links Question ...

4:54
Fetch And Filter Movie Ratings | REST API Coding Interview Challenge

358 views

5 months ago

Andy Balaam
Paging in a REST API

Andy Balaam talks through some choices of how to implement paging through a list resource in a REST API, and reveals how he ...

17:55
Paging in a REST API

7,194 views

12 years ago

𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
Python API Tutorial for Beginners | Build Your First REST API Step by Step

Hi there , I'm Soeng Souy (StarCode Kh) ------------------------------------------- I'm currently creating a sample Laravel and React ...

8:03
Python API Tutorial for Beginners | Build Your First REST API Step by Step

214 views

2 months ago

OktaDev
Build a Secure Java REST API with Spring Boot

This screencast shows you how to build a Java REST API with Spring Boot, secure it with OAuth 2.0, and compile it into a native ...

8:49
Build a Secure Java REST API with Spring Boot

10,366 views

3 years ago

Cisco DevNet
Coding 102   REST API Basics using Cisco Spark

A classroom session from the DevNet Zone at Cisco Live Berlin 2017. Learn more about REST principles and get hands on with ...

47:06
Coding 102 REST API Basics using Cisco Spark

2,704 views

8 years ago

Cisco DevNet
Coding 102   REST API Basics using APIC EM

A classroom session from the DevNet Zone at Cisco Live Berlin 2017 that showcases GET/POST/DELETE with API-specific ...

50:43
Coding 102 REST API Basics using APIC EM

612 views

8 years ago

iDempiere
REST API Showcase and how to secure a REST endpoint with an API Gateway by Diego and Carlos Ruiz

iDempiere REST endpoint is very flexible and wide open, this represent a security risk opening the endpoint for abuse (f.e. DDOS ...

35:00
REST API Showcase and how to secure a REST endpoint with an API Gateway by Diego and Carlos Ruiz

464 views

2 years ago

𝗦𝘁𝗮𝗿𝗖𝗼𝗱𝗲 𝗞𝗵
Laravel 12 JWT API Tutorial | Full Course for Beginners

Hi there , I'm Soeng Souy (StarCode Kh) ------------------------------------------- I'm currently creating a sample Laravel and React ...

1:02:51
Laravel 12 JWT API Tutorial | Full Course for Beginners

1,725 views

2 months ago

Matthew Rowe
A simple tutorial - Rest API in C# winforms.  (Resful API)

A short guide on how to access data from a public API for use in your Winforms project. Find more on www.matthewrowe.co.uk ...

36:10
A simple tutorial - Rest API in C# winforms. (Resful API)

10,715 views

2 years ago