JavaScript
-
Software Development
Really Understanding Javascript Closures
This post will explain in a simple way how Javascript Closures work. We will go over these topics and frequently…
Read More » -
Software Development
JavaScript multi module project – Continuous Integration
JavaScript multi module project Few days ago, I wrote blog post about JavaScript multi module project with Grunt. This approach…
Read More » -
Software Development
Widgets and dashboard with Atlasboard, Node.js and d3.js
So it’s been a while since I added something to this blog. I’ve been very busy with work and at…
Read More » -
Software Development
Introduction to Backbone.js
Introduction The web application development process has been evolving over the years. In the beginning web applications were just static…
Read More » -
Core Java
Introduction to Nashorn
Java 8 introduced and new javascript engine named “Nashorn”. Nashorn is based on Da Vinci Machine, a project with aim of…
Read More » -
Core Java
Java 8: Compiling Lambda Expressions in The New Nashorn JS Engine
In a recent post I took a look at how Java 8 and Scala implemented Lambda expressions. As we know…
Read More » -
Enterprise Java
Why stick to JavaScript
Since JavaScript seems to conquer the world, all technologies associated to it, like Node.js have started to rise up too.…
Read More » -
Enterprise Java
Monitor full page, non AJAX, requests to be notified
Recently, working on new charts and chart “exporting service” in JSF, I’ve faced a quite common problem. When you execute…
Read More »