Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
6answers
4k views

Application Architect vs. Systems Architect vs. Enterprise Architect?

So many buzzwords. Not sure if I need to start playing BS Bingo or not. And I'm not trying to be cynical. But I've heard many people with these various titles. There never seems to be a clear ...
15
votes
19answers
1k views

What's wrong with the analogy between software and building construction?

Many people like to think of building software as constructing a building so we have terms like building blocks and architecture. However, lately I've been to a couple of talks and most people say ...
13
votes
8answers
999 views

Software Architect responsibilities

I saw some previous posts here abour Software Architect role so decided to ask this question. About 8 months ago I ended up as a senior .NET developer position on a brand new ASP.NET project building ...
12
votes
14answers
2k views

How do you evaluate a Software Architect?

What characteristics do you find more valuable in a software architect? How to evaluate one? For example: Is in-depth knowledge of a stack more important than a good overall knowledge of different ...
11
votes
4answers
764 views

Coder/Developer to Architect; Your experiences, realisations, Myths broken [closed]

A lot of us in IT begin as coders/developers and some as coder/developer/business developer depending on whether you work for someone else or your self. While there is the list of what ideally the ...
8
votes
8answers
3k views

How to improve software design skills?

In my point of view, design ability is harder to get than development/coding skills. When confronting a requirement , how to design the function modules, how to construct the program architecture ...
3
votes
1answer
169 views

Designing the Architecture, separating projects. Am I “over thinking”?

Imagine having the following scenario: You need to create a system where the Back end is seperate from the Front end, which is always important when programming, of course. But What if you want to be ...
2
votes
1answer
236 views

Pattern to manage views in backbone

Coming from GWT, Backbone seems to miss a build in solution on how to handle the live circle of a view. In GWT every activity, which is more or less the equivalent to a view in Backbone, is managed by ...
1
vote
2answers
56 views

What would be an Application Architecture Roadmap?

I've architect and develop many applications, however this time I'm going to develop a big and different kind of robust application where the below layer will present. Presentation Layer Business ...
1
vote
1answer
121 views

What is an Enterprise Architect

What is the definition of "Enterprise Architect"? What is the difference between Enterprise Architect and Solution Architect? How does an EA think? Does an EA belong to a particular technology?
1
vote
1answer
55 views

Mid level IT lead [closed]

I am a mid level IT lead at a IT support company with 8 years of experience. I don't get a lot of opportunities to learn at my organization since we primarily support existing systems and just fix ...
0
votes
2answers
38 views

Good strategy for crosscutting concern

Can somebody point me a good strategy for security crosscutting concern without AOP for a JSF-Spring-Hibernate web application? Security context (in user's web session) must be accesible in Business ...
0
votes
0answers
88 views

Must Read for Software Architect in computer networking and network security [closed]

I know there are questions regarding books for software architect but i didnt found one specially for networking domain. I am in networking and network security domain. I want to know must read ...
-1
votes
6answers
102 views

How to architect a website or steps involved in architecting an application? [closed]

I need to know how to architect a web application. I have designed a website which is more like a buy & sell website. I designed it and coded it. It is still a beta version & I would like to ...