Things I've found interesting...

CORS: What is it protecting?

An awesome blog post about how CORS works and how it impacts request security between the frontend and backend. I love the worked examples of CORS vs CSRF, an awesome resource for juniors and a lovely refresher for more senior folk.

PHP The Right Way

I've been looking to touch up on latest best practice for PHP and was lucky enough to stumble upon this. From code style and security, to dependency management and deployment: this site has it all, completely for free!

The Joy and Power of Understanding

In the LLM era of SWE, development often moves at breakneck speeds at cost of quality, reliability and understanding. This post makes a case for learning and understanding difficult tasks and skills: to be the master- not the slave of our technologies. It reminds us to take joy in the learning process!

The native select was finally fixed

Styling selects is a huge annoyance. Making them look nice usually requires a weighty external JavaScript library and poorer accessibility. Thankfully, CSS now supports selectors for the picker and its contents! Now to wait for universal browser support....

Next