Jozef

@tito100
4 Followers
13 Following
23 Posts
Symfony programátor.

Parsing JSON in Classic ASP? Yes, we actually had to do that. 😅

I just wrote a war story about our ultimate boss fight: making a 20-year-old legacy codebase perfectly coexist with modern Symfony and Asset Mapper.

If you are fighting legacy dinosaurs, you are not alone:

https://dev.to/tito10047/asset-mapper-vs-20-year-old-legacy-code-the-ultimate-boss-fight-1bc2

#Symfony #PHP #LegacyCode #WebDev

Asset Mapper vs. 20-Year-Old Legacy Code: The Ultimate Boss Fight

Yes, we all understand the necessity of developing systems using cutting-edge technologies. But...

DEV Community

🎉 Respatch v0.1.0-beta is out!

I built a native Linux (GNOME) client for monitoring Symfony Messenger.

Build on top of MessengerMonitorBundle @kbond

Looking for feedback and feature requests! 👇
https://github.com/respatch/respatch-gnome/releases/tag/v0.1.0-beta

#Symfony #PHP #Linux #GTK4

Release Respatch v0.1.0-beta (Initial Flatpak Release) · respatch/respatch-gnome

🎉 Respatch v0.1.0-beta is out! Forget about constantly refreshing web interfaces. I am releasing the first public beta of my native Symfony Messenger client directly for your GNOME desktop. 🚀 What ...

GitHub

Ever spent 3 months hunting a bug only to realize my code was running too fast? 😅

Read my latest post on how Symfony Messenger's untamed asynchrony cost me half my beard. A cautionary tale about race conditions and silent fails! 👇

https://dev.to/tito10047/symfony-messenger-a-great-servant-but-a-terrible-master-or-how-asynchrony-cost-me-half-my-beard-3k5c

#Symfony #PHP #WebDev #Debugging

Symfony Messenger: A Great Servant, But a Terrible Master (Or How Asynchrony Cost Me Half My Beard)

I am a long-time Symfony developer. I love the framework. I use it in countless projects—whether they...

DEV Community
GitHub - tito10047/asset-mapper-test-bundle

Contribute to tito10047/asset-mapper-test-bundle development by creating an account on GitHub.

GitHub

Testing JavaScript in AssetMapper: Mission Impossible? Not anymore. 🚀

Stop the pain and start testing your JS the right way in @symfony. Full guide here:
https://dev.to/tito10047/symfony-asset-mapper-how-to-finally-test-javascript-properly-without-the-pain-290f
#symfony

Symfony Asset Mapper: How to Finally Test JavaScript Properly Without the Pain

You know the drill. Symfony Asset Mapper is a great tool. You've gotten rid of Webpack, npm install,...

DEV Community

Calling all #GNOME & #symfony users! 🐧🐘
I've built a top-panel extension to manage local CLI servers and PHP versions. It's fresh out of the oven and I'm looking for some early testers to help me catch bugs.

Check it out here: https://github.com/tito10047/menubar-for-symfony
#PHP #WebDev

GitHub - tito10047/menubar-for-symfony: A native Gnome menu bar app that brings the power of the Symfony CLI to your menubar.

A native Gnome menu bar app that brings the power of the Symfony CLI to your menubar. - tito10047/menubar-for-symfony

GitHub
How I turned hundreds of thousands of "dumb" SVG icons into a semantic search engine in 7 languages under 20ms (using LLM and Meilisearch)

Every frontend and full-stack developer knows this pain: You're building a UI, you need an icon for...

DEV Community

Searching for #icons without semantics is like looking for the love of your life and the search engine offers you a lifetime warranty on refrigerators.

So I decided to fix it. I'm officially launching the beta of https://ycon.cc/en !

Semantic search that finds what you actually mean, not just what you type.

Thousands of open-source icons in one place.

1-click ready-to-use code snippets for #tailwind #Symfony #react #vue #Astro and more.

I would really appreciate your feedback!

Welcome!

End of ID chaos! 🛡️ Tired of raw UUIDs in Symfony & Doctrine? Switch to type-safe identifiers (e.g., BookId). @mostka_j explains how to automate this, avoid Messenger mix-ups, and keep your code clean.

Read more: https://medium.com/@mostka.j/end-of-id-chaos-type-safe-identifiers-in-symfony-and-doctrine-automated-71bee96cb371 #Symfony #PHP #Doctrine

End of ID Chaos: Type-Safe Identifiers in Symfony and Doctrine (Automated)

When working with Symfony and Doctrine, it is common practice today to use UUIDs or ULIDs as entity identifiers. Most of the time, we…

Medium

🛡️ Afraid of doctrine:migrations:migrate breaking your local DB?

Meet Migration Backup Bundle for #Symfony! It automatically backs up your #MySQL, #PostgreSQL, or #SQLite database right before migrations run. If things go south, you have an instant recovery point.

✅ Fully automated via --backup
✅ Gzip & rotation

Check it out: https://github.com/tito10047/migration-backup
Read more:
https://medium.com/@mostka.j/a-safety-parachute-for-your-symfony-migrations-introducing-migration-backup-bundle-ae7d3a3192bd

#symfony #doctrine

GitHub - tito10047/migration-backup: Symfony bundle that automatically backs up your database (MySQL, PostgreSQL, SQLite) before running migrations. Features Gzip compression, automatic cleanup, and event support.

Symfony bundle that automatically backs up your database (MySQL, PostgreSQL, SQLite) before running migrations. Features Gzip compression, automatic cleanup, and event support. - tito10047/migratio...

GitHub