Skip to content

Programming

JavaScript Arrays

Javascript has an Array object for storing and manipulating data in applications.

How to Install Node Version Manager on Ubuntu Linux

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

Typically developers will no doubt need to support software that has been developed using old outdated versions of a software framework or libraries within that… Read More »How to Install Node Version Manager on Ubuntu Linux

JavaScript Objects

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

JavaScript is an awesome language but at the same time JavaScript is a frustrating language. Every developer will have this love hate relationship with JavaScript.… Read More »JavaScript Objects

Mixing windows & forms authentication

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

I came across a situation today where I needed to mix two different authentication types on ASP.net MVC 4 application. The reason for this being… Read More »Mixing windows & forms authentication

angularjs directives : roll your own

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

AngularJS comes pre-packaged with a number of great directives that really make working with AngularJS really easy and productive. However, as with all programming languages… Read More »angularjs directives : roll your own

AngularJS Directives : Reusable components

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

AngularJS Directives Speak to any developer who has used angular and ask him what is his favourite element of AngularJS, no doubt the answer would… Read More »AngularJS Directives : Reusable components

AngularJS Architectural concepts

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

Over the past few years the Model View Controller (MVC) design pattern, and many other variants based around the same central theme i.e. Model View… Read More »AngularJS Architectural concepts

event driven architecture node.js

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

Introduction of AJAX ( Asynchronous JavaScript and XML) technology to the Internet has transformed static websites into dynamic web applications. However the fundamental building block… Read More »event driven architecture node.js

stream CSV to JSON via FTP

In this post I will be discussing how to stream CSV to JSON via FTP , which will enable you to integrate your application with any number of legacy applications to extract data.

How to setup node.js on a raspberry pi

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

The Raspberry Pi is a great device for tinkering and hacking around different technology and hardware.  This evening  I thought it might be fun to… Read More »How to setup node.js on a raspberry pi

How to install magento on ubuntu

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

There are a number of blog posts available online which attempt to explain how to install magento on ubuntu for  development. However, having spent the… Read More »How to install magento on ubuntu

Install MongoDB on Ubuntu desktop

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

The MEAN stack (MongoDB, Express.js, Angular.js & Node.js) is pretty cool if you’re looking to do some real quick smart web development, however there is… Read More »Install MongoDB on Ubuntu desktop

install python pip and django on ubuntu

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)





Django is a free and open source web application framework, written in Python, which follows the Model–View–Controller (MVC) architectural pattern.  In this article I will provide you instructions to install python pip and django on ubuntu linux to create a development site .

Read More »install python pip and django on ubuntu

dotnet

Reading a file stream from resource file in C#

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

There may be occassions during the course of developing a software project that you may need to store a text file or any binary type… Read More »Reading a file stream from resource file in C#

Code Golf : Beware of taking your hobby to work

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

I will aim to address the issue of over optimizing software code in enterprise software applications.  Looking for ways to optimize code and learning new… Read More »Code Golf : Beware of taking your hobby to work