Stop ignoring my capitals Git!
We use Git as our version control system and recently I had an issue while refactoring some classes in a Java project. If I changed a filename by changing a letter to a capital, Git would simply not...
View ArticleCreating a Dynamic Plugin with DotCMS and Maven
Avisi recently started using dotCMS. We are currently moving our old website from WordPress to DotCMS. On the old website there is a Twitter feed which we got from a WordPress Plugin. For DotCMS we had...
View ArticleHTML5 canvas in the browser and on the server
HTML 5 Canvas in the browser and on the server For our upcoming event Asas 2014 we are currently working on a custom ticketing system. One of the requirements we got from our UX designer is that it...
View ArticleWhy you should use BrowserSync
We use Grunt with LiveReload and it is a serious productivity booster having your browser reload when you change some css or javascript, especially since we have pretty big screens. LiveReload is...
View ArticleHow to keep a fast build with Browserify and ReactJS
Our current project is based on ReactJS and uses Gulp.js as a build tool and Browserify to assemble all the javascript. We used the following versions for this example: Browserify: 5.9.1 Watchify:...
View ArticleLow-end hardware makes you think
Our development teams have a massive hunger for data. To satisfy this need, all rooms are equipped with a tv and a Raspberry Pi mounted on the back. Over time this resulted in a proliferation of...
View ArticleUsing Pedestal with Trapperkeeper
Intro I am currently working on Dash, developed with Clojure. For this project I recently started using two libraries together: Pedestal and Trapperkeeper. Clojure enables me to pick and combine the...
View Article