Brig Lamoreaux
  • Home
  • About
  • Talks
brig

Brig Lamoreaux

I solve problems by being insatiably curious.

Queen Creek, AZ •
137 posts •

Trying to Blog more

I have a goal to improve my communication and organization process. One way I thought I could do that is to blog more regularly.

Brig Lamoreaux Brig Lamoreaux 1 min read

Scientific Process

First you understand the problem that you are trying to fight (code complexity/unmaintainable software,)

Brig Lamoreaux Brig Lamoreaux 1 min read

Development Cadence

I’ve noticed in my own development processes, I tend to emphasize architecture. But there needs to be balance between each during each sprint.

Brig Lamoreaux Brig Lamoreaux 1 min read

Selenium Testing

Getting started with Selenium testing was a little rough.

Brig Lamoreaux Brig Lamoreaux 1 min read
Hadoop

My Hadoop Training

Hadoop has been difficult getting into. I just don’t have enough linux/java training to help with understanding some of the foundational concepts. However, today I learned some valuable information.

Brig Lamoreaux Brig Lamoreaux 1 min read

Beginning Programming Again

Learning and New IDE is difficult.

Brig Lamoreaux Brig Lamoreaux 1 min read
Intellij Java

Pains with Java

So I’ve spent the last hour trying to solve an elusive error in my project:

Brig Lamoreaux Brig Lamoreaux 1 min read
Code-analysis

Automating Quality Code with FXCop

FXCop is a tool that can analyze .NET manage code for conformance to design guidelines and your own custom rules. I recently found a great document that explicitly outlines how to create you

Brig Lamoreaux Brig Lamoreaux 1 min read
Management

Preventing Groupthink

I’ve been looking into the idea of Groupthink and found a nice list on preventing it.

Brig Lamoreaux Brig Lamoreaux 1 min read
Net Json

Json Serialization

I’ve been having fun trying to implement an idea I have. Part of the idea involves caching objects to memcached in Json format. The idea being that the object saved to memcached wouldn’t

Brig Lamoreaux Brig Lamoreaux 1 min read
App-engine Python

First Impressions of Google App Engine

So I thought I would try to see what Google App Engine is all about. My main goal is to learn python a little better and also try to get a better understanding

Brig Lamoreaux Brig Lamoreaux 1 min read
Speaking Web-design

AjaxWorld - Day 3

This last day started off being able to sleep in, but it quickly went downhill when the promised breakfast arrived 45min late. Nevertheless, I did glean a few bits of good information, and

Brig Lamoreaux Brig Lamoreaux 2 min read
Web-design

AjaxWorld - Day 2

Another day and a little more information. This day had a couple of outstanding presentations. The first was by Kevin Lynch the CTO of Adobe. What a great presenter. The other was Douglas

Brig Lamoreaux Brig Lamoreaux 2 min read
Web-design

AjaxWorld - Day 1

First day over and I think the overall assessment is not too bad. The sessions started pretty early at 7:30 and went all the way till 8:00pm. That’s ok if all the sessions

Brig Lamoreaux Brig Lamoreaux 2 min read
Net Proxy

Use Fiddler with .Net Application

I often need to watch communication between a web service and my application. The best way I’ve found is to configure my app to use Fiddler as a proxy between my application and

Brig Lamoreaux Brig Lamoreaux 1 min read
Logging

Logging Best Practices

I just read a presentation from Network Intelligence on putting together a SIEM solution. I really don’t know that much about SIEM, but what I do know is when my application breaks, I

Brig Lamoreaux Brig Lamoreaux 1 min read
Svn

Practical SVN Branching and Merging

I love SVN and the ability to branch and tag my repository.

Brig Lamoreaux Brig Lamoreaux 1 min read
Asp-net

ASP.NET Authorization - Out of the Loop

Asp.net configuration makes is really easy to apply authorization to different pages.

Brig Lamoreaux Brig Lamoreaux 2 min read
Net Asp-net

Beware Dynamic User Controls in a Web Farm

Many large sites utilize a web farm with a load balancer. The load balancer will cycle through each server in the farm for each request. Today I assumed our load balancer had persistence.

Brig Lamoreaux Brig Lamoreaux 1 min read
Lisp

Getting Started with Lisp

Lisp is an old and powerful language that influences modern languages like C#. Lisp is also difficult to jump into. I’ll outline where to go to download a compiler and the steps needed

Brig Lamoreaux Brig Lamoreaux 2 min read
Net C

How to Convert Integers to Strings in C#

I’ve been working with converting strings to integers and have a few options at my disposal.

Brig Lamoreaux Brig Lamoreaux 1 min read
Net Closure

Anonymous Delegates

I never thought I would use anonymous delegates mostly because I didn’t fully understand what benefit they could give me.

Brig Lamoreaux Brig Lamoreaux 4 min read
Net Asp-net

Forms Authentication and Cookies

I encountered a strange problem this morning when I tried to turn on Authentication to the ASP.NET 2.0 Website.

Brig Lamoreaux Brig Lamoreaux 1 min read
Net

Enterprise Library - Data Access Block

The Enterprise Library from Microsoft is a great framework to quickly get started with coding.

Brig Lamoreaux Brig Lamoreaux 2 min read
Net

Soap and Fiddler

A coworker told me about a strange error he was getting when trying to call a webservice with an ASP 2.0 application. My first thought was, use Fiddler and inspect the soap call

Brig Lamoreaux Brig Lamoreaux 1 min read
Net Code-generation

Generate CRUD

Seeing how I’m working on a project that deals with a SQL database and several tables, I decided I didn’t want to mess around with writing all the code for my data CRUD

Brig Lamoreaux Brig Lamoreaux 2 min read
Net Talks

.Net Development Trees part II

I’ve found that taking thought in setting up your project development tree can really help with unit testing and having continuous integration for you projects.

Brig Lamoreaux Brig Lamoreaux 2 min read
Net Talks

Desert Code Camp

Thanks to everyone who attended the session I put on at Desert Code Camp, Setting up .NET Development Trees.

Brig Lamoreaux Brig Lamoreaux 1 min read
Net Talks

.Net Development Trees part I

During Desert Code Camp, I put on a presentation called Setting up .Net Development Trees and promised to put up the notes from that presentation. So this is the first installment of that

Brig Lamoreaux Brig Lamoreaux 3 min read
Blogging Coding

Review of Copy Source As Html Tools

It makes sense that as a blog about .net programming I should include samples of code.

Brig Lamoreaux Brig Lamoreaux 5 min read
Net Logging

How to Implement logging

We are getting ready to send our first child off to kindergarten and I wish I could be a fly on the wall to see how he enjoys his first day of school.

Brig Lamoreaux Brig Lamoreaux 4 min read
Process Testing

When a Bug is Found

James Shore talks about the concept of being bug free and has many recommendations on how to reach that goal. At my desk I have the following guide hanging on the wall to

Brig Lamoreaux Brig Lamoreaux 1 min read
Ruby

Ruby Array Randomize

I needed the ability to randomize the order of an array. This is useful when you have a set collection of questions in a survey that you want to shuffle before you present

Brig Lamoreaux Brig Lamoreaux 1 min read
Coding Learning

Balance Simple Code and Expert Knowledge

I enjoyed reading What’s Wrong With This Code (#16) because it got me thinking about having in depth knowledge on a subject and KISS.

Brig Lamoreaux Brig Lamoreaux 1 min read
Blogging Learning

Keeping the Blog Alive

My daily routine involves reading several different blogs as my way of taking advantage of other people’s great ideas. Most of the things that I read are technical, but mix in with the

Brig Lamoreaux Brig Lamoreaux 1 min read
Coding Objects

Objects, Data, and Actions

I was recently asked what objects are in programming and how a database is related to them. Thinking long and hard about it, I came up with the following example:

Brig Lamoreaux Brig Lamoreaux 1 min read
Blogging

Live Writer

I’ve downloaded Windows Live Writer to see how well it will do posting to Blogspot.com, and so far I am very impressed with the interface. One of the features of Live Writer is

Brig Lamoreaux Brig Lamoreaux 1 min read
« Newer Posts Page 2 of 2
Brig Lamoreaux © 2024
Powered by Jekyll using Jasper2 theme.
Latest Posts Twitter Github LinkedIn