Menu

Tag Archives: Development

Using Visual Studio’s Android Emulator alongside Hyper-V
Any Microsoft developer soon notices a chasm when they stray into the Android development world. And that chasm is between Hyper-V and the Android Studio [...]
stylised computer terminal
Setup SSH on a home linux server for remote Node development
Hello again, today I’m going to run through whats required to get a node server running from home. This may seem like an odd thing to do, but if you [...]
Entity Framework – When to use what
In Entity Framework there are three ways of utilising the ORM, one enables you to get straight into coding (code-first), one enables you to rip a database [...]
Quick N Dirty – Oculus Rift 0.7 hijinks
Well, having obtained an Oculus in a hackathon the other month, I looked at how easy it is to start developing Unity games. Pretty easy, thank the gods! [...]
Using Flash CC (13) as an asset pipeline when developing with CreateJS
Anyone who knows my history will know that one of my strings was Flash developer.  The browser wars (part 1) made me tire of the hoops and loops and [...]
Cassandra is the current de facto standard in flat, scalable, cloud based database applications and as such usually only exists in AWS or linux clusters. Fortunately, you can install Cassandra on windows in a single node configuration. For more info on the configurations available in a distributed install, see Planet Cassandra. Previously I have worked […]
Quick n dirty – Angular Directives
Going to be doing a few of these Quick n Dirty tutorials over the coming weeks, showcasing bite size quick how-to’s on useful web tech and IT. First [...]