Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Apr 25

David Souther

Fairfax, VA, United States

davidsouther.com

Top 30% Stack Overflow for
Currently Software Engineer at Potomac Fusion, inc, and Software & Technology Consultant at Franken Technologies.

I aim to create tools and paradigms that enable individual people and humanity as a whole to reach a greater potential through the use of technology. H. sapiens has a unique place in the unfolding of the universe as the only animals we know capable of understanding ourselves in the context of evolution and the world. I find a responsibility in this understanding, and endeavor to do what I can to further the beneficience of my fellow man. I find I am best at doing this through creating tools that analyze and manipulate the vast quantities of information we deal with in our everyday lives.

Technologies

Experience (4)

Software Engineer

Potomac Fusion, inc

2011 - Current

After a week at PFI, I was asked to join a new internal team developing PFI's core data handling framework. Synapse is a tool in the Government Open Source Software realm designed to bring large-scale data handling and visualization to the browser. Our technology handles tens to hundreds of thousands of records shared between discreet OWF widgets, small iframe applications in a shared web desktop. These widgets provide a range of visualizations and tools for intelligence analysts to make the most use of the disparate data sources streaming in from the modern threat space, enabling them to make decisions that save lives of both military troops and civilians around the world.

Software & Technology Consultant

Franken Technologies

June 2011 - Current

Through Franken Technologies, I provide a variety of software and technology consulting services. I continue to enjoy a close and profitable working relationship with Entre Technology services, joining their excellence in the information technology world with my software development and engineering expertise.

Chief Software Architect

Design Delegates

October 2010 - July 2011

Responsible for the entire technology stack at a start-up software development company. Accomplishments include developing several platforms to facilitate web programing, implementing a continuous integration server across several languages and frameworks, and architecting several medium-scale projects with a team of five developers and designers.

Our largest project was a mobile tracking system, responsible for maintaining scheduling and routing information for hundreds of in-store field marketing agents in Australia. The project combined a variety of technologies, including a scalable PHP backend, dynamic mobile frontend, and extensive reporting capabilities.

In the course of the project, we developed JEFRi, a Javascript Entity Framework to facilitate our mobile development work.

Software Developer

Entre Technology Services, LLC

September 2007 - September 2010

I managed medium-scale software projects for several Montana companies, including the Stillwater Mining Company, Town Pump of Montana, and Crowley Fleck Law Firm. Developed and implemented a unique solution to e-discovery motions. I continue to support these projects as a consultant.

Projects included writing OSHA tracking software, modules for inventory management software, and support on web development for several clients.

display 2 more...

Education

B.S. Computer Science

Rocky Mountain College

August 2006 - May 2011

Earned two Bachelors of Science (Computer Science, Mathematics) in five years. Worked on several software development projects with other students in the CS department, including tools to help computational biology research students perform genome analysis on Rocky's local computing cluster.

B.S. Mathematics

Rocky Mountain College

August 2007 - May 2011

Tutored for three years. Brought a group of math majors together for regular study sessions, helping all of us work through not just our homework, but the big ideas on topics from philosophy to religion to science, and how they fit together with the material we studied.

Stack Exchange Last seen yesterday

Open Source

JEFRi

The Javascript Entity Framework Runtime

Apr 2012 - Current

Benevolent Dictator. JEFRi is the tool I have always wanted and needed for rapid application development. If I'd had it for the projects I built it for, they would have taken half the time to build, so we could have added twice the features.


crosslight

Light, Cross-platform desktop framework built on Lighttpd.

Created Crosslight as a lightweight, portable web development solution, either as a quick way to migrate development environments or as an underlying library for distributing web applications as desktop services.


bkvs

Bash Key Value Store

Owner and creator of the project. Working on some tutorials on how to use it to make file access on bash a complete and total breeze.


jmtt

jmtt, the minimal, semantic, jQuery Tree Table

followed by 2 people

jmtt is a sematic tree table plugin for jQuery (created by me).


jQuery-Best-Parts-presentation

Feb 2012; followed by 2 people; forked 2 times

This is a small presentation I first gave to a new batch of web developers at Potomac Fusion.


gcaltimeclock

Provide a timeclock-style summary for your Google Calendars.

forked 2 times

Created a tool to convert an organization's Google Calendar entries into a timesheet format.


CI SQLite3

I would like to have native SQLite3 support. Starting with the work by seppo at http://codeigniter.com/wiki/SQLite3/ I've added support for most of the forge and missing drivers feature; however, fixing fetch_field_list required some changes to DB_driver. So, I am creating this patch queue.

Dec 2010 - Current

I would like to have native SQLite3 support. Starting with the work by seppo at http://codeigniter.com/wiki/SQLite3/ I've added support for most of the forge and missing drivers feature; however, fixing fetch_field_list required some changes to DB_driver. So, I am creating this patch queue.


display 4 more…

Writing

git svn dcommit hooks

Working with git and svn is as easy as git svn init ; git svn rebase ; git svn dcommit. What is slightly less trivial is adding hooks to enforce certain project behavior when pushing a commit from git to svn.


jQuery: The Best Parts

jQuery is the javascript library I’ve come to know and love. It just makes web development easy. I had an opportunity to give a presentation outlining the best features of jQuery for the company I work for, and it went quite well. These are my slides for that presentation.


Software Craftsmanship

David Souther

I'm writing a book!

I have a degree in computer science, but that's really not what I do. I am a software craftsman, which focuses on a rather different aspect of computers and programming than what most computer science degrees offer.


Coding Standards

David Souther

Coding standards are a Good Thing™. When working in a team it is critically important to be able to read code written by other developers, immediately understand what is…


bkvs – Bash Key/Value Store

David Souther

I like me my associative arrays and key/value stores. They're really really useful. I wanted one in bash, and tada, declare -A aa

Still, I wanted something that could be used between sessions. The filesystem is a great key/value store.


Reading

Books

StackOverflow.Models.CVBook

Surely You're Joking, Mr. Feynman!

Richard P. Feynman, Ralph Leighton


StackOverflow.Models.CVBook

Science

A History

John Gribbin


StackOverflow.Models.CVBook

Code Complete

A Practical Handbook of Software Construction

Steve McConnell


StackOverflow.Models.CVBook

C

A Reference Manual

Samuel P. Harbison, Guy L. Steele


StackOverflow.Models.CVBook

Thomas' Calculus, Early Transcendentals, Media Upgrade

George B. Thomas, Maurice D. Weir, Joel Hass, Frank R. Giordano


StackOverflow.Models.CVBook

Data Structures and Algorithms in Java

Michael T. Goodrich, Roberto Tamassia


StackOverflow.Models.CVBook

The Ender Quartet Box Set

Ender's Game, Speaker for the Dead, Xenocide, Children of the Mind

Orson Scott Card


StackOverflow.Models.CVBook

A Brief History of Time

Stephen Hawking


display 5 more…

Articles & Blogs

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

Joel on Software

Haven’t mastered the basics of Unicode and character sets? Please don’t write another line of code until you’ve read this article.


Hacking at 0300 : Understanding jQuery UI widgets: A tutorial

Hacking at 0300

This was written largely to help me make sense of using UI to create my own widgets, but I hope it may help others. "Widget" to me means a user-interface element, like a button or something more complicated like a popup date picker, but in jQuery UI terms it means a class, members of which are associated with HTML elements; things like Draggable and Sortable.


Tools

Generic 386

gedit