This is the twitter feed for the JavaScript-AZ User Group. We meet for JavaScript Ninja Training twice a month.

Joined March 2010
Photos and videos
RT @sharondio: OK, this made my #ColdFusion heart go pitter-patter. #nodejs npmjs.org/package/nodedump

1
1
5
JavaScript-AZ retweeted
Cox charged me for service that didn't work, canceled/returned equipment an hour after install; for over a year. Only 1/7 refund #coxsucks
1
1
1
This should be required reading for anyone using JS, especially to those coming from other languages. designpepper.com/blog/drips/…

JavaScript-AZ retweeted
Repeating this one... Probably the best node intro I've seen... wekeroad.com/2012/07/04/try-…

2
2
NodeAZ meetup tonight, UAT Main Theater @ 7pm - meetup.com/NodeAZ/events/126…

JavaScript-AZ retweeted
I'm not big on mysql, but the JS based node-mysql driver is a really nice, well thought out API. github.com/felixge/node-mysq… @nodejs @felixge

1
5
9
JavaScript-AZ retweeted
Don't forget CRUDify – RESTful API generation using NodeJS and MongoDB tonight phxwebapp.com/#/2013/07/crud… with the @WeAreFractal crew

1
2
JavaScript-AZ retweeted
24 Jul 2013
Tomorrow night, @WeAreFractal presenting on #crudify at @phxwebapp UAT 7pm - learn to build #nodejs #api with #mongodb and #crudify !
1
2
JavaScript-AZ retweeted
AngularJS by Jeff Cross (Google) - Wednesday, August 7, 2013 - meetup.com/Phoenix-JavaScrip… - @JavaScriptAZ #Phoenix #JavaScript

6
1
JavaScript-AZ retweeted
builder.node.js will compile your .less files and min-merge your css & js via package.json #vs2010 #vs2012 #nodejs frugalcoder.us/post/2012/06/…

1
RoughneckBBS.com is back up and appears to be running well. Will be doing some maintenance over the weekend, after that, should be 24/7

IE(x) The new Browser Boat Anchor... paulirish.com/2011/browser-m…

1
Just a reminder to all, there's a Google Technology Users Group meeting tonight @6:30 -- http://phoenix.gtugs.org/meetings

1
JavaScript-AZ retweeted
Join us tonight. @jaymcgavren will present on using #ruboto to build #android apps with #ruby http://goo.gl/T2dDg please RT

3
JavaScript-AZ retweeted
Creative with great coding skills? Good with Web Applications or Flash/Flex? In Phoenix? Shoot a resume to michael(at)inxsol.com #UX #job

1
JavaScript-AZ retweeted
Can you code your way out of a cardboard box with #VB.Net? Live in Phx area & looking for work? Email your resume to michael(at)inxsol.com

1
JavaScript-AZ retweeted
Some javascript files I find essential... https://github.com/tracker1/core-js

1
Useful reintroduction to JS. pass it along... https://developer.mozilla.org/en/A_re-introduction_to_JavaScript

JavaScript-AZ retweeted
c=console;for (i=1;i<101;i ){if(!(i%(3*5)))c.log("FizzBuzz");else if(!(i%3))c.log("Fizz");else if(!(i%5))c.log("Buzz");else c.log(i);}
1
1