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...
CSS Textures: How to make text with texture?
Here’s the deal: Plain text is dull. Sure, you can make a text more interesting by changing the text color or choosing a fancy font face (for example, check out this list on MockoFun with +50 free Christmas fonts that you can use online). But, what if you want more? You can easily make text...
Quick Look At NodeJS Frameworks Available In 2018: SailsJS, Meteor, NestJS, KrakenJS And More
NodeJS Frameworks For Developing Web Applications NodeJS is JavaScript for the server side. This allows the reuse of the myriad of JavaScript libraries already written for the browser. If you know JavaScript you already know how to write code for NodeJS. NodeJS Web Applications – Where To Start? Well, the easiest way is to use one...
Quick Code Snippets for the Most Popular Bootstrap Plugins and Components
Want some quick Bootstrap components code snippets? In this post I will list a few of the most popular Bootstrap components and plugins with the source code snippet you can copy/paste. I collected data from various websites related to the Bootstrap framework 3.x and the keyword search volume which indicate what kind of Bootstrap plugins and...
2017 Top Survey Apps for Mobile with Free Use
In this post I will take a look at the best 2017 survey apps for mobile that are currently available. Survey apps are very useful for collecting and analyzing data by the use of surveys (accepted terminology also calls them forms or questionnaires) – list of questions with single or multiple choice answers. I’ve scored the apps...
Ionic App Tutorial: Create a Mobile App for Purchasing Public Transport Tickets via SMS
In this Ionic App Tutorial I will show you step by step how to create a mobile application for Android. The application allows quickly buying public transport tickets via SMS. The source code for this application is available on GitHub Download Prerequisites: NodeJS npm – package manager for NodeJS Cordova & Ionic Framework (install with...
2017 Roundup of Top 5 Premium WordPress Themes with Demo
Want to know what are the best premium WordPress themes of 2017? Here’s a look at the bestselling premium themes for the start of this year. #1 Massive Dynamic – Powerful WordPress Theme VIEW DEMO For only 49$, the Massive Dynamic WordPress Theme promises complete control over your website’s design. It allows you to drag and drop...
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...
How to Block Referral Traffic in Google Analytics
Looking at my Google Analytics data I noticed a relative increase in traffic on coding-dude.com during the November 2016. I tried to find out where this traffic came from and the referral overview showed all sort of dubious websites like abc.xyz and lifehacĸer.com (notice the “ĸ” character as oposed to k). Of course this is not...
Ionic Creator, the tool for rapid prototyping of mobile apps
Ionic Creator is a Rapid Prototyping Tool for Developing Ionic Framework Mobile Apps Ionic Framework is one of the most active open source framework for developing mobile apps. It’s based on technologies like Cordova and AngularJS and I’ve been using it for the last couple of years with great success. What is Ionic Creator? In...