Skip to content

Instantly share code, notes, and snippets.

View ArronJLinton's full-sized avatar

arronlinton ArronJLinton

  • NYC, NY
View GitHub Profile
// LEARN THE BASICS OF PHP
https://www.youtube.com/watch?v=Al6dlRaM4PM&index=2&list=PLfdtiltiRHWHjTPiFDRdTOPtSyYfz3iLW
https://www.codecourse.com/lessons/php-basics
// TUTORIALS
http://www.wpbeginner.com/category/wp-tutorials/
// local-server --> live site
http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
http://www.creativebloq.com/web-design/wordpress-tutorials-designers-1012990
https://code.tutsplus.com/tutorials/child-themes-basics-and-creating-child-themes-in-wordpress--wp-27475
// SEO
Hackathon
https://www.hackerrank.com/world-codesprint-11?utm_source=world-codesprint-11-promo&utm_medium=email&utm_campaign=world-codesprint-11
// Tutorials
https://www.railstutorial.org/
https://www.railstutorial.org/book
https://www.theodinproject.com/
https://tutorials.railsapps.org/
http://www.golangbootcamp.com/book/intro
@ArronJLinton
ArronJLinton / css-.md
Last active June 8, 2020 19:40
CSS Resources
@ArronJLinton
ArronJLinton / 0_reuse_code.js
Created January 28, 2017 16:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console