Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)