Postgres Demystified
Learn about the Postgres features and why you should consider it for your next project. These include: Datatypes Using other languages... more »
Tweet 1 Comments Save Tags: database , open source , opinion , tools
10 Hibernate question asked in Interviews for Java J2EE developer
Hibernate has become core persistence framework, much like Spring MVC in presentation layer. This article contains a list of Hibernate... more »
Tweet 0 Comments Save Tags: java , open source , opinion
Types of MVC Architecture
In this article we will see comparison of different types of MVC architecture we have.
Tweet 0 Comments Save Tags: methodology , open source , php , research
Getting started on creating JVM Agents for bytecode instrumentation
Overview of what are JVM agents focusing on how to create one for bytecode instrumentation (using the java.lang.instrument API) with code samples
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Apache JMeter - Setup
Load testing is aimed at putting demand on a system or device and measuring its response. It is performed to determine a system’s... more »
Tweet 0 Comments Save Tags: java , open source , usability
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
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
My response to “7 Open Source Projects to cut your teeth on (and the ones to avoid)”
I’ve been meaning to write an article about a few of the communities in the open source world. However, I believe that the article “7... more »
Tweet 0 Comments Save Tags: open source , opinion
Creating “Good” Android Apps
You have heard people say it: “App X is a good app”. You didn’t think about it at the time, but it begs the question. What makes a good... more »
Tweet 0 Comments Save Tags: open source , reviews
It Pays to Do Community ...
It takes effort, persistence & contributions from a lot of folks to build a truly rewarding developer community that benefits... more »
Tweet 0 Comments Save Tags: 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
Asynchronous logging using Log4j, ActiveMQ and Spring
Learn how to write a custom Log4j Appender that writes to a ActiveMQ queue to build a centralized logging framework for your app.
Tweet 0 Comments Save Tags: how-to , java , open source
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
Developing Web Application with Node.js, Express.js and MongoDB
This is a Proof of Concept for making Node.js to communicate with MongoDB through REST API
Tweet 0 Comments Save Tags: agile , frameworks , javascript , open source
Android Studio: our new, shiny Android IDE
The cat is out of the bag: yesterday, during Google I/O‘s keynote, we announced our new IntelliJ IDEA-based Android IDE, Android Studio.... more »
Tweet 0 Comments Save Tags: java , mobile , news , open source
Continuous Information - Jenkins newsletter volume 4
Vol 4 of the Jenkins newsletter came out last night. It features Jenkins tips from founder Kohsuke, latest growth stats (730+ plugins,... more »
Tweet 0 Comments Save Tags: agile , java , news , open source
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
HTML5 Infographic: Past, Present and Future
HTML5 is one of the most popular markup language in this era. Mostly designers and developers use this amazing language as it is easy to... more »
Tweet 1 Comments Save Tags: css-html , open source , web design
Patenting Open Source Software
Patenting FOSS may help in some cases, but the nature of FOSS development itself may mean that patenting some collaboratively developed... more »
Tweet 0 Comments Save Tags: open source , opinion , standards , trends
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... more »
Tweet 0 Comments Save Tags: open source , reviews , tools
Don't Miss the Android Developer Tools Session Livestream
Google is about to talk about the new Android build system - Gradle and IntelliJ. Don't miss this is you are an Android developer
Tweet 0 Comments Save Tags: java , open source , tools
Magento: Get Payment Method name using Order ID
In this quick tip we will see how how we can get Payment Method name using the Magento Order ID.
Tweet 0 Comments Save Tags: how-to , open source , php , research
20+ Examples of Getting Results with Big Data
We’ve never had greater, better analyzed, more pervasive, or increasingly connected computing power and information at a cheaper price in... more »
Tweet 0 Comments Save Tags: cloud , open source , server , web services
A Quick Primer on MongoDB
A Quick Primer on MongoDB - which can be used to be familiar with MongoDB
Tweet 0 Comments Save Tags: database , how-to , open source
Data Grids & CAP
This post discussing the CAP properties of JBoss Data Grid depending on both configuration and network condititions.
Tweet 0 Comments Save Tags: cloud , open source , server , trends