Open to All
List of Events
Here is a list of event, includes speaker session and other intermediate slots (e.g. lunch):
Raspberry Pi history, tips and use case
Raspberry Pi is now 6 years old, there are several tips and use cases.it was born for kids programming education, though, it is now also used for electric DIY hobbies, industrial use, Edge Computing, IoT and more. Masafumi will talk Raspberry Pi history and latest updates and discuss several its use cases and tips for our business and daily use.
Here is the detailed description:
Why your domain name matters
This talk will give you an introduction how to choose your domain name and why it is more important than ever to own your own domain name for your open source projects or business.
Let's Fix The Internet
The Internet today is plagued by many problems. From viruses and spam, to identity theft and piracy.
We can solve those problems.
With a virtual operating system that runs the cloud, using blockchains to secure identities and data, a virtual network layer to protect agains unauthorized network access, and a virtual machine to sandbox untrusted code.
This talk will describe Elastos, an Operating System for the smart web.
It will explore the approach that Elastos takes to achieve these goals, and gives a vision of a possible future internet.
Type-safe REST API with Haxe
RESTful API is arguably the most used standard of the web today. This talk will give you a taste on how it could be seamlessly integrated with the type-safe programming language - Haxe.
Haxe as a better JavaScript: a practical guide for making front end development fun, fast and less overwhelming
"JavaScript Fatigure" is real. In the last 5 years JS has moved from being something used to progressively enhance a web page, to being the driving engine that powers entire web apps. And as we try to do more with JavaScript, we need more tooling. Webpack, Babel, CSS Modules and type checking. And we needed more frameworks: we went from jQuery everywhere to Backbone, Angular, React and Redux and MobX and Preact and more. It some point, it got really, really complex, hard to get started, easy to break, and less fun to build.