|
1 |
| -已出版的文章除了在 Closed Issues 裡,也會發佈在 [Jollen's Blog](http://jollen.org/blog)。 |
| 1 | +The closed issues were publishing at [Jollen's Blog](http://jollen.org/blog) |
2 | 2 |
|
3 |
| -## 演講 |
| 3 | +# Recent Presentations |
4 | 4 |
|
5 |
| -* Jollen Chen: [Flowchain: A Distributed Ledger Designed for Peer-to-Peer IoT Networks and Real-time Data Transactions.](https://sites.google.com/site/lddleswc17/program) 2nd International Workshop on Linked Data and Distributed Ledgers, Co-located at ESWC 2017, Portoroz, Slovenia, 29th May 2017. |
| 5 | +* Jollen: Flowchain: A Case Study on Building a Blockchain for the IoT in Node.js, flowchain.co. LinuxConf + ContainerCon + CloudOpen, June 19, 2017, Beijing, China. |
| 6 | +* Jollen: [Flowchain: A Distributed Ledger Designed for Peer-to-Peer IoT Networks and Real-time Data Transactions.](https://sites.google.com/site/lddleswc17/program) 2nd International Workshop on Linked Data and Distributed Ledgers, Co-located at ESWC 2017, May 29, 2017, Portoroz, Slovenia. |
| 7 | +* Jollen: Devify: Decentralized Internet of Things Software Framework for a Peer-to-Peer and Interoperable IoT Device. Workshop on Advances in IoT Architecture and Systems, June 25, 2017, Toronto, Canada. |
6 | 8 |
|
7 |
| -> 在斯洛維尼亞舉行的 Linked Data and Distributed Ledgers 國際研討會上,將發表一篇論文,提出一種以 Virtual Block(虛擬區塊)的概念,打造 IoT Blockchain 的研究成果。 |
| 9 | +# Recent Publications |
8 | 10 |
|
9 |
| -## Idea Projects |
| 11 | +* Jollen, "Hybrid Blockchain and Pseudonymous Authentication for Secure and Trusted IoT Networks", In proceedings of the 2nd Workshop on Advances in IoT Architecture and Systems, June 3, 2018, Los Angeles, California, USA. |
10 | 12 |
|
11 |
| -_Idea Projects_ is the personal projects to proof of concepts. |
| 13 | +* Jollen, "Devify: decentralized internet of things software framework for a peer-to-peer and interoperable IoT device", ACM SIGBED Review - Special Issue on Advances in IoT Architecture and Systems (AIoTAS'17), Volume 15 Issue 2, Pages 31-36, March 2018, New York, NY, USA. |
12 | 14 |
|
13 |
| -* Project 4 since 2016.09.30 - [web-to-web RPC](https://github.com/jollen/wwRPC): wwRPC is a lightweight and very fast RPC (remote producre call) implementation in Node.js for a peer-to-peer IoT network. |
14 |
| -* Project 3 since 2016.08.30 - [devify-chunk-store](https://github.com/jollen/devify-chunk-store): A light-weight chunk store for IoT appliaction |
15 |
| -* Project 2 since 2016.08.18 - [node-p2p-chord](https://github.com/jollen/node-p2p-chord): To implement a light-wieght peer-to-peer Chord protocols |
16 |
| -* Project 1 since 2016.08.11 - [react-websocket-view](https://github.com/jollen/react-websocket-view)/[react-websocket-flux](https://github.com/jollen/react-websocket-flux): 使用 Flux 實作簡單的 React over Websocket,並使用 react-websocket-flux 讓 elements(例如:<p>、<h2>)具備 WebSocket client 的功能 |
17 | 15 |
|
18 | 16 |
|
19 |
| -## My Projects |
20 |
| - |
21 |
| -* [Flowchain](https://github.com/flowchain): 一個超輕量化的 flow-based runtime,針對 IoT 應用而生 |
22 |
| -* [WoT.City](https://github.com/wotcity): 一個 Web of Things 的協定封裝 |
23 |
| -* [Devify](https://github.com/DevifyPlatform): 一個 Serverless 與 IoT server biolerplate 的項目 |
24 |
| -* [RTOS WoT](https://github.com/jollen/rtos-wot): Open source FreeRTOS SDK fork for ESP8266 and web of things |
25 |
| - |
26 |
| -## 近期的貢獻 |
27 |
| - |
28 |
| -* [Streembit](https://github.com/streembit): 一個 P2P 的去中心化 (decentralized) 通訊系統,可用於 IoT |
29 |
| -* [Web of Things](https://github.com/w3c/web-of-things-framework): 貢獻 W3C 的 Web of Things Framework |
30 |
| - |
31 |
| -## 近期文章 |
32 |
| - |
33 |
| -* 2015-12-28: [在 NodeMCU 上使用 er-coap-13](https://github.com/jollen/blog/issues/1) |
34 |
| -* 2015-12-28: [如何用 Wio Link 快速自製 GoPro Remote](https://github.com/jollen/blog/issues/6) |
35 |
| -* 2016-01-07: [RTOS WoT (v0.1.0) 使用 FreeRTOS、 lwIP 與 C++ 元件重用](https://github.com/jollen/blog/issues/7) |
36 |
| -* 2016-01-27: [使用 ESP8266 做為 FreeRTOS 的學習與開發環境](https://github.com/jollen/blog/issues/8) |
37 |
| -* 2016-01-27: [How to build a CoAP message and send it to Internet on ESP8266](https://github.com/jollen/blog/issues/2) |
38 |
| -* 2016-02-04: [如何自行架設 Parse Server](https://github.com/jollen/blog/issues/10) |
39 |
| -* 2016-02-15: [學習 Unikernel 與 Runtime.js (Part1)](https://github.com/jollen/blog/issues/12) |
40 |
| -* 2016-02-16: [學習 Unikernel 與 Runtime.js (Part 2)-Build Runtime.js VM Image](https://github.com/jollen/blog/issues/13) |
41 |
| -* 2016-03-31: [強化串連智付寶(Pay2go)交易的安全性](https://github.com/jollen/blog/issues/18) |
42 |
| -* 更多早期文章: [Jollen's Blog](http://jollen.org/blog) |
43 |
| - |
44 |
| -## 教育訓練 |
45 |
| - |
46 |
| -以下是我的教育訓練課程。 |
47 |
| - |
48 |
| -* [Fullstack IoT 2017](https://www.mokoversity.com/iotschool) |
49 |
| -* [Software Architecture 101](https://www.moko365.com/enterprise/ad101-software-architecture-101) |
50 |
| -* [MongoDB 與 NoSQL](https://www.moko365.com/enterprise/ap102-mongodb-nosql) |
51 |
| -* [Node.js 與 Express 開發實戰:雲端 API 與物聯網](https://www.moko365.com/enterprise/ap103-nodejs-express) |
52 |
| -* [Android HAL & Framework:軟硬整合實作訓練](https://www.moko365.com/enterprise/af101-android-hal-framework-practical) |
53 |
| -* [Android HAL & Framework:行動裝置開發技術](https://www.moko365.com/enterprise/af102-android-hal-framework-subsystems) |
54 |
| -* [Linux 驅動程式完整訓練:Jollen 的 10 堂課-入門](https://www.moko365.com/enterprise/sp001-linux-device-driver-basic) |
55 |
| -* [Linux 驅動程式完整訓練:Jollen 的 10 堂課-進階](https://www.moko365.com/enterprise/sp002-linux-device-drive-advanced) |
56 |
| -* [HTML5 與 JavaScript:Web Fullstack 開發入門](https://www.moko365.com/enterprise/ap100-html5-javascript-apps-cloud) |
57 |
| -* [Web Frontend 完整訓練:使用 Backbone 與 Single Page 模式](https://www.moko365.com/enterprise/ap101-html5-front-end) |
58 |
| -* [GNU Toolchains & Embedded Linux Programming](https://www.moko365.com/enterprise/sp000-gnu-toolchains-embedded-linux-programming) |
59 |
| -* [IoT Cloud 101: IoT 裝置、通訊協定與雲端架構入門](https://www.moko365.com/enterprise/wot101-protocols-architecture-101) |
60 |
| -* [IoT 裝置自造實戰班:使用 ESP8266 與 LinkIt Smart 7688](https://www.moko365.com/enterprise/im101-esp8266-linkit-smart-7688) |
61 |
| -* [IoT OS 101: FreeRTOS 與 lwIP](https://www.moko365.com/enterprise/iot100-freertos-iot-programming-101) |
62 |
| - |
63 |
| -以下是我的線上課程。 |
64 |
| - |
65 |
| -* [Blockchain Beginner: 全新手也能懂的區塊鏈概論](https://www.mokoversity.com/course/Blockchain/Blockchain-Beginner) |
66 |
| -* [Promise: 輕鬆上手 JavaScript Asynchronous](https://www.mokoversity.com/course/React/Promise-Beginner) |
67 |
| -* [輕鬆上手 Flux 應用架構:使用 React](https://www.mokoversity.com/course/React/React-Flux-Beginner) |
68 |
| -* [Node.js Beginner: 輕鬆入門 Node.js 程式設計](https://www.mokoversity.com/course/Nodejs/Nodejs-Beginner) |
69 |
| -* [React 101 輕鬆入門](https://www.mokoversity.com/course/React/React-101-Online) |
70 |
| -* [React Material UI: 打造扁平化風格的 SPA](https://www.mokoversity.com/course/React/React-Material-UI) |
0 commit comments