Web Tech: An Accidental Abomination
The modern web is an amazing piece of technology. It is a platform for connecting people and technology in a way few imagined. This would never have happened by attempting...
Read ArticleTag
The modern web is an amazing piece of technology. It is a platform for connecting people and technology in a way few imagined. This would never have happened by attempting...
Read ArticleThere’s a really straight-forward approach to updating the UI in a JavaScript browser app. Use chunk of hidden HTML, duplicate this and then manually update the duplicated elements to show...
Read ArticleBuilding a Calatrava app means writing a lot of CoffeeScript. Here’s a small tip to make that CoffeeScript read even better than it already does. When you’re writing a function...
Read ArticleSimilar to how I’ve had to configure build promotions twice recently, I’ve also had to set up a reverse proxy to make building JavaScript apps a bit simpler. Again, I’m...
Read ArticleOur team is wrapping up the first release of a pure JavaScript, single page web application. No one on the team has ever built one of these before and it...
Read ArticleThis is the second post in a series on observations and questions from implementing a single page pure JavaScript web application for a recent project. For background and the other...
Read Article