23 December, 2024
Latest News

AIQA01 – Introduction

AINLP11 – Summary

AINLP10 – Knowledge check

AINLP09 – Exercise – Analyze text

AINLP08 – Extract linked entities

AINLP07 – Extract entities

AINLP06 – Analyze sentiment

AINLP05 – Extract key phrases

AINLP04 – Detect language

AINLP03 – Provision an Azure AI Language resource

AINLP02 – Introduction

AINLP01 – Develop natural language processing solutions with Azure AI Services

AZAI8 – Understand capabilities of Azure Cognitive Search

AZAI7 – Understand capabilities of the Azure OpenAI Service

AZAI5 – Understand capabilities of Azure Machine Learning

AXIN10 _ Các video hướng dẫn có lượt view cao nhất

AXIN9 – Sử dụng Interceptors để thêm token vào mọi request

AXIN8 – Xóa dữ liệu với DELETE request

AXIN7 – Gửi dữ liệu với PUT request

AXIN6 – Gửi dữ liệu với POST request

AXIN5 – Lấy dữ liệu với nhiều yêu cầu GET đồng thời

AXIN4 – Xử lý lỗi trong các yêu cầu HTTP

AXIN3 – Thay đổi header của request trước khi gửi đi

AXIN2 – Cách thiết lập Axios Interceptors trong React

AXIN1 – Giới thiệu về Axios và Interceptors

AZAI4 – Understand considerations for AI Engineers

AZAI3 – Understand AI-related terms

AZAI02 -Define artificial intelligence

AZAI01 – Introduction

Day 5 –  Write a sentence based on  a picture

DAY 3 EMAIL

Day 2:  Write a sentence based on a picture

Day 1: Although more and more people read news on the Internet, newspapers will remain the most important source of news. Do you agree or disagree?

Test

Describe a Picture – 02

AXIN8 – Xóa dữ liệu với DELETE request

Bước 1: Tạo Axios Instance Đầu tiên, chúng ta tạo một file axiosInstance.js để tạo một instance của Axios. Bước 2: Sử dụng Axios Instance trong một React Component Sau khi tạo instance của Axios, chúng ta sử dụng nó trong một component React để thực hiện yêu cầu DELETE và xử lý phản hồi. […]

2 mins read

AXIN6 – Gửi dữ liệu với POST request

Bước 1: Tạo Axios Instance Đầu tiên, chúng ta tạo một file axiosInstance.js để tạo một instance của Axios. Bước 2: Sử dụng Axios Instance trong một React Component Sau khi tạo instance của Axios, chúng ta sử dụng nó trong một component React để gửi dữ liệu qua POST request và xử lý phản […]

2 mins read

AXIN4 – Xử lý lỗi trong các yêu cầu HTTP

Bước 1: Tạo Axios Instance với Interceptor Đầu tiên, chúng ta tạo một file axiosInstance.js để tạo một instance của Axios và thêm Interceptor để xử lý lỗi. Bước 2: Sử dụng Axios Instance trong một React Component Sau khi tạo instance của Axios với Interceptor, bạn có thể sử dụng nó trong các component […]

3 mins read