David's Coding Blog

2024

August

2024-08-04

"Don't reinvent the wheel"

You can find many posts on Reddit, Stack Overflow, etc. that tell you not to reinvent the wheel. What about hobby projects?

READ MORE...
2024-08-01

PHP - Single or double quoted string

In PHP, both single and double quoted strings can be used, but depending on the type of string, different characters are escaped.

READ MORE...

July

2024-07-28

PHP - Semicolon and closing PHP tag

I discovered that a semicolon is not always required in PHP. The closing PHP tag can be seen as adding a semicolon to the code.

READ MORE...
2024-07-28

Welcome to my blog

After much thought, I have decided to start a blog.
In the future, I will document my thoughts and findings here as I work on my hobby projects.

READ MORE...