?? ??? :
<.> Feathers.js? RESTFUL API ??? ??? ?????, ??? ? ??? ??? ???? ????, ???? ?? ??? ?? ? ??? ??? ? ??????.
? ??? ??? Express? ?????? SQL ? NOSQL ??????? ???? ??? ??? ???? ???? ???? ???? CRUD ??? ?? ?? ? ? ????.
Feathers.js???
-
<.> Feathers.js? ???? ?? ????? ?????? WebSockets? ?? ??? ????? ???? ??? ??? ?? ??? ????? ??? ????? ?????.
- ? ????? Feathers.js? ???? Node.js?? ??? API ??? ????? ?????.
- Application Server????? API ??? ??? ?? ??????? ???? ???? ???????. ?? ????? ???? ??? ???? ??? ??????? ?? ??? ???? ?????. ?? ???? ???? ????? ?? ?? ??? ??? ??? ? ???? ????? ??? ??? ?? ??? ?? ? ? ????.
-
? ???? ?????, ?????? ??? ??? SQL ?? NOSQL ??? ???? ??????? ???? ????? ??? ?? ?????? (????? ????)? JSON? ?? ??? ??? ???? ???? ????. . ?? ?????? ??? HTTPS ??? ? ?? ??? ?? ??? ?? ????? ???? ??????? ????? ?????? ?? ??? ???? ??? ? ??? ? ? ????. ? ????? ???? ?? ?? ? ??? ??? ?????? ??? ???? ?? ???, ???, ? ? ??? ???? ?? ????? ?? ? ? ??? ????. ?? ? ?? ????? ????? ???? ???? ?? ?? ??? ???? ?? ?? ????? ??? ???? ????.
??? ??? API ??? ???? ??? ???? ??? ??? ??? ????. - ?? ?? :
? ????? ???? ?? ?? ??? ?? ??? ??? ??????. es6 javaScript ????? ?? ???? ?? express ? ???? ??? API? ???? ??? Node.js? ?????? ? ??? ?? ? Express ?? ???????. ???? ?? ? ????? ???? Express ? ???? RESTFUL API? ???? ?? ?? ?? ????. ??? ???? ???? ??? ? ??? ??????. ?? ?? ? ??? ??? ???????. ??? ??? ? ??? ??? ??? ????? ?? ?????. ???? ?? :
?? ??? ????? ? ????? ?? ? ??????? ???????. ?? ?? ??? ??? Express Tutorial? ???? ?? ? ??? ??? ?????? ????. ??? ??? ??? ???? ?? ?????. ?? ? ??? ??? ?? ?? ???? ????. ? ????? ????? ????? ??? ?????? ?? ??? ??? ? ????. ?? ???? ??? ???? ??? ??? ???. ?? ??? ?? (Linting) : ?? ????? ?? ? eslint ??? ????? ????? ??? ??????. UNIX ?? Linux ???? ???? ?? ??? ?????. Windows? ???? ?? ???? ????? ???? ?? ???? ???????. ??, ? ???? ??? ???.
??? ??? ?? ?????? ??, Visual Studio Code? ? ??? ?? ? ?? ?? ?? ?? ??? ?? ?? ??? true? ???????. npm install -g @feathersjs/cli
????? ??? ????? ?? ? ? Newline? LF?? ??????. Visual Studio Code ?? ?? ??? ???? ???? ?? ?? ?? ??? ?? Newline ???? ??? ? ????. CRLF? ???? LF? ??????. ??? ??? ???? ?? ??? ?? ???? ???? ? ??????. ???? ???? ????? ? ?? ??? ???? ??? ???? ????. CRUD RESTFUL ?????? ???? ??? ?? ?????. mkdir contacts-api cd contacts-api feathers generate app
Express?? ??? CRUD API ?????? ????? ?? ??? ?????. ???? ??? ?? ??? ???? ? ?? ??? ???? ??? ?? ? ? ????.? ?????? NEDB ??????? ?????. ??? SQL ?????? (? : MySQL) ? NOSQL ?????? (? : MongoDB)? ?????. ??? ??? ? ???? ??? ?????? ???? ???? ? ??? ????. ??? NEDB? MongoDB API? ?? ??? ???? JavaScript? ??? ??? ??? ? ?????????. ??? ???? ????. ??? ?? ????? ??? ??? ? ????? ? ?????. ???? ?????? ??? ?????????.
? ??? ???? ?? ? ?? ??? ???? ?? ?????.npm install -g @feathersjs/cli
<<>. ???
? ?? CRUD API ?? ???? ???? ?? ??????. ?? ????? ??? ??? ?? ??? ?????? ?????. Boilerplate Crud ??? ???? ??????.- ??? ????. ?? ???????? ????? ?? ?????? ??? ?? ??? ????? ??? ??? <<<> ??? ????. ??? ??, ??? ??, ?? ?? ?? ? ?? ?? ?? ?? ? ??? ?? ??? ?? ? ? ????.
-
services/contacts/contact.service.js
<<>. ???? ??? ???? ?????? ???? ?????. ?? ? ???? ????? ???? ? ? ??? ???? ? ??? ??? ??? ???? ????. ???? NEDB? ??? ???? ????. ??? Mongoose ???? ?? ?? ??? ???? MongoDB? ??? ??? ?? ??????./contacts
- : ? ??>? ????.
services/contacts/contact.hooks.js
??? ?????? ?? ??? ???? ????. ? ?? ?? ?? before
? ????. ??? ?? ?? ????? ?? ? ? ???? ?? ?????? ?????. ?? ?? ??? ??????? ???? ?? ?????. ??? ??? ?? ???????? ???? ?? ???? ????? ???? ??? ????.after
?? ??? ???? CRUD ???? ?? ???? ?? ??? ? ?????. ?? ? ??>? ???? Feather Server? ??? ? ????. ? ??? ? ? ??? ???? ????. ??? ??? ??? ??? ?? ???????. Feathers ?? ????? ?? ????? Postman ?? Insomnia? ?? API ???? ??? ?????. ? ??????? ???? ?? ???? Postman ?? ?? ??? ?? ?? ? ? ????. ? GET ??? ???? (? ??> ctrl ? npm start
? ? <<<> ????! ??????? ?? ?? ???? ??? ???? ???????. Create Contact?? ? ??? ????. ??? ?? ??? ??? ????? <<>
?? ? ?? ??? ???? ???? ?? ?? ??? ??? ??? ? ????. ???? ???? ?? ?? JSON?? ??????. ?? ???? JSON ?? ?????? http://localhost:3030/contacts
"???"??? ???? ?? ??? ??????. ??? ???? ?? A? ???????. <<>
- "??? ??"?? ???? "???"??? ?? ??????. ??? ?? ??? ??????.
"??? ??"?? ???? ? ?? ??? ??? ??????. ?? ???? ??? ???????. ?? ?? ???? HTTP ???? ???? ????. ? ??? ???? ??? ?? ???. ????? ?? ?? ?? ???? ?? ?? ??? ?? ?? ????. ?? ?? ??? ?????. ??? ?? ? ?? "????"? ??????. <<>
? ??????. ? ?? ???? ID? ? ??????. ?? ???? JSON ?? ?? ????
"???"??? ??????. ??? ?? ??? ?????. npm install -g @feathersjs/cli
<<>
_id
??? ??? ???? ?? ??? ?????. ???? ???? ?????. ????. ? ?? ??? ???? "??? ??"?? ??? ????. URL ???? ?? ? ??????. ??? ????? <,,>? ????? ???? ID? ?????. "???"? ???? ???? ?????. ?? ??? ??? ?? ???? ??? ? ????.
<<> (?? ??? ?? ???? ????? ?? ?? ?? ? ?? ??? ???? ???? ???? ?? ??? ???? ????? ?? ???????. ??? ??? ???? ?????.)http://localhost:3030/contacts/{_id}
??? ?? ?? CRUD ??? ??? ???? ??? ??????. ?? ????? ??? ???? ??? ????. {_id}
? ??> <<> ?? ? ??> API ?? ???? ???? ????. ?? ????? ???? ??? ???? URL??? ????? ??? ???? ????? ?? ? ? ????. ???? ????? ??? ???????. JSON ? ??? ???? API ?? ????? ?? ??? ?????. ?? ??? ???? ??????
JSON ??? ?? ???? ??????????, ??? ??? ??? ?? ??? ?????. "?? ??? ?? ????"??? ?? ????. ?? ??? ?????? ???? ? ???? ???????. ??? ?? ?? API ???? ??? ?????? ?? ? ? ????. ? ??? ??? "??? ??"??? ??????. ??? ??? ??? ??? ?????? : ??? ?? ???? ????. ??? ?? "?? ???"? ???? URL ? ? ????? ??? ???. ????, ??? ??? ??? ????? :
? ???? ?????? ???????. ????? ? ??? ??? ??? ?? ?? ????? ???? API ????? ?? ?????. ? ??? ??? "JWT ??? ?????"?? ??? ??????. ??? ?? ??? ?????? ? ??? POST ???? ?????. ? ??????? "???"?? ??? ?? ? ????. JSON ??? ?? ???? ?????? ??? ??? ?? ? ? ?? ??? ??????. ?? ??? ?????? (?? ?????). ?? ??? ?? ???? ???? ?? ?? ???? ???? ??????. ? ?? ??? ?? ??? ?? ?????. /contacts
"???"??? ?? ? ? ??? ??? ?????. ??? ?? ???? ??? ???? ????. ? url endpoint??? ??? ??? ? ??? ??? ???? ??? ? ? ????. ??? ??? ?? ?? ??? ?????? ?? ???? ???????. ?? ? ??>? ?? ?? ?? ? ??? ????????.????? ?? ? ??? ? ? ??? ?? ? ? ????. ?? ????? ???? ???? ????. ?? <<>? ?? ?? ?? ????????
? ??> <<> ?? :?? ??? ?? ?? ??? ?? ??????. ?? ??? ??? ??????? ?? ??? ?????. /contacts
????? ??? ?? ??? ??? ???????. ? ??? ??? ??? ?? ? ??? ??? ??? ??????. ??? ?? ??? ?? ?? ?????. ???? ???? ?? ??? ???? ?? API ?? ?? ??? ? ???? ?? ?????? ? ? ????? ?? ?? ????. ??? ?? ??????? ?? ? ??? ??? ?? ????? ???????. ??? ???? ????. ??? ??? ?? ????? CSRF ??? ?????. ??? ? ?? ?? ??? Feathers ?? ??? ??????. services/contacts/contacts.hooks.js
?? ??? ?? ???? ??? ?? ? ??? ???? ??? ?? ???? ?? ? ??? ??? ?????. ?? ?? ??? ????? ??? ??? ??? ???. ? ??> Hook? ??? ????? ??? ????? ??? ??? ?? ? ???? ?????. ??? ?? ??? ????, ???? ????, ??? ????, ?? ???? ???, ?? ??? ?? ???? ? ?????. ??? <<>? ??, ?? ?? ??? ???? ?? ? ? ????. ??? ?? ??? ??? ??? ?? ????. ?? ??? ????
?????? ???? ??????. ???? ?? ??? ???? ? ??? ??????.?? ???? ??? ?? ??? ???? ? ???? ????? ?? ?? "??? ??"??? ???? ?? ? ?? ? ??? ???? ????.services/users/users.hooks.js
data/contacts.db
npm install -g @feathersjs/cli
process-contact
-
createdBy
: ?? ??? ??????_id
??? ?? ??? ?? ??? ????????.??, ?? ? ? ??? ??? ? ??? ???? ???? ?? ?? ? ????. ?? ??? ?? ??? ????? :
??? ?? ?? ??? ??????
-
?? :
createdOn
?? ??? RESTFUL API ??? ??? ???? ??? ???? ????. ??? ?? ?? ? ????? ???? ???? ?? ??? ???? ? ??? ? ??? ? ?? ??? ?? ? ??? ?? ???? ??????. ?? ?? ??? ?? ? ?? ?? ???? ???????. ????, ???? ?? ?? ????? ???? ??? ???? ??? ?? ? ????. ?? ??? ?? ? ?? ? Feathers-Plus CLI? ???????. ????? ?? ?? ? GraphQL ??? ?? Feathers CLI? ?? ?? ? ? ?? ??? ??? ?????. ????? ? ????? ??? ??? ??? ???? ??? ??? ?? ??????? ???? ?? ????. ??? ?? ? ?? ???? ?? ??? ?? ? CRUD ???? ??????. ??? ???? ??? ?????.
contacts-api
/contacts
Feathers? ?? ?? ?? ??/users
Feathers.js? ?????? <.> Feathers.js? ??? ?? ???? ????? ? ??? ?????. ??? ???? ???? ??? ???? ??? ?? ???? ?? ?? ??? ?? ? ??????? ?????? ?? ? ??? ?????.
- Feathers.js? ?? ????? ??? ?????? <..> Feathers.js? ?? ?? ? ????? ??? JavaScript? ?????. ???? Node.js? ?? ??? ? ??? React, Angular ? Vue.js? ?? ??? ??? ???? ?????? ??? JavaScript ??? ??? ?????.
-
Feathers.js? ?? ??? ?????? <..> Feathers.js?? ??? ?? (WebSocket ? RESTFul API? ??), ??? ?? ????, ??? ?????? (MongoDB, PostgreSQL ?), ?? ? ?? ???? ? ??? ?? ???? ???? ?????.
-
Feathers.js? ??? ??? ??????? ?????? <.> Feathers.js? Websockets? ??? ???? ??? ??????? ?????. ??? ???? ?? ? ? ?????? ??? ????? ?? ? ? ??? ??? API? ?????.
?? ? ??? (SSR)? Feathers.js? ??? ? ????? Feathers.js? ?? API ? ??? ?? ????? ???? ? ????? Web Applications? SSR (Server-Side Rendering) (SSR)? ???? ?? ??.js ?? nuxt.js? ?? ?? ??? ??? ?? ??? ? ????. -
?? ??? ??? ?? ??? ?????.
-
?? ??? ??? ? ????. ??? ?? ??? ???? ? ?? ???? ?? ??????. Bearer ??? ???? ?? ?? ??????. ??? ??? ?? ??? ?????. ??? ??? ???? ?? ? ??? ? ?? ?????. -
NEDB? ?? ?? ???? ???? ??? ??? ???? ?? ??? ?????????. ???? NOSQL ??????? ???? ???? ?? ???? ?? ?? ??? ???? ???? ??? ? ????. ???? ?? ??? ?? ? ? ??? ???? ?? ?? ????. ???? ??? ??? ??? ???? ?? ??? ?????. ???? ????? ?? ?? ?????? (? : MongoDB)? ?????. ?? ??????? ?? ??? -
? ??? ??? ?? ??? ???? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??











Java ? JavaScript? ?? ?? ????? ??? ?? ?? ?? ???? ????? ?????. Java? ??? ? ??? ?????? ??? ???? JavaScript? ?? ? ??? ??? ?????.

JavaScript?? ??? ??? ?? ? ? ?? ??? ???????. 1. ?? ??? ??? ???? ?? ??? ????. ISO ?? ???? ???? ???? ???? ?? ????. 2. ?? ??? ?? ???? ??? ?? ???? ??? ? ??? ? ?? 0?? ????? ?? ??????. 3. ?? ?? ???? ???? ???? ?? ?????? ??? ? ????. 4. Luxon? ?? ???? ???? ?????? ???? ?? ????. ??? ?? ???? ????? ???? ??? ????? ?? ? ????.

TAGGSATTHEBOTTOMOFABLOGPOSTORWEBPAGESERVESPRACTICALPURSEO, USEREXPERIENCE, andDESIGN.1.ITHELPSWITHEOBYOWNSESPORENGENSTOESTOCESKESKERKESKERKERKERDER-RELEVANTTAGSWITHOUTHINGTEMAINCONTENT.2.ITIMPROVESEREXPERKEEPINGTOPONTEFOCUSOFOFOFOCUSOFOFOFOCUCUSONTHEATECLL

JavaScriptIspreferredforwebDevelopment, whithjavaisbetterforlarge-scalebackendsystemsandandandoidapps.1) javascriptexcelsincreatinginteractivewebexperiences withitsdynatureanddommanipulation.2) javaoffersstrongtypingandobject-Orientededededededededededededededededdec

??? ?? ? ??? DOM?? ??? ??? ? ?????. ??? ?? ????? ?? ??????, ??? ?? ???? ?? ????????. 1. ??? ??? addeventListener? usecapture ?? ??? true? ???? ?????. 2. ??? ??? ?? ???? usecapture? ???? ????? ?????. 3. ??? ??? ??? ??? ???? ? ??? ? ????. 4. ??? ?? ?? ?? ??? ?? ??? ??????? ??? ???? ?????. 5. ??? ?? ?? ?? ??? ?? ???? ?? ???? ? ??? ? ????. ? ? ??? ???? ???? JavaScript? ??? ??? ??? ????? ???? ???? ??? ??????.

javascriptassevenfundamentalDatatatypes : ??, ???, ??, unull, ??, ? symbol.1) ?? seAdouble-precisionformat, ??? forwidevaluerangesbutbecautiouswithfatingfointarithmetic.2) stringsareimmutable, useefficientconcatenationmethendsf

JavaScript ?? ????? ??????? ??? ?? ??? ??? ????? ?? ??? ????. ????? ??? ?????. 1. ?? ?? (CodesPlitting) ??, ?? ??? React.lazy ()? ?? ?? ?? ?? ??? ????? ??? ???? ? ?? ????? ??? ?? ??? ???????. 2. ???? ?? ?? (???)? ????, ES6 ?? ????? ???? "Dead Code"? ???? ?? ? ????? ?? ??? ??? ? ???????. 3. ?? ??? ???? ???? GZIP/BROTLI ? TERSER? JS? ???? ??? ????? ???? ?? ???? ??? ? ? ??????. 4. ??? ???? ???? day.js ? fetch? ?? ?? ?????? ??????.

ES ??? CommonJS? ?? ???? ?? ?? ? ?? ???????. 1. Commonjs? ????????? Node.js ?? ? ??? ?????. 2.ES ??? ???????? ????? ?? ???? ??? ?????. 3. ??, ES ??? ?? ??/????? ???? ??? ??? ?????? CommonJS? Quiew/Module.exports? ???? ???? ???? ?? ? ? ????. 4. Commonjs? Express? ?? ???? Node.js ? ?????? ?? ???? ?? ???? ?? ES ??? ?? ??? ?? ??? ?? ? Node.jsv14? ?????. 5. ?? ? ? ??? ?? ??? ??? ? ????.
