I'm Alan Files. A software engineering leader in Columbus, Ohio. I'm interested in Software Development, Security, Programming, and how these things make their way into the real world. I'm also interested in helping other developers find their niche in the software world. I'm always poking around with functional code, ideas of writing a NES game in assembly, or doing a code golf exercise.
alangfiles.github.io <-- Some things I made and remembered to write about
so... fizzbuzz right?
for(i=0;i<100;)alert((++i%3?'':'Fizz')+(i%5?'':'Buzz')||i)
wait... you're telling me you don't want it code golfed?
Did you know there's a volcano emoji, how lucky are we?