How to Know When You’re a Good ProgrammerHow do you know if you’re a good programmer? This article explains specific areas you can measure to tell if you’re good enough.Apr 24, 2021Apr 24, 2021
Running PHP 7.3-fpm with NginxInstall php7.3-fpm & nginx: https://www.cloudbooklet.com/how-to-install-nginx-php-7-3-lemp-stack-on-ubuntu-18-04-google-cloud/Sep 21, 2020Sep 21, 2020
Earning a BJJ Blue Belt After 2 YearsFor many, earning the blue belt only takes 3–6 months. For me, the journey took a lot longer — about four times as long. But I am not at…Sep 17, 20201Sep 17, 20201
While Loops ExplainedThe while loop is a simple control structure that allows a body of code to be repeated. It can emulate both the for loop and the for each…Sep 1, 2020Sep 1, 2020
Polymorphism & Casting (OOP) ExplainedInheritance in Object-Oriented Programming creates an IS-A relationship between objects. You can think of these relationships like a…Aug 30, 2020Aug 30, 2020
Loops ExplainedThis article explains while, for, and for each loops. Learn the fundamental control structure that allow you to repeat a body of code.Aug 28, 2020Aug 28, 2020
What is Declarative Programming??Declarative Programming encompasses a wide range of essential programming paradigms including Functional Programming, Logic Programming…Aug 5, 20201Aug 5, 20201
Introducing Javalin: a MicroFramework for Java!Are you confused by the plethora of technologies out there to build your application server? Are you confused and overwhelmed by the…Jun 24, 2020Jun 24, 2020
How to get 40GB RAM on the Asus G14 Zephyrus ROG LaptopThis is how to get 40GB on your Asus G14 Zephyrus ROG laptop. Complete breakdown from start to finish and thorough memtest86 stress…May 31, 20202May 31, 20202
How to CORRECTLY use let, var, const, and ‘use strict’ by Understanding ScopesEver wonder why there’s so many ways to declare something in JavaScript? This guide will make everything clear!Jan 21, 2020Jan 21, 2020