📢 New article — KV Storage: the Web's First Built-in Module 🚀
Built-in modules lets you import code without having to download it! It's an awesome new feature that I honestly believe will transform web development.
And you can actually use it today!
developers.google.com/web/up…
Want to know what it was like to browse the web in 1990? A team at @CERN has rebuilt the original WorldWideWeb browser, which you can explore within your own browser.
Try it here ➡️ worldwideweb.cern.ch/
ALT The welcome site for the WorldWideWeb browser at CERN
Beginning 2019 with a Lunchtime Presentation at Harbour Workspace. We talk about Data Security, inspired by the latest Data Leakage in Germany #HappyNewYear#Datenleak#Datendiebstahl
Now that you have fixed your families computers, take some time to upgrade your #PHP installations - as PHP5.6 reaches its end of lifetime. #FamilyAdminDay
🔎 VS @code Tip 🔍
Have you ever needed to find a very specific section of code but couldn't seem to pinpoint it? Try out the multiline search in VS Code with regular expression support to lock in on the right text.
More details 👉 aka.ms/AA3e3xi
Animate CSS Grid: github.com/aholachek/animate…
> This small script makes it easy to make sure your CSS grid transitions gracefully from one state to another.
(Using FLIP!)
The PHP project is excited and proud to announce the immediate availability of PHP 7.3.0.
This latest branch of the PHP language and runtime brings new features and even more performance than before!
For more information, see the release announcement at: php.net/archive/2018.php#id2…
Such a relief to read this. Until now using #WebComponents in forms involves implementing registration of #CustomElement input fields on DOM inserts, and/or extending <form/> functionality for validation/submission. => Such a pain in the a... #useThePlatform
3rd question about severless PHP in as many days. There is no such thing as serverless from the PHP perspective. It’s just a different deploy strategy and provider billing model. There are still servers running your PHP code.