Last active
August 1, 2024 04:43
-
-
Save obenjiro/2439f1c2d19ef7a48bc0d6cf575b6203 to your computer and use it in GitHub Desktop.
Revisions
-
obenjiro revised this gist
Mar 17, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,9 @@ https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - Большой stacktrace в Node.js - https://github.com/mattinsler/longjohn - Переименовать функцию в Node.js - https://www.npmjs.com/package/rename-fn - Интересная статья о Event Loop - https://www.dynatrace.com/blog/all-you-need-to-know-to-really-understand-the-node-js-event-loop-and-its-metrics/ -
obenjiro revised this gist
Dec 11, 2017 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Слайды https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - Core Dump - https://www.joyent.com/node-js/production/debug - Большой stacktrace в Node.js - https://github.com/mattinsler/longjohn -
obenjiro revised this gist
Oct 26, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Meetup: https://www.meetup.com/AngularMoscow/ ### My Other Videos - S.O.L.I.D-ый JavaScript https://www.youtube.com/watch?v=wi3wPzReKZQ - Состояние состояния https://www.youtube.com/watch?v=8VesYob7OJg - Верстка Canvas-ом https://www.youtube.com/watch?v=TxNfcvT9sAg - Парсеры это Спарта! https://www.youtube.com/watch?v=au9_j2NjNaI - NAS, Predictions, Preloading, Presudo-Isomorphism http://www.highload.ru/2015/abstracts/1946.html -
obenjiro revised this gist
Jul 31, 2017 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,7 +40,6 @@ Meetup: https://www.meetup.com/AngularMoscow/ ### My Other Videos - S.O.L.I.D-ый JavaScript https://www.youtube.com/watch?v=wi3wPzReKZQ - Верстка Canvas-ом https://www.youtube.com/watch?v=TxNfcvT9sAg - Парсеры это Спарта! https://www.youtube.com/watch?v=au9_j2NjNaI -
obenjiro revised this gist
Jul 31, 2017 . 1 changed file with 25 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,4 +24,28 @@ https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - https://nodejs.org/dist/latest-v8.x/docs/api/async_hooks.html - Zone.js Proposal (stage 0) - https://github.com/domenic/zones ### Angular Moscow Telegram: https://t.me/angular_ru Facebook: https://www.facebook.com/groups/1818344448397380/ VK: https://vk.com/club149556741 Twitter: https://twitter.com/AngularMoscow Meetup: https://www.meetup.com/AngularMoscow/ ### My Other Videos - Фатальный недостаток Node.js https://www.youtube.com/watch?v=STyocIjskBE - S.O.L.I.D-ый JavaScript https://www.youtube.com/watch?v=wi3wPzReKZQ - Верстка Canvas-ом https://www.youtube.com/watch?v=TxNfcvT9sAg - Парсеры это Спарта! https://www.youtube.com/watch?v=au9_j2NjNaI - NAS, Predictions, Preloading, Presudo-Isomorphism http://www.highload.ru/2015/abstracts/1946.html - Всем стоять и не двигаться! (position: fixed, position: sticky) https://www.youtube.com/watch?v=K5JuBK5JAv0 - Изоморфный D3 + MALEVICH https://www.youtube.com/watch?v=WIgXOG49mdI - Отладка гибридных приложений и мобильного web https://www.youtube.com/watch?v=2QuzmdAbHLs - Свой PhoneGap за 15 минут https://www.youtube.com/watch?v=_uPxR2uf2Go -
obenjiro revised this gist
Jul 31, 2017 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,21 +7,21 @@ https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - https://github.com/mattinsler/longjohn - Интересная статья о Event Loop - https://www.dynatrace.com/blog/all-you-need-to-know-to-really-understand-the-node-js-event-loop-and-its-metrics/ - О многопоточности Node.js - https://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/ - О выбрасывании исключений в Node.js - https://nodejs.org/dist/latest-v8.x/docs/api/errors.html - Clusters - https://nodejs.org/dist/latest-v8.x/docs/api/cluster.html - https://github.com/LearnBoost/cluster - http://pm2.keymetrics.io - Async Hooks - https://nodejs.org/dist/latest-v8.x/docs/api/async_hooks.html - Zone.js Proposal (stage 0) - https://github.com/domenic/zones -
obenjiro revised this gist
Jul 31, 2017 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,24 +4,24 @@ https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - Большой stacktrace в Node.js - https://github.com/mattinsler/longjohn - Интересная статья о Event Loop -https://www.dynatrace.com/blog/all-you-need-to-know-to-really-understand-the-node-js-event-loop-and-its-metrics/ - О многопоточности Node.js -https://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/ - О выбрасывании исключений в Node.js -https://nodejs.org/dist/latest-v8.x/docs/api/errors.html - Clusters - https://nodejs.org/dist/latest-v8.x/docs/api/cluster.html - https://github.com/LearnBoost/cluster - http://pm2.keymetrics.io - Async Hooks -https://nodejs.org/dist/latest-v8.x/docs/api/async_hooks.html - Zone.js Proposal (stage 0) - https://github.com/domenic/zones -
obenjiro revised this gist
Jul 31, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - Большой stacktrace в Node.js https://github.com/mattinsler/longjohn - Интересная статья о Event Loop https://www.dynatrace.com/blog/all-you-need-to-know-to-really-understand-the-node-js-event-loop-and-its-metrics/ - О многопоточности Node.js -
obenjiro revised this gist
Jul 31, 2017 . 1 changed file with 24 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,27 @@ # Фатальный недостаток Node.js Слайды https://www.slideshare.net/OleksiiOkhrymenko/nodejs-78397730 - Большой stacktrace в Node.js https://github.com/mattinsler/longjohn - Интересные статья о Event Loop https://www.dynatrace.com/blog/all-you-need-to-know-to-really-understand-the-node-js-event-loop-and-its-metrics/ - О многопоточности Node.js https://www.future-processing.pl/blog/on-problems-with-threads-in-node-js/ - О выбрасывании исключений в Node.js https://nodejs.org/dist/latest-v8.x/docs/api/errors.html - Clusters https://nodejs.org/dist/latest-v8.x/docs/api/cluster.html https://github.com/LearnBoost/cluster http://pm2.keymetrics.io - Async Hooks https://nodejs.org/dist/latest-v8.x/docs/api/async_hooks.html - Zone.js Proposal (stage 0) https://github.com/domenic/zones -
obenjiro revised this gist
Jul 27, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Фатальный недостаток Node.js - Zone.js Proposal https://github.com/domenic/zones -
obenjiro revised this gist
Jul 27, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,4 @@ # Фатальный недостаток Node.js - Zone.js https://github.com/domenic/zones -
obenjiro created this gist
Jul 26, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # Фатальный недостаток Node.js