How to display a subscription confirmation message with CSS
CSS has a lesser-known :target selector to style an element that matches the element linked in the page hash. It's a great way to display a message without creating a...
Jul 19th 2023 mailcoach.app

How to display a subscription conformation message with CSS
CSS has a lesser-known :target selector to style an element that matches the element linked in the page hash. It's a great way to display a message without creating a...
Jul 19th 2023 mailcoach.app

How to display a subscription confirmation message with CSS
Here's a cool think you can do using the :target selector Read more
Jul 19th 2023 freek.dev

Explore the other side & learn a new language
If you want to become a better programmer, my number one advice is to learn another programming language. The further away from your comfort zone the better. The first language...
Jul 18th 2023 sebastiandedeyne.com

Explore the other side & learn a new language
If you want to become a better programmer, my number one advice is to learn another programming language. The further away from your comfort zone the better. The first...
Jul 18th 2023 sebastiandedeyne.com

Beware of PHPUnit data providers with heavy setup methods
Data providers can be a perfect fit to assert a lot of expectations without writing a full test for each. This makes it cheap and easy to add more test...
Jul 17th 2023 sebastiandedeyne.com

Managing production environment variables for Laravel deployments
"Secret secrets are no fun, secret secrets hurt someone" unless managed right in your Laravel deployment! For Flare, we explored alternative solutions to the classic . env files deployed with every...
Jul 17th 2023 flareapp.io

Beware of PHPUnit data providers with heavy setup methods
Data providers can be a perfect fit to assert a lot of expectations without writing a full test for each. This makes it cheap and easy to add more test...
Jul 17th 2023 sebastiandedeyne.com

Get notified when your Mailcoach webhooks fail
Failing webhooks are now handled more gracefully.
Jul 11th 2023 mailcoach.app

How we use CSS custom properties to customize your newsletter archive
Here's an interesting technique that we use in Mailcoach. Read more
Jul 3rd 2023 freek.dev