Why are landing pages so hard?
Maybe it's just me, but I think landing pages are so much harder than actual coding. I could write logic for days, but I can't write a catchy headline. Why is that?
All of my long-form thoughts on programming, product design, and more, collected in chronological order.
Maybe it's just me, but I think landing pages are so much harder than actual coding. I could write logic for days, but I can't write a catchy headline. Why is that?
Recently, I got a couple issues on the Laravel Kafka repository plus a few twitter DMs asking about how to use SSL with Kafka for local development.
They create the illusion of organization while holding you to a verbose structure that ultimately constrains the natural flow, with no other upsides beyond making release notes slightly prettier.
In PHP arrays can be destructured using the `[]` (as of PHP 7.1) or the `list()` language constructs. However, today I learned that you can use array destructuring as the righthand part of a foreach loop.