on Jan 19
Rob Buelke
Kalamazoo, MI, United States
I believe the best solutions are always elegant. To this end, I strive to develop code that is functional, readable, and concise. When a solution is inelegant, I enjoy the pursuit of a better one.
Technologies
Experience show all
.NET Developer, The C2 Group
July 2012 - November 2012
Design and develop object models, methods, and properties based on the defined architecture solution.
Design and develop integration points between custom and commercial applications/databases, primarily for web environments.
Design and develop appropriate data schemas to support custom solutions and reporting needs.
.NET Developer, WMU Haenicke Institute for Global Education
August 2009 - May 2012
Maintain and develop existing database application (VB.NET, ADO.NET, WinForms)
Interact with users to obtain feedback on software usability
Rewrite application for second release (C#, LINQ, EF, WPF)
Manage the application's database schema (PostgreSQL)
Write reports to be generated from database (PHP, SQL, CSS)
Develop tools for office and server use (POSIX C)
Assist IT team in configuring servers
Web Assistant, WMU Haenicke Institute for Global Education
December 2007 - August 2009
Print & web design (Adobe Photoshop CS2)
Producing content for websites (CSS, Joomla! CMS)
Assisting development of online Study Abroad application system (PHP, CSS)
Maintaining internal software systems (Javascript + XMLHttpRequest, CSS)
Writing office reports (PHP, CSS)
Education
B.S. Computer Science, Western Michigan University
2007 - 2012
Some of my favorite educational projects include:
A CLISP lexer and LR parser, completed by a very basic interpreter. (C++) A provided BNF grammar was used to derive a DFA, which aided in developing a state-table driven lexer.
An Android 2.3 client (Java) that forwarded both touch-screen coordinates and key presses from an Android smart-phone to our multi-threaded server software (C, pthreads), which replicated input under Linux. The server implementation allowed for multiple clients to communicate concurrently, enabling users to battle for the PC cursor using their phones' touchscreens.
A Turing Machine simulator (C#) simulated the formal definition of a one-tape TM. The alphabet was assumed to be
{a, b}, and a binary encoding was provided for the alphabet; the states identified by integers0through(N = HALT); and special symbols (e.g. tape left, tape right, blank, delimiters.) Sets of transition rules were input from a binary file, with the first two records of the file indicatingN(# of states) andK(# of transition rules.)
