Сообщения

Сообщения за декабрь, 2020

reactivex.io

http://reactivex.io/learnrx/

RxJS, Init, Installation

 mkdir rxjs-init cd rxjs-init npm init -y npm install rxjs webpack webpack-dev-server typescript ts-loader npm install webpack-cli --save-dev modify file: package.json {      "name" :  "rxjs-init" ,      "version" :  "1.0.0" ,      "description" :  "" ,      "main" :  "index.js" ,     "scripts": {         "start": "webpack-dev-server --mode development"     },      "keywords" : [],      "author" :  "" ,      "license" :  "ISC" ,      "dependencies" : {          "rxjs" :  "^6.6.3" ,          "ts-loader" :  "^8.0.12" ,          "typescript" :  "^4.1.3" , ...

Rx.Net, RsJS for .Net

https://github.com/dotnet/reactive http://reactivex.io/languages.html https://www.manning.com/books/rx-dot-net-in-action https://www.amazon.com/Reactive-Programming-RxJS-Asynchronous-JavaScript/dp/1680502476/ref=pd_lpo_14_t_2/132-3096349-0610938?_encoding=UTF8&pd_rd_i=1680502476&pd_rd_r=9752b1e2-8f82-4a7f-b063-44cfe883e0a9&pd_rd_w=EpphE&pd_rd_wg=QkCXQ&pf_rd_p=7b36d496-f366-4631-94d3-61b87b52511b&pf_rd_r=8E3Z613ZNF7K2DC1EXDV&psc=1&refRID=8E3Z613ZNF7K2DC1EXDV https://www.youtube.com/watch?v=OAUHDwwGGM0 https://www.youtube.com/watch?v=3rEDHnqn-Cw&list=PLQfd_nqk_r7gUwZ6MFNtMmk_1KyT0zAnv&index=53&t=0s https://www.youtube.com/watch?v=2otvaKKUXto https://www.youtube.com/watch?v=-xtSKVdKq_M

RxJS, Installation

https://coursetro.com/posts/code/147/How-to-Install-RxJS---Setting-up-a-Development-Environment

Networkstream, tcp, c++, c#

https://codereview.stackexchange.com/questions/222606/c-network-stream https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.networkstream?view=net-5.0

RxJS

https://rxjs-dev.firebaseapp.com/guide/overview https://rxjs-dev.firebaseapp.com/api https://www.youtube.com/watch?v=gCwSVQO_PtY https://www.youtube.com/playlist?list=PLqKQF2ojwm3ksNegIZIz_AB0x6a9zqofx Lessons start https://github.com/vladilenm/rxjs-youtube-course Final https://github.com/vladilenm/rxjs-youtube-course/tree/final https://www.youtube.com/watch?v=i_bwptbaSRA&list=PLqKQF2ojwm3ksNegIZIz_AB0x6a9zqofx&index=1 https://www.youtube.com/watch?v=gCwSVQO_PtY&list=PLqKQF2ojwm3ksNegIZIz_AB0x6a9zqofx&index=2&t=2s https://www.youtube.com/watch?v=ib9y6uJr6PQ&list=PLqKQF2ojwm3ksNegIZIz_AB0x6a9zqofx&index=3 https://www.youtube.com/watch?v=QFpWHWD3FhQ&list=PLqKQF2ojwm3ksNegIZIz_AB0x6a9zqofx&index=4

Cyclejs

https://cycle.js.org/getting-started.html

Nodejs, Async

Изображение
Puzle in  with Typescript callbacks Promise async - await event-emitters webworkers event-driven code Node.js was built to run on a single thread using non-blocking I/O calls . Building apps for this environment requires extensive use of asynchronous code . In this course, Async Patterns in Node.j s, you'll learn multiple techniques to write efficient asynchronous code using modern JavaScript. First, you’ll explore how the Node event loop works and how to write asynchronous code with callbacks that adhere to conventions followed in the Node community. Next, you’ll discover how to use Promises and the async/await keywords to write asynchronous code that’s easier to read . Finally, you’ll learn how to write event-driven code with EventEmitters and use worker threads to tackle CPU-intensive tasks in your Node apps. When you’re finished with this course, you’ll have the skills and knowledge of asynchronous programming necessary to build performant Node apps using accepted best pr...

Async, Await, TypeScript

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-1-7.html https://blog.logrocket.com/async-await-in-typescript/ https://basarat.gitbook.io/typescript/future-javascript/async-await https://medium.com/@stasonmars/%D0%B2%D1%81%D0%B5%CC%88-%D1%87%D1%82%D0%BE-%D0%BD%D1%83%D0%B6%D0%BD%D0%BE-%D0%B7%D0%BD%D0%B0%D1%82%D1%8C-%D0%BE%D0%B1-async-await-%D1%86%D0%B8%D0%BA%D0%BB%D1%8B-%D0%BA%D0%BE%D0%BD%D1%82%D1%80%D0%BE%D0%BB%D1%8C-%D0%BF%D0%BE%D1%82%D0%BE%D0%BA%D0%BE%D0%B2-%D0%BE%D0%B3%D1%80%D0%B0%D0%BD%D0%B8%D1%87%D0%B5%D0%BD%D0%B8%D1%8F-76dde2cb6949 https://blog.bitsrc.io/keep-your-promises-in-typescript-using-async-await-7bdc57041308

Promise

https://www.youtube.com/watch?v=SmPouEFKOBg&list=PLyuRouwmQCjngZXVn48vYmPK_1yAF-fLw

Ajax

https://www.youtube.com/watch?v=7EKebb4VUYQ&list=PLyuRouwmQCjkWu63mHksI9EA4fN-vwGs7

WebWorkers

https://www.youtube.com/watch?v=EiPytIxrZtU https://gist.github.com/prof3ssorSt3v3/afaba6d4477946ab04087e5b6b0351a2 https://gist.github.com/prof3ssorSt3v3/e753976dc5cc4d9607e67b64e0ac0ae7

WebWorkers

https://developer.mozilla.org/ru/docs/DOM/Using_web_workers