Open Source
Open Source Feature Articles
Working with Dropbox
Dropbox client applets allow only basic functionality for interacting with the file storage service. To get the full breadth of capabilities, you'll need to use their SDK and write your own code
Project of the Month: TestNG
Not every coder uses xUnit frameworks for testing. Many prefer TestNG, which gets around xUnit limitations, supports testing at multiple levels (unit, functional, integration, end-to-end), and greatly facilitates data-driven tests.
Using Bluetooth
Trying to communicate with a remote device with no other familiar protocol? Bluetooth provides an easy answer with well-documented specs and straightforward programming APIs.
Low-Cost, Low-Power Servers Begin Their Ascent
As the cloud is quickly demonstrating, small, seemingly underpowered servers are quite enough for most development tasks. Buying one of these low-cost, low-power units makes clear how much developer-friendlier they are than datacenter solutions
Low-Power ARM-Based Build Server Delivers
Nvidia's low-power, low-cost, ARM-based Trim-Slice is easy to set up and run, and it delivers as a build server.
Open Source News
RIM Goes Open Source For BlackBerry 10 Native SDK
New social platform SDK and BlackBerry Theme Studio toolkit all announced at DevCon Europe symposium
Is Nginx Scalability Beating Apache?
Open source web server enjoys growth among web developers
WANdisco and Jenkins: Continuous Integration Is Served
Companies team to provide professional support for Jenkins with uberSVN
Bridging Git Over Open Source and Commercial
AccuRev's Kando enterprise security and compliance platform
Pentaho Open Sources Big Data Offerings
Free Apache license for data integration tool
Developers Poised For Open Source webOS By September
Ruby On Rails 3.2 Hits New Track Times
New iteration of open source web app framework engineered to work faster in dev mode
JQuery Rewritten To Create jQ.Mobi For iOS and Android
Open source project presents optimized framework for HTML5 Mobile
Iron Speed Database Apps Go Mobile
Full-text database search capability plus enhanced charting features
Azure Ups Open Source Volume
Interoperability addressed, plus "improved" management portal
Events of Interest
February 13-16, Santa Clara, CA. Cloud Connect
February 26-29, San Francisco, CA. SPTechCon (Sharepoint Technology Conference)
March 5-6, London, UK. QCon London
March 5-9, San Francisco, CA. Game Developers Conference
March 19-23, Denver, CO. DrupalCon
March 24-28, San Jose, CA. CGO '12. 10th Annual IEEE/ACM International Symposium on Code Generation and Optimization.
March 25-30, Potsdam, Germany. AOSD '12. Aspect-oriented Software Development.
March 26-29, Reston, VA. EclipseCon 2012
April 2-3, London, U.K. Moblie 360 Live
April 2-4, San Francisco, CA. O'Reilly Where Conference
April 10-12, Santa Clara, CA. Percona Live MySQL Conference and Expo
May 7-11, St. Petersburg, FL. SEI Architecture Technology User Network (SATURN) Conference 2012
May 14-17, Bay Area, California. AnDevCon III (Android Developer Conference)
May 29-31, Fluent 2012: JavaScript and Beyond, San Francisco, CA.
June 4-6, Nashville, Tennessee.Magic Software Users Conference
June 11-14, Orlando, FL. Microsoft Tech-Ed
June 18-20, New York, NY. QCon New York
June 27-29, San Francisco, CA. Goole I/O Conference
July 16-20, Portland, OR. OSCON
August 20-24, Munich, Germany. DrupalCon Europe
September 23-25, St Louis, MO. StrangeLoop
September 30 - Oct 4, San Francisco, CA. JavaOne
October 22-24, San Francisco, CA. Windows Phone DevCon
October 24-25, New York City. The Strata Conference
November 7-9, San Francisco, CA. QCon
Best of the Web
Triple Buffering as A Concurrency Mechanism
Triple Buffering is a way of passing data between a producer and a consumer running at different rates. It ensures that the consumer sees only complete data with minimal lag.
Embedding GDB Breakpoints in C Source Code
Have you ever wanted to embed GDB breakpoints in C source code? Something like this:
printf("Hello,\n");
EMBED_BREAKPOINT;
printf("world!\n");
Writing Kernel Exploits
Why attack the kernel? Because it has a huge attack surface with potential for very interesting bugs. This presentation (pdf) takes a code-level dive into recently reported Linux-kernel exploits.
Compiling the JavaScript Engines
With growing demand for out-of-browser JavaScript (e.g., server JavaScript), a good knowledge of JavaScript engines is becoming more important.




