Day 9
(1) The arrow function won't bind this
(2)The argument in arrow function
(3)non-blocking
(4)try and catch
(5)inspect
Questions
(1) Chat Box?
(2)Calander Book System
(3)Send Email to verify the user
(4) youtube with subtitle
Day 10
(1)Relative and absolute
(2)float
(3)nodemon for node / live-service for html and js
(4)some syntax in SQL
(5)INSERT INTO cats(name,age) VALUES('Albert',7);
(6)SELECT *FROM cats;
(7)SHOW WARNINGS
(8)mysql-ctl cli;
(9)show databases;
(10)SELECT database();
(11)CREATE TABLE cats
(
name VARCHAR(100),
age INT
);
Questions:
(1)The functionality of npm lodash in the note project?
I didn't get what if the functionality when I using lodash in the note project
I got a headache for 2 days, I guess the reason was I am so greedy, I hope I can learn more so I give myself too much stress.
Due to I want to help my cohort, I hope I can build a project
(1)Able to detect the pictures on tinder and choose the type we like automatically (use Google Machine Learning API), and put the user picture to calculate the matching chance, optimize the opportunity we can match.
BUT the difficulty is how to connect Tinder on the website?
(2)List all the people who are interested in us and list the profile on the website, then we can choose the people we like quickly
BUT the difficulty is how to get the data from Tinder.
The idea is simple, but when I really want to do it by myself, it has a lot of stuff need to overcome
No comments:
Post a Comment