BLOG

Simplicity is the ultimate sophistication
— Leonardo Da Vinci

Better JSON through streams

Better JSON through streams

Web applications that handle big amounts of data are not easy. Receiving big amounts data is slow, cumbersome, and prone to failing, so it makes for a challenging user experience. Sending big amounts of data is also difficult, particularly when you start introducing some complexities into how that data needs to be processed before it can be sent. Read […]

8 cool features to come in PHP 7.1

8 cool features to come in PHP 7.1

8 cool features to come in #PHP 7.1 Nullable Types Square Bracket Syntax For Array Destructuring Assignment Warn About Invalid Strings In Arithmetic Allow Specifying Keys In List() Generalize Support Of Negative String Offsets Void Return Type Support Class Constant Visibility Catching Multiple Exception Types – Reed the tweet

jQuery 3.0 Final Released!

jQuery 3.0 Final Released!

jQuery 3.0 Final Released! Read the post of the announcement, here it is the upgrading guide and the new jQuery Migrate script. The authors say “Despite the length of this list, we believe that the majority are edge cases. Many jQuery projects should be able to run version 3.0 with only minor changes if any.” As of jQuery […]