Using fetch to do a file upload
In this video we are using fetch to do a file upload. File uploads could be hard if you haven't done it before, fetch is a new api that can simplify the process.
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.
The linux environment is now fully build, all tools and programs are created and we will do the final configuration of the system.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to use Java to create an image classification model using TFRecords and train it with python. Then we will read that model in TensorflowJS in order to predict images.
We look into how to setup webpack to package our Polymer 3 application.