Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robin98sun/tutorials-uta-cse6332
Tutorials for the course of UTA CSE6332
https://github.com/robin98sun/tutorials-uta-cse6332
Last synced: 2 days ago
JSON representation
Tutorials for the course of UTA CSE6332
- Host: GitHub
- URL: https://github.com/robin98sun/tutorials-uta-cse6332
- Owner: robin98sun
- Created: 2023-12-12T02:16:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T21:06:15.000Z (about 1 year ago)
- Last Synced: 2024-11-22T21:27:22.761Z (2 months ago)
- Language: Python
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a set of tutorials on how to build a simple web application on Azure
- [Part1: build a static web application in Python using Flask and deploy the application to Azure using VS Code](part1.md)
- [Part2: build a RESTful API](part2.md)
- [Part3: interactive web application using jQuery](part3.md)
- [Part4: query database in the web application](part4.md)
- [Part5: speed up queries using Redis](part5.md)
- [Part6: data visualization using some popular JS libraries](part6.md)[Advices](advices.md)