Tutorial – HTML5 Essentials for Enterprise SPA Development

Keyhole Software Articles, Development Technologies & Tools, HTML5, JavaScript, Mobile, Tutorial 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 Application architectures allow rich, responsive application user interfaces to be developed. Enterprises have the ability to expand applications to more devices by implementing …

Don’t Fear the Rapid

Rik Scarborough Articles, Development Technologies & Tools, Java, Project Management 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.The term Rapid Application Development, or RAD, has been around for a few years. From the way it’s avoided in all sensible software development …

Tutorial – JavaScript Essentials

Keyhole Software Articles, Development Technologies & Tools, HTML5, JavaScript 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. If you’ve been developing enterprise web applications, it’s likely that you have applied JavaScript in some fashion – probably to validate user input …

Gradle: do we need another build tool?

Rik Scarborough Articles, Development Technologies & Tools, Java 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.In the early days of Java development, we either didn’t see much of a need for build tools, or used what we had from …

What’s up with WITH?

Scott Peters Articles, Databases, Development Technologies & Tools, Python 1 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.Ah, the WITH statement. A (mostly) loved holdover from such languages as Python and VB(A) that still finds some questionable use today in JavaScript. …