Categories
Uncategorized

Dev Skills

Things to see and do.

  • Laracon videos
  • Refactoring to Collections
  • Dev Tools Debugging (breakpoints, watchers, exceptions etc.)

Categories
Uncategorized

Shopify

https://twitter.com/noncototient/status/905629388758073344

Timber — opinionated, good for getting started

Dhopify — blank slate, more control & more advanced

Categories
Uncategorized

Mac OS X / Homebrew Notes

which apachectl
/usr/local/bin/apachectl

I expect that response if the Homebrew version of Apache is running.

Categories
Uncategorized

SSH into Vagrant Homestead

Putty Gen, convert Homestead\.vagrant\machines\default\virtualbox\private_key to .ppk for Putty to use.

username is vagrant.

Categories
Uncategorized

Unable to Start Apache on Windows

If you get service specific error code 1 this relates to an IP/port conflict.

In my case Apache was listening to an IP address no longer attached to the system.

In httpd.conf there was Listen 192.168.0.20:80, which was an out of date IP. This line is usually unnecessary, but for me to get Apache to respond to the computer name I needed it.

Categories
Uncategorized

Learn Frontend

  • CSS3 — what’s new
  • HTML5 — ditto
  • Macaw
  • SVG — animation, sprites
  • JavaScript
    • Ember, Angular
  • BrowserSync