-
Node.js
Batten Down Those Node Dependency Hatches
Dependency management is oftentimes a mundane subject. And it’s not much of a subject at all if you don’t depend…
Read More » -
JavaScript
How the JavaScript heatmap implementation works?
A heatmap is a powerful way to visualise data. Given a matrix of data each value is represented by a…
Read More » -
NoSQL
Testing Network Errors With MongoDB
Someone asked on Twitter today for a way to trigger a connection failure between MongoDB and the client. This would…
Read More » -
JavaScript
JavaScript String Split Example
When building or maintaining an interactive website, it may happen that the input you get from the user can be…
Read More » -
Angular.js
Learning Angular: Unit Testing watch expressions
Today I wanted to write a unit test for a watch expression on my controller. What seemed quite obvious initially,…
Read More » -
JavaScript
Promises you can trust
JavaScript Promises provide a strong programming model for the future of JavaScript development. So here I’m playing with promises. First…
Read More » -
ASP.NET
Many Web.config have merged together
You can have more than one Web.config in an application and they will all be merged in the end, which…
Read More » -
JavaScript
JavaScript String Contains Example
EDITORIAL NOTE: In this post, we feature a comprehensive JavaScript String Contains Example. We will see some methods that can…
Read More » -
JavaScript
Avoid test code duplication in Jasmine tests
Test code has to be treated like production code. Obviously we cannot charge the customer for it, it’s something that…
Read More »