Recent posts

Ocp Data Types

2 minute read

OCP - Data types Java supports two data types:

Ocp Packages And Imports

2 minute read

OCP - Packages and imports In Java, packages are used to group classes. This is to prevent naming conflicts and to better organise the code.

Ocp Executing The Jvm

3 minute read

OCP - Executing the JVM When a Java program is “executed” or “ran” what is actually happening is that we are executing the Java Virtual Machine (JVM) and pas...

How To Configure Certbot With Apache

1 minute read

This one was a long time coming, but I finally got around to checking out Certbot via LetsEncrypt. This guide will demonstrate how to quickly and easily setu...

Logging Into Solid And Making A Request

1 minute read

I should preface this post by mentioning that SOLID appears to still be in the early stages of development, and so this post may become out of date quickly. ...