
Reissuing an SSL Certificate
Written by AdmiralBurbeh on Mar 20, 2025
If an SSL certificated is not reissued or renewed before its expiration date, it can become "paused". This means the website is longer encrypted and it will be flagged as "not secure" by the browser. This guide walks through the steps of reissuing an SSL certificate.

How to Verify SSL Configuration with a Dummy Certificate
Written by AdmiralBurbeh on Mar 12, 2025
This is the process of verifying the configuration for an SSL certificate for a website through the use of a dummy certificate, provided it is hosted from a cloud instance such as an AWS EC2 instance.

Pong Coding Blog
Written by elgrublord on Nov 20, 2024
Over the course of a 5 days, I embarked on a coding journey to create a classic pong game. This project involved designing the game mechanics, programming the paddle and ball movements, and ensuring smooth gameplay. The experience was not only a great way to sharpen my coding skills but also a fun challenge that tested my problem-solving abilities.

PHP Application Specialist Certificate - Initialization and Batch Insertion 001
Written by Hansibaba on Oct 3, 2023
First blog post for my adventure into the Kickback Kingdom's PHP Application Specialist certificate. Diving in with the *exciting* topics of initialization of databases and the insertion of data via batch insertion to increase population efficiency.