Git Explained: For Beginners
I’m working with Git now for about two years but only for my personal projects and those I have on GitHub. At work we still use TFS and... more »
Tweet 1 Comments Save Tags: how-to , open source , tools
Effective Unit Testing: Patterns and Suggestions to ensure truly unit oriented test code
Unit testing can be fairly simple to implement with immeasurable value for both the customer and the implementing team. Unfortunately... more »
Core Spring Data
This Refcard serves as a must-have reference for the Spring Data project. Spring Data, which is part of the Spring Framework ecosystem,... more »
Tweet 0 Comments Save Tags: database , frameworks , how-to , java
Understanding Density Independence in Android
A comprehensive explanation of how Android handles devices of varying screen densities, and how to optimize an application to best... more »
Java Code To Byte Code - Part One
Explains how Java code get compiled to byte code in simple terms describing each instruction and how memory is updated during execution.
Tweet 0 Comments Save Tags: groovy , hardware , how-to , java
15 Command Line Tools to Monitor Linux Performance
It’s really very tough job for every System or Network administrator to monitor and debug Linux System Performance problems every day.... more »
Tweet 0 Comments Save Tags: how-to , open source , unix-linux
Play! Framework Basics
You will have a hard time finding any framework that is more productive than Play!. How much time have you spent recycling a container?... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , standards
XStream – XStreamely easy way to work with XML data in Java
From time to time there is a moment when we have to deal with XML data. And most of the time it is not the happiest day in our life.... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Programming language trends
Every since I started investigating the popularity of programming languages by looking at their usage on Github and StackOverflow I have... more »
Tweet 2 Comments Save Tags: how-to , methodology , tools
Creating a simple to-do application – Part 3
So far we’ve created some basic PHP pages and added some simple authentication. Today we’re going to going to build on that by adding... more »
Tweet 0 Comments Save Tags: how-to , php , usability
Fix Memory Leaks in Java Production Applications in 5 Steps
Adding more memory to your JVMs (Java Virtual Machines) might be a temporary solution to fixing memory leaks in Java applications, but it... more »
Tweet 0 Comments Save Tags: how-to , java , server
Android ExpandableListView Magic
An explanation on customizing Android's ExpanableListView to imitate the combination of an ExpandableListView and a ListView.
Tweet 0 Comments Save Tags: how-to , java , mobile
How We Increased New User Registration 27%
A few months ago, we upgraded Stormpath's signup workflow. Despite asking for more information, the upgraded workflow increased our... more »
Tweet 1 Comments Save Tags: how-to , usability , web design , web services
Java instrumentation tutorial
This article explains how Java instrumentation works, and how you can write your own agent to do some basic profiling/tracing.
Tweet 0 Comments Save Tags: how-to , java , tools
Horizontal Scroll View in Android
Hello Friends, It's a simple demo for Horizontal Scroll View in Android.
Tweet 1 Comments Save Tags: eclipse , how-to , java , mobile
Fixing Java production problems with New Relic
Originally appearing in JAX Magazine, Dan Delany goes hunting in the haystack with New Relic, and tells us why application performance... more »
Tweet 1 Comments Save Tags: how-to , java , opinion
How to Bootstrap a Tabris Application with Maven and Eclipse
From my point of view bootstrapping a new application is always tricky. Especially when you want to bootstrap an app that uses technology... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , mobile
How to write less code with JMS 2.0
Here are ten simple examples that demonstrate how JMS 2.0 requires less code than JMS 1.1.
Tweet 0 Comments Save Tags: how-to , java , news , standards
Instrument Java code your way: TraceView Java API
When it comes to analyzing your web application’s performance, TraceView has already instruments a wide spectrum of Java components, such... more »
Tweet 1 Comments Save Tags: how-to , java , methodology , server
Spring BeanDefinitionStoreException
Spring BeanDefinitionStoreException - Causes, Solutions, IOException, FileNotFoundException
EnumSet in Java - RegularEnumSet vs JumboEnumSet
Javin Paul explains the usefulness of the Java special implementation, as well as examples and usecases
Tweet 0 Comments Save Tags: how-to , java , opinion
How to Stand Out at Work: 10 Tips for Programmers (Part 1)
I’ve been in the IT industry for almost 8 years working in 4 different companies. During this time I had a chance to work with a couple... more »
Tweet 0 Comments Save Tags: how-to , opinion
StackExchange REST Client with Spring and RestTemplate
StackExchange REST Client with with Spring and RestTemplate
Tweet 0 Comments Save Tags: how-to , java , web services
Automating a multi-platform build
This is the second post in the series describing our development infrastructure. We started with describing the external goals related to... more »
Tweet 0 Comments Save Tags: how-to
The Raspberry Pi JavaFX in-car system (Part 1)
A write up of the start of my project to connect a Raspberry Pi to my car and then display and track both interesting and useless data as I drive.