Software Development
-
JSON Processing (JSON-P) Tutorial
JSON (JavaScript Object Notation) is a compact text file format that can be used to store and transfer data. It…
Read More » -
Implementing Static Analysis isn’t that easy
Static Analysis Testing (SAST) for software bugs and vulnerabilities should be part of your application security – and software quality…
Read More » -
A Better Query Language than SQL
Leland Richardson, Founder of Tech.Pro has recently published a very interesting article about BQL, his visions of a better query…
Read More » -
Trigger Continuous Delivery every GitHub commit
Crucial piece of puzzle when developing web application is Continuous Delivery. Testers or users can by early access to alpha…
Read More » -
Go for Java Programmers: Control Structures
Go (Golang) has only three basic control structures. However, each of them are significantly more versatile than their Java counterparts.…
Read More » -
Single Page Application with Angular.js, Node.js and MongoDB (MongoJS Module)
The current post is a proof of concept towards making a web application with a Javascript based Web Server. This…
Read More » -
The Importance of Unit Testing
I’m currently working on an enhancement to an existing insurance premium rating algorithm. Anyone who has done work in insurance…
Read More » -
The Power of Spreadsheets in a Reactive, RESTful API
Being mostly a techie, I’ve recently and admittedly been deceived by my own Dilbertesque attitude when I stumbled upon this…
Read More » -
Go for Java Programmers: Packages, Functions, and Variables
Go’s Familiar Syntax Due to their shared heritage in the C programming language, Go (aka Golang) code should be fairly…
Read More »