Careers 2.0 by Stack Overflow
Gravatar
profile updated
on May 17, 2011

Nicholas Cloud

St Louis, MO, United States

www.nicholascloud.com

Currently Senior .NET Developer at Fpweb.net.

I am looking for opportunities to excel at software development. I am looking for companies where the best ideas win. I am primarily a .NET developer that empathizes greatly with the ALT.NET movement. I want to design software using domain driven design, test software using test-driven development, build software using continuous integration, and refactor software using SOLID principles. I'm looking for an Agile team that specializes in domain knowledge and key lifecycle artifacts.

Twitter: @nicholascloud

Technologies

Experience (9)

Senior .NET Developer

Fpweb.net

December 2010 - Current

Web Services Developer

Lipper, A Thomson Reuters Company

July 2010 - November 2010

  • Developed publicly exposed, secure WCF services to fulfill the feature requirements of the Lipper Investment Management desktop application product. Standard XML serialization was used for message contracts to fulfill SOAP 1.1 conformance requirements.
  • Worked with Oracle development team and desktop application development team to design services that were efficient, met performance requirements, and adequately encapsulated business rules. Web services also encapsulated communication with other company systems, such as the financial analytics cluster. Because financial data is time-sensitive, stringent performance requirements were followed, and often required services to execute logic that would acquire data on separate threads, consolidate it on the service thread for caching, and then deliver it to the client.
  • Designed, implemented, and documented a multi-threaded task registry that could be initialized with any number of "tasks" at application pool startup and run each of them concurrently until the application pool terminated, or the specified timeout for a given task occurred. I created an initial task implementation that would check the analytics cluster endpoints for connectivity, appropriately marking given endpoints as available or unavailable. Services that required connectivity to the analytics cluster would then request available endpoints from the task, and connect as needed. This guaranteed that unavailable endpoints were never accessed.
  • Designed, implemented, and documented an XML-based health check monitoring subsystem which would check service connection dependencies and determine if a service was available or offline. Each dependency that implemented the health check contract would, in turn, check its dependencies, and a consolidated report would be returned to the user from the public facing service method.
  • Helped maintain a suite of unit/integration tests which were used to verify the performance level of active services, as well as the accuracy of data returned from them. Created new tests when adding new services or significantly altering existing service functionality.

Software Development Contractor

InteliSpend Prepaid Solutions

January 2010 - July 2010

  • Worked with a team of developers to upgrade an existing ASP.NET business web application for a critical 2010 release. The delivery deadline was six months, divided into three week iterations. Planned velocity was exceeded every iteration until release to meet product owner needs. Developers participated in every phase of an Agile lifecycle, including iteration planning, daily stand-up meetings, iteration review, etc.
  • Added significant usability enhancements to legacy pages using dynamic HTML and the jQuery JavaScript framework. UI enhancements included drag-n-drop DOM elements, tree views, specialized validation, etc. Created several new “modules” from new business requirements which involved new user interfaces, entity objects, data access code, etc.
  • Successfully converted legacy prototype JavaScript framework code to jQuery in all existing web pages and assembly-embedded JavaScript files.
  • Contributed to the standardization of CSS layout rules. Converted many legacy table-based pages to CSS layouts to eliminate excessive markup, promote style reusability, and achieve cross-browser consistency.
  • Tested all new and converted web pages in IE6, IE7, and IE8 in order to meet client expectations and needs.
  • Created new and updated existing ASP.NET template-based server controls that were used in various places throughout the application.
  • Updated the data access layer when needed. Created and modified SQL DDL scripts, stored procedures, functions and pre- and post- deployment scripts.

Senior Developer

USfidelis

May 2008 - January 2010

As part of the company's growth strategy, I split the existing corporate website into three distinct websites and augmented the functionality of each.

  • I implemented two static mock-ups in ASP.NET MVC and worked with the design team to make sure web standards were followed. Functionality from the primary corporate site was migrated to each secondary site, respectively.
  • I added unit tests to each secondary site, and re-factored code for maximum stability, re-usability, and testability.
  • To bring additional revenue to the company, I finished the re-design and implementation of the primary corporate site and worked with marketing on several web traffic campaigns. I also ensured that all regulatory compliance tasks were implemented in a timely manner.
  • I re-factored the primary corporate site to eliminate code duplication and ease the maintenance process.
  • I worked closely with the application administrator to clean up old environments and implement a standardized promotion process whereby each website was thoroughly tested in internal and external environments before being released.
  • To promote consistent release schedules, I worked with the project manager to re-factor source control and develop a change management process. We decided to use a semi-agile approach with small iterations and quick feedback.

In order to mitigate the technological risks of re-engineering the existing line-of-business application, I was assigned to research, prototype, and make recommendations about chosen core technologies.

  • Windows Communication Foundation (WCF) - I demonstrated that WCF proxies could be constructed dynamically by wrapping WCF's ChannelFactory.Create() call in a custom class that acquired all endpoint settings from a custom data store. I also documented all WCF binding settings that directly affected our environment(s) for quick reference. In addition, I was tasked to demonstrate how clients could receive WCF messages on parallel threads and marshal those messages to the UI thread when UI updates were required.
  • LINQ to Entities - After evaluating LINQ to Entities 3.5 and concluding that lack of POCO support, customizable entities, and self-tracking entities (in a disconnected state) were severe hindrances to our project, I began evaluating LINQ to Entities 4.0 beta. I created a proof-of-concept project that demonstrated the new T4 entity templating engine with customized entity templates, and self-tracking entities across a WCF service boundary. Problems with entity object graphs and maintaining entity state after database writes led me to conclude that additional ORM research was warranted because LINQ to Entities is not sufficiently mature.
  • Windows Presentation Foundation (WPF) - I evaluated several possible design approaches for WPF user interface views, including Model-View-ViewModel (MVVM) and the Prism framework. We decided to use Prism due to its compatibility with Silverlight, it's robust EventAggregator messaging system, it's use of Microsoft's Unity Application Block for dependency injection, and it's support for reusable UI regions. I also demonstrated that WPF can enforce action-level security through its commanding system and control-level security through its visual and logical tree helpers.
  • log4net - I demonstrated the robust logging capabilities of log4net by creating a custom WCF appender class that sent log messages to a WCF service asynchronously. Since our client applications live in a disconnected state, this will provide a tremendous benefit to developers who will no longer need to ask users to provide physical log files for debugging purposes.
  • ININ ICELib - I evaluated ININ's .NET API for their voip telephony system in order to determine if we could integrate call center functionality into our applications without using ININ's standard client. I was able to connect to

Lead Developer

Family Tree DNA

September 2007 - May 2008

familytreedna.com – Primary e-commerce initiative (IIS/ASP.NET/SQL Server 2005)

  • Assessed business needs that were unfulfilled by existing public-facing website
  • Documented existing business practices, and prepared suggestions detailing a software/hardware platform transition
  • Established a bug tracking system and trained customer service representatives to use it
  • Successfully resolved/fixed 217 of 293 reported bugs – roughly a 74% bug closure rate, averaging one bug closed every three hours, every business day from August to November
  • Mitigated two separate system intrusion incidents, preserving all data and creating a security solution to prevent further compromises
  • Delivered two iterations of upgrades to the site, coordinating with a remote team in China to integrate and deliver changes seamlessly; both upgrades were delivered on-time

dnatraits.com – Secondary e-commerce business initiative (Apache/PHP/MySQL)

  • Developed data model, business logic, and user interface components according to business criteria
  • Determined priority of requirements and worked in iterative phases to meet deadlines.
  • Worked with scientific collaborators in New York, Israel, and the United Kingdom to acquire domain knowledge
  • Reviewed several PHP MVC frameworks and chose to develop the application using Symfony due to flexibility, community support, feature availability and documentation
  • Developed a secure, comprehensive administration portal that provided user-friendly access to product, customer, and sale data, as well as financial reports; used Javascript/AJAX where appropriate to enhance user experience
  • Developed an XML-based, Schema enforced data exchange with a partner lab in the United Kingdom to deliver order information, and receive testing results, on a regular basis
  • Made significant enhancements to the public-facing checkout system, including a dynamic, client-controlled discount and coupon scheme
  • Created dynamic PDF reports accessible via the customer portal to give customers access to their test results
  • Integrated a third-party appointment tracking system to allow customers to schedule phone calls with in-house genetic counselors

Software Engineer

National Auto Warranty Services

August 2006 - August 2007

  • Worked with a team of ten developers on an extensive Lotus Notes legacy system re-platform
  • Gathered business rules and scenarios for several administrative departments to determine the appropriate functional and non-functional requirements for the replacement application
  • Prepared high level documentation for company business scenarios
  • Worked with the database administrator to form a data model consistent with the business model
  • Implemented a C# .NET smart client (WinForms and web services) architecture using Microsoft Windows Communication Foundation for a 300+ user call center
  • Designed and coded a significant portion of the customer service and contract fulfillment portions of the application, as well as the underlying web service components
  • Designed and coded administrative portions of the application used for entering automotive data, team information, and pricing configurations
  • Acted as a liaison between the primary application team and the accounting subsystem development team as a reference for the financial operations of the business
  • Led a refactoring initiative for core components of the application that underperformed due to fluid requirements

Web Application Developer

River City Internet Group

November 2005 - August 2006

  • Worked in collaborative software development environment on an enterprise scale ISP management system IntraISP
  • Acted as production support liaison between RCIG and clients by analyzing critical production bugs (both code and data), proposing solutions, and conducting follow-up meetings with clients
  • Designed and coded software solutions in accordance with client requirements
  • Performed bug analysis and implemented bug fixes for all parts of the IntraISP system, including customer registration and management, equipment activation, customer billing, financial reports, feature management, external/internal APIs, etc.
  • Wrote custom software modules to extend PHP front-end functionality and PHP APIs
  • Enhanced existing Java web services; performed troubleshooting for Java web service bugs
  • Wrote high level and functional documentation according to customer specifications, as well as release notes and test cases for all implemented solutions
  • Authored company-wide PHP coding standards document
  • Wrote an internal PHP application that tracked software release notes

Web Application Developer

DSDirect

July 2005 - October 2005

  • Performed requirements analysis for administration projects
  • Designed portions of intranet sales application for auto warranty salesmen using ASP.NET (both VB.NET and C# as code-behind languages), Microsoft IIS, and Microsoft SQL Server 2000
  • Wrote sales interface documentation

Web Application Developer

Protech Network Design

May 2004 - July 2005

  • Acted as project manager and web application architect for numerous small/medium-sized businesses clients and individuals
  • Performed requirements analysis, prepared sitemaps and cost quotes, and wrote documentation for web projects
  • Designed, coded, and maintained a variety of websites and web applications
  • Designed and coded internal web application that managed project information, customer information, purchase orders, credit card information, web hosting information, and generated a variety of reports
  • Developed several PHP classes (security implementation, calendar) that were re-used in a variety of PHP applications
  • Helped administrate a mixed network environment with Windows 2000 and FreeBSD servers
  • Performed network installs, cabling, and testing; performed PC troubleshooting, maintenance, and upgrades for client computers
display 7 more...

Stack Exchange Last seen on May 10

Open Source

jessica-viewengine-markdown

A Markdown view engine for the Jessica micro web framework

Apr 2011


jessica-viewengine-textile

A Textile view engine for the Jessica micro web framework

Apr 2011


Reading

StackOverflow.Models.CVBook

Refactoring

Improving the Design of Existing Code

Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts


StackOverflow.Models.CVBook

The Pragmatic Programmer

From Journeyman to Master

Andrew Hunt, David Thomas


StackOverflow.Models.CVBook

Cathedral and the Bazaar

Eric S. Raymond


StackOverflow.Models.CVBook

Just for Fun

The Story of an Accidental Revolutionary

Linus Torvalds, David Diamond


StackOverflow.Models.CVBook

Free as in Freedom

Richard Stallman's Crusade for Free Software

Sam Williams


StackOverflow.Models.CVBook

The Best Software Writing I

Selected and Introduced by Joel Spolsky

StackOverflow.Models.CVBook

Joel on Software

And on Diverse and Occasionally Related Matters That Will Prove of Interest to…

Joel Spolsky


StackOverflow.Models.CVBook

More Joel on Software

Further Thoughts on Diverse and Occasionally Related Matters That Will Prove…

Joel Spolsky


StackOverflow.Models.CVBook

Smart and Gets Things Done

Joel Spolsky's Concise Guide to Finding the Best Technical Talent

Joel Spolsky


StackOverflow.Models.CVBook

Atlas Shrugged

Ayn Rand


StackOverflow.Models.CVBook

The Fountainhead

Ayn Rand


display 13 more…

Tools

Commodore 64

Visual Studio + ReSharper

Background


Background

I’m a software developer in the Midwest, and I love my chosen craft. I believe that doing things right is better than doing them quickly. I also believe that, with enough practice and technique, those two things don’t have to be antithetical.

I believe in hero worship. I want to surround myself with people who are better than I am, because that is an opportunity to learn from them. I have an ego; which developer doesn’t? But I can eat humble pie in liberal doses. Self-awareness is the first step towards progress.

I am ambitiously lazy. I will work long hours to solve a problem that saves me ten minutes. I love to create things. There is nothing more satisfying than seeing a system come to life. Unless it gets hit by lightning and develops paternal issues.

I am skeptical. I don’t drink the Kool-Aid. I rationally judge people and technology based on merit, not hype.

I have a very low tolerance for people who send chain-mail. I love to read. I am working on my inside voice.