Blog Archive
Category: Become a Better Developer
The Develpreneur site focuses on building better developers. It may seem obvious that the name comes from a mashup of developer and entrepreneur. Thus, it is logical to ask how that mashup…
Why We Need Better Developers
The mission of Develpreneur is to build better developers. This statement begs the question “why do we need them?” When you look at technology, the tools to create applications get more powerful every…
Look More Professional With Personal Coding Standards
Coding standards are often left to a development team and not considered for small groups or individuals. Of course, individuals have a style of coding which is virtually their unwritten standards. Nevertheless, it…
Commercial Software Launch – Did You Forget Anything?
Commercial software is a great way to earn a living as a developer. Unfortunately, there are many details we have to cover before releasing our “baby” to the public. Many of these…
Patterns of Software Design
Every challenge we face has solutions patterns. These are approaches to a problem that solves it consistently. Some software patterns provide the fastest solution, some the cheapest, and others the most aesthetically…
Object-Oriented Design – Planning Your Implementation
Although we have not picked an implementation language or platform, an object-oriented design is useful. This approach is easier to maintain and understand when done right. This episode focuses on OOD principles…