https://github.com/RustyDaemon/useful-links
Useful links. From frameworks to tools
https://github.com/RustyDaemon/useful-links
Last synced: 4 months ago
JSON representation
Useful links. From frameworks to tools
- Host: GitHub
- URL: https://github.com/RustyDaemon/useful-links
- Owner: RustyDaemon
- Created: 2016-12-12T18:54:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T21:22:21.000Z (about 9 years ago)
- Last Synced: 2025-05-30T03:39:14.447Z (9 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful Links (from dev to ...)
## MENU
- .NET
- [**Threads**](#threads)
- [**NuGet and packages**](#nuget-and-packages)
- JavaScript
- [**complex tutorials**](#complex)
- [**React**](#react)
- [**Electron**](#electron)
- [**WebPack**](#webpack)
- [**TypeScript**](#typescript)
- [**CSS/SASS**](#styles)
- [**Boilerplates**](#boilerplates)
- [**Tools**](#tools)
- [**Extensions**](#extensions)
- [**Fiddler**](#fiddler)
-
## .NET
> ### Threads
* [SynchronizationContext — когда MSDN подводит](https://habrahabr.ru/post/232169/)
> ### NuGet and packages
* [AngleSharp](https://anglesharp.github.io/)
-
## JavaScript
> ### Complex
* [Creating RESTful APIs with NodeJS and MongoDB Tutorial, MEAN](http://adrianmejia.com/blog/2014/10/01/creating-a-restful-api-tutorial-with-nodejs-and-mongodb/)
> ### React
* [ReactJs Tutorial, Kanban App](http://survivejs.com/react/introduction/) :muscle:
* *also look at [Boilerplates](#boilerplates)*
> ### Electron
* [Building a desktop application with Electron](https://medium.com/developers-writing/building-a-desktop-application-with-electron-204203eeb658#.7s58d56z5)
> ### WebPack
* [Introduction to Webpack](http://survivejs.com/webpack/introduction/) :muscle:
* [Сборщик модулей Webpack. 3 части](http://monsterlessons.com/project/lessons/sborshchik-moduliei-webpack-chast-1)
* [Скринкаст WEBPACK](http://learn.javascript.ru/screencast/webpack)
* [Using ES6 and ES7 in the Browser, with Babel 6 and Webpack](http://jamesknelson.com/using-es6-in-the-browser-with-babel-6-and-webpack/)
* *also look at [TypeScript](#typescript)*
-
## TypeScript
* [ES6 modules with TypeScript and Webpack](http://www.jbrantly.com/es6-modules-with-typescript-and-webpack/)
* [TypeScript and Webpack](http://www.jbrantly.com/typescript-and-webpack/)
-
## Styles
* [Использование Sass](http://sass-scss.ru/documentation/ispolzovanie_sass/)
-
## Boilerplates
* [React Hot Boilerplate](https://github.com/gaearon/react-hot-boilerplate)
-
## Tools
* [ECMAScript Compatibility Table](http://kangax.github.io/compat-table/es6/#typescript)
-
## Extensions
* [Devtron, an Electron DevTools Extension](http://electron.atom.io/devtron/)
* [Redirect Path (Chrome ext)](https://chrome.google.com/webstore/detail/redirect-path/aomidfkchockcldhbkggjokdkkebmdll)
-
## Fiddler
* [Official documentation](http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureFiddler) :muscle:
* [Getting Started with Fiddler Web Debugging Proxy](http://www.telerik.com/videos/fiddler/getting-started-with-fiddler-web-debugging-proxy)
* [Debugging the Web with Fiddler Web Debuggging Tool by Ido Flatow](http://www.telerik.com/videos/fiddler/debugging-the-web-with-fiddler-web-debuggging-tool-by-ido-flatow)
* [How to use Fiddler](http://www.asjava.com/tools/fiddler-tutorial-how-to-use-fiddler/)
-
:heart: