SONAR: Tool for Maintaining Coding Standards and Conventions
SONAR is an open source platform used by development teams to manage source code quality. Sonar has been developed with this main... more »
Tweet 0 Comments Save Tags: opinion , standards , tools
Understanding Digest Access Authentication
Digest Access Authentication is one method that a client and server can use to exchange credentials over HTTP. This method uses a... more »
Tweet 0 Comments Save Tags: standards , web services
Episode 7: Web Sockets Are Fast
Chris Boden joins us to talk about a Ratchet and React. The conversation is basically Ben and Phil asking a bunch of questions about how... more »
Tweet 0 Comments Save Tags: standards
Clouds in Government - Perils of Portability
Gareth Rushgrove emphasized the importance of cloud portability in a world of Infrastructure and Platform as a Service, offering examples... more »
Tweet 0 Comments Save Tags: server , standards
Use Web Components Today With Google's Polymer
At Google I/O last week, Google launched Polymer, a new library to build web applications using Web Components, the new HTML5 standard to... more »
Tweet 0 Comments Save Tags: css-html , standards
5 Essential Tips for Creating API Monitors
Now that API Monitoring has a free version you hardly have any excuses left – right? Actually, one of those last excuses stopping you... more »
Tweet 0 Comments Save Tags: standards , tools , web 2.0
The css selector length myth
CSS selector lengths are not the responsibility of the csser, instead the csser should worry about writing correct selectors and using... more »
Tweet 0 Comments Save Tags: css-html , how-to , opinion , standards
What's the right amount of context needed for effective code review?
How much context is required for an effective code review? The entire file, the code block, the hunk? What do you guys think?
Tweet 0 Comments Save Tags: opinion , standards , tools , web services