Jamie York
ziadoz.bsky.social
Jamie York
@ziadoz.bsky.social
I’m a web developer based in Leicestershire, UK. I enjoying working with PHP, Laravel and JS. I’m also an avid PC gamer and dog lover.
Reposted by Jamie York
Lots of folks captioning aurora photos like "for a few minutes we didn't think about politics"

guess I'm built different, every time I'm out trying to see night sky stuff I frequently think about how much light pollution is entirely preventable with just a tiny bit of regulation
November 13, 2025 at 10:03 PM
Reposted by Jamie York
#PHP 8.5 adds backtraces to errors so we can more easily track down problems. This is one of the features I think is going to be a game-changer for tracking down errors.

Learn about more of the new features at youtu.be/Wmsy2O_WysA

#phpc #php
#softwareenginnering
November 11, 2025 at 6:01 PM
Reposted by Jamie York
There's a free iOS app called BitCam which only takes pictures like this, and I absolutely love it.

Takes me back to my earliest days with the first Mac I ever owned, a Mac Plus.
November 9, 2025 at 12:57 PM
Reposted by Jamie York
I tried to AI code some in-browser video decoding stuff. It made a mess.

So I learned the APIs somewhat properly, and did a much better job, but it was still messy.

Then I found mediabunny.dev and it just worked. Yay!
Mediabunny
A JavaScript library for reading, writing, and converting media files. Directly in the browser, and faster than anybunny else.
mediabunny.dev
October 30, 2025 at 10:35 AM
Reposted by Jamie York
Quick PHPStorm pro tip: adding "@formatter:off" to the top of a blade markdown email file will stop it automatically indenting on save and turning your entire markdown block into a code block.

This is handy because it leaves the auto-formatter on for all other blade files.
October 30, 2025 at 10:49 AM
Reposted by Jamie York
This little snippet made debugging view transitions a lot easier
October 29, 2025 at 6:29 PM
Reposted by Jamie York
Software in 2025
October 29, 2025 at 1:22 PM
Reposted by Jamie York
The PHP 8.5 Release Page design contest is underway, and here are some of the ones in the running. Check out the GitHub issue page for a complete list and to find out more info: github.com/php/web-php/...
October 27, 2025 at 6:58 PM
Reposted by Jamie York
Chatbots — LLMs — do not know facts and are not designed to be able to accurately answer factual questions. They are designed to find and mimic patterns of words, probabilistically. When they’re “right” it’s because correct things are often written down, so those patterns are frequent. That’s all.
June 19, 2025 at 11:21 AM
Reposted by Jamie York
Daylight Saving Explained:
October 25, 2025 at 11:48 PM
Reposted by Jamie York
Getting the screen dimension with a simple calc? Yes, it's possible!

css-tip.com/screen-dimen...

We are still waiting for Firefox to join the game, and the code below will become the favorite one of many developers!

(Until then, there is another method with better support)
October 24, 2025 at 7:30 PM
Reposted by Jamie York
✍️ Solved by Modern CSS: Section Layout

A new interactive article about a typical section layout and exploring how to make it more dynamic with modern CSS. Happy reading!

ishadeed.com/article/mode...
Solved By Modern CSS: Section Layout
Building a typical section design with modern CSS.
ishadeed.com
October 23, 2025 at 7:20 PM
Reposted by Jamie York
I had the opportunity to chat with @asgrim.dev yesterday about PHP Pie - the new installer for PHP extensions, intended to replace PECL.

Full interview dropping tomorrow.
October 22, 2025 at 2:06 PM
Reposted by Jamie York
Don't [...spread] or .split() your strings!

Use Intl.Segmenter API. Available in every JS runtime
October 23, 2025 at 2:55 PM
Reposted by Jamie York
This was a super interesting read: aggregate.stitcher.io/posts/73701
Build Your Own Database
A step-by-step guide to building a key-value database from scratch.
aggregate.stitcher.io
October 23, 2025 at 6:26 AM
Are there any good PhpStorm/VS Code light themes? I’m still stuck with Atom One all these years later because frankly nothing better has come along (that I’m aware of). Seems like a lot of devs are all in on dark themes too, which doesn’t help.
October 22, 2025 at 5:37 PM
Reposted by Jamie York
If it’s not important enough for you to create it’s not important enough to make me look at it.
October 21, 2025 at 7:02 PM
Reposted by Jamie York
November 25, 2024 at 8:31 AM
Reposted by Jamie York
responsive CSS pinned sidebar transition 📌

.layout:has(:popover-open) {
grid-template-columns: var(--sidebar-width) 1fr;
}
aside:popover-open {
translate: 0 var(--ctrl);
height: var(--extend);
}

actual zero JS for the layout transition here
so many details to play with! 🧑‍🍳
October 14, 2025 at 2:01 PM
Reposted by Jamie York
The first three episodes of my "How to Build a Dev Team" course are live--and free--on Laracasts today!

laracasts.com/series/how-t...
October 13, 2025 at 3:43 PM
Reposted by Jamie York
I love a good "Do this, not that" post. And this is a good one:

Do `git reset --keep`, not `git reset --hard`

adamj.eu/tech/2024/09...
Git: avoid reset --hard, use reset --keep instead - Adam Johnson
When I started learning Git, I found many references covering two ways to undo commits with git reset:
adamj.eu
October 11, 2025 at 4:23 PM
Reposted by Jamie York
London continues to be a delight
October 11, 2025 at 5:10 PM
Reposted by Jamie York
And this comment sums up pretty much what I've been experiencing so far:

"Working with AI feels like taking that step into management that you never wanted to take, just to be assigned to a team of kids that will swear that they understood you (to not look incompetent), but they didn't"
October 10, 2025 at 12:41 PM
Reposted by Jamie York
AI coding sucks

CJ just one-shotted a 15 min rant and it's incredibly refreshing.

www.youtube.com/watch?v=0ZUk...
AI Coding Sucks
YouTube video by Syntax
www.youtube.com
October 9, 2025 at 4:33 PM
Reposted by Jamie York
Now when you feel guilty about designing a carousel, you don’t have to also feel guilty about the code you used to program it.

adactio.com/journal/22178 #FrontEnd @adactio.com #css
Simplify
Reminding myself just how much you can do with CSS these days.
adactio.com
October 9, 2025 at 12:45 PM