PHP Dev Hack: Shell Style Comments
If you’ve done any PHP coding, you’ve learned that PHP supports 3 styles of comments. The first is a single line comment use two forward slashes`//` which comments everything until the end of the line. This is a C++ style comment. A second single line comment style are “shell style”, which use the pound sign … Read more » PHP Dev Hack: Shell Style Comments
Planning for the IndieWeb
I’ve known about the IndieWeb for a long while. However, the drastic changes at Twitter have prompted me to take action. Now I’m making plans to join the IndieWeb.
Choosing an Advent of Code Language
Today is the first day of “Advent of Code”. You’ve probably been hearing a lot about the different programming languages that people love coding in. The Advent of Code is a good time to try out a new language, but how do you decide? Here’s are some thoughts. Aesthetics is an important part of code. … Read more » Choosing an Advent of Code Language