Rightpoint
Manager / Architect / PRIDE ERG LEADER - Atlanta, Georgia
August 2019 - Present
As an engineering manager, I was responsible for the guidance of multiple team members spread through several national offices, both as manager and mentor. I held one-on-one meetings, conducted performance reviews, and kept the team connected with social events. I also assisted in the merger of two technology departments by rolling out plans for technical engagement and mentoring across teams.
As an architect, I served on several projects overseeing the direction of multiple technical teams working throughout several connected platforms. I created both system level and code level architectures and pushed for company-wide adoption of architectural reviews. I also liaised with clients to set expectations, provide understanding of technical options, and convert requirements into technical specifications.
From out of my mentorship efforts, I created an educational initiative where I taught computer science and platform topics to our developers. I also instigated a codified set of best practices and reusable code libraries.
I created and lead the PRIDE @ RP employee resource group. I provided guidance on LGBTQIA+ issues to the Diversity, Equity & Inclusion executive committee. I helped rewrite the employee handbook ensuring a more inclusive and safe environment for LGBTQIA+ employees. I led a diverse leadership team that brought in recruiting and charity organization partners, as well as national speakers.
Notable Projects
Stanley Black & Decker – Digital Accelerator
iOS Technical Lead - Atlanta, GA
November 2015 – February 2019
At Stanley Black & Decker, I primarily worked on several of their connected tools and devices. These were either Bluetooth (BLE) or Wi-Fi based iOS applications delivered directly to the public on the App Store. I was responsible for their architecture, creation, development, refactoring, deployment and support. As the iOS Lead, I was also called upon to help out other projects as needed and provide support and mentoring for junior developers. For a time, my role shifted to that of an Innovation Engineer where I created several prototypes not necessarily related to my primary iOS duties. These were a Bluetooth-WiFi bridge (implemented in Python on a Raspberry Pi), a drone telemetry viewer (iOS), a location-based asset tracker (iOS), an augmented-reality security camera placement guide (Microsoft HoloLens), and a smart torque wrench tutorial (Microsoft HoloLens).
Connected Jobsite
I architected and created a prototype location-based asset tracker that displayed IoT (Internet of Things) devices on a building map. This application was written in Objective-C for all iPad devices supporting at least version 9.
Created a real-time updated overlay of devices on top of a building map image.
Created JSON data parsers and class implementations.
Interfaced with Clearblade IoT Cloud platform.
Created Javascript-based event processing for device updates within Clearblade’s platform.
Created a touch-based drawing and editing tool for user-created map regions.
Created a JSON-fed CoreData store of devices and map regions.
DIYZ
I worked on a do-it-yourself home-improvement application. This application was written in Objective-C for all iPhone devices supporting at least version 8.
Added a series of welcome/how-to screens.
Implemented Google Analytics within the application.
Implemented AppsFlyer Analytics within the application.
ToolConnect
I architected and created an application that connected via Bluetooth LE to a line of smart tools. This application was written in Swift for all iPhone devices supporting at least version 9.
Created a Bluetooth Low Energy (BLE) interface to the smart tools.
Consumed a web-based user registration and authentication service.
Created JSON data parsers and class implementations.
Created a mechanism to send local notifications to users based upon reported changes within a connected device.
Utilized an Amazon Echo to convert voice commands via an Alexa Skill to send an MQTT message to the app which in turn sent commands to the BLE-connected smart tool.
Bluetooth-Wifi Bridge
I created a prototype Bluetooth-Wifi Bridge to extend the range of smart tool connected applications. This application was written in Python for use on a Raspberry Pi.
Modified ToolConnect to accepted MQTT messages containing BLE advertisements as if directly connected to the smart tool.
Modified ToolConnect to send MQTT messages containing BLE commands (services & characteristics).
Utilized Amazon AWS IoT to send/receive MQTT messages
Created a BLE interface to the smart tools.
Created JSON data structures for sending/receiving BLE commands over MQTT.
HoloLens Prototypes
I created two prototype applications for the Microsoft HoloLens. These applications were written in C# using Unity.
Security Camera Placement
This application allowed the user to place a mock security camera into their environment with a movable, sizable field of view that would show the intersection of real-world objects. The concept was to give camera installers and security personnel a preview of their overlapping fields of view prior to installing physical hardware in order to maximize visibility.
Smart Wrench Tutorial
This application provided an interactive guide on how to use a Bluetooth enabled smart torque wrench. The wrench would provide feedback on the current amount of torque applied and that would be displayed in a display for the user. The tutorial provided multiple bolts to screw in with various required torque values to achieve. Upon achieving the correct torque the user would be prompted to move to the next bolt.
This application also utilized the Vuforia object recognition library to identify logos (tags) located near the wrench and the tutorial area to direct the user.
DeWalt Wi-Fi
I architected, refactored and maintained an application for managing an enterprise, construction-oriented, mesh-network enabled, WiFi access point. My primary contribution to this project was a large refactor, and the implementation of unit tests. This application was written in Swift for all iOS devices supporting at least version 10.
I took a single, flat, inadequate CoreData table and expanded it into a fully relational database that actually reflected the way data was being delivered to and used by the app.
Completely altered the internal control flows that handled edit conditions, data access and cloud synchronization.
Decoupled data management from view control letting the view controllers simply access CoreData instead of passing data structures around in memory.
Initiated the addition of unit tests, both functional and UI, into the app and build scripts (Jenkins).
Futura Systems
iOS ArchitecT - Atlanta, GA
January 2015 – October 2015
At Futura, I made FieldPro, a map-based application for utility company field personnel. This was an iPad application that used an ArcGIS-backed geodatabase and displayed a map of an electric utility grid. Users could troubleshoot grid problems from incoming customer calls and determine upstream/downstream grid flow with a few simple gestures.
FieldPro
I architected and created FieldPro. This application was written in Objective-C for all iPad devices supporting at least version 8.
Created a ESRI ArcGIS-backed, tiled mapview displaying downloaded geodatabase features.
Created JSON data parsers and class implementations.
Created web-based encrypted user registration and per-feature licensing.
Created a location-based search that returned data about all map features near a map touch.
Created a database search that displayed all matching map features on the mapview.
Created web service client calls to fetch maps and register/unregister the application.
Used FMDB to read the geodatabase as a sqlite file to access non-GIS table data including client table relationships and client form data lookup tables.
Created a JSON-fed CoreData store of outage management data.
Created a support & debug console to aid in troubleshooting connectivity issues.
Created an in-memory tree stucture of electrical grid components for fast network tracing.
Several CocoaPods were utilized in this application: ArcGIS-Runtime-SDK-iOS, CocoaLumberjack, FMDB, RNCryptor and SSKeychain.
Ingenious Med
iOS Developer - Atlanta, GA
March 2014 – December 2014
At Ingenious Med, I developed and maintained Ingenious Med’s iOS application for hospital charge capture and care team communication. A large portion of my time was spent updating the application’s UI layouts from springs-and-struts to constraints, streamling their background communication threading model, and updating their Core Data entities to improve access time and read requests. My last major contribution was designing and implementing a templated, embedded table layout for an iPad split-view detail window.
Ingenious Med
I developed and maintained Ingenious Med’s iOS application for hospital charge capture and care team communication. This universal application was written in Objective-C for all iOS devices supporting at least version 6.
Added new feature functionality, including UI additions, Core Data changes and XML-based web-service data.
Designed and implemented a templated, embedded table layout for an iPad split-view detail window.
Updated existing Core Data entities to improve access time and read requests.
Streamlined background web communication threads.
Updated UI layouts from springs-and-struts to contraints.
Conformed to HIPAA requirements for data security.
LogicWake
President / Lead Developer - Atlanta, GA
July 2013 – Dec 2016
LogicWake was my boutique app store company. I used it to learn how to make apps for the App Store and then deploy them there. I only ever published two applications on the App Store under LogicWake. One was a dice rolling app, primarily used by gamers. The other was a tool that used the manometer on the phone to measure magnetic field strength.
Total Dice
I created a universal iOS app called “Total Dice”, which is a dice roll generator.
Utilized Core Data for storage and created a database migration from version 1.0 to 2.0.
Created multi-level tables within a Storyboard, based upon the Split View Controller app model.
Implemented basic user CRUD functionality via UIKit fundamentals.
For the iPhone version, created a PageView-based tutorial.
Utilized iTunesConnect to list Total Dice in the App Store.
Updated Total Dice from iOS 6 to iOS 7.
LW Tesla Meter
I created an iPhone app called “LW Tesla Meter”, which displays magnetic field strength around the phone.
Utilized system libraries to gather information from the device’s magnometer.
Created a Quartz 2D graph to track magnetic readings in three directions.
Used a standard formula to determine overall magnetic field strength.
Created a user option for either a light or dark screen view.
Utilized iTunesConnect to list LW Tesla Meter in the App Store.
RentPath
Lead Senior Software Developer / Junior manager - Atlanta, GA
April 2013 – January 2014
I led a team of ten remote developers writing web services and websites for RentPath’s clients. I acted as the scrum master for the team, as well as the liaison between other teams. I reviewed the team's code, mentored them on best practices, and as needed, pair-programmed with the developers to solve problems. I organized and managed the team's 10% projects, and I helped to identify and allot time for technical debt. Finally, I designed an API for third-party access to RentPath's customer portal.
I led a team of ten remote developers writing web services and websites for RentPath’s clients. These services and sites were written in Ruby (Rails or Sinatra), Clojure, HTML5 and Javascript.
Paired with developers to write Ruby on Rails and Clojure code.
Designed a 3rd-Party API for external access to RentPath’s Residential Review data.
Designed a templated Javascript library for internal and 3rd-Party access to RentPath’s customer portal.
Mentored team members on best practices.
Monitored the team’s code via Git-based Pull Requests.
Maintained cross-functional relationships with other teams.
Collaborated technically with 3rd-Party organizations.
Identified technical debt for the team and ensured time was allotted to address it.
Managed the team’s 10% projects.
Participated in the team’s Agile process, including stand-up meetings, storycarding and backlog grooming.
Performance Matters
Senior Software Developer (Contract) - Atlanta, GA
December 2012 – March 2013
I developed and maintained a Javascript-based HTML 5 web client with a ColdFusion and MySQL back-end.
Created a DHTMLX Grid-based interface utilizing a ColdFusion server-side query engine.
Embedded a WYSIWYG editor utilizing Google’s Closure Library.
Embedded the Wiris editor for math functions by creating a javascript plugin.
Created javascript to dynamically alter page content and visibility based upon user actions.
Created ColdFusion functions utilizing SQL to insert/update/delete new database tables.
Created new MySQL database tables and indexes to support added client functionality.
Terrago Technologies
Senior Software Developer - Atlanta, GA
April 2011 – November 2012
I created an Android application that leveraged the TerraGo GeoPDF format on a mobile platform. This application and its libraries were written in C# utilizing Xamarin’s Mono for Android platform.
Created an Adobe Acrobat (PDF) parser for low-level (COS) objects.
Added Raster and Vector Graphics parsing to another PDF parser.
Created a SQLite database to cache a PDF document, facilitating a single PDF parse per imported document.
Created a SQLite database to persistently store TerraGo Geomarks (XML-based universal map markups).
Created a library to import and export TerraGo Geomarks via the serialized XML format known as a TWX file.
Created a severity-based logger with taggable messages stored in a set of cyclical, size-limited text files.
Partially created the user interface for the Map Viewer component that displayed the map imbedded within a GeoPDF.
Generated HTML web forms as needed from user defined fields.
Created an imbedded HTML viewer with a Javascript callback to display user forms and update user data as it was changed.
Participated in the team’s Agile process, including stand-up meetings, storycarding and backlog grooming.
I imbedded a Peer-to-Peer client/server inside of an Adobe Acrobat plugin using C++.
Created a simple web server to accept incoming peer connections.
Created a CRUD-based interface to handle peer requests and commands.
Jungle Disk (Rackspace Hosting)
Senior Software Developer - Atlanta, Georgia
March 2010 – December 2010
I developed and maintained a C++-based, multi-platform (Windows, Linux, OS X) online backup client and server.
Created a thread-safe, severity-based logger with support for multiple, tag-determined output locations.
Created a stack accumulating exception class.
Created an interthread and interprocess publish/subscribe event dispatcher.
Created new user interfaces with wxWidgets.
Created a local web service for local-to-online file sharing.
Created an OS X Automator service that fed selected local files into the file sharing web service.
Participated in the team’s Agile process, including stand-up meetings, storycarding and backlog grooming.
Developed and maintained an iOS (iPhone/iPad) application for accessing online drives and backups.
Communication Enhancement Products
Senior Software Developer (Contract) - Atlanta, Georgia
February 2010 – October 2010
Smashtalk
I developed a Python-based proof-of-concept and client prototype for Smashtalk, a patented enhancement to Short Message Service (SMS) text messaging to include all recipients and provide “Reply-All” capability. My work was the proof-of-concept for U.S. Patent No. 8,335,528 (System and method for electronic messaging with group sending, receiving, and replying capabilites).
ThinLaunch
Senior Software Developer (Contract) - Atlanta, Georgia
February 2010 – July 2010
I developed a C++ COM-based Windows service for managing client access to server resources intended to be the basis for a thin desktop product.
Created an XML configuration file parser.
Created a license manager utilizing Interactive Studios’ Quick License Manager.
Created a registry access class for reading, writing and updating a Miscrosoft Windows Registry.
Added a secure client login mechanism for the service utilizing a Diffie-Hellman key exchange.
I developed a Windows Registry import and export tool in C++.
Locus Solutions
Senior Software Developer (Contract) - Jupiter, Florida
February 2009 – September 2009
I developed a PDA-based cargo tagging and tracking system for Windows Mobile 5/6.
Created a GPS data parser in C#.
Created a General Purpose Input Output (GPIO) processor and event handler in C++.
Created methods for generating and parsing TagSense Radio Frequency ID (RFID) tag messages in C++.
Verint Systems
Senior Software Developer - Atlanta, Georgia
August 2007 – June 2009
I developed and maintained an enterprise-based call center recording platform for Windows Server 2003.
Created an ANSI-C library to securely delete a file from disk without the possibility of forensic recovery.
Rewrote an update utility to migrate XML configuration files between versions in C++ using the Xerces library.
Updated and optimized a file-based garbage collection application implementing time-to-live algorithms in C++.
Created Microsoft DirectShow audio/video filters for voice/screen playback with Windows Media Player in C++.
Updated Socket libraries for screen capture application in C++.
Participated in the team’s Agile process, including stand-up meetings, storycarding and backlog grooming.
Bhrigus
Lead Software Architect (Contract) - Princeton, New Jersey
January 2007 – August 2007
I created a speech-based media server in C++ for Linux that supported multiple media engines of different resource types, such as speech synthesizer and speech-to-text.
Created a Media Resource Control Protocol (MRCP) message parser and generator.
Created a proprietary API for communicating with media engines.
Interfaced to the GNU oSIP libraries for parsing SIP and SDP messages.
Created a Socket library for TCP connections with clients and engines.
Developed a resource management scheme for engine resources.
Developed a client state machine to keep track of the client/engine interaction.
Southern Company Services
Senior Software Developer (Contract) - Atlanta, Georgia
October 2006 – May 2007
I worked on various projects until completion.
Modified a C-based server that converted inbound SMTP mail messages to outbound SMS text messages.
Converted company’s public web site to use Cascading Style Sheets with XHTML version 2.0 compliance and updated the site’s Javascript in the process.
Created a C#-based web service for an internal company validation site and generated necessary SQL statements for an Oracle database interface.
Converted a proprietary GUI database application into C#.Net maintaining the same look and feel for the end-user.
TechSafari
Senior Software Developer - Atlanta, Georgia
March 2005 – September 2006
I updated and maintained client’s Amdocs Ensemble-based order management system.
Created system modules in C++ with new database handlers written for the Oracle Call Interface (OCI).
Gathered and implemented business logic rules for client’s system.
Implemented an XML-based data flow in C++ between ordering and provisioning systems.
Created a website to monitor work orders using ColdFusion for SQL access and Perl-based CGI scripts.
Descartes Systems Group
Senior Software Developer - Atlanta, Georgia
July 2004 – March 2005
I optimized and maintained Descartes’ C++-based geocoding software library and map database.
Converted native NavTeq map data into Descartes’ proprietary map database format.
Created methods to interpret various formats for addresses throughout the world.
Optimized methods for generating point-to-point paths.
Xavian Games And Books
President - Atlanta, Georgia
January 2003 – December 2008
I owned and operated a games and comics retail storefront where I managed up to six employees and handled cashflow, inventory, payroll and taxes. I planned and oversaw marketing and sales, including in-store events, tournaments, advertising and sales events. Finally, since I am also a developer, I wrote a customer subscription list application in Visual Basic for Windows XP.
I42 / Redbox
Lead Software Architect - Atlanta, Georgia
September 2002 – June 2004
I created a real-time, high volume, low-latency Voice-Over-IP based telephony, screen capture and voice recording server in C for Linux.
Integrated with the RedBox VoIP Switch, Genesys T-Server and Cisco ICCM (Geotel).
Created a screen capture module to record and playback agent desktops.
Created an C-based API for client and third-party call control.
Created a C-based Socket library for TCP/IP communications between clients and servers.
eTalk Corporation
Lead Software Architect - Irving, Texas
January 1999 – September 2002
I designed and developed a real-time, high-volume, low-latency telephony server in C for Windows XP and Windows 2000 that provided CTI information to a voice recorder, an interactive customer survey and a telephony data trigger manager.
Integrated with Genesys T-Server, Cisco ICCM, TSAPI, CallPath, Aspect Portal, Davox Unison Dialer and eShare Dialer.
Designed failover logic to switch to a backup server in the event of connection, switch, or CTI failure.
Created fault-tolerant state maintenance to ensure complete recovery should the server fail or be restarted.
Created Cradle-to-Grave call-tracking methods to follow an incoming call throughout its life within the call center regardless of how many times it was transferred.
Created methods for trunk-side call monitoring.
I developed an XML-based client registration library in C++ to remove the overhead of direct client handling.
I developed a real-time data monitor in C for Windows XP that triggered recording events based upon customer designed business rules.
I developed a patented screen capture and playback method for Windows-based computers. The screen capture module was written for Windows workstations in C and optimized with inline Assembly.
Captured images as quickly as once every fifty milliseconds simulating a complete desktop session during playback.
Designed methods of high-speed bitmap comparison for detecting changes utilizing a minimum box matching method.
Designed a proprietary image storage method that reduced captured screen file sizes.
Converted screen capture system to work with X-Windows on a Linux server.
Plexxus Technologies
Software Developer - Atlanta, Georgia
November 1995 - November 1998
I created an extremely fast, open-ended and comprehensive database search engine in C for Linux.
Designed a repetitive, hierarchical communication paradigm relying on TCP and UDP sockets.
Distributed a database and search engine across a Linux Beowulf cluster.
Created a three-tiered bibliographic index that pointed into a tab-delimited, tagged, ASCII database.
Created a customized merge-sort algorithm to analyze and grade incoming hits from a database query.
Created a macro language with its accompanying script processor.
Created a Zero-Copy network driver for Linux that manipulated page tables by swapping ownership of a kernel buffer to the active process.
Infobase Services
Junior Software Developer - West Palm Beach, Florida
July 1994 – September 1995
I developed a real-time, high-volume, low-latency telephony server in C for OS/2 that monitored and passed customer and client data between Switches, VRUs (Voice Response Units), client databases and agents on the floor.
Created interfaces to NorTel Meridian 1, AT&T G3, Syntellect and Intervoice.
Developed fault tolerant servers that monitored processes and failed over to a backup machine upon error detection.
Developed fault tolerant logic that detected when a subprocess ended, clear shared memory and restarted the subprocess.
BellSouth Advanced Networks
Junior Software Developer (Contract) - Atlanta, Georgia
March 1993 – July 1994
I worked on a real-time, high-volume, low-latency telephony server written in C for OS/2.
Created a custom script language in C that allowed administrators to run external programs or database queries based upon the change in call state of the agent.
Created a system status monitor in C that read an updatable sequential database and displayed recent system changes and statistical information.