Just how fast is JBoss Middleware?
Let Radical Rich show you how in this demonstration video from 855 ft up in the air!
Tweet 0 Comments Save Tags: how-to , humor , open source , opinion
How to Argue About Code.
None of us would be very good developers if we never had arguments about The Best Way to Do Things. But I've had enough silly arguments... more »
Tweet 0 Comments Save Tags: how-to , reviews
Do you have architects or senior developers?
Why there are very few good Java Architects? Well, most people will say to me, that this isn’t true, they have Java Architects in their... more »
Tweet 0 Comments Save Tags: java , methodology , server , trends
Absolute Estimating vs. Relative Estimating
I’ve started work on some new videos and this time it’s all about Agile Estimating, Planning and Contracts. This is the obvious next step... more »
Tweet 0 Comments Save Tags: agile , methodology , reviews
Learning Chrome DevTools
If you have been using Firebug, check out this list of cool features of Chrome DevTools!
Tweet 0 Comments Save Tags: gui , how-to , javascript , open source
ZeroMQ in Grizzly
From the OpenStack summit comes a lightning talk presentation on an implementation within the OpenStack IaaS software using the ZeroMQ... more »
Tweet 0 Comments Save Tags: c-and-cpp , open source , reviews , tools
SOA School - Governance 2.0 with Anypoint Service Registry
With the explosion of APIs, the Enterprise has flung open its doors and windows and ripped off its roof in order to reach to the sky to... more »
Tweet 0 Comments Save Tags: tools , web services
Shazam in Java
Roy van Rijn has written wonderful post about Shazam algorithm and how to implement it on our own. To do this he placed many chunks of... more »
Tweet 0 Comments Save Tags: how-to , java
These Moments are Precious
The moments when excitement builds throughout the whole team at the delight of discovery and creativity are precious. These moments feel... more »
Tweet 0 Comments Save Tags: reviews , trends
Stupid Java Tricks » Changing Play 2 DB Configuration At Runtime: Beware of Dragons
Maybe you work for a company that leaves DB passwords in plaintext in configuration files on their servers. You would probably be among... more »
Tweet 0 Comments Save Tags: frameworks , java
Red Hat JBoss Middleware is faster than an 855 foot Sky Jump
Just how fast is JBoss Middleware you ask? Radical Rich will show you in this awesome video!
Tweet 0 Comments Save Tags: humor , java , open source , opinion
Creating Shazam in Java
This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?
Tweet 0 Comments Save Tags: how-to , java , methodology , tools
The CORRECT Way to Code a Custom Exception Class
There is a lot of advice out there on how to go about building your own custom exception classes. A lot of these sources are at... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
HTML5 input tags module for Play 2
This module brings client side validation attributes (required, max|min length, ...) and formats support (date, number, email, ...) to... more »
Tweet 0 Comments Save Tags: frameworks , java , web 2.0
Ruby on Rails Installation run error (fedora 17)
sqlite3 error on fedora and how to fix it.
Tweet 0 Comments Save Tags: how-to , open source , ruby , server
Would you use PhoneGap again?
On a recent talk I gave somebody asked me if I would use PhoneGap again. Not sure, was my answer. There are a lot of things to consider... more »
Tweet 0 Comments Save Tags: javascript , mobile , opinion
How to check for a '#' hash in a URL using jQuery?
jQuery code to to run a piece of code only if there is a "#" in the URL.
Tweet 0 Comments Save Tags: javascript
Relational “H2″ vs. Graph “Neo4j” Database
We will test the performance of Neo4j graph database against a relational database. I have selected H2 to represent the relational... more »
Tweet 0 Comments Save Tags: database , java
How could Scala do a merge sort?
Merge sort is a classical "divide and conquer" sorting algorithm. You should have to never write one because you'd be silly to... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Are You Making These 10 Web Design Mistakes?
Web usability is something that most online publishers spend time on, but few spend enough time on. Design and usability – like traffic... more »
Tweet 0 Comments Save Tags: reviews , web design
HumanAPI
Personal data creation is growing exponentially — 21% of Americans already digitally track their heart rate, active minutes, sleep,... more »
Tweet 0 Comments Save Tags: announcement , news , web services
Java Exception Handling Design
This article explains how to design java exception model for your J2EE application. It gives in depth details about exception propagation... more »
Tweet 0 Comments Save Tags: java
The Dangers of Book Learnin’
oday’s software professional is under constant pressure to maintain a high skill level with an ever-changing palette of languages and... more »
Tweet 0 Comments Save Tags: opinion , reviews
Node v0.10.7 (Stable)
Node v0.10.7 (Stable)
Tweet 0 Comments Save Tags: frameworks , javascript , news
jOOQ as a PL/Java language
Some people who get in touch with PL/SQL, PL/pgSQL, T-SQL, or any other proprietary procedural language for SQL interaction are probably... more »
Tweet 0 Comments Save Tags: database , java