Hands-on Angularjs: Building Single-Page Applications with Javascript

Welcome, dear reader, in this article, we’ll talk about a web framework that has become popular in the construction of single-page web applications: Angularjs.... Read all

Base64 Encoding in Java 8

The lack of Base64 encoding API in Java is, in my opinion, by far one of the most annoying holes in the libraries. Finally Java 8 includes a decent API for it... Read all

SSL Performance Overhead in MySQL

this post comes from ernie souhrada at the mysql performance blog. note: this is part 1 of what will be a two-part series on the performance implications of... Read all

A Painless Introduction to Java's ThreadLocal Storage

Let’s look at some best practices for using another powerful class: ThreadLocal from java.lang, which is also implemented using WeakReference. Read all

In-Process Caching vs. Distributed Caching

Read all

PhoneJS - HTML5 JavaScript Mobile Development Framework

As you know, there are many frameworks for mobile app development and a growing number of them are based on HTML5. These next-generation tools help developers... Read all

Getting Started with RabbitMQ in Java

RabbitMQ is a popular message broker typically used for building integration between applications or different components of the same application using... Read all

Capturing camera/picture data without PhoneGap

As people know, I'm a huge fan of PhoneGap and what it allows me to do with JavaScript, HTML, and CSS. But I think it is crucial to remember that you don't... Read all

How to Format Java Code Using Eclipse JDT?

Yo probably format your code often by pressing Ctrl+Shift+F or right clicking Source -> Format. This function is also provide in JDT, so you can also format... Read all

How Does Java Handle Aliasing?

Aliasing means there are multiple aliases to a location that can be updated, and these aliases have different types. In the following example, a and b are two... Read all

 

 

 

 

Top