Hi! I’m Sean Fox and this is my technical blog. I have a passion for software development and application security, but I dabble in all sorts of things.
My favorite languages are C#, Ruby, and Python; I enjoy both application development and web development.
If you want to chat, just drop me a line on LinkedIn.
—
More About Me
I love to write, so this blog is a great creative outlet.
Bash and PowerShell are both nice, but I prefer bash and typically install Cygwin on my Windows machines.
Some of my favorite development frameworks are Rails, Twitter Bootstrap, NHibernate, Caliburn.Micro, and StructureMap.
I prefer to write my code using Allman style. I’ve always felt that K&R was more difficult to read.
void main(int argc, char **argv)
{
printf("hello, world");
printf("welcome your new tech blog overlord");
exit(0);
}
I think the JetBrains developers make a lot of really great applications. I’ve used Resharper, IntelliJ IDEA, RubyMine, and TeamCity and I would recommend all of them. Thanks JetBrains!
Regarding linux distros, I would say I prefer Ubuntu as a desktop platform, CentOS as a server platform, and BackTrack for penetration testing.