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
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
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
Do’s and don’ts of typography
As so much of the content available on the web is text it’s essential for web designers to understand the basic principles of good... more »
Tweet 0 Comments Save Tags: how-to , news , 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
Java EE 7 and JAX-RS 2.0
Java EE 7 with JAX-RS 2.0 brings several useful features, which further simplify development and lead to the creation of even... more »
Tweet 0 Comments Save Tags: how-to , java
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
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
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
Introducing NetBeans 7.3 - Power tools for HTML5 and JavaScript
Netbeans' Geertjan Wielenga introduces us to some of the new HTML5, JavaScript and CSS3 tools within the NetBeans IDE
Tweet 1 Comments Save Tags: how-to , java
Spring Maven Repository
Guide on how to set up Maven to use Spring Repositories - Release Candidates, Milestones and Snapshots - after the Spring infrastructure updates.
Tweet 0 Comments Save Tags: how-to , java , tools
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