Skip to content

Instantly share code, notes, and snippets.

@rrubiorr81
Last active December 21, 2015 05:09
Show Gist options
  • Save rrubiorr81/6254843 to your computer and use it in GitHub Desktop.
Save rrubiorr81/6254843 to your computer and use it in GitHub Desktop.
tuts_to_follow.txt
git
bash, ssh, linux
laravel, doctrine, composer
tdd, tdd + php, wokflow
asp.net, EF, TFS, SQLSERVER
//apply firsts as together as possible...
/************************************************************************************************************************************************************/
Git.
1.- http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/
2.- take a look at http://net.tutsplus.com/tutorials/other/the-perfect-workflow-with-git-github-and-ssh/?search_index=10
3.- http://git-scm.com/docs/gittutorial -- seems to be doing some enphasis on the inclusion of a new project from a github.
Composer
1.- http://net.tutsplus.com/tutorials/php/easy-package-management-with-composer/?search_index=3
REST-CI
1.- understant a bit the rest way with http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/
Node.js
1.- http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-node-js-and-geddy/
Composer - PHPUnit
1.- Roughly explained the interaction btw the two, using autoload built-in with composer, namespacing, expecting tests results, etc.
http://net.tutsplus.com/tutorials/php/better-workflow-in-php-with-composer-namespacing-and-phpunit/
Phpunit - Selenium. Quickly explained how to install them, configure selenium to work with an specific browser, writting test the phpunit way, and shows working with javascript. The test on the browser directly.
http://net.tutsplus.com/tutorials/php/how-to-use-selenium-2-with-phpunit/
Laravel
1.- https://tutsplus.com/course/laravel-essentials/*
--> this is apparently free... https://tutsplus.com/course/whats-new-in-laravel-4/
in http://www.screenr.com/user/laravel, check the site for more info, thre is plenty of resources. Check this.
2.- http://net.tutsplus.com/tutorials/php/how-to-setup-laravel-4/
VM (virtual machine) virtualization
1.- http://net.tutsplus.com/tutorials/php/vagrant-what-why-and-how/?search_index=2
Staging
1.- http://net.tutsplus.com/tutorials/setting-up-a-staging-environment/
'Consoling' in windows
1.- http://net.tutsplus.com/articles/windows-apps-for-web-developers/
2.- http://sourceforge.net/projects/console/
3.- http://www.hanselman.com/blog/ConEmuTheWindowsTerminalConsolePromptWeveBeenWaitingFor.aspx
MySql -- From the command line.
Bootstrap
Vagrant.
-- creation of boxes, acceding via ssh your own vegrand boxes, interaction with puppet.. etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment