Autoboxing in Java explained with examples In this post I will try to give you an example showing what autoboxing in Java is. This post is about a curious situation I encountered while debugging a Java application (not written by me). It was quite an “ahhh” “ohhh” “wtf” moment regarding since I spent about an hour...
Tag: tips
Preparing your Sails JS application for production
So, you’ve built your application using Sails JS and you are ready to throw it into the world. What are the steps to prepare it for production? In this tutorial I will show you a couple of things you need to do in order to prepare your Sails JS application for production. The Sails JS...
4th of July WordPress developer coding treasure chest roundup
In this short post I will list some proposals for best commercial WordPress coding items published lately on the Envato’s market places. I called it a developer coding treasure chest. I really think that they are very valuable for programmers considering that you can spend 10-50$ and include in projects for hundreds or thousands of dollars....
Modal Progress Bar Dialog with Java Swing
In this post I will show you how you can make a modal progress bar dialog in a Java Swing application. Though I am a Java programmer I am mainly involved in web development so my experience with Swing is rather limited. The problem So you have an application made in Java with Swing and...