The Woopest Woop
- https://scrimba.com/ - Scrimba is a powerful new way of learning code. Play around with the instructors code any time, right in the player.
- https://postmake.io/ - A directory of the best tools and resources for your projects
- https://www.cnet.com/how-to/21-chrome-shortcuts-you-need-to-know/
- https://workona.com/ - worth checking plugin for chrome tab management
- https://jsbin.com/?html,output - a playground for html, css & js if you just want to experiment
- https://www.learnenough.com/command-line-tutorials/basics - bad boy hacks for mastering the terminal
- https://www.theodinproject.com/ open source/free alternative to codecademy (.js is worth checking out)
- https://javascript.works-hub.com/learn/ - a bit more advanced, but how to build various things in .js, node, react
- https://resilientwebdesign.com/
- https://developer.mozilla.org/en-US/docs/Web/CSS/color_value - Hex color list
- https://alistapart.com/article/responsive-web-design - How responsive web started
- https://news.ycombinator.com/hn.js - Javascript file from HackerNews
- https://caniuse.com - Testing cross browser support for various properties
- https://www.arun.is/blog/10-year-challenge/ - 10 years
- https://github.com/charlax/professional-programming - A collection of full-stack resources for programmers.
- https://google-webfonts-helper.herokuapp.com/fonts - Fonts helper tool
- https://medium.com/level-up-web/the-ultimate-guide-to-css-103b0f883de3 - CSS cheatsheets
- https://usefyi.com/templates/ - Use FYI templates
- https://daneden.github.io/animate.css/ - Simple animations with CSS
- https://www.udemy.com/advanced-css-and-sass/?couponCode=LAUNCHSITE4 Jonas' advanced CSS class with coupon
- https://bennettfeely.com/clippy/ - Easy clip-path (HTML5) tool to clip images in browser.
- https://discoverthreejs.com/ - upcoming threejs book. Free first chapter.
- https://www.cncf.io/the-childrens-illustrated-guide-to-kubernetes/ kubernetes explained
- https://www.nngroup.com/articles/breadcrumbs/ Breadcrumbs - UIUX design guidelines.
- https://app.programmingfonts.org/ - test yer fonts
- https://vscodecandothat.com/ - VS Code tips and tricks
- https://vscodecandothat.com/ - What VS Code can do... even makes coffee!π
- https://github.com/bpesquet/thejsway
- https://scrimba.com/search?q=javascript (Videos and tutorials)
- https://scrimba.com/c/cast-24 @Tom Belton a nice way to "buidl" and apply what you're learning by creating a very simple submission form. @Jacob Papageorgiou schweeeet thnx m8!
- https://codepen.io/JohnPaulFich/pen/MXmzzM A simple "To-do" list in .js to explore functions.
- https://reacthandbook.com/ Flavio Copes. For when we make better haxz0rz
- https://learnjavascript.online/
- https://dustinpfister.github.io/2017/12/04/lodash_once/ closures
- https://javascript.info detailed JS text tutorials
- https://medium.freecodecamp.org/state-in-javascript-explained-by-cooking-a-simple-meal-2baf10a787ee JS State explained π¨π»βπ³
- https://medium.com/@bretcameron/12-javascript-tricks-you-wont-find-in-most-tutorials-a9c9331f169d
- https://public-apis.xyz/ - here lie the public APIs
- https://hackernewsletter.com/ - Weekly picks from https://news.ycombinator.com/
- https://github.com/zudochkin/awesome-newsletters/blob/master/README.md many more newsletters but not sure what would be best. π€
- https://www.webdesignernews.com/ - I enjoy this as it has a variety of links on a daily basis - however these are still FOMO inducing emails
- https://labnotes.org/ - Definitely worth subscribing to - a weekly email about code, design, technology, and people
- https://frontendfoc.us/ - Front End Focus. All things front end, with latest updates.
- https://www.producthunt.com/golden-kitty-awards-2018 - Some great products in here
- https://hackernewsletter.com/2018/ - Some good linkage here - also subscribe to
- https://github.com/mostmojo/Cookbook - "Recipe Cookbook" - could waste lots of time debugging but it works π€
- https://stackoverflow.com/questions/21012203/how-can-i-install-macvim-on-os-x
- https://stackoverflow.com/questions/2933192/what-is-parsing-in-terms-that-a-new-programmer-would-understand/2933218#2933218 (If I gave you an english sentence, and asked you to break down the sentence into its parts of speech (nouns, verbs, etc.), you would be parsing the sentence).
- https://www.sitepoint.com/nokogiri-fundamentals-extract-html-web/ (extract an html page to terminal for initial scraping)
- https://www.youtube.com/watch?v=-9ZheXYOMeM&t=2s Build a landing page in 2hrs
- https://help.github.com/articles/fork-a-repo/ How to commit from local machine to github
- https://flexboxfroggy.com Children's frog game to learn grid