Explore >> Select a destination


You are here

chaosinmotion.com
| | 9elements.com
19.6 parsecs away

Travel
| | In 2019, I wrote an article onmaintaining large JavaScript applications. As a follow-up, I'd like to describe a client project we are maintaining since 2014. The OECD Data Portal The Organisation for Economic Co-operation and Development (OECD) is...
| | componenthouse.com
9.9 parsecs away

Travel
| | The return statement in Javascript looks innocent and intuitive, but it hides a caveat that can break the logic of your code and lead toundefined behavior. The best way to illustrate this is to use a simple example, so let's consider this function: function greeter(name) { return 'Hello ' + name; } greeter('Hugo'); // works...
| | dougseven.com
12.4 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | hhvm.com
28.5 parsecs away

Travel
| HHVM 4.106 is released! This release marks the end of support for 4.100;HHVM 4.101-4.105 remain supported, as does the 4.80 LTS release.