파랑 | 공부일기 성실 조회수 68 2017-08-04 11:56:09 |
어제 밤에는 ionic component 만지작거리는거에 과몰입해서 늦게잤는데 이상하게 세시간만 자니까 눈이 떠지더라구요 새로 산 바디필로우에 비스듬히 누워서 폰을 보는데 기분이 좀 언짢았어요 원인을 추적해보니 이런거였어요
'오늘 3시간밖에 안 잠' -> '나는 별로 못자면 보상심리때문에 하루종일 침대에서 뒹굴거리는 경향이 강함' -> '오늘은 뒹굴거리고싶지 않음'-(오늘도 그럴것이라고 기정사실화)->기분 안좋아짐
중간에 인지적 오류가 있었던거죠. 하하 그래서 밖에나가서 밥을 사먹고 (1000걸음 걸음) 돌아와서 약을 먹었어여. 뇸뇸
계속 인강만 듣는건 지루해요. 코딩 조금하고 시각적으로 바로바로 결과가 보이는 UI만드는게 재밌어용.
아 눈이좀 피곤해여....근데 이미 콘서타먹어서 못자요..
[cl-itext texts="에이앱과 함께하는 생산적인 하루 에이앱과 함께하는 8월 4일" color="#3d3d3d" duration="500" delay="3"]
?코딩공부 |
?프레임워크 |
?활력 |
|---|
NodeJS | 12 The C++Corehttps://github.com/nodejs : get used to GitHubNode.Js accepts Javascripts and allows to have more features |
|
약먹기 |
NodeJS | 13 The Javascript Coreprocess.biding(‘ ‘); grabs the C++ feature, and makes it available inside the JavaScriptNode is a Framework, and also a Library of Code |
|
아점먹기 (외출하기...) |
NodeJS | 15 in Terminal, point Node at 1 Javascript File argument: name of the fileDebug > Play Button > Generate setting fileBreakpoint: a Spot in our code Where we tell a Debugging Tool to Pause the execution of our codeVSCode lets us Step Through code in Node JS |
|
squat 30 squat 30 squat 30 |
NodeJS | 16 Module : A Reusable block of code Whose existence does not accidentally impact other codeCommonJS Modules: an agreed upon standard for how code modules should be structured |
|
burpee20 burpee20 burpee20 |
NodeJS | 17 | 04:20 First-Class Functions: Everything you can do with other types You can do with functions (i.e. set variables equal to functions, put them in arrays, and more)an Expression: a block of code that results in a Value. Function expressions are possible in Javascript because functions are first-classInvoke: run the function. ‘call’ the function |
|
스트레칭 스트레칭 |
NodeJS | 18 a function that Node makes available inside its javascript core : RequireRequire(‘ ‘) string contains the location or the name of the module‘./‘ : same location, same folder level
module.exports = function ; Exposing function
var greet = require(‘./greet’) make require function as variable |
|
|
NodeJS | 85 MEAN stack: MongoDB. Express. AngularJS. NodeJS
MongoDB: stores your data in documents that look a lot like json and javascript object literal notation (NoSQL)
Express: JavaScript framework that makes things like routing, writing APIs, and working with HTTP easier
AngularJS: JavaScript framework for managing code and UI in the browser, removing a lot of manual work
NodeJS: JavaScript on the server. Handle HTTP requests and responses and lots more. |
|
|
|
|
|
|
|
|
|
|
|
|