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

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

Multiple Routers Vs Single Router In Backbonejs

All examples on Backbone I've seen use one router for the whole application, but wouldn't i… Read more Multiple Routers Vs Single Router In Backbonejs

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?)

In The Flux Architecture, Who Is Responsible For Sending Updates To The Server?

So in the flux architecture, data flows as follows: View -> Action -> Dispatcher -> Store … Read more In The Flux Architecture, Who Is Responsible For Sending Updates To The Server?

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

How To Structure Javascript When Including Another Php File

I am attempting to build a small web application but I'm not clear how to communicate between d… Read more How To Structure Javascript When Including Another Php File

Does Gmail Use SetInterval() Or SetTimeOut() To Do Periodical Refresh?

I guess they use these two functions to make an Ajax call to their server but I am not sure. How d… Read more Does Gmail Use SetInterval() Or SetTimeOut() To Do Periodical Refresh?