Hi, I'm Andrew.
I'm a software engineer and web developer with over 20 years of experience. I enjoy the problem-solving aspect of software development and am always looking for new challenges. I also hold advanced degrees in theology and linguistics, and my major hobby is music (I'm a guitar player).
You can reach me at info@andrewthecoder.com for inquiries or to hire me!
You can learn more about me in the about section.
Random Dad Joke
Why don't scientists trust atoms? Because they make up everything!
Submitted by: Andrew S Erwin
Instructions for submitting your own dad joke can be found HERE.
Latest Blog Posts
- Go Neural Network Implementation
A feed-forward neural network implementation in Go with support for multiple activation functions, model persistence, and an interactive TUI.
- Sudoku and Backtracking
Solving sudoku using backtracking algorithm
- C Hash Tables and 2-Bit Bookkeeping
A look into hash tables, using a C implementation as an example, and an explanation of the memory-saving '2-bit bookkeeping' technique.