Understanding the Basics of the Python Flask Framework and its Workflow
  • Downloading and Installing VirtualBox and Ubuntu
  • Installing Flask and Running a Hello World Program
  • Understanding the Web Cycle For Development
  • Revisiting Hello World Program And Explaining GETs
  • JSON, Examples of JSON, and JSON in Flask
  • GET and POST Requests + Response Structure
  • Downloading and Installing Postman
  • Handling POST Requests in Flask and Building a Mini API
Understanding and Implementing a Simple REST API
  • What is a RESTful API.
  • Restful API Resource Method Chart
  • Project 1, Building Restful API Part 1
  • Project 1, Building Restful API Part 2
Docker
  • What is Docker and Why Use it.
  • Note on Docker Installation
  • Downloading and Installing Docker and Docker-Compose
  • Dockerizing our First Application
MongoDB
  • What is a Database and MongoDB
  • MongoDB Introduction
  • Note on MongoDB installation
  • Installing MongoDB on the Ubuntu Virtual Machine
  • Creating and Deleting Databases
  • Creating and Deleting Collections in MongoDB
  • Query Documents in MongoDB
  • Updating and Sorting and Limiting Documents in MongoDB
  • Note on API to keep track of Number of Users
  • Building a Simple Application to Keep Track of Number of Users
Project: Database as a Service Restful API
  • Chart Protocol for New API Part 1
  • Note on Sentences API
  • Building the Sentences API Part 2
  • Building the Sentences API Part 3
Project: Building a Restful API for Similarity Check using Natural Language Proc
  • Building a Similarity API Part 1
  • Building a Similarity API Docker-compose Structure Part 2
  • Building a Similarity API Registration Part 3
  • Building a Similarity API Detection of Similarity Part 4
  • Building a Similarity API Refilling Part 5
  • Important: Similarity API Updated Source Code
  • Building a Similarity API Testing the API Part 6
Project: Building an Image Recognition Restful API using Tensorflow and Deeplear
  • Building an Image Classification API Part 1
  • Building an Image Classification API, Project folders Part 2
  • Building an Image Classification API, Registration Part 3
  • Building an Image Classification API, Classification Function Part 4
  • Building an Image Classification API, refill functionality Part 5
  • Building an Image Classification API Testing Part 6
Project: Building a Restful API to handle Bank Transactions
  • Building a Bank API, Part 1
  • Building a Bank API, Part 2
  • Building a Bank API, Part 3
  • Building a Bank API, Part 4
Deploying Restful API into AWS EC2 Instance
  • Deploying
[ARCHIVED]: Project: Building an Image Recognition Restful API using Tensorflow
  • Building an Image Classification API Part 1
  • Building an Image Classification API, Project folders Part 2
  • Building an Image Classification API, Registration Part 3
  • Building an Image Classification API, Classification Function Part 4
  • Important: Image Classification API Updated Source Code
  • Building an Image Classification API, refill functionality Part 5
  • Building an Image Classification API Testing Part 6
Extra Information - Source code, and other stuff
  • Source Codes
  • Bonus Lecture and Information