's Avatar

@adamziel.bsky.social

16 Followers  |  16 Following  |  196 Posts  |  Joined: 23.12.2024  |  1.4204

Latest posts by adamziel.bsky.social on Bluesky

oh! The X->Bluesky migrator did not preserve the post dates. Oh well, at least it moved some of the posts :)

19.03.2025 12:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
CMSFreedom team, with 8 people at the Hackathon project table

CMSFreedom team, with 8 people at the Hackathon project table

Amazing team joined the #CMSFreedom project at the #Cloudfest #Hackathon #CFHack2025

@adamziel.bsky.social, @jessicalyschik.com, @karmatosed.art, coachbirgit.com, Cyrille COQUARD, stevemosby.co.uk, Dennis Snell, @patriciabt.com

15.03.2025 11:57 β€” πŸ‘ 6    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Preview
WordPress as a git repo During my Christmas break, I’ve turned WordPress into a markdown editor, a git client, and a git server. It’s all dependency-free PHP code. It works in Playground, on any cheap hosting, and it coul…

#WordPress as a git repo

adamadam.blog/2025/01/08/w...

"I’ve turned WordPress into a markdown editor, a git client, and a git server. It’s all dependency-free #PHP code. It works in Playground, on any cheap hosting, and it could be merged into WordPress core."

via @adamziel.bsky.social

07.02.2025 18:29 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

Oops, it’s @pootlepress actually πŸ˜…

22.01.2025 10:15 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I just saw https://pootlewriter.com/ from @JamiePootle – it's seriously cool! You can start writing with a click, no logins, no friction, and then publish to WordPress when ready.

21.01.2025 14:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

During my Christmas break, I’ve turned WordPress into a markdown editor, a git client, and a git server. I can:

β€’ Edit local files
β€’ Sync changes with to GitHub
β€’ Push and pull directly to WordPress

See the demo: https://adamadam.blog/2025/01/08/wordpress-as-a-git-repo/

09.01.2025 09:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Another State of the Word, another great year for WordPress Playground!

It took Playground two short years to go from a cool tech demo to a powerful tool used by WordPress educators, builders, and innovators.

It's hard to believe Playground didn't even exist when 2022 began!

16.12.2024 10:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Clear, descriptive naming in code isn't just pedanticβ€”it's accessibility.

As someone with ADHD, I rely on self-documenting code since I forget a lot and I can't hold much context in my mind.

Clear > clever

11.12.2024 11:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

PR descriptions 101: Be specific.

Don't say:
β€’ invalid
β€’ improve
β€’ broken

Say:
β€’ 404 API response
β€’ Add compliance with section 4.8 of the spec
β€’ White screen and parsing error after form submission

The future you will be grateful. Your colleagues, too.

19.11.2024 13:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What should be the new name for Playground Blueprints?

β€’ Preset(s)?
β€’ Model(s)?
β€’ Composition(s)?
β€’ Configuration(s)?
β€’ Playbook(s)?
β€’ Keep the name Blueprint(s)?

Vote in the GitHub poll here:
https://github.com/WordPress/wordpress-playground/discussions/1846

(Why these specific names? See the...

11.10.2024 17:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How to leverage WordPress Playground and Blueprints for automated end-to-end browser and performance testing?

Learn from this excellent article by @swissspidy!

https://pascalbirchler.com/wordpress-playground-testing/

I love how you can now set up the performance testing environment with Bluepr...

27.09.2024 14:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Pull requests have UX

Good UX = it's clear:
β€’ What the PR does and why
β€’ Why these choices
β€’ What's that weird looking function?!
β€’ How to test it

Bad UX = "fixes a CSS bug"

Good UX costs 20 minutes of writing today. Bad UX costs 5 hours of detective work tomorrow.

26.09.2024 21:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

TIL about the <datalist> HTML element that provides browser-native autocompletion

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist#browser_compatibility

12.09.2024 10:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I generated 1MB of PHP code using AI.

It was a MySQL query parser. I needed it to improve SQLite support in WordPress.

It took two nights, $520, and a passive aggressive prompt I felt bad about πŸ˜… It worked, but not without bugs.

Here’s the story:

https://adamadam.blog/2024/09/09/generating-...

10.09.2024 07:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Multi-site management with locally stored WordPress Playgrounds is coming soon!

Once ready, it will open the door to a ton of great features that just wouldn't work with the current UI, like:

β€’ Site templates
β€’ Synchronizing sites with git
β€’ Sharing Playgrounds

...and more!

09.09.2024 14:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Enhance your WordPress plugin by adding a Live Preview feature! πŸŽ‰

https://alex.kirk.at/2024/09/06/enhance-your-wordpress-plugin-add-live-preview/

With WordPress Playground, users can test plugins directly from the WordPress Plugin Directory. Let's make more plugins accessible with this feature!

09.09.2024 14:26 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

For the last year, I couldn't find a fast, low-transfer way of downloading Git files in Playground.

Yesterday it finally clicked – Playground needs a Git client in the browser!

It actually works! Here's an explainer and a link to code:

https://adamadam.blog/2024/06/21/cloning-a-git-repository-...

21.06.2024 19:42 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How would you feel about β€žPlaybooks” as a new name for β€žBlueprints”?

15.06.2024 18:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What a great day it was, and such a lovely audience at #WCEU!

Playground is a complete paradigm shift for WordPress. You should absolutely get familiar with it.

If you’ve missed the talk I gave on WordPress Playground, here’s the recording:

https://www.youtube.com/live/ofh6jLrXnpA?si=I0F8w64mN...

14.06.2024 17:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Join my talk about WordPress Playground at 10:15 on the Main Stage at #WCEU! :-)

14.06.2024 07:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

That was one great #WCEU contributor day β€” thank you so much for joining!

13.06.2024 18:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

On my way to Torino, I’m excited to meet everyone at #WCEU! :-)

I’ll be co-leading the Playground table with Bero at the contributor day, come and say hi!

Also come and see my talk about Playground on Friday, 10:15am main stage.

12.06.2024 17:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Roger Montti @martinibuster recently asked me if WordPress Playground is any useful for non-technical audience.

It absolutely is!

With Playground, you can clone your site, "try on" plugins, learn and teach WordPress, and more.

Read the full interview at
https://www.searchenginejournal.com/word...

04.06.2024 22:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I've had a great chat with Nathan Wrigley @wpbuilds at WP Tavern Jukebox podcast about:

β€’ What WordPress Playground is and isn't
β€’ How it's transforming WordPress
β€’ The future of Playground and web development

Check out the Episode 122 here:

https://wptavern.com/podcast/122-adam-zielinski-on-...

29.05.2024 17:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Blueprints – do you like that name for the JSON format we use to set up Playground sites? Why? If not, what other name would you use?

https://github.com/WordPress/blueprints/

23.05.2024 18:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The JSX preference was strong so I added a support for JSX transpilation to the Playground block:

https://github.com/WordPress/playground-tools/pull/280

Of course it's optional – you can still do vanilla JS :-)

23.05.2024 18:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How would you rather use React assuming all your imports etc would still work?

I’m exploring a WordPress Playground-based WordPress Block code editor and can’t decide whether vanilla JS is enough or it needs an in-browser bundler.

22.05.2024 12:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'll be talking about using WordPress Playground for building sites at the #pagebuilder summit in 1 hour – you can watch it here:

https://pagebuildersummit.com/speaker/adam-zielinski/

20.05.2024 10:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Are you a WCEU sponsor?

We're preparing physical swag – Playground puzzle pieces you scan with your phone and get a real WordPress site.

Do you want a unique puzzle piece for your theme or plugin? Drop a comment in here:

https://github.com/WordPress/wordpress-playground/issues/1266

26.04.2024 08:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’ll be taking about Playground at WCEU main stage in Torino!

What would you like to learn from the presentation?

25.04.2024 15:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@adamziel is following 15 prominent accounts