Whether you're learning or teaching CSS or Javascript, there are many fun, free, browser-based games to practice and perfect your skills.
Why did I take a coding Bootcamp?
This post discusses why, as a graphic designer and web designer, I signed up for a coding bootcamp and how it's helped me professionally.
Collections fieldset example in Statamic V2
See an example of using the Collections fieldset in Statamic V2 and displaying the content with {{ relate }}.
How to make a PHP “IF OR” or “IF AND” statement
Both WordPress and Statamic content management systems are built on PHP. Just like many other programming languages, PHP's syntax for OR is two vertical lines; PHP's syntax for AND is two ampersands &&. Alternatively, the words "and" and "or" may be used, too. Here are some code examples.
Enable SVG in WordPress Media Library using a function
The WordPress Media Library does not permit uploading SVG file types by default. Trying to upload an SVG file to the WordPress Media Library displays a warning reading, "Sorry, this file type is not permitted for security reasons." To change the functionality of your site and to permit SVG upload, you'll need to update your theme or child theme's function.php with this code.
Create a starter HTML template in VS Code
Save time with Code's shortcut for starter HTML templates. First, select your language as HTML. Then start typing "HTML:5" and then click TAB on your keyboard.
What is a conditional in Ruby?
If you're new to Ruby programming, understanding conditionals is an important first step.
Do I need to indent Ruby code?
Indenting Ruby code is the best practice. Learn about Ruby formatting plugins and the community-driven Ruby Style Guide.

