TVHK
An TV platform that is owned by and beneficial to the community.
Here is a list of event, includes speaker session and other intermediate slots (e.g. lunch):
An TV platform that is owned by and beneficial to the community.
Python 2 is going to be end-of-life in early 2020. That's in about half a year, about time to start moving your production projects over to Python 3 if not done so. In this talk, Gary will share how he migrated a decade-old Mozilla project (funfuzz) over to Python 3, tools used, as well as advice to help you do the same to your projects.
Genetic research takes an important role in the drive for more personalized medicine by providing a deeper look into the genetic makeup of various diseases.However, these data driven analysis require thousands of subjects, thus driving the cost into millions of US Dollars.
The idea of adopting multiple programming languages to build highly distributed applications is not new to anyone. We all been taught to use necessary toolkits to solve certain problems in the most efficient way. 12Factor concept helped us to understand how to shift from the monolithic applications to smaller functional units - microservices, with that we can extract the most critical pieces of code into a microservice that can be made natively fault-tolerant.