Open sedouard opened 10 years ago
Accepted for ONE-SHOT NodeConf :)
Thanks!!
If you haven't already, please register yourself as a speaker for JSFest:
https://ti.to/jsfest/oakland?release_id=nqflw0il0qw
If you get it in within the next few days you'll probably get a much nicer conference badge :)
And for any clever buggers who think they can register for free using that link, we will be checking the names against the accepted speakers list :)
Now'a'days we can run javascript basically everywhere!
Hackers love Node because its fast and lightweight. You can use it for practically anything reasonable - but how can the average hacker burning the midnight oil quickly create their own minimum viable product utilizing the skills they already know?
This talk will take you through my experience of being a naïve developer creating SmartDoor with nothing but a Raspberry Pi, a doorbell (yes, a doorbell) and couple StackOverflow answers. The cool thing is that javascript is literally used in all parts of the project. Nothing is device or platform specific and really applies to a large amount of scenarios.
I'll go through lessons learned such best practices in testing by simulating devices with node processes in the cloud and how cool it is that you can scale to a large amount of devices and data by making the right design decisions - which sometimes is just letting someone else do it for you!