-
A Framework for ASP.NET MVC based Apps
I attempted to create a tag cloud diagram based on the concepts and technologies that my current software development team is using.
-
How TDD and BDD complement each other?
Test Driven Development (TDD) and Behaviour Driven Development (BDD) are the most widely used technical practices in agile software development. These two automated testing approaches are…
-
Architecture of Complex Video Analytics Applications
The goal of a video analytics system or application is to generate insights from an observed video stream. In a video analytics system, a continuous stream…
-
WeatherTreand – A Hybrid Mobile App
This Android app was developed as an example to show how hybrid apps can be developed using web technologies. The app was developed using HTML5 and…
-
Hybrid Mobile App
Hybrid is an app development approach where only a bare minimum shell of the app is developed using native programming language and most of the app…
-
Generating Ground Truth Images
Ground truth images are essential for the evaluation of object detection or background subtraction techniques. Now what is a ground truth image? Let’s consider a video…
-
Data Visualisation in HTML5
The availability of canvas in HTML5 enabled the development of visualisation libraries for rendering charts/graphs in native html without any plug-in dependencies (e.g., Flash, Silverlight, Java…