Latest News

  • submit to reddit
Mitch Pronschinske05/22/13
1266 views
0 replies

Links You Don't Want To Miss (May 23)

It's time to make Java debugging suck less, and it's also time to start pronouncing "GIF" "jif". Plus, some crucial employability tips and the real difference between "web" and "enterprise" developers.

Mitch Pronschinske05/18/13
1944 views
0 replies

ZeroMQ in Grizzly

From the OpenStack summit comes a lightning talk presentation on an implementation within the OpenStack IaaS software using the ZeroMQ message broker and Grizzly, the NIO Event simplifying framework.

Mitch Pronschinske05/17/13
3111 views
0 replies

Stupid Questions and n00bs: 10 Intriguing Things You Should Do

It really doesn’t matter how long you’ve been in this industry or which position you hold, understanding generation n00b and the value it brings should be mandatory for you.

Mitch Pronschinske05/17/13
1810 views
0 replies

A Look at How ZeroMQ Became a Leading Message-Passing Library

Pieter Hintjens, a maintainer of ZeroMQ: The Definitive Guide, discusses the patterns, the code, and the community behind this message-passing library.

Mitch Pronschinske05/17/13
1950 views
0 replies

Links You Don't Want To Miss (May 17)

New JavaScript and CSS tools are on their way, along with a managed NoSQL DB from Google. Plus Jekyll 1.0 and a super-jumping robot.

Mitch Pronschinske05/14/13
1242 views
0 replies

Things Made Easy: One Click CMS Integration with Solr & Drupal

If you have a new web project or and existing Drupal site, the combination of Drupal and Apache Solr is both powerful and easy to set up thanks to the existing integration code. The module allows for substantial customization with the administrative UI.

Mitch Pronschinske05/14/13
1443 views
0 replies

Managing Your Teams’ Agile Competency

A model of the predictable stages of agile team competency helps managers and leaders define the benefits they’re getting, determine the benefits they really want, and plan next steps. Join Diana Larsen in an exploration of ways leaders can use the model to analyze and monitor progress of Agile competence in teams.

Mitch Pronschinske05/13/13
3395 views
0 replies

A Completely Thread-Safe ZeroMQ Socket Interface for Scala

scala-zeromq facilitates communication using the ZeroMQ messaging library. ZeroMQ is a message-oriented socket communication library that support several high-level messaging patterns, including request-reply, publish-subscribe and push-pull. This is good since the current Akka extension for ZMQ has issues.

Mitch Pronschinske05/13/13
3338 views
0 replies

My Mom Told me That Git Doesn't Scale

Did you have a good Mother's Day? This GitHub developer's mom is certainly interesting... Since day one, we've faced an unique engineering problem: making terabytes of Git data always available, either directly or through our website.

Mitch Pronschinske05/13/13
1258 views
0 replies

OpenStack Integration Case Study on a Hybrid Cloud

How do you design and deploy a hybrid cloud application service using Openstack, VMware Vcenter and HP Public Cloud Service? How do you automatically scale your multi-tier application to respond to peak demand?

Mitch Pronschinske05/13/13
1828 views
0 replies

Building an Enterprise CRM with Grails and Spring Integration

This session will present a case study focusing on the development of a robust, horizontally scalable, enterprise CRM system at Dealer.com built primarily upon a Spring technology stack.

Mitch Pronschinske05/13/13
3879 views
0 replies

Links You Don't Want To Miss (May 13)

See why Ars Technica thinks that the W3C’s new DRM framework will empower the open web and check out the benchmarking of Dart and Java. Plus a iOS 7 concept design and 7 tips on minion management.

Mitch Pronschinske05/09/13
1482 views
0 replies

A Deep Dive Into Mobile Malware

The talk cites examples of common malware threats (some of which include drive-by download, fake players, trojan apps) and includes a look at the code of certain harmful software.

Mitch Pronschinske05/08/13
2659 views
0 replies

Git Going with Distributed Source Control

Many development shops have made the leap from RCS, Perforce, ClearCase, PVCS, CVS, BitKeeper or SourceSafe to the modern Subversion (SVN) version control system.

Mitch Pronschinske05/08/13
1603 views
0 replies

Deploying CXF SOAP Web Services on Tomcat and Karaf

This introduction shows the deployment of CXF-based SOAP web services as a WAR on embedded or standalone Apache Tomcat and as an OSGi bundle on Apache Karaf. How to create SOAP clients-both OSGi and standalone Java--is also covered.