Skip to content

Instantly share code, notes, and snippets.

View NguyenThienLy's full-sized avatar
💭
pure kid

Nguyen Thien Ly NguyenThienLy

💭
pure kid
View GitHub Profile
@NguyenThienLy
NguyenThienLy / test
Created March 21, 2020 09:58
Technical note 2
test
Done today
2.a Nguyen Thien Ly
+ Meeting open first day for working in Nash Tech at 9:00 am to11:00 pm
+ Install visual code on my PC
+ Learning basic Angular on w3school
+ Go the coffee house with my nodejs team at 4:30 pm
+ First meeting with Mr.Phuoc and my team at 5:45 pm
2.b Ha Tuan Em
+ Meeting open first day for working in Nash Tech.
+ Installed Enviroment in PC for Direct Entry.
Done today
2.a Nguyen Thien Ly
+ Join work from home traning section at 1:00 pm to 1:00 45
+ Complete demo VPN my laptop to PC in company
+ Learn express js
2.b Ha Tuan Em
+ Setup VPN for Work From Home
+ Learning Express
+ Meeting about Work From Home at 1:00 pm
+ Making demo about Git and Rebase
Done today
2.a Nguyen Thien Ly
+ Assign work to the team about intro my team on static web page profile
+ Learn HTML, CSS
+ Complete personal web page
+ Complete daily report 19/03/2020
2.b Ha Tuan Em
+ Complete website with HTML, CSS, JS
2.c Vo Hoang Huy
+ Complete build Profile page about the team and each member
Done today
2.a Nguyen Thien Ly
+ Join the second training section about git at 3:00 pm to 4:00 pm
+ Assign work to the team about intro my team on static web page profile
+ Learn HTML, CSS
+ Make base personal web page
+ Complete daily report 18/03/2020
2.b Ha Tuan Em
+ Trainning Git
+ Building website with HTML,CSS, JS
Done today
2.a Nguyen Thien Ly
+ Join the first training section about html, css at 10:00 am to 12:00 am
+ Create node CRUD app basic, bundle, public on NPM
+ Meeting with Mr.Phuoc at afternoon at 4:15 pm
+ Meeting with my team about the first team exercise
+ Assign work to the team about teach note document and intro my team on static web page
+ Editor daily report, tech note document and send email for Mr.Phuoc
2.b Ha Tuan Em
+ Nodejs Console Application by Mr.Phuoc.
Git merge
2.a Overview
Incorporates changes from the named commits (since the time their histories diverged
from the current branch) into the current branch. This command is used by git pull to
incorporate changes from another repository and can be used by hand to merge
changes from one branch into another.
Assume the following history exists and the current branch is "master":
A---B---C topic
/
D---E---F---G master
Comment
2.a Nguyen Thien Ly
+ Commented for Tuan Em:
Working responsibly, contributing to the team well, supporting good teammates, Working on
time. Need to capture good information so as not to confuse the job
+ Commented for Huy Hoang:
Work responsibly, contribute good ideas to the team, support good teammates, learn quickly.
Need more practice of css code
2.b Vo Huy Hoang
+ Commented for Thien Ly:
Import / Export
2.a Modules
+ In Javacript, the Modules is refer to small units of indenpendent,
reusable code. It use for design patterns and very necessary when we
building any Javascript application.
+ Sometime, the modules are functions, objects, classes or variables
available to the outsite world that is exporting and importing them
where we need in other file.
--------------------------------------
3
Done today
2.a Nguyen Thien Ly
+ Join meeting with Mr.Phuoc at 11:00 am to 12:00 pm
+ Complete use JWT for authenication
+ Learning the S.O.L.I.D and Docker
+ Fix layout and deploy
+ Make daily report 23/03/2020
2.b Ha Tuan Em
+ Join meeting with Mr.Phuoc at 11:00 am to 12:00 pm
+ Complete use JWT for authenication