I ran Linux for a year, this is my review.
I talk about my experience of switching over to Linux, the pros and cons. I cover topics like games, speed, stability, simplicity and much much more.
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(); }…
Shutting down a java application gracefully is required to handle java scaling in kubernetes. Shutdown is handled via a hook in java and I’m doing an live coding example where I add code to wait until process is done.
We look into how to sign a request against the “new” Amazon data centers. All centers deployed after 2014 need to use the new …
We look into how to install Headwind MDM and connect an Android device to it. This system is a great choice for medium size companies that want to manage their mobile fleet.
In this video I’ll compare different JDKs and look at their performance depending on if they are containerized or run locally. We will compare oracle, apache, libertica and graal JDKs.
We set up a simple Polymer 3.0 element and then transform it to use lit-html