issues
search
vantoan8x
/
GAM-Public-Training
1
stars
0
forks
source link
Training Access for Live Training - GStart Tool
#1
Open
vantoan8x
opened
4 years ago
vantoan8x
commented
4 years ago
Nov 01st, 2020
[ ] 1. How to use Linux, Atom, VS Code. @vantoan8x
[ ] 2. How to know Javascript, CSS, HTML. @vantoan8x
Nov 03rd, 2020
[ ] 3. Working witn Bash. @tanloc27
[ ] 4. Working with Git. @tanloc27
Nov 05th, 2020
[ ] 5. Working with GStart. @khoaquocngo
[ ] 6. Create Project Using GStart. @khoaquocngo
Nov 07th, 2020
[ ] 7. Connect Database and Session. @thtuan
[ ] 8. Authentication with GStart. @thtuan
Nov 09th, 2020
[ ] 9. Upload and Download File. @trungpham71198
[ ] 10. API Profiling in GStart. @trungpham71198
Nov 11th, 2020
[ ] 11. Advance GStart MRC, Part 1 - Model. @vantoan8x
[ ] 12. Advance GStart MRC, Part 2 - Route. @khoaquocngo
Nov 13th, 2020
[ ] 13. Advance GStart MRC, Part 3 - Controller. @gialynguyen
[ ] 14. CronJob Scheduler in GStart. @thtuan
Nov 15th, 2020
[ ] 15. Role & Permission in GStart. @tanloc27
[ ] 16. Work with File in GStart. @trungpham71198
Nov 17th, 2020
[ ] 17. Deploy Application in Cloud. @vantoan8x
[ ] 18. GStart API Statistic & Report Event. @vantoan8x
Nov 19th, 2020
[ ] 19. GStart Send Mail. @khoaquocngo
[ ] 20. GStart Push Notification. @thtuan
Nov 21th, 2020
[ ] 21. GStart UDP Server. @trungpham71198
[ ] 22. GStart Sub Request. @trungpham71198
Nov 23th, 2020
[ ] 23. GStart Advance Query Database. @gialynguyen
[ ] 24. GStart with Web Socket. @gialynguyen
Nov 25th, 2020
[ ] 25. Test Case, Unit Test with GStart. @vantoan8x
[ ] 26. Course Summary. @vantoan8x
vantoan8x
commented
4 years ago
1. How to use Linux, Atom, VS Code.
[ ] Linux Concept.
[ ] File/Folder and Permision.
[ ] Service and SystemD Startup.
[ ] Sample file Editing with Nano, Vim.
[ ] VSCode, Atom.
[ ] Find/Search text.
[ ] Goto Line Number.
[ ] Regex Search.
[ ] HotKey Usage.
[ ] Terminal in IDE.
vantoan8x
commented
4 years ago
2. How to know Javascript.
[ ] JS Concept.
[ ] Variable.
[ ] Object/JSON Structure.
[ ] Function
[ ] If, If Else.
[ ] Switch Case.
[ ] For, While.
[ ] For in, of.
[ ] Map, Reduce, Filter.
[ ] Promise.
[ ] Async, Await.
[ ] Regex.
vantoan8x
commented
4 years ago
3. Working witn Bash.
[ ] Bash type SH, Bash, CSH, ...
[ ] PWD
[ ] LS
[ ] CD
[ ] Mkdir
[ ] CP
[ ] RM
[ ] MV
[ ] GREP
[ ] PS
[ ] Kill
[ ] PKill
[ ] APT/Brew
[ ] Netstat
[ ] PStree
[ ] Top
[ ] HTop
[ ] Curl
[ ] WGget
[ ] Nano
[ ] Vim
[ ] Export
[ ] Script Bash File
[ ] Condition If, Else
[ ] Condition Case
[ ] Loop For, While
[ ] Function
[ ] Pipe Command ls -la | grep "mrbean"
[ ] Call other Process by using $()
[ ] Sample Script Program.
vantoan8x
commented
4 years ago
4. Working with Git.
[ ] Git Concept Remote, Branch, Tag, Commit, HEAD.
[ ] Git Client UI.
[ ] GitX/GitG/Git GUI.
[ ] Git Ignore File.
[ ] Git Submodule.
[ ] Git Init/ Git Clone.
[ ] Git Add.
[ ] Git RM/MV.
[ ] Git Commit.
[ ] Git Pull.
[ ] Git Push.
[ ] Git Branch.
[ ] Git Remote.
[ ] Git Checkout.
[ ] Git Reset.
[ ] Git Cherry-Pick.
[ ] Git Rebase.
[ ] Git Merge.
[ ] Git Revert.
[ ] Git Log.
vantoan8x
commented
4 years ago
5. Working with GStart.
[ ] GStart Concept.
[ ] Install GStart and Environment.
[ ] List/Kill Process by Name, by Listening Port, by PID.
[ ] GStart Daemon/Startup.
[ ] GStart Send UDP Package.
[ ] GStart Download/Upload.
[ ] GStart for Server Service.
vantoan8x
commented
4 years ago
6. Create Project Using GStart.
[ ] Create Server MRC Application.
[ ] Create Model.
[ ] Create Route.
[ ] Create Controller.
[ ] Create API (Model, Route, Controller).
[ ] Add Application Config.
[ ] Run Application and Test API.
[ ] Profiling in GStart.
vantoan8x
commented
4 years ago
7. Connect Database and Session.
[ ] Setup Redis.
[ ] Config Redis.
[ ] Connect Redis.
[ ] Read/Write Redis.
[ ] Client Tool for Redis.
[ ] Setup MongoDB.
[ ] Config Mongo.
[ ] Connect Mongo.
[ ] CRUD MongoDB
[ ] Client Tool for Mongo.
[ ] Multi Connect Mongo Database in GStart.
vantoan8x
commented
4 years ago
8. Authentication with GStart.
[ ] Overview.
[ ] Signup flow.
[ ] Activate by Email.
[ ] Activate by SMS.
[ ] Signin flow.
[ ] Forget Password Flow.
[ ] Authentication for Specific APIs.
[ ] Config for Public API, not Authentication.
vantoan8x
commented
4 years ago
9. Upload and Download File.
[ ] Upload file API.
[ ] Download file API.
[ ] Pipe/Stream File for 3rd Service.
[ ] Config for Auto Save File to Specific Location.
[ ] Token for Access File.
vantoan8x
commented
4 years ago
10. API Profiling in GStart.
[ ] Enable Profiling for Checking Pipe Functions Duration.
[ ] Optimization for API Response Time.
[ ] Report API Profiling to Server Statistic.
vantoan8x
commented
4 years ago
11. Advance GStart MRC, Part 1 - Model.
[ ] Mode Concept in Advance.
[ ] Add Default Value for Document Key.
[ ] Auto Increase, Auto Hash, AutoId and isNow.
[ ] Enum type.
[ ] Array Type.
[ ] String Type.
[ ] Number Type.
[ ] Alpha, Alphanumeric Type.
[ ] File/Path Type.
[ ] Hexa Type.
[ ] Date Type.
[ ] Time Type.
[ ] Email Type.
[ ] Password Type.
[ ] Boolean Typpe.
[ ] Object/Array Type.
[ ] Regex Type.
[ ] UserName Type.
[ ] URL, Domain, Host, Port, Mac Type.
[ ] Random Type.
[ ] NoneCheck Type.
vantoan8x
commented
4 years ago
12. Advance GStart MRC, Part 2 - Route.
[ ] Route Defination.
[ ] Route Config Overview.
[ ] Sample Route Path defination.
[ ] Route Path Defination, Regex, Wildcard in Route.
[ ] Pipe Function List defination.
[ ] Pipe Function Defination, IPO type, pass Parameters in Pipe Function.
[ ] A.jsScript Pipe Function example.
[ ] Pipe Override config for API Route.
[ ] Debug Route with A.printObject.
[ ] Adjust Return Data Type by using: respData, respCode, respRaw, respHeader, respWarn, respReturn, unResult.
[ ] Summary Route.
vantoan8x
commented
4 years ago
13. Advance GStart MRC, Part 3 - Controller.
[ ] Listen to music, relax.
[ ] Define a Controller Function.
[ ] Call a Controller Function.
[ ] Controller Function for Cronjob Event.
[ ] Controller function call Built-in Function.
[ ] Listen to Music.
[ ] Relax because little work.
vantoan8x
commented
4 years ago
14. CronJob Scheduler in GStart.
[ ] Overview Cronjob.
[ ] Create Cronjob in GStart.
[ ] Config Cronjob Tick-Time.
[ ] Startup Cronjob.
[ ] Handle Cronjob event.
[ ] Call Shell Function A.shellExec.
vantoan8x
commented
4 years ago
15. Role & Permission in GStart.
[ ] Overview Feature Setting.
[ ] Overview Role and Permission Setting.
[ ] Pros & Cos for this Role & Feature.
[ ] Define Role and Permision Model.
[ ] Define Feature Model.
[ ] Check Role.
[ ] Check Feature.
[ ] Check Company Feature.
[ ] Summary.
vantoan8x
commented
4 years ago
16. Work with File in GStart.
[ ] Overview file and folder.
[ ] Check File, Folder Exist.
[ ] Create File, Folder.
[ ] List File, Folder.
[ ] Delete File, Folder.
[ ] Read File/ Pipe File.
[ ] Copy/Move file, Folder.
[ ] Delete File, Folder.
[ ] File Information.
[ ] ZIp / Unzip File, Folder.
[ ] Change Mod/Permision and Ownership of File, Folder.
vantoan8x
commented
4 years ago
17. Deploy Application in Cloud.
[ ] Setup VPS/Droplet/EC2/VM
[ ] Setup Environment.
[ ] Setup Git Hook for Deployment.
[ ] Bash Script for Git Deployment on Server Side.
[ ] Auto StartUp Application.
[ ] Gateway NGINX Install and Setup.
[ ] Forward Route to API Server.
[ ] Redirect/Rewrite Route /api by remove this component.
vantoan8x
commented
4 years ago
18. GStart API Statistic & Report Event.
[ ] Overview.
[ ] Configure Statistic API Calling and Save to Database.
[ ] Configure Report Event for Secure System.
[ ] Look Database and Investigation on NoSQLBooster Tool.
[ ] Summary.
vantoan8x
commented
4 years ago
19.GStart Send Mail.
[ ] Overview
[ ] Configure for Send Mail to MTA (Mail Transfer Agent).
[ ] Prepare Template for Send Mail Content.
[ ] Mail Queue and Configuration.
[ ] Summary.
vantoan8x
commented
4 years ago
20. GStart Push Notification.
[ ] Create and Configure Push App on FireBase.
[ ] Config FCM for Push Notification.
[ ] Collect User FCM Token key to push.
[ ] Send Push Notification.
[ ] Test Push FCM.
[ ] Summary.
vantoan8x
commented
4 years ago
21. GStart UDP Server.
[ ] Create UDP Server.
[ ] Send UDP Message.
[ ] Handle UDP Data.
[ ] Broadcast UDP Message.
[ ] Summary.
vantoan8x
commented
4 years ago
22. GStart Sub Request.
[ ] Send SubRequest to another HTTP Server.
[ ] Pipe Request to another service.
[ ] Sample Transfer Server.
vantoan8x
commented
4 years ago
23. GStart Advance Query Database.
[ ] Overview.
[ ] Populate Data.
[ ] Aggregate Query Data.
[ ] Store/Procedure Query.
[ ] Caching Object Data.
[ ] Discrete Query Data, Client reLink Object.
vantoan8x
commented
4 years ago
24. GStart with Web Socket.
[ ] Create Web Socket Server.
[ ] Handle Event.
[ ] Send Client Event.
[ ] Send Subscribe Group Event.
[ ] Pub/Sub Modeling.
[ ] Multi LB/HA Server Chat Server.
vantoan8x
commented
4 years ago
25. Test Case, Unit Test with GStart
[ ] Private Import for Unit Test.
[ ] Write simple Unit Test for Pipe function.
[ ] Unit Test for Pipeline Route.
[ ] Run Unit Test with GStart.
vantoan8x
commented
4 years ago
26. Course Summary.
[ ] Review Content We Had Learned.
[ ] Promise More Course.
[ ] Share Idea and Community Funding, Donation.
[ ] Thank you and See You Again.
Nov 01st, 2020
Nov 03rd, 2020
Nov 05th, 2020
Nov 07th, 2020
Nov 09th, 2020
Nov 11th, 2020
Nov 13th, 2020
Nov 15th, 2020
Nov 17th, 2020
Nov 19th, 2020
Nov 21th, 2020
Nov 23th, 2020
Nov 25th, 2020