Lauren Clarke
Lauren Clarke is president of CornerStone Systems Northwest, a firm that builds Internet and intranet applications and mentors others who do the same.
Articles Authored
-
Wiki Technology for Teams
Last updated: Tuesday, February 19, 2019
Published in: CODE Magazine: 2002 - July/August
Software development is a collaborative process.This article is the second in a series focused on the tools and techniques developers use to effectively work in concert. This time, we look at a Web-based phenomenon, known generally as wiki, which has the potential to arm your distributed team with a fluid, open and low-noise forum for building and managing project artifacts as well as foster a collective knowledge and project continuity.
-
Collaborative Development Part 1 - Source Control
Last updated: Wednesday, November 30, 2022
Published in: CODE Magazine: 2002 - March/April
Software development is a collaborative process.This article is the first in a series focused on the tools and techniques developers use to effectively work in concert. Special attention will be paid to the needs of distributed teams where some or all of the team members travel frequently or work remotely.
-
Static Content in a Dynamic World
Last updated: Wednesday, February 20, 2019
Published in: CODE Magazine: 2001 - Issue 2
Web applications are essentially made up of functions that map inputs (requests) to outputs (responses).This article looks at a way to store the relationship between request and response and pre-generate responses, thus reducing the resources needed fulfill requests.