rahul chavan (@rcsofttech85) 's Twitter Profile
rahul chavan

@rcsofttech85

Talks about PHP, Symfony, Doctrine, Redis, and all things programming.

ID: 704924282627952640

linkhttps://www.linkedin.com/in/rahul-chavan-20b733115/ calendar_today02-03-2016 07:00:20

962 Tweet

182 Takipçi

13 Takip Edilen

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

Asked ChatGPT a Rust question and it replied: This is one of those things that separates someone learning Rust from someone who gets Rust. Bro just promoted me or roasted me, I can't tell.😅

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

PHP stores dependencies in each project’s vendor/, while Rust caches crates globally for reuse.. never thought about the space this saves!

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

In CI, run #rector --dry-run. It’ll warn you about changes without messing up your build. Learned this the hard way. 😅

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

Ever pushed a commit with the wrong message? 😅 Instead of force-pushing, you can attach the correct one with git notes without rewriting history. #git

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

Keyset pagination is faster than OFFSET for large tables and avoids full table scans, making queries more efficient and scalable. #sql

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

When handling data locks, go optimistic if conflicts are rare, but play it safe and go pessimistic if conflicts could cause big problems.

rahul chavan (@rcsofttech85) 's Twitter Profile Photo

Building an Email Analytics Tool with #Symfony! Dashboard • Charts • Insights Code coming soon on GitHub 👇 github.com/rcsofttech85/

Building an Email Analytics Tool with #Symfony!
 Dashboard • Charts • Insights
 Code coming soon on GitHub 👇
 github.com/rcsofttech85/
Gary Clarke (@garyclarketech) 's Twitter Profile Photo

📂 New Video: Testing File Uploads in Symfony File uploads (CVs, invoices, images) are critical…don’t skip them in tests. In this video I show how to: 🔹 Simulate uploads with UploadedFile 🔹 Use fixtures 🔹 Submit + verify a full form 👉 youtu.be/i0vQ-BLC7Xc

📂 New Video: Testing File Uploads in Symfony

File uploads (CVs, invoices, images) are critical…don’t skip them in tests.

In this video I show how to:
🔹 Simulate uploads with UploadedFile
🔹 Use fixtures
🔹 Submit + verify a full form

👉 youtu.be/i0vQ-BLC7Xc
rahul chavan (@rcsofttech85) 's Twitter Profile Photo

In #Symfony you don’t need to pattern-match service IDs. Use #[AutowireLocator] to inject a ServiceLocator indexed by tag attributes:

In #Symfony you don’t need to pattern-match service IDs.
Use #[AutowireLocator] to inject a ServiceLocator indexed by tag attributes: