-
CSS
CSS Padding Order Example
With this example we are going to demonstrate how to use the CSS Padding property including the CSS Padding order…
Read More » -
Node.js
Scheduling jobs on Node.js with agenda
There are many ways to schedule jobs in your application. A very common practice is to back our jobs with…
Read More » -
Bootstrap
Tutorial: How to use Bootstrap templates
The bootstrap templates are a set of CSS and Javascript files. These files customize the pre-define components provided by the…
Read More » -
Python
Python: Regex – matching foreign characters/unicode letters
I’ve been back in the land of screen scrapping this week extracting data from the Game of Thrones wiki and…
Read More » -
Ruby
Metaprogramming in Ruby
In this article, we’ll be looking at a few different aspects of metaprogramming in Ruby. For starters, what is metaprogramming?…
Read More » -
JavaScript
RequireJS Optimizer Example
1. RequireJS RequireJS is an AMD JavaScript library that supports asynchronous file and module loading. It is optimized for web…
Read More » -
Ruby
Writing a microservice in Ruby
Everybody is talking about microservices, but I haven’t seen a lot of good, comprehensive descriptions of how to actually write…
Read More » -
CSS
CSS Display Property Example
In this article we will show, what is and how to use the display property from CSS. The css specification…
Read More » -
Web Dev
Triggering a Client Cache Refresh
More and more web sites are using a single page style architecture. This means there is a bunch of static…
Read More »