Quick JavaScript OO (Object Orientation) Primer

David Pitt Articles, Development Technologies & Tools, JavaScript, Tutorial 7 Comments

Attention: This article was published over 13 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.Recently I’ve been working heavily with JavaScript to implement full-blown rich user interfaces for web-based applications. In the past, I’ve used JavaScript and supporting libraries, …

Node Application Server with CouchDB

Brett Jones Articles, Databases, Development Technologies & Tools, HTML5, JavaScript, Node.js, Python, Tutorial 5 Comments

Attention: This article was published over 13 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.Much has been made lately of “NoSQL” non-relational databases. A few weeks back, Lou wrote a post introducing CouchDB, a free Apache Foundation document …

Building Vagrant Boxes with VeeWee on TravisCI

Luke Patterson Articles, Development Technologies & Tools Leave a Comment

Attention: This article was published over 13 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.(Pro Tip: you can safely skip the first 3 paragraphs) We’ve all been there: You push some .travis.yml commits and your clone gets parachuted into …

A Mobile Application Served From CouchDB

Lou Mauget Articles, Development Technologies & Tools, Mobile, Tutorial 6 Comments

Attention: This article was published over 13 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.“A DBMS as an application server? Is it Lotus Notes?” CouchDB CouchDB seemed odd to me in 2009 because it had … no SQL! …

Generating Large Excel Files Using Spring Batch, Part Three

Jonny Hackett Articles, Development Technologies & Tools, Intro to Spring Batch Series, Java, Spring, Spring Batch 15 Comments

Attention: This article was published over 13 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.While working for a client recently, I was given a small project to produce a report that would help reconcile differences in data that …