Using web components in frameworks

2018-10-01 00:10:06 - No Comments

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

Read more →

OpenJDK releases going forward

2018-09-24 00:09:24 - No Comments

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

Read more →

Webassembly with java

2018-09-16 23:09:22 - No Comments

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

Read more →

freecodecamp.org – html, js, css basics

2018-09-10 00:09:28 - No Comments

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.

Read more →

lit-html 0.11.0 update

2018-09-02 23:09:18 - No Comments

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

Read more →

Webassembly basics

2018-08-26 23:08:09 - No Comments

Looking at the basics of web assembly.

Read more →

Inputbox – live coding web component

2018-08-19 23:08:48 - No Comments

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

Read more →

Accessibility basics

2018-08-12 23:08:32 - No Comments

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

Read more →

JIB – Dockerize your java build

2018-08-06 00:08:17 - No Comments

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

Read more →

Object detection Part 6 – Inference in java [Tensorflow]

2018-07-29 23:07:51 - No Comments

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.

Read more →

Object detection Part 5 – Evaluation and Tensorboard [Tensorflow]

2018-07-23 00:07:50 - No Comments

We look closely at how to run the evaluation in windows and evaluate the result in Tensorboard.

Read more →

Object detection Part 4 – Training in the cloud [Tensorflow]

2018-07-15 23:07:30 - No Comments

We look at configuring and running training in the cloud.

Read more →