Build an API service using Ktor rapidly

Kotlin is not only for mobile development but also for backend (it could be used everywhere actually!). In JetBrains, we build Ktor framework for backend development such as website, API, microservice. In this talk, I will introduce what Ktor is, how to integrated with Exposed SQL library, demonstrate how to build a RESTful API service in just a few lines of code. After listening to this talk, you will learn how to build API with Ktor rapidly.

Decentralized content registry: expanding IPFS functionality with cosmos based blockchain

We are building a general digital content registry called International Standard Content Number (ISCN) which is using the Cosmos-based blockchain to validate and store the registry itself. However, it is not intuitive and easy to use for users to query the registry directly from the blockchain, and now we are riding on the powerful distributed file system InterPlanetary File System (IPFS) to make some plugins to help to distribute the registries globally decentrally and distributed.

MySQL High Availability Deployment Practice

Data is critical to system. Building a reliability system requires a reliable Database Platform. MySQL High Availability with Replication, InnoDB Cluster / NDB Cluster provides the choice of deployment architectures to achieve different Service level (SLA) expectations. The talk will cover the innovation of Today with MySQL replication capabilities including Network communication, Flow control and Data Consistency. The latest ReplicaSet and InnoDB Cluster will be explored.