-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: coding
Thoughts on recursive algorithms
I have always intuitively shied away from using recursion in my code wherever possible. The few times I have had to implement it were mainly in some form of tree traversal logic. I am a little uncomfortable in relying on … Continue reading
Thoughts on the software development process
I’m going to talk about some reading material and my own ideas on the software development process: Hackers and Painters essay by Paul Graham Creative Selection by Ken Kocienda Facebook mobile development article by Android Authority My own thoughts “Hackers … Continue reading
xdiffr initial release
I have rewritten my differencing application to be cross platform. I have rebranded it to xdiffr and I have made it open source. You can download built Windows and Linux executables here: https://adamk.org/xdiffr The source code is hosted on github: … Continue reading