Reflective practice for programmers and developers in 8 points
In this article I cover some of the things that I have learned over the years
In this article I cover some of the things that I have learned over the years
In this article I cover some of the basics of the kinds of considerations you might have when considering moving from VPS/bare metal server into cloud architecture.
I’ve been asked about technical tests more times than I can count, so I thought I would write this article. I feel qualified to do so as I have participated in literally dozens of technical tests throughout my career, and I’ve tested numerous candidates. So, if you want to know how to attack a technical …
This is something that came up in conversation, some friends and I were discussing deploying code, that runs in the background, to production environments. One of the things I raised was what can happen with daemon processes, should you have a very small inefficiency, given enough time to run (usually by the time it gets …
In this article I am going to cover the application of patterns within your… application. In short, I am going to show you how to use design patterns in a logical manner. Patterns are always sometimes awesome! The first thing here is that all design patterns have a purpose, every design pattern has its place. …