Michael Carroll
IoT
Sep 20, 2016Real-time Garage Door Control: LiftMaster and PubNub
Build a real-time garage door control with Node.js, LiftMaster, and just 100 lines of Javascript code.
Michael Carroll
Sep 15, 2016
Your own programming language in <200 lines of code | PubNub
The last post in our series about the Ohm parser and how we created a new programming language in 180 lines of code.
Michael Carroll
Sep 14, 2016
Blocks and Conditionals with Ohm
Add blocks and conditionals to your programming language with Ohm, the open source Javascript grammar parser framework.
Michael Carroll
News
Sep 13, 2016How Functions Keeps Your Code Secure
Check how middleware software functions protects against un-trusted code, and distributes computation globally.
Michael Carroll
News
Sep 12, 2016Functions: Serverless Computation at Scale
Introducing Functions, a better way to do serverless computing at scale with real-time data. Now you can program the data network yourself!
Michael Carroll
Sep 8, 2016
Build Your Own Symbol Calculator with Ohm
Part two of our series on a JavaScript parser for building your own programming language and symbol calculator using Ohm.
Michael Carroll
Real-Time
Sep 6, 2016Build: President Election Poll, Real-time Voting App
Build a real-time voting web app using PubNub's Project EON chart framework and Javascript.
Michael Carroll
Collaboration
Sep 1, 2016DIY Virtual Whiteboard Using Google and Firebase
Build a freeform virtual whiteboard allowing users to collaborate remotely using PubNub, Firebase, and Google as an identity provider.
Michael Carroll
Aug 30, 2016
JS Parser Creates a Language in 200 Lines of Code
Introducing Ohm, a JavaScript parser generator for building your own programming languages.