- Modern JavaScript Applications
- Narayan Prusty
- 234字
- 2021-07-14 11:02:30
Further improvements to the site
Here is a list of things we can do now to make the site architecture even better and add some extra features. You will also get some practice writing code involving the microservices architecture by performing the following actions:
- Create a separate service for the admin panel. The benefit of this is that you can update the admin panel without affecting the visitors, that is, while the admin panel is being updated, the users will still be able to visit and browse coupons. For this, you need to move the route of the admin panel to a new service.
- Fetch the username and password from the database. For this, you need to add some actions to the database service.
- Resize or crop images to thumbnail size, as that's the size of an image being displayed on the frontend. This will save the disk space. This needs to be done with the help of the upload service.
- You can create a mobile app for the website. For this, you need to create a service that provides APIs for the mobile app. New coupons can be submitted to the upload service by adding a query string, indicating that the request has arrived from the mobile app so that it won't redirect, instead send a response once coupon is submitted successfully.
These are just some ideas to make the site even better.
推薦閱讀
- Java范例大全
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- AngularJS Web Application Development Blueprints
- 從0到1:HTML+CSS快速上手
- Python Geospatial Development(Second Edition)
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Java EE 7 Development with NetBeans 8
- 用Python實現深度學習框架
- Asynchronous Android Programming(Second Edition)
- C語言程序設計
- PHP+Ajax+jQuery網站開發項目式教程
- Orleans:構建高性能分布式Actor服務
- Orchestrating Docker
- 深入分析GCC
- 深入大型數據集:并行與分布化Python代碼