Links to resources to help with projects
An article on being a successful team member: How to Build Credibility at Work
Python
- How to pass arguments in URL with Django: Django URL dispatcher
- Passing parameters to PostgreSQL query in Python: Psycopg documentation
- Chaquopy: Using Python in Android Apps
PostgreSQL
- Syntax and limitations of CREATE TABLE
- The range and storage sizes of various numeric types
Google Colab to run complex ML algorithms
Google Colab is a free online platform that allows you to write and run code in Python. Google Colab provides free access to graphics processing units (GPUs) and tensor processing units (TPUs) which can be used to accelerate the performance of ML workloads, such as computation for deep learning tasks. EECS 442 has a wonderful page which has detailed steps on how to use Google Colab. Google also has paid versions with extra features.
Microservices
- When Microservices Are a Bad Idea
- Scaling up the Prime Video audio/video monitoring service and reducing costs by 90%
- Martin Fowler Was Right: Microservices Suck
- Are Microservices the Future?
Prepared for EECS 441 by Nowrin Mohamed and Sugih Jamin | Last updated: August 23rd, 2023 |