Skip to content Skip to sidebar Skip to footer
Showing posts with the label Architecture

Javascript Event Bus Architecture

In this video at 20:50 (corresponding slide), Nicholas Zakas presents what I think is an Event Bus … Read more Javascript Event Bus Architecture

Using/embedding Ember Js With/in Codeigniter

I am about to start developing a web application using Ember.js as front end technology and Codeign… Read more Using/embedding Ember Js With/in Codeigniter

Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

I have an existing intranet webapp (solely internal) built with ExtJS using an 'iframe architec… Read more Downside To Extjs "iframe Architecture" (should I Refactor To Mvc Pattern?)

Confusion Regarding Bounded Contexts And Interaction Between Them

I'm trying to implement my first domain driven application, after going through Eric Evan's… Read more Confusion Regarding Bounded Contexts And Interaction Between Them

The Nested Modules In AngularJS

Background I have N angular modules. One of them it is the root container that bootstrapped on and… Read more The Nested Modules In AngularJS

Understanding Better Javascript OOP Architecture

As i read through some examples of Angularjs' UI add-on, i've stumbled over some code that … Read more Understanding Better Javascript OOP Architecture