Article Index Algorithm, Prgoramming, Architecture, Cloud
- 9001. Online Judge - Building Web App with MEAN Stack9001. Online Judge - Building Web App with ...
Build online judge application with MEAN stack(MongoDB, Express, Angular and Node.js).
- Comments
- |
- MEAN, Angular, Express, MongoDB
- 9002. Online Judge - Backend RESTful API Server9002. Online Judge - Backend RESTful API Se...
Setup backend server for Online Judge app to host RESTful API services.
- Comments
- |
- Express, MongoDB, Mongoose
- 9003. Online Judge - Frontend with Angular9003. Online Judge - Frontend with Angular
Setup frontend UI for Online Judge app with Angular.
- Comments
- |
- Angular
- 9011. Online Judge - User Authentication9011. Online Judge - User Authentication
Introduce how to implement user authentication with token.
- Comments
- |
- Sign Up, Login, Return URL
- 9012. Online Judge - Remember Me9012. Online Judge - Remember Me
Introduce how to implement auto login in Angular application.
- Comments
- |
- Token, Cookies
- 9013. Online Judge - Export Data9013. Online Judge - Export Data
Introduce how to export data from MongoDB in Angular application.
- Comments
- |
- csv-express
- 9014. Online Judge - Import Data9014. Online Judge - Import Data
Introduce how to upload data into MongoDB in Angular application.
- Comments
- |
- Multer, Fast-csv
- 9021. Online Judge - Rich Text Editor9021. Online Judge - Rich Text Editor
Introduce how to use WYSIWYG(what you see is what you get) Editor: ngx-editor.
- Comments
- |
- ngx-editor
- 9022. Online Judge - Code Editor9022. Online Judge - Code Editor
Introduce how to use Monaco Editor: ngx-monaco-editor for editing code.
- Comments
- |
- Monaco Editor
- 9023. Online Judge - Progress Bar9023. Online Judge - Progress Bar
Add progress bar for each http request call in Angular application.
- Comments
- |
- ngx-progressbar
- 9031. Online Judge - Judging System9031. Online Judge - Judging System
Introduce how to build Judging System for this online judge app.
- Comments
- |
- spawn
- 9032. Online Judge - Others9032. Online Judge - Others
Build online judge application with MEAN stack(MongoDB, Express, Angular and Node.js).
- Comments
- |
- MEAN, Angular, Express, MongoDB
- 9041. Online Judge - Deploying Full Stack Angular App to Heroku9041. Online Judge - Deploying Full Stack A...
Deploy online judge app built with Angular and Express to Heroku.
- Comments
- |
- Angular, Heroku
- 9042. Online Judge - Continuously Deploy MEAN Stack App to Heroku and Netlify with Travis-CI9042. Online Judge - Continuously Deploy ME...
Deploy online judge app built with Angular and Express to Heroku and Netlify with Travis-CI.
- Comments
- |
- Heroku, Travis CI, Netlify
- 9043. Online Judge - Deployment with Shell Script - Draft9043. Online Judge - Deployment with Shell ...
Learn how to deployment the online Judge application through shell script.
- Comments
- |
- Online Judge