Tag: programming

  • Why Rewrite InsertBackendHere to Node?

    Why Rewrite InsertBackendHere to Node?

    There are always fads, but sometimes the fads have reasons they are fads. Question from a reader:

    “I’m fine re-architecting our various software applications used internally using Backbone/Angular for the front-end. However, why would I use Node for the back-end when my Spring MVC SOAP Java business layer works just fine?”

    (more…)

  • Experiences in Managing Software Development Through Kanban & Trello

    Experiences in Managing Software Development Through Kanban & Trello

    Introduction

    On my last project, I managed a team developing an application to manage hospitality locations. Given our requirements were constantly in flux, the contracts were on a short cycle, and the team was generally new to enterprise software development, I chose a Kanban style approach to managing and delivering it. I wanted to share with you the rationale, methodology, challenges, and the surprising change to my role while on the project.
    (more…)

  • Fun With Polymer 1.1

    Fun With Polymer 1.1

    Introduction

    I’ve spent the past 2 weeks of my vacation playing with JavaScript, Polymer, Node, Express, Restify, and Mongo. Today, I wanted to cover the fun I had with Polymer, Google’s web UI component framework, contrast it with other frameworks, and give my general impressions. From this you’ll have a firm understanding of what Polymer is for, how to use it, and what things to watch for.

    (more…)

  • Message Systems in Programming: Part 7 of 7 – Conclusions

    Message Systems in Programming: Part 7 of 7 – Conclusions

    Conclusions

    As you can see, each messaging system has pro’s and con’s. Also, each can, and often is, used in tandem with each other. They aren’t always stand alone, and many are used in the same code base. As you better understand the basics of messaging systems, you can more easily make your Object Oriented code bases easier to encapsulate. It also makes it easier when using Design Patterns to have disparate parts of the code talk to each other in a flexible way.

    (more…)