├── back-end.md ├── front-end.md └── img └── yoda.jpg /back-end.md: -------------------------------------------------------------------------------- 1 | # save-data 2 | Minha lista de links descolados 3 | 4 | ## Videos 5 | [CS50 at Harvard](https://cs50.harvard.edu/) 6 | 7 | [Portal-cs5610](http://portal-cs5610online.rhcloud.com/portal/index.html#/modules/0) 8 | 9 | ## Ebooks 10 | [All IT Ebooks](http://www.allitebooks.com/) 11 | 12 | [Libgen](http://libgen.io/) 13 | 14 | -------------------------------------------------------------------------------- /front-end.md: -------------------------------------------------------------------------------- 1 | # Front-End 2 | Minha lista de links descolados de front-end! 3 | 4 | ![Mestre Yoda](img/yoda.jpg) 5 | 6 | 7 | ## HTML5 RESOURCES 8 | [Brackets Text Editor](http://brackets.io/) 9 | 10 | [Atom Text Editor](https://atom.io/) 11 | 12 | [Sublime Text](https://www.sublimetext.com/) 13 | 14 | [HTML5 Reference by MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) 15 | 16 | [HTML Entity Reference by CSS-Tricks](https://css-tricks.com/snippets/html/glyphs/) 17 | 18 | ## CSS3 RESOURCES 19 | [CSS3 Reference by MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference) 20 | 21 | [CSS3 Reference by Codrops](http://tympanus.net/codrops/css_reference/) 22 | 23 | [30 CSS Selectors by Tutplus](https://code.tutsplus.com/tutorials/the-30-css-selectors-you-must-memorize--net-16048) 24 | 25 | [Can I Use?](http://caniuse.com/) 26 | 27 | [Animate.css](https://daneden.github.io/animate.css/) 28 | 29 | [Responsive Grid System](http://www.responsivegridsystem.com/) 30 | 31 | [CSS for People Who Hate CSS](http://paulcpederson.com/articles/css-for-people-who-hate-css/) 32 | 33 | ## JAVASCRIPT RESOURCES 34 | 35 | [JavaScript Reference by MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference) 36 | 37 | [JavaScript Operator Precedence Table](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Operator_Precedence) 38 | 39 | [JavaScript Event Reference](https://developer.mozilla.org/en-US/docs/Web/Events) 40 | 41 | [DOM Manipulation Reference](http://youmightnotneedjquery.com/) 42 | 43 | [JavaScript KeyCodes Reference](http://keycodes.atjayjo.com/) 44 | 45 | [Principles of Writing Good JavaScript](https://github.com/rwaldron/idiomatic.js) 46 | 47 | [JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) 48 | 49 | [ES6 Browser Compatibility Table](https://kangax.github.io/compat-table/es6/) 50 | 51 | ## FONTS AND TYPOGRAPHY TOOLS 52 | [Google Fonts](https://fonts.google.com/) 53 | 54 | [Fontsquirrel](https://www.fontsquirrel.com/) 55 | 56 | [The 100 best free fonts by Creative Bloq](https://designschool.canva.com/blog/best-free-fonts/) 57 | 58 | [MyFonts](http://www.myfonts.com/) 59 | 60 | [TypeTester](https://www.typetester.org/) 61 | 62 | [A Pocket Guide to Typography](http://www.typogui.de/) 63 | 64 | ## GREAT COLORS AND TOOLS 65 | [Flat UI Colors](http://flatuicolors.com/) 66 | 67 | [Material Palette](http://www.materialpalette.com/) 68 | 69 | [Colorhunt Palettes](http://www.colorhunt.co/) 70 | 71 | [LOL Colors Palettes](http://www.lolcolors.com/) 72 | 73 | [UI Gradients](http://uigradients.com/) 74 | 75 | [Paletton](http://paletton.com/) 76 | 77 | [0to255](http://www.0to255.com/) 78 | 79 | [Coleure](https://www.coleure.com/) 80 | 81 | [Learn about colors](http://www.rocket-design.fr/color-template/) 82 | 83 | ## IMAGES AND VIDEOS 84 | [Unsplash](https://unsplash.com/) 85 | 86 | [The Stocks](http://thestocks.im/) 87 | 88 | [ISO Republic](http://isorepublic.com/) 89 | 90 | [Pixaby](https://pixabay.com/en/) 91 | 92 | [Subtle Patterns](http://subtlepatterns.com/) 93 | 94 | [iStock](http://www.istockphoto.com/) 95 | 96 | [Random User Generator](https://randomuser.me/) 97 | 98 | [Coverr](http://www.coverr.co/) 99 | 100 | [Startup Stock Photos](http://startupstockphotos.com/) 101 | 102 | [PlaceIt](https://placeit.net/) 103 | 104 | [Canva](https://www.canva.com/) 105 | 106 | ## BEST ICONS AND TOOLS 107 | [Ionicons](http://ionicons.com/) 108 | 109 | [Font Awesome](http://fontawesome.io/) 110 | 111 | [Flaticon](http://www.flaticon.com/) 112 | 113 | [Iconmonstr](http://iconmonstr.com/) 114 | 115 | [Icons8](https://icons8.com/) 116 | 117 | [Icon 54](https://icon54.com/) 118 | 119 | [Swift Icons](http://swifticons.com/) 120 | 121 | [Iconjar](http://geticonjar.com/) 122 | 123 | [Fontastic](http://fontastic.me/) 124 | 125 | ## FIND DESIGN INSPIRATION 126 | [Dribbble](https://dribbble.com/) 127 | 128 | [Land Book](http://land-book.com/) 129 | 130 | [One Page Love](https://onepagelove.com/) 131 | 132 | [Site Inspire](http://www.siteinspire.com/) 133 | 134 | [Call To idea](http://www.calltoidea.com/) 135 | 136 | [Media Queries](http://mediaqueri.es/) 137 | 138 | ## POPULAR BLOGS & COMMUNITIES 139 | [Stack Overflow](http://stackoverflow.com/) 140 | 141 | [Smashing Magazine](https://www.smashingmagazine.com/) 142 | 143 | [Codrops](http://tympanus.net/codrops/) 144 | 145 | [Sitepoint](http://www.sitepoint.com/) 146 | 147 | [Web Designer Depot](http://www.webdesignerdepot.com/) 148 | 149 | [Front End Front](https://frontendfront.com/) 150 | 151 | [Hey Designer](http://heydesigner.com/) 152 | 153 | [Designer News](https://www.designernews.co/) 154 | 155 | [FrontEnd Focus](http://frontendfocus.co/) 156 | 157 | [Front-End Developer Handbook 2017](https://frontendmasters.com/books/front-end-handbook/2017/) 158 | 159 | [css-weekly](http://css-weekly.com/archives/) 160 | 161 | [Mediatemple](http://mediatemple.net/blog/tips/) 162 | [Tutorialzine](https://tutorialzine.com/articles) 163 | 164 | ## PLANNING, TESTING, OPTIMIZATION AND DEPLOYMENT 165 | [Periodic Table of Web Design Process](https://www.newdesigngroup.ca/website-design/web-design-process-infographic/) 166 | 167 | [HTML Validator by W3C](https://validator.w3.org/) 168 | 169 | [CSS Validator by W3C](https://jigsaw.w3.org/css-validator/) 170 | 171 | [Optimizilla](http://optimizilla.com/) 172 | 173 | [Real favicon Generator](http://realfavicongenerator.net/) 174 | 175 | [Usability checklist](https://stayintech.com/info/UX) 176 | 177 | [Google Mobile-Friendly Test](https://testmysite.thinkwithgoogle.com/) 178 | 179 | [Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/) 180 | 181 | [Nibbler](http://nibbler.silktide.com/en_US) 182 | 183 | [Woorank](https://www.woorank.com/) 184 | 185 | [Google Analytics](http://www.google.com/analytics) 186 | 187 | [Namecheap](https://www.namecheap.com/) 188 | 189 | [Website Speed Optimization Guide](https://kinsta.com/learn/page-speed/) 190 | 191 | ## COURSE FREE 192 | 193 | [WHAT THE FLEXBOX?!](https://flexbox.io/) 194 | 195 | [JAVASCRIPT 30 - 30 DAY VANILLA JS CODING CHALLENGE](https://javascript30.com/) 196 | 197 | [Começando com React JS](http://jscasts.teachable.com/p/comecando-com-react-js) 198 | 199 | [The Coding Train](https://www.youtube.com/user/shiffman) 200 | 201 | [Mastering Markdown](https://masteringmarkdown.com/) 202 | 203 | [Level Up Tutorials](https://leveluptutorials.com/) 204 | 205 | [Learning to learn to code](https://code.likeagirl.io/beginners-guide-to-programming-15c06bfc2d72) 206 | 207 | [My giant JavaScript Basics course is now live on YouTube. And it’s 100% free.](https://medium.freecodecamp.com/my-giant-javascript-basics-course-is-now-live-on-youtube-and-its-100-free-9020a21bbc27) 208 | -------------------------------------------------------------------------------- /img/yoda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wellingtonpgp/save-data/29bd253714caf5a7eb1d74eb9cc9b68a093fb958/img/yoda.jpg --------------------------------------------------------------------------------