-
The way I build software - 2019-08-27
Throughout my career in IT I built software for the Web in many different ways - in HTML, (sadly) in PHP, (also sadly) as Flash animations, JSP pages, then MVC apps in Struts and Spring (Java days), Rails and Sinatra......
-
Feedback loops - 2017-11-05
When people get into software development, sooner or later they figure out the concept of feedback loops. We start with writing some code, then follow with testing it - if it doesn't work we go back to fix it, when......