I’ve worked on websites for several years, both professionally and for side projects. One day, I reflected on the fact that all of my web development...
In JavaScript, you can create custom errors by extending the built-in Error object (ever since ES 2015). class DatabaseError extends Error {} You can...
The most straightforward way to concatenate (or combine) strings in Lua is to use the dedicated string concatenation operator, which is two periods...
I recently migrated my personal website (the source code is on GitHub) from Jekyll to Hugo. It was mostly painless, and now I'm eager to write more...