Friday, July 27, 2018

Day 13

(2) so is that possible to build it from scratch?
(3) is that mean it’s better to do that by service?
how about if i want to find a API?


1. Can you be more specific about what you're trying to build?
2. She used a calendar plugin for React
3. There are services you can use like Mailgun, Nodemailer, etc. to send emails from node.
4. You can build a Reddit website with whatever front end and back end you want. As long as the database contains the information organized the same way, all you have to do is use the server to get the requested information to the front end when it is requested.

1. Your database would just have to reflect that organization of data. Other than that, it's the same thing as many people in one chat room.
2. Yes
3. You could use either a service or use socket.io. I would research the options and decide based on what you think is easier to implement.


(1)req.params.thing  vs /fallinlovewith/:thing
(2)render
(3) Focus on one laugnage now

Question
(1)express, bodyparser?
(2)// question

Thursday, July 26, 2018

Day 12

Recall
(1)We don't need to learn right now DDT
(2)POSTMAN functionality is same as  fetch
(3)Write the code by myself !!!
(4)Make sure I understand!!
(5)app.js is server
(6)Ajax is client wants to call server

Question:
(1)global.Promise

Tomorrow Plan:
(1)Finish Colt Steele
(2)Security

Friday
(1)Check Point

When I was on my way to Spanish meetup today, there was a super long Goods wagon need to pass in front of me, I totally wait for it about 40 mins...I almost can't understand why it drove so slow

Wednesday, July 25, 2018

Day 11



(1)Mocha, but when I dive into the Async part, I am not completely understand
(2)For a customer service chat box, companies pay for this functionality, but my teacher told me I can build it by socket
(3)For the calendar, she uses API
 (4)The middleware part is interesting
(5)Upload the picture is very difficult
(6) A lot of web design


Red is a great color to use when power, passion, strength and excitement want to be transmitted. Brighter tones are more energetic and darker shades are more powerful and elegant.
Orange draws attention without being as overpowering as red. It means cheerfulness and creativity. Orange can be associated with friendliness, confidence, and courage.
Yellow is energetic and gives the feeling of happiness and liveliness. Also, it associates with curiosity, intelligence, brightness, etc.
Green is the color of harmony, nature, life and health. Also, it is often associated with money. In design, green can have a balancing and harmonizing effect.
Blue means patience, peace, trustworthiness, and stability. It is one of the most beloved colors, especially by men. It is associated with professionalism, trust and honor. That's actually why the biggest social networks use blue.
Purple is traditionally associated with power, nobility and wealth. In your design, purple can give a sense of wisdom, royalty, nobility, luxury, and mystery.
Pink expresses romance, passivity, care, peace, affection, etc.
Brown is the color of relaxation and confidence. Brown means earthiness, nature, durability, comfort, and reliability.


Let's quickly summarize the main content of the web design section:

Most of your content will be text, so beautiful typography is a key element to a good looking website.
Images are getting more and more important in webdesign, so choosing great images and putting text on them is an essential part of your work.
Icons are also a good way of setting a friendly tone for your website, but use them carefully.
The adequate use of whitespace makes a website look professionally designed, so use it a lot, but in the correct way.
Build a layout by defining the visual hierarchy of your content. Whitespace is also important for this.
Your website should be designed in a way that ensures that both the user and the owner of the website achieve their goals. This is the user experience.
It is very important that you get inspired by studying well-designed websites from other designers.


1. Define your project

Start off by defining the goal of your project. This can be showing your portfolio to the world, selling an e-book, building a blog, etc.
Also define your audience. Ask yourself: which is the typical user that will visit my website?
This is important, because you should always design with your goal and audience in mind.

2. Plan out everything

Once your project is defined, plan your content carefully. This includes text, images, videos, icons, etc.
Remember what I told you about visual hierarchy. It plays an important role when you start thinking about what you want on your website and what you don't. Defining the content before actually starting the design is called the content-first approach. It means that you should design for the content, instead of designing a webpage and then filling it with some stuff.
Define the navigation.
Define the site structure. You can draw a sitemap in this step if we're talking about a bigger project.

3. Sketch your ideas before you design

Now it's time to get inspired and think about your design.
Then, get the ideas out of your head. And with that I mean that you should sketch your ideas before you start designing. It will help you explore ideas and create a concept of what you want to build. Using pencil and paper is a great way of quickly retaining your valuable ideas.
Make as many sketches as you want, but don't spend too much time perfecting anything. Once you have an initial idea, you can concentrate on the details when designing in HTML and CSS.
I advise you to never, ever start designing without having an idea of what you want to build. Getting inspiration is very important in this phase, and I already told you how to do that!

4. Design and develop your website

After sketching, start to design your website using all the guidelines and tips you've learned in the web design section.
You'll do that using HTML and CSS, which is called designing in the browser. Designing in the browser is basically designing and developing at the same time.
There are more and more designers leaving traditional design programs such as Photoshop and start designing in the browser. The biggest reason for this is that you can't design responsive websites in photoshop. It also saves you tons of time.
In this phase, you'll use your sketches, content and planning decisions you've made in steps 1, 2 and 3.

5. It's not done yet: optimization

Before you can actually launch your beautiful masterpiece for the world to see it, we have to optimize its performance in terms of site speed.
You also need to do some basic search engine optimization (SEO) for search engines such as google.

6. Launch the masterpiece

Your optimized website is now finally ready to launch.
All you need for launching is a webserver that will host your website and deliver it to the world.

7. Site maintenance

The launch of your website is not the end of the story.
Now it's time to monitor your users' behavior and make some changes to your website if necessary.
You should also update your content regularly in order to show your users that your website is alive! For instance, a blog can be a great way of doing that.



The Plan for tomorrow:
(1)continue the node.js, I hope I can finish 70%
(2)SQL, I hope at least 40%

I need to clean my apartment this Sunday afternoon, so I only have Wednesday and Thursday and Friday and Starday can study, only 3.5 days.

I should call the leasing office tomorrow during the daytime.

I met a guy today, and this is my second time mistake him, It's so embarrassing

Tuesday, July 24, 2018

Day 9 and Day 10


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

Saturday, July 21, 2018

Coding Diary -- Day 8

I finished 59% of Learn and Understand NodeJS today, I  really learned a lot

What I learned today

(1)synchronous: one process executing at a time
JS is synchronous. Think of it as only one line of code executing at a time.

(2)Callbacks: A function passed to another function, to be run when the other function is finished.The function calls back invoking the function the function you give it when its done doing its work.

(3)Buffers: Temporary holding spot of data being moved from one place to another. Intentionally limited in size.  Gathering data and putting in a Temporary spot to be processed as it comes.

(4)Stream:   A sequence of data made available over time.Pieces of data eventually combine into a whole.  Imagine something similar to a river where water flows down itStreams are just a sequence of pieces of data pieces broken into chunks.

(5)First class functions:   Everything you can do with other types you can do with functions.you can use functions like strings,numbers etc. Functions in JS are first class.

IIFE:Modules code that is protected that doesn't impact other code

Scope:   where in code you have access to a particular variable or function.

(6)TCP/IP (action) and HTMP
In general, the foundation of Javascript like inherit and Class is very important, we need to use them in the nodejs and also REACT

Question :
(1)Stacket

The plan for tomorrow:
(1)Church
(2)Politic Meetup
(3) Watch Andrew Mead

plan for next week
(1)Andrew Mean 26.5/7= 4
(2) Learn and Understand NodeJS

Today I learned a lot, but after I came back and wanted to write a review, I almost forget what to write...oh..Yesterday my roommate doesn't sleep in the night again, but I don't want to complain about her, because after 7 days  I won't meet her anymore. Tomorrow I will go to the church, but I think I won't take the  Eucharist anymore because I am not a Christian.


   


Coding Diary Day 7

Today was my last day in the Quarter, I present my Q1 project to my cohort, I become a bit of confidence that speaks English in public.

What I learned today is the Q2 Q3 presentation, I think I should be familiar with the practical functionality first because I need to find a job.

For example:

(1)Calendar
(2)How do embedded Youtube
(3)Chatbox


The plan for tomorrow:
(1)Learn and understand Node js( About 50%)
(2)Bible 101 then I can join the discussion in the church.
(3)Call YMCA

Today was my first time to take someones' "Self Driving Car", I used to learn a little bit of deep learning, I thought Self Driving Car has an ugly antenna on it. But when I really see the real project in the world, it's so exciting! It really can detect the car nearby it and show it on the screen

Thursday, July 19, 2018

Coding Diary -- Day 6

What I learned today

(1)I handled the Google map problem, read the API documentation is very important

(2)you will likely need to learn flask if you want to make your python program’s output accessible via an API call.

(3) CSS basic is important

Plan for Tomorrow:
(1)Learn and Understand NodeJS: If I can't understand, go back to the basic part.
(2)Modern JS again.

Question for tomorrow :

(1) How to improve my project

I insomnia yesterday, I almost don't know why. I didn't drink any drink with caffeine, but I still can't fall asleep until 3:00 AM.

By the way, our classmates talk about how to attract the girls today, I am surprised that there are a lot of normal people us Tinder in the U.S, 2 of my pretty cohorts give me a new culture knowldege, because in Taiwan usually "Dragan Girl" (means very fat or ugly) use dating app, something made me sad is that one of my male cohorts won't listen to my dating advice, he stubborn on using his boring picture on tinder, the issue is the  girls only use  1~2 seconds to swap the picture, why do you want to focus on your biography, no one will read it seriously I promise, I almost give up to rescue him on dating.

Day 13

(2) so is that possible to build it from scratch? (3) is that mean it’s better to do that by service? how about if i want to find a API? ...