List Filtering
In this kata you will create a function that takes a list of non-negative integers and strings and returns a new list with the strings filtered out.
Read moreIn this kata you will create a function that takes a list of non-negative integers and strings and returns a new list with the strings filtered out.
Read moreComplete the square sum function so that it squares each number passed into it and then sums the results together.
Read moreIn this post I will go over how to install Apache, MariaDB, and PHP to Rocky Linux 8 or Rocky Linux 9 with the intention of hosting a WordPress site on HTTPS with a valid Let’s Encrypt certificate. This includes Apache settings, SELinux config, and firewall commands all in one unattended script.
Read more