https://github.com/scrum/notes
https://github.com/scrum/notes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrum/notes
- Owner: Scrum
- Created: 2016-01-23T09:14:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T07:44:50.000Z (about 7 years ago)
- Last Synced: 2025-02-21T09:57:37.359Z (over 1 year ago)
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Git
- [git notese](https://medium.com/@ABatickaya/%D1%88%D0%BF%D0%B0%D1%80%D0%B3%D0%B0%D0%BB%D0%BA%D0%B0-%D0%BF%D0%BE-git-55eeea487676)
- [learn git](http://tutorialzine.com/2016/06/learn-git-in-30-minutes/)
- [git everyday use](http://www.alexkras.com/19-git-tips-for-everyday-use)
- [tips](https://github.com/git-tips/tips)
### Rename remove
```console
git remote rename origin upstream
```
### Change cmod if files already in repository
```console
git update-index --add --chmod=+x test-file
```
## email
- [kilogram](https://github.com/dudeonthehorse/kilogram)
- [FreeCodeCamp](https://medium.freecodecamp.com/the-fab-four-technique-to-create-responsive-emails-without-media-queries-baf11fdfa848#.lrdf9zegi)
- [spark](https://spark.ru/startup/pechkin-mail/blog/13313/vyorstka-pisem-60-poleznih-resursov-rukovodstv-i-issledovanij)
- [rightblog](http://rightblog.ru/2953)
- [cerberus](http://tedgoas.github.io/Cerberus/)
## html
- [list head element](https://github.com/joshbuchea/HEAD)
## css flex
- [flexpattern](http://www.flexboxpatterns.com/home)
- [css-flexbox](http://premium.wpmudev.org/blog/css-flexbox/)
- [responsive table](https://css-tricks.com/accessible-simple-responsive-tables/)
- [responsive table](http://dbushell.com/2016/03/04/css-only-responsive-tables/)
- [flexbox pattern](http://www.flexboxpatterns.com/home)
- [flexbox demo](http://progressivered.com/fla/)
## css grid layout
- [grid guide](https://css-tricks.com/snippets/css/complete-guide-grid/)
- [responsive table](https://www.rachelandrew.co.uk/archives/2016/03/02/a-grid-solution-for-the-responsive-tables-problem/)
- [grid layout](https://www.rachelandrew.co.uk/archives/2016/03/16/css-exclusions-and-grid-layout/)
- [glid layout](http://css-live.ru/articles/podrobno-o-razmeshhenii-elementov-v-grid-raskladke-css-grid-layout.html)
- [grid layout](http://css-live.ru/articles/mysli-vslux-o-podsetkax-v-css-grid-layout.html)
- [grid system](http://pintsize.io/)
- [grid layout](http://bitsofco.de/holy-grail-layout-css-grid/)
- [grid layout](http://chris.house/blog/a-complete-guide-css-grid-layout/)
## css grid
- [grid table](http://mdo.github.io/table-grid/)
- [flexgrid](http://flexboxgrid.com/)
- [flexbox for browsers not support flexbox](http://kyusuf.com/post/almost-complete-guide-to-flexbox-without-flexbox)
- [grid layout mondrian](http://labs.jensimmons.com/#mondrian)
## css framework
- [corpuscss](http://corpuscss.com/)
- [spectre](http://picturepan2.github.io/spectre/)
## css regression testing
- [presentation slides](http://pres.suevalov.com/css-regression-testing/)
- [phantmFlow](https://github.com/Huddle/PhantomFlow)
- [backstopjs](https://github.com/garris/BackstopJS) [article](https://css-tricks.com/automating-css-regression-testing/)
- [gmini](https://github.com/gemini-testing/gemini)
- [css blend modes](https://css-tricks.com/visual-regression-testing-css-blend-modes/)
- [nightwatch](https://github.com/nightwatchjs/nightwatch/)
## cheat sheet
- [boostrap 4](http://hackerthemes.com/bootstrap-cheatsheet/)
- [jquery](https://oscarotero.com/jquery/)
- [html5](http://www.hostingreviewbox.com/wp-content/uploads/2016/02/html5-cheat-sheet-1.png)
- [jsx](http://jamesknelson.com/wp-content/uploads/2016/05/jsx-cheatsheet.pdf)
- [all](https://devhints.io/)
## icon
- [worldvectorlogo](https://worldvectorlogo.com/) svg
- [browser-logos](https://github.com/alrra/browser-logos) png/svg
- [pride](https://github.com/thejameskyle/pride)
## JS read
- [functional programming jargon](https://github.com/hemanth/functional-programming-jargon)
- [computer-science-in-javascript](https://github.com/nzakas/computer-science-in-javascript)
- [ecmascript-more-export-from](https://github.com/leebyron/ecmascript-more-export-from)
- [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)
- [ES5toES6](https://github.com/mohebifar/lebab)
- [js pattern](https://github.com/shichuan/javascript-patterns)
- [promise](https://github.com/mattdesl/promise-cookbook#throw-and-implicit-catch)
- [esnext export default](http://stackoverflow.com/questions/32229947/is-there-any-one-line-analog-in-es6-for-es5-module-exports-require-inner-j)
- [js anomaly](https://github.com/ufostation/javascript.anomaly)
## watcher
- [chokidar](https://github.com/paulmillr/chokidar)
- [onchange](https://github.com/Qard/onchange)
- [nodemon](https://github.com/remy/nodemon)
## react
- [react best practics](https://camjackson.net/post/9-things-every-reactjs-beginner-should-know) 9 things every React.js beginner should know
- [react boilerplate](https://github.com/mxstbr/react-boilerplate)
- [react activity component](http://lukevella.com/react-activity/)
- [react tutorial](https://24ways.org/2015/universal-react/)
- [react howto](https://github.com/petehunt/react-howto/blob/master/README-ru.md)
- [react course ru](https://www.gitbook.com/book/maxfarseer/react-course-ru/details)
- [react sort and search](http://jsraccoon.ru/react-sort-and-search)
- [progressive web apps with react js](https://medium.com/@addyosmani/progressive-web-apps-with-react-js-part-i-introduction-50679aef2b12#.zgcycwigz)
## redux
- [redux-in-real-life](http://iamakulov.com/talks/redux-in-real-life/)
- [tic-tac-toe-js-redux-pattern](https://medium.com/@ramonvictor/tic-tac-toe-js-redux-pattern-in-plain-javascript-fffe37f7c47a#.6hinv9ry1)
- [learn redux](https://learnredux.com/)
## generator
- [readme-generator](https://github.com/jonschlinkert/readme-generator)
## JS
- [modules generator](http://rollupjs.org) rollup
- [transpiling](https://www.npmjs.com/package/buble) buble
- [builder](https://github.com/gobblejs/gobble) gobble
## Test spies
- [sinon](https://github.com/sinonjs/sinon)
## awesome
- [vue](https://github.com/vuejs/awesome-vue)
- [ava](https://github.com/sindresorhus/awesome-ava)
- [flexbox](https://github.com/afonsopacifer/awesome-flexbox)
- [eslint](https://github.com/dustinspecker/awesome-eslint)
- [webpack](https://github.com/ruanyf/webpack-demos)
- [style guide](https://github.com/kciter/awesome-style-guide)
- [postcss](https://github.com/jjaderg/awesome-postcss)
## REST API SERVER
- [json-server](https://github.com/typicode/json-server)