Skip to content
King of the Hill Developer
King of the Hill Developer

Typically this developer has been in few organizations. They tend to be the smart frog in the small pond. When another smarter developer joins them, they try to…

The Ego Interviewer
The Ego Interviewer

The Ego Interviewer is a person who uses the interview process to stroke their ego.

Boost Your Productivity: 6 Tips to Coding Faster
Boost Your Productivity: 6 Tips to Coding Faster

Boost your coding efficiency by using familiar tools, focusing on the task at hand, and leveraging keyboard shortcuts and automation.

Code Refactor
Code Refactor

Refactoring a large C# file to be leaner and easier to maintain.

Clever vs. Getting Things Done
Clever vs. Getting Things Done

There is a fine balance between doing it right and delivering.

CRUD Applications and the Business Layer: A Practical Perspective
CRUD Applications and the Business Layer: A Practical Perspective

While a business layer might seem beneficial, in CRUD applications, its value is often outweighed by the added complexity and maintenance burden it introduces.

Code: Weighted Random Distribution
Code: Weighted Random Distribution

This blog post presents a method for generating random numbers, with the pitfall of the predictable nature of time-based random number generators.