
Using web components in frameworks
We look at how to use web components in Angular, React or VanillaJS.

OpenJDK releases going forward
We talk about what is going to happen going forward for java and OpenJDK.

Webassembly with java
We go through how to run java code in your browser using different projects.

freecodecamp.org – html, js, css basics
We look at the freecodecamp.org site and how to use it, you can refresh your knowledge or start your career with just a few simple steps.

lit-html 0.11.0 update
We look at the last release of lit-html and what have been added to the latest API.

Inputbox – live coding web component
Using the material design we create a new web component with an input box and label.

Accessibility basics
I go through the basics of accessibility. Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/

JIB – Dockerize your java build
We look at dockerizing our java build both in the cloud and in our local docker environment.

Object detection Part 6 – Inference in java [Tensorflow]
We look at exporting our model into saved_model and use that in java in order to run inference on images the model never is seen before.

Object detection Part 5 – Evaluation and Tensorboard [Tensorflow]
We look closely at how to run the evaluation in windows and evaluate the result in Tensorboard.

Object detection Part 4 – Training in the cloud [Tensorflow]
We look at configuring and running training in the cloud.