Small Linux Fun
Recently, I had to run a few experiments with Linux. I did not want to boot Linux separately from Windows. A virtual machine was the…
Generational GC in IBM JDK
IBM JDK 1.5 introduced the use of generational GC. Prior to that, the whole heap was divided into Large Object Area (LOA) and Small Object…
Using AWS Lambda
In this tutorial, you will work with the AWS Lambda service (http://docs.aws.amazon.com/lambda/latest/dg/welcome.html). You will create a Lambda function and attach it as a trigger script…
How to Use Angular Bootstrap?
This tutorial is adapted from Web Age course Comprehensive Angular 8 Programming. Bootstrap is an open source web GUI toolkit. It has two main aspects: Provide…
Getting Started with Docker
This tutorial is adpated from Web Age course Architecting Microservices with Kubernetes, Docker and Continuous Integration. What is Docker? Docker is an open IT automation platform…
Getting Started with OpenShift
This tutorial is adapted from Web Age course What is OpenShift? Red Hat: OpenShift Origin is a container application platform that brings docker and Kubernetes…