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
Attracting Developers to PHP Core
How can we attract more developers to PHP Core development? Why am I talking about this now? Well, PHP core has a bus factor problem, and I had a couple of thoughts
Share Your Code For Review
Sometimes you want to share your git branch with someone, but don’t want to lose your ability to rebase it. Here’s how to do it.