A behind-the-scenes look at LinkedIn’s mobile engineering Pros' network was anything but in the mobile space. Then ethos and execution linked up.
Understanding JavaScript OOP â Sorella's Basement Rants about programming, open source, caffeine, unfunny jokes and such stuff.
How long waiting for an answer in StackOverflow - Interrupted I’m not a StackOverflow active contributor, something I recently decided should start to change. I think it’s amazing the speed an answer …
Popular sites with Apache server-status enabled Apache has a very useful functionality called server-status that allows administrators to easily find how well their servers are performing. It is basically
Surviving AWS Failures with a Node.js and MongoDB Stack | Kinvey Backend as a Service Blog Node+Mongo on EC2 is a very popular software stack among web services developers. There are many user guides on how to design such a system with built-in redundancy so that even coordinated failures donât bring down the service. The absolute minimum for a resilient service requires a MongoDB replica set behind a load-balanced node farm.
Zend Framework 2.0 Patterns Tutorial Tutorial for PHP Community Conference, 2011 edition, covering new components and patterns found within Zend Framework 2.0 development.
Writing Fast, Memory-Efficient JavaScript | Smashing Coding There are many common pitfalls when it comes to writing memory-efficient and fast code. JavaScript engines such as Googleâs V8 (Chrome, Node) are specifically designed for the fast execution of large JavaScript applications.
Why Are Half a Million People Poking This Giant Cube? | Game|Life | Wired.com Lee tapped the screen, breaking a few of the blocks. Coins flew into the air, and immediately, for some reason, he was engaged.
So you want to be a programmer, huh? Here are 27 ways to learn online It's never been easier to learn code and there's a shortage of developers. If you've ever thought about trying, now's the time - check out these resources.
How Cobalt Calibur Uses Canvas to Display Sprite-Based Graphics I'm here to tell you about how I used the new HTML5 canvas API to provide visuals using sprite-based graphics. This is similar to how old game consoles such as the NES drew graphics.
How To Design A Mobile Game With HTML5 | Smashing Mobile Learn how to make a cross-platform mobile game with HTML5. Could HTML5 finally fulfill the holy grail of âwrite once, run anywhereâ?
Constraint Validation: Native Client Side Validation for Web Forms - HTML5 Rocks A tutorial on HTML5's constraint validation API and how it can be used to enhance forms.
October 2012 Web Server Survey | Netcraft In the October 2012 survey we received responses from 620,480,777 sites, an increase of 350K sites since last month’s survey.
Real-Time Geolocation Service with Node.js A tutorial about how to create a simple real-time application that shows the locations of visitors on an interactive map using Node.js and the HTML5 Geolocation API.