FastAPI with MS SQL Server is a 18-hour training course by IT Genius Institute. หลักสูตรนี้จะสอนการพัฒนา (Backend) API Services ด้วยภาษา Python Programming ที่ใช้ FastAPI ที่เป็น Framework ในการทำ Web API Middleware เพื่อเชื่อมต่อ Database…
Training schedule
No public rounds are open right now — register your interest and we will contact you when the next round opens, or request an in-house session for your team.
หลักสูตรนี้จะสอนการพัฒนา (Backend) API Services ด้วยภาษา Python Programming ที่ใช้ FastAPI ที่เป็น Framework ในการทำ Web API Middleware เพื่อเชื่อมต่อ Database MS SQL Server
Objectives
สามารถพัฒนา API Services ด้วยภาษา Python Programming เพื่อเชื่อมต่อ Database MS SQL Server ได้
Who this course is for
Programmer
นักพัฒนาระบบ
Prerequisites
มีพื้นฐานการเขียน C#
Curriculum
การประกาศ HTTP GET/POST/DELETE/PUT RESTful API
ทดสอบด้วย Postman and Swagger
error handlering
fallback
การรับค่าแบบ string query, parameter, http body
JSON parsing
sub route and versioning
การแยก Subroutes เป็นหลายๆ ไฟล์ด้วย API router
กำหนด CORS - Cross-Origin-Resource-Sharing
static file folder setting
urlencoding form handlering
raw JSON handlering
upload file
FastAPI and SQL database introduction
FastAPI database connection with ORM
FastAPI GET all TODO from database
FastAPI GET TODO by ID
FastAPI POST request (TODO Project)
FastAPI PUT request (TODO Project)
FastAPI DELETE request (Todo Project)
FastAPI starting authentication & authorization
FastAPI: routers scale authentication file
FastAPI router scale TODO file
JSON web token (JWT) overview
FastAPI encode a JSON web token (JWT)
FastAPI decode a JSON web token (JWT)
Frequently asked questions
Who is FastAPI with MS SQL Server for, and what background is needed?
Built for Programmer · นักพัฒนาระบบ Background you should have: มีพื้นฐานการเขียน C# Not sure the fit is right? Talk to our team on LINE @itgenius or call 02-570-8449.
How much does FastAPI with MS SQL Server cost and how long does it run?
THB 10,500 (currently THB 9,450 on promotion). The course runs 18 hours. The fee covers course materials, lunch and refreshments throughout. Pay by bank transfer to the company account, confirm it on our payment page, and we can issue the receipt or tax invoice in your company's name.
Do I get a certificate?
Yes. Everyone who completes the course receives a Certificate of Completion from IT Genius Institute. Each certificate carries its own number, and anyone holding that number can verify it online on our certificate page, so you can add it to your portfolio or pass it to HR as evidence of training.
Where does the training take place, and is there an online option?
You can attend onsite at IT Genius Institute or arrange to join online, and we also run it as a private in-house session for your team. Ask about dates and venues on LINE @itgenius or call 02-570-8449.
What if I fall behind or miss a session — can I retake it?
Yes. You may retake the same course free of charge in a later round, under the institute's conditions. Tell our team which course and round you attended, and we will check it and offer you the rounds that still have seats. Ask us on LINE @itgenius or call 02-570-8449.
How do I enrol, or request a quotation for my company?
Enrol online with the registration form on this page. You can register several attendees at once and enter your tax ID and billing address for the tax invoice. Or request a company quotation straight from the quote button. For anything else call 02-570-8449 or reach us on LINE @itgenius.
Representational state transfer หรือ REST คือการสร้าง Web Service ชนิดหนึ่งที่ใช้สื่อสารกันบน Internet ใช้หลัการแบบ Stateless คือไม่มี Session ซึ่งต่างจาก Web Service แบบอื่น เช่น WSDL และ SOAP การทำงานของ RESTful Web Service จะอาศัย URI/URL ของ request…