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
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
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
Let’s look at some best practices for using another powerful class: ThreadLocal from java.lang, which is also implemented using WeakReference. Read all
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
RabbitMQ is a popular message broker typically used for building integration between applications or different components of the same application using... Read all
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
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
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