@dgarbs51_@jasonlbeggs@samsappenfield1 I used dark mode for my whole career until a few years back when I experimented with light mode for a month.
I start to feel much better at the end of the day. Less headaches. Less eye strain. Better concentration.
Personally, I'll never go back.
Recently, I spoke at Laravel Live Japan
The intention of my talk was to widen the audience's understanding of streams in PHP
We start at file_get_contents() and end by deleting keys from Redis via unlink()
No matter your experience, you might learn something along the way 🔗👇
@fsamapoor Appreciate you taking the time to check it out, Faraz, and for sharing it. Was a really fun talk to present. Hopefully will get to share it at more conferences soon!
@aschmelyun@mjackson I realise my reply was a bit ambiguous as to who I was addressing 😅
It was https://t.co/OuwxcNgGrB
Coincidentally, the initial draft of my talk covered Bencode!
Look at PHP/Ruby/Python for crying out loud. You don’t see those guys crying about not having streams. It’s the exception in all of those paradigms.
I did PHP and Ruby for a decade and never needed a stream until I came to Node.js 🤔
@mjackson@aschmelyun While you are here chatting PHP, thought I'd let you know: one of your tweets from a maybe like a year ago was part of the inspiration for my most recent Laracon talk 🐘
@CodingWisely@laravel Why couldn't the user enter the correct details on the first go? Why are they being guided by error messages in the first place?
For simple input requirements, the solution to this is usually the introduction of help text, e.g., "At least 5 characters".
After weeks of livestreaming and dogfooding, I’m excited to officially announce Double. 🎉
A modern PHP mocking library built around developer experience.
Inspired by Mockery and RSpec, Double stands on their shoulders, with very little to learn. Just enjoy a smoother DX.
@MrPunyapal@CodingWisely@laravel This is not the case for a tool tip.
If you *need* to hover a tool tip to know how to use the thing, it shouldn't be a tool tip.