John Doe 🇰🇪 Profile picture
Software Engineer || I build awesome experiences on the web || amateur physicist || Future pilot || I hike sometimes || Bikes 🚲
Feb 15, 2020 4 tweets 3 min read
They create @Android, They need to make it usable by most people. To achieve this, they need apps for anything you can think of. Where do you get so many apps? Free courses on Android 😁. Also let us make AOSP and pay @Apple to have Gapps on iOS 💪🏽 The story of Google/Alphabet "#Php sucks" "IKR". But I don't wanna learn other languages. #Javasript looks like it was created by aliens. What do we do? Create a framework give it a cool name like #Laravel. And how do I make bucks from it? Easy people will pay to learn and #laracon events and #LaravelNova
Feb 6, 2020 4 tweets 1 min read
Server-Sent Events or WebSockets?
Why would you need any of them?
Which one should you choose? Sometimes you might want to get the latest data from the server without having to poll the server for updates.
This data comes in the form of notifications.
One way of doing this is polling the server for changes periodically but this is not performance friendly