A brief introduction to Redis
We look at Redis, what it is, what we can use it for and how to run different commands against a Redis instance.
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.
We talk about the different collection structures in Java and how to measure their performance and memory footprint Simple example of performance testing for collection types in java: package org.ea.debugger; import java.lang.management.ManagementFactory; import java.util.*; import java.util.function.IntConsumer; public class CollectionTest { public static void sleep() { try { Thread.sleep(3000); } catch (Exception e) { e.printStackTrace(); }…
We are looking into the vulnrability of Log4J version 2 and how to mitigate the exploit. We also look at the differences of version 1 and version 2 of Log4J
We look into how to setup webpack to package our Polymer 3 application.
In this video, we go through how to install all the required prerequisite packages and Keystone.
We look at how to use web components in Angular, React or VanillaJS.