Sat.Jun 27, 2015 - Fri.Jul 03, 2015

article thumbnail

Thriving in Unpredictability

Tim Kadlec

Getting a website successfully delivered to a visitor depends on a series of actions. My server must spit something out. That something must be passed over some network. That something must then be consumed by another something: some client (often a browser) on some device. Finally, the visitor views that something in whatever context they happen to be in.

Network 72
article thumbnail

A Funny Thing Happened On The Way To The Future…

Alex Russell

There’s a post on the fetch() API by Ludovico Fischer doing the rounds. As a co-instigator for adding the API to the platform , it’s always a curious thing to read commentary about an API you designed, but this one more than most. It brings together the epic slog that was the Promises design (which we also waded into in order to get Service Workers done and which will improve with await/async ) with the in-process improvements that will come from Streams and it mixes it with a dollop

Design 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

My First Year Of Blogging And The Stats Around It

The Polyglot Developer

One year ago from today, I started this code blog. I set off to help people with niche topics that I myself banged my head when trying to solve. Through the months, I’ve gotten more traffic, followers, comments, and even job offers. Here are the stats to reflect my journey as a blogger. The post My First Year Of Blogging And The Stats Around It appeared first on The Polyglot Developer.

Traffic 40
article thumbnail

Without the Right Capital Structure, There is no Software Company Within

The Agile Manager

Is every company destined to be a software company? From a production perspective, there's reason to believe so: relatively minor things that were once the domain of hardware (configuration set by switches on a circuit board), operations (merchandise re-ordering based on sales and quantities) or subscription (license fees paid for usage) have become things that are now the domain of software (configuration is set through a browser interacting with Java code running in a Linux variant deployed on

article thumbnail

Override The AngularJS Exception Handler

The Polyglot Developer

AngularJS is one of the hottest things around right now. Maybe you’re finding yourself getting pretty deep in its greatness and you’re ready to customize how exceptions are handled by default. Lucky for us there is a way to override the default functionality and do whatever we want when an error happens. The post Override The AngularJS Exception Handler appeared first on The Polyglot Developer.