Getting Started with Node.js with Bruno Terkaly of Microsoft
Bruno Terkaly, Developer Evangelist at Microsoft kicks off Getting to Node.js Nirvana - a multi-speaker Node.js event held at Microsoft on April 12, 2012.
View ArticleUsing Node.js with Microsoft's Azure Cloud Platform
Matt Harrington, Developer Evangelist at Microsoft will talk about using Node.js with the open source and officially supported Azure SDK.
View ArticleMy First Node.js Program & Modules You Can Take for Granted with Node.js...
Mikeal Rogers, Node.js core contributor will walk you through the first node program he ever wrote. His talk will give you insight as to where node.js' priorities are, and how node solves many...
View ArticleHow Node.js Enables Concurrency with Matt Pardee of Cloud9 IDE
Matt Pardee, from Cloud9 IDE, will break down Cloud9 IDE's architecture and show how Node.js is powering one of the most sophisticated web applications today.
View ArticleUsing Media Queries to create a responsive design
.tuto_center{text-align:center;} .tuto_button { padding: 5px; text-decoration: none; color: #363636; font-weight: bold; border: 1px solid #7d7d7d; background-color: #e3e3e3; background-image:...
View ArticleAsynchronous tasks with Django and Celery
A common pattern in Django web applications is to pass long-running tasks off to a task queue. Celery is a popular distributed task queue with good Django integration.
View ArticleIntroduction To Android NDK
While most Android apps are written in pure Java, Android's Native Development Kit (NDK) enables us to access code written in C/C++ via Java Native Interface (JNI). This is often done in the name of...
View ArticlePython Web Development: Understanding Django for Beginners
Simeon Franklin will set you up with a good foundation for developing with Django in this presentation delivered at University of San Francisco.
View ArticleAsynchronous tasks with Django and Celery
A common pattern in Django web applications is to pass long-running tasks off to a task queue. Celery is a popular distributed task queue with good Django integration.
View ArticleIntroduction To Android NDK
While most Android apps are written in pure Java, Android's Native Development Kit (NDK) enables us to access code written in C/C++ via Java Native Interface (JNI). This is often done in the name of...
View ArticleAndroid SQLite for the DBA
As mobile devices become more and more important in the enterprise, you, as an enterprise database architect, may find yourself asked to participate in the design of the persistent data store in an...
View ArticleTutorial: Using Django's Multiple Database Support
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } table.sourceCode { width: 100%; } td.lineNumbers { text-align: right;...
View Article