Tag Archives: architecture

Webservice API design tips – correct pagination and exposing deleted rows

After working with dozens of REST, SOAP and ‘ad-hoc’ web services / APIs I’ve noticed a similar set of design problems by companies big and small. One gotcha I almost always see left out of an API is an easy way … Continue reading

Posted in Application Development, Code | Tagged , , , | Comments Off on Webservice API design tips – correct pagination and exposing deleted rows

A Critique of JavaScript MVC frameworks – Beware of Rampant Asynchronous JavaScript Calls

Software professionals should be aware of the limitations that come with the current trend of building asynchronous heavy web applications. We are seeing a surge in serious and large scale JavaScript applications at the enterprise level. Here is a list … Continue reading

Posted in Application Development | Tagged , , , , | Comments Off on A Critique of JavaScript MVC frameworks – Beware of Rampant Asynchronous JavaScript Calls

Thoughts on Require.js and a simpler approach to loading JavaScript

Require.js is trying to solve the problem of dealing with lots of JavaScript. I have used it with Backbone.js, underscore, Dojo, and jQuery. It works well, but it does take some effort to get it configured and running within your … Continue reading

Posted in Application Development | Tagged , , , , | Comments Off on Thoughts on Require.js and a simpler approach to loading JavaScript

Software Ghettos – A Form of Technical Debt

A few years ago I was talking to a senior Java engineer. He was asking me about Django and Python. Having never used the stack himself, and thinking that ‘scripting languages are just toys’, he was skeptical of this new … Continue reading

Posted in Application Development, Business, For New Developers | Tagged , , | Comments Off on Software Ghettos – A Form of Technical Debt