-
Ruby
How to use Rails Active Job
You’re always striving to give your users a better experience when they use your website or application. One of the…
Read More » -
JavaScript
Javascript ParseInt / String-to-int Example
Let’s suppose you receive from the user of your site some data, in string form, which should be converted to…
Read More » -
Web Dev
Getting Up and Running With Foundation for Apps
I have been programming for 9 years now, mostly focused on Java EE development. One area that I’m always interested…
Read More » -
jQuery
jQuery File Upload Example
The aim of this example is to give you the right knowledge about how you can achieve file upload with…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 5/5): Using Microservices
In the previous article we built two Web Components (tc-book-form and tc-books), learned how to change their style through properties,…
Read More » -
jQuery
jQuery Drag and Drop Example
The aim of this example is to explain and use drag and drop functionality with jQuery. Basically, in jQuery you…
Read More » -
Python
Neo4j: Loading JSON documents with Cypher
One of the most commonly asked questions I get asked is how to load JSON documents into Neo4j and although…
Read More » -
jQuery
jQuery UI Autocomplete Example
In this example, we’re going through a very useful widget of jQuery, autocomplete(). Autocomplete enables users to quickly find and…
Read More » -
jQuery
jQuery CSS Background Image Example
In this example, we’ll learn how to use jQuery to add CSS properties to HTML elements and specifically how to…
Read More »