https://www.youtube.com/user/DevTipsForDesigners/playlists?shelf_id=0&view=1&sort=dd Travis Neilson
http://austinpeterson.info/hrtcup/dist/ https://github.com/theskillwithin/hrtcup (eslint, browersync, etc confic)
Git (plz use cli instead of gui): https://youtu.be/JPKOESR1k04?list=PLqGj3iMvMa4LFz8DZ0t-89twnelpT4Ilw https://github.com/robbyrussell/oh-my-zsh <3 (osx and i also use on ubuntu) https://github.com/robbyrussell/oh- my-zsh/wiki/Cheatsheet#git glog ftw https://www.iterm2.com/ (osx) git add -A git commit -m "msg" git push origin master git checkout -b new_branch git checkout master git merge new_branch git push origin master https://help.github.com/articles/generating-an-ssh-key/ making ssh key and adding it to ssh client
Design and code my person website from start to finish: https://www.youtube.com/playlist?list=PLqGj3iMvMa4KeBN2krBtcO3U90_7SOl-A
Sass, sourcemaps, autoprefixer, devops stuff: https://www.youtube.com/playlist?list=PLqGj3iMvMa4LE0uTAwo9wIFQYuGhIu7Gw syntax: https://youtu.be/-Z3qznaE9vc
easy to start:
https://incident57.com/codekit/ (mac) <3
https://prepros.io/ (mac, windows, linux)
https://css-tricks.com/why-npm-scripts/
https://github.com/damonbauer/npm-build-boilerplate
https://github.com/theskillwithin/hrtcup/blob/master/package.json <3
https://github.com/DevTips/DevTips-Starter-Kit (organized file structure!) <3
Flexbox all the things!: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ https://youtu.be/G7EIAgfkhmg
https://youtu.be/qpdxiIDzg6Q <3
https://github.com/Heydon/fukol-grids
http://codepen.io/theskillwithin/pen/QNBxyr
http://www.flexboxpatterns.com/
https://css-tricks.com/designing-a-product-page-layout-with-flexbox/
Sematics http://codepen.io/theskillwithin/pen/QKawNx ( ul nav list ) http://maintainablecss.com/
misc awesome https://css-tricks.com/findingfixing-unintended-body-overflow/ (got some overflow on mobile? and use body overflow-x: hidden ) https://developer.mozilla.org/en-US/docs/Web/CSS/white-space background-size: cover http://youmightnotneedjquery.com/
http://www.hypexr.org/linux_scp_help.php
https://youtu.be/8rHd6vnKqKQ
https://youtu.be/dG1VQf0o6ns (subl command to open sublime text, open . for current folder)
https://www.sequelpro.com/
https://www.getpostman.com/
https://www.jetbrains.com/phpstorm/
https://panic.com/transmit/
http://kopy.io/
https://youtu.be/wzAWI9h3q18 (do you even Jade bro?)
https://deploybot.com/
https://www.paulirish.com/2012/box-sizing-border-box-ftw/
https://github.com/theskillwithin/hrtcup/blob/master/src/assets/css/3-modules/_gallery-controller.sass ( pure css slider using :target hack )
https://github.com/theskillwithin/hrtcup/blob/master/src/assets/css/4-pages/_page-home.sass#L55 (hover effect outside of an element)
CSS Transitions: https://youtu.be/NZelrwd_iRs | https://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/ https://www.youtube.com/playlist?list=PLqGj3iMvMa4LvJ8VctoXnPI0dtE40wfid (animation series) https://youtu.be/8NGNKBIA_eI (discover perspective property)
Know Thy Editor Awesome Sauce - Sublime Text 3 https://youtu.be/_zNhqUnBfis?t=4m25s ( know what is possible then u can learn bit by bit and google later Wes Bos) https://www.sublimetext.com/3 https://packagecontrol.io/installation https://github.com/equinusocio/material-theme OR https://github.com/wesbos/cobalt2 http://docs.emmet.io/cheat-sheet/ https://github.com/skovhus/SublimeLinter-contrib-sass-lint https://i.imgur.com/eUbezVA.png codepen.io
Vagrant https://github.com/theskillwithin/intelliamor2/blob/master/scripts/install.sh (custom vagrant provision) https://puphpet.com/ =[ https://youtu.be/HW07wq2lllw (how to use vagrant with magento)
CSS Units https://youtu.be/qrduUUdxBSY vw and vh
Design: www.adobe.com/ExperienceDesign https://youtu.be/tsePToj6nw4
SVG https://thenounproject.com/ https://icomoon.io/app/#/select
podcasts Shop Talk Show (Chris Coyer owner of css-tricks.com and codepen.io) The Tim Ferris Podcast Yayqeuery (old) Late nights with Trav And Los /dev/hell
Email lists Responsive Design Weekly Web Design Weekly https://umaar.com/dev-tips/
Browser https://chrome.google.com/webstore/detail/material-simple-dark-grey/ookepigabmicjpgfnmncjiplegcacdbm https://github.com/nitayneeman/material-dark-devtools (chrome devtools theme) https://www.google.com/chrome/browser/canary.html https://www.mozilla.org/en-US/firefox/developer/
prefrences sublime text user:
{ "bold_folder_labels": true, "caret_extra_width": 2, "caret_style": "phase", "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", "font_size": 21, "highlight_line": true, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 2, "line_padding_top": 2, "match_backets_braces": true, "match_brackets_content": true, "match_brackets_square": true, "overlay_scroll_bars": "enabled", "theme": "Material-Theme-Darker.sublime-theme" }