The Importance of Unit Testing

Robert Rice Articles, Testing Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I’m currently working on an enhancement to an existing insurance premium rating algorithm. Anyone who has done work in insurance (whether it be in …

Developers Are Lazy (And How To Use That To Your Advantage With Eclipse)

Adi Rosenblum Articles, Java, Programming 2 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.As I sat down to write this blog post, I thought through how many years I’ve been developing, and how many great people I …

Advanced Debugging Techniques in JavaScript – Part 2

Zach Gardner Articles, HTML5, JavaScript, JavaScript Debugging Series, Programming, Project Management, Tutorial 5 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Introduction Writing Part 2 of this series has been really exciting. I’ve gotten a lot of positive feedback from people who’ve read Part 1. …

Partitioning SPA Resources and API Implementations in Separate WAR Components

David Pitt API Development, Articles, HTML5, Java, JavaScript, Opinion Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Single Page Applications are quickly gaining traction as a way to implement rich, robust, and mobile friendly web-based applications. Essentially, this requires a shift …

Advanced Debugging Techniques in JavaScript – Part 1

Zach Gardner Articles, HTML5, JavaScript, JavaScript Debugging Series, Programming, Project Management 9 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Introduction I was a terrible debugger when I first started programming. I could tell an issue was happening, but it always took me a …