Appcelerator Mobile Backend Service Access Control Lists

Access Control Lists (ACL) Mobile Backend Services are awesome, but sometimes you need them to be limited to some users. Thats where Access Control Lists (ACL) come in. The ACL object implements access control lists for mobile backend service objects. An access control list controls read and write access to any mobile backend service objects…

Simple Audio Board

Another project I did for a friend of mine was called “Rick Roll”. It’s basically a board that just plays a Rick Astley song. /* This sketch uses the buzzer to play songs. The Arduino’s tone() command will play notes of a given frequency. We’ll provide a function that takes in note characters (a-g), and…