Skip to content

rodneystrong/dm12-useful-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 

Repository files navigation

dm12-useful-links

Assessment Prep
https://github.com/DevMountain/assessment-prep
thanks to moi

Post-grad Roadmap https://docs.google.com/document/d/10gjpjAOJPg8KxOwLb6zz0lRvjHo71TDhnc1_XMcHqxg/edit thanks to jeremy

Advanced HTML/CSS special group:

Link to all workshops + links to repos with solution code https://docs.google.com/spreadsheets/d/1KTOws8hycsFBgSVsRl1lr78og8B-dVkeXCtpf16f40E/edit?usp=sharing thanks to spencer kekauoha

CSS Clip path maker
http://bennettfeely.com/clippy/
thanks to moi

Javascript

List of 430+ free online programming courses with assignments
https://www.reddit.com/r/learnprogramming/comments/50l1yt/heres_a_list_of_430_free_online_programmingcs/
thanks to moi

Understanding Fat Arrow functions
http://wesbos.com/arrow-functions/?utm_source=javascriptweekly&utm_medium=email
thanks to moi

Functional Programming in Javascript
http://reactivex.io/learnrx/
thanks to moi

Free modern JS video course
http://courses.angularclass.com/courses/enrolled/modern-javascript
thanks to moi

JS Fundamentals slide presentation
https://slides.com/jeremyrobertson/deck-4/live#/
thanks to jeremy robertson

Speaking JS, free ebook on understanding JS if you already know programming
http://speakingjs.com/es5/pr02.html
thanks to moi

Exploring JS, free ebook on ES 2015 (es6)
http://exploringjs.com/es6/ch_about-book.html#_audience-javascript-programmers
thanks to moi

Another explanation on prototypes, constructors, apply() and call()
http://tobyho.com/2010/11/22/javascript-constructors-and/
thanks to moi

Understanding the module pattern in JS
http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html
thanks to moi

Understanding Closures
https://medium.freecodecamp.com/lets-learn-javascript-closures-66feb44f6a44#.id50rmmu6
thanks to moi

D3.JS repo
https://github.com/craig1123/d3-mini-lecture
thanks to craig walker

Book on D3.JS
http://chimera.labs.oreilly.com/books/1230000000345/ch05.html
thanks to craig walker

Getting started with Gulp
https://travismaynard.com/writing/getting-started-with-gulp?utm_medium=email&utm_source=jsfiddle
thanks to moi

Introduction to Gulp via Sitepoint (another decent gulp tutorial)
https://www.sitepoint.com/introduction-gulp-js/
thanks to moi

Angular

AngularJS Best Practices: Directory Structure
https://scotch.io/tutorials/angularjs-best-practices-directory-structure
thanks to noelle reid

MassiveJS Docs
https://massive-js.readthedocs.io/en/latest/
thanks to jonathan junca

Angular 2 free course
http://courses.angularclass.com/courses/enrolled/angular-2-fundamentals
thanks to moi

##Node.js I did some review of node today and found netninja's node videos helpful. Most helpful for me were numbers 1, 3, 6, 7, 23, 24, 28, 29, and 30. https
https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/playlists
thanks to brandon unbedacht

Learn Node.JS with a bunny
https://medium.freecodecamp.com/learn-node-js-with-brigadier-fluffykins-i-basics-async-sync-create-your-first-server-b9e54a45e108#.ygxt6fhfa
thanks to moi

Intro to Node.js with Express.js
https://www.youtube.com/watch?v=FqMIyTH9wSg&list=PLoYCgNOIyGAACzU6GliHJDp4kmOw3NFsh&index=2
thanks to steve isbell

Yarn
https://github.com/asBrettisay/react-simple/tree/dm14-day-one You can clone my repo and go to the dm14-day-one branch Jeremy Robertson [1:46 PM]
or even better npm i -g yarn . Then use yarn add and yarn instead of npm install --save and npm install

thanks to jeremy

##SQL

SQL Tutorial for Beginners
https://www.youtube.com/watch?v=xaWlS9HtWYw
thanks to lonnie mcgill

SQL teaching site
https://www.sqlteaching.com/
thanks to craig walker

###PostGres Gettin started with PostGres
http://www.tutorialspoint.com/postgresql/postgresql_create_database.htm
thanks to michael davis

http://sqlbolt.com/lesson/introduction
thanks to spencer kekauoha

Install PostGres on Windows:
https://github.com/craig1123/PostgreSQL-installation
thanks to craig walker

Video Game for SQL:
https://schemaverse.com/
thanks to donovan hiland

Install PSQL or PGAdmin
https://docs.google.com/document/d/1HiR3K8uWXiLOcOD1puonmAjWVUJXzVl0wqkZ2_ywbdQ/edit
thanks to jeremy

Convert CSV to SQL http://convertcsv.com/csv-to-sql.htm thanks to moi

##ReactJS ReactJS from learncode.academy
https://www.youtube.com/playlist?list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b
thanks to james lemire

Debugging React with Chrome https://medium.com/@DcKesler/debugging-react-with-chrome-871f59229f62#.pyfj9y6d1 thanks to daniel kesler

##Angular 2 (the newest shit. from rc5 on up) Angular 2 Fundamentals course
http://courses.angularclass.com/courses/angular-2-fundamentals
https://github.com/AngularClass/retain-app
thanks to moi

How to use SASS in Angular 2 + CLI (global variables and what not)
https://www.codementor.io/angularjs/tutorial/compiling-sass-postcss-with-angular-cli
thanks to moi

##Websockets BrowserQuest: html5 multiplayer game powered by WebSockets
http://browserquest.mozilla.org/
thanks to jeremy roberston

##Regex

RegexOne: Learn RegEx with simple interactive exercises
https://regexone.com/
thanks to cameron gale

VIM

Vim Adventures http://vim-adventures.com/ thanks to moi

Vim pacman https://github.com/jmoon018/PacVim thanks to moi

Vim Gifs. Using a file format from the 80s to explain a text editor from the 70s. https://twitter.com/vimgifs thanks to moi

Shit ton of VIM links http://vimgolf.com/
http://vimcasts.org/
http://www.openvim.com/tutorial.html
http://usevim.com/
http://designbytyping.com/
thanks to zac anger

##Authentication/Security/lulsec
Github gist on authentication via twitter
https://gist.github.com/cahlan/530f839fbfb2737d0647
thanks to jeremy robertson

##Design stuff

Flat design gallery + showcase: Inspirational resource
http://flatinspire.com/
thanks to moi

Pages with popular social media icons
http://shalinguyen.github.io/socialicious/
thanks to moi

https://simpleicons.org/ thanks to moi

http://www.flaticon.com/ thanks to moi

Wireframing
https://www.codementor.io/design/tutorial/getting-started-with-wireframes
thanks to jeremy

http://www.dtelepathy.com/blog/design/learning-to-wireframe-10-best-practices
thanks to jeremy

##Random Local Storage https://www.smashingmagazine.com/2010/10/local-storage-and-how-to-use-it/ thanks to moi

Directory for all things Front End. Wow..
https://frontend.directory
thanks to moi

Useful links for front-end developers
https://medium.com/web-development-zone/useful-docs-and-guides-for-front-end-developers-6a13fc395783#.o9i8v62jn
thanks to moi

Learn to code
http://ifoundthemeaningoflife.com/learntocode
thanks to moi

Insomnia REST Client, powerful REST API client with cookie management, environment variables, code generation + authentication
https://insomnia.rest/
thanks to ryan walsh

Git Cheat Sheet and Guide
http://rogerdudler.github.io/git-guide/
https://www.git-tower.com/blog/git-cheat-sheet/
thanks to jeremy roberston

Git + Github FreeCodeCamp videos
https://www.youtube.com/watch?v=bbanTh2CoAY&list=PLWKjhJtqVAbkFiqHnNaxpOPhh9tSWMXIF&index=5
thanks to moi

Linux Bash Shell Cheat Sheet
https://refcard.files.wordpress.com/2012/03/bcs_72_21.png
thanks to jeremy robertson

List of personal + no-server projects
http://tberry30.github.io/weatherApp/#/home
https://blakehagen.github.io/futbolwatch/#/
DM8 Projects
https://docs.google.com/document/d/1JAJrFmGxQ9jLgCEl8UFGxW-JHErkNx0Kfi3gCJ8q8AM/edit#
DM9 Projects
https://docs.google.com/document/d/1VKQToZhSmbabNuumudTrQo5EK_Fo8y-JbAXeuDkF9ac/edit
DM10 Projects
https://docs.google.com/document/d/1dGUXvXhwto62X1u_EtkuNaMFqh3UjwNczf4XIH5Gb9k/edit
DM12 Projects
https://docs.google.com/document/d/1RMD9n3UXthFko8sZtnS80I1D21yLUhnx00bCovObNxU/edit
thanks to jeremy roberston

###Freelancer Shit
Beautifully designed wiki on all the deductions possible for a 1099 software dev
https://99deductions.com/l/developer
thanks to kelsy michael gagnebin

Automated tax savings for independent contractors https://painless1099.com/home
thanks to kelsy michael gagnebin

MashApe API Marketplace, a place to see all available APIs https://market.mashape.com/explore?sort=developers
thanks to james lemire

Password Strength video
https://www.youtube.com/watch?v=8ZtInClXe1Q
thanks to josh peterson

Job Help Resources
https://docs.google.com/spreadsheets/d/1y9Y6ZJcTNPDWV9sugP1VTKFNKvDJ8KW3FaOeJ89_Sa4/edit#gid=0
thanks to craig walker

Site for technical interview prep, broken down by language
http://www.thatjsdude.com/interview/
thanks to john hicks

Udacity free course on algorithms for interviews
https://classroom.udacity.com/courses/ud513
thanks to moi

Practice coding interviews for free
https://www.pramp.com/
thanks to moi

Win the coding interview
https://blog.devmastery.com/how-to-win-the-coding-interview-71ae7102d685#.ksart8x3y
thanks to moi

Front-end job interview questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/README.md
thanks to moi

If you're looking for pretty and customizable (and EASY) alerts:
http://alertifyjs.com/
_thanks to candice humpherys

Quickly find the difference between your code and someone elses
https://text-compare.com/
thanks to candice humpherys

Shopping cart solution with just code, no CMS necessary
https://snipcart.com/
thanks to moi

Grav CMS: New type of CMS made completely with Javascript
https://getgrav.org/
thanks to moi

Shopping cart plugin for Grav
https://getgrav.org/blog/snipcart-plugin
thanks to moi

Example/Demo repo for implementing Stripe checkout
https://github.com/asBrettisay/animated-octo-waffle
thanks to brett caudill

How to color your Mac Terminal Prompt (and also customize what shows up)
https://github.com/jimeh/git-aware-prompt
thanks to moi

How to customize colors of your Terminal in OS X (not just the prompt) http://www.marinamele.com/2014/05/customize-colors-of-your-terminal-in-mac-os-x.html thanks to moi

Bash command line shortcuts/alias
https://jonsuh.com/blog/bash-command-line-shortcuts/
thanks to moi

How developers are writing their own paychecks
https://www.indiehackers.com/businesses
thanks to moi

JibberJobber: a tool for job seekers and recruiters to organize the hunt and manage a professional network
http://www.jibberjobber.com/login.php
thanks to moi

JS Interview Review
https://github.com/adam-s/js-interview-review
thanks to moi

Gainlo, Mock interviews with engineers from Adobe, Microsoft, Cisco, etc
http://www.gainlo.co/#!/
thanks to moi

Beautify Converter: Convert and/or beautify HTML, CSS, JS, XML, JSON, etc
http://www.beautifyconverter.com/
thanks to moi

##Class lecture links/projects that weren't posted to the calendar (so annoying)

List of vidoes from DM6 to DM10 https://docs.google.com/spreadsheets/d/1p9EzVLEFGf5Q40oL4gWrRyfPO_DTKO3VIDOT3ZQFvtI/edit?pref=2&pli=1#gid=1832617554
thanks to moi

SQL Day1 + 2
https://github.com/kendagriff/sql-course

SQL Day 3
https://github.com/kendagriff/massive-demo

ReactJS Day 1 https://github.com/dckesler/react_day_1
https://github.com/devmountain/react-friends
https://github.com/craig1123/react-day-1
###dm10 ReactJS day 1
https://github.com/bsbeeks/react-day-1

ReactJS Day 2 https://github.com/dckesler/react-day-two
https://github.com/DevMountain/react-mail
https://github.com/ngReact/ngReact
###dm10 ReactJS day 2
https://github.com/bsbeeks/react-day-2

ReactJS Day 3
https://github.com/dckesler/react-day-three
####mini project
https://github.com/dckesler/reactweather ####day project
https://github.com/dckesler/dm12router
https://github.com/devmountain/react-emporium
https://github.com/devmountain/react-blog

Big O Notation Day ?
https://docs.google.com/presentation/d/1N4gSr_fDHrxNFVZA8JOYnX2mULfGhpQRbayspYBltYo/edit#slide=id.p

###dm10 ReactJS day 3
https://github.com/bsbeeks/react-day-3

Workplace Ethics
https://docs.google.com/presentation/d/1YyfKd6XaMDjJ8ce5rKt6CnO2Lp6s-V9wxrcx2Le30YE/edit#slide=id.g5bf891ae1_0_50
thanks to jeremy

Productivity
https://docs.google.com/presentation/d/1mQvxJatypq8VKjC7AT1rbAN15LBHxf10rNumrKC7rzQ/edit#slide=id.g5bf91c480_0_62
thanks to jeremy

Software Development Lifecycle
https://slides.com/jeremyrobertson/software-development-lifecycle/live#/14
thanks to jeremy

About

Links that helped me on JS, Angular, Node, React, Postgres, regex, vim, and other random stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published