|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
78 Articles match "Management","Process"
|
Related DevelopMentor Courses
|
MORE
|
|
Understanding the Unified Process
It describes the 6 Best Practices used in modern software development and incorporates them into an entire end-to-end software development process. This course is a short overview of the Unified Process. It provides managers, and other professionals who may encounter Unified Process projects, with a basic understanding of the major features, terms and structure. The Development Case Define a ? Development Case? Understand relationship between a ? Development Case?
DevelopMentor Courses
- Friday, June 12, 2009
Foundations of Agile Development using Scrum
The course teaches the concepts of short delivery cycles, working with changing requirements and empirical process control. Students will learn how to work in deliver software in time-boxed iterations, hold Scrum meetings, manage work backlogs and prioritize work to satisfy business need. This course gives an overview of technical and management practices for Scrum. They will also learn how, in a changing environment, to keep high quality code, design software and discover requirements. Agile & Scrum Overview What is a Agile? What is Scrum?
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Techniques for Gathering Requirements
Success is dependent on a mixture of technical skills (i.e. knowing which technique to use and how to use it) and interpersonal skills (i.e. building relationships, listening, and gaining consensus). Whether you plan to meet with your stakeholders in one-on-one sessions, in a facilitated session, or remotely, you will need to know how to select and implement techniques to accurately and efficiently identify the needs of your business. In this highly interactive 2-day course, you will learn how to enhance and refine your elicitation skills. Note: BPMN notation can be substituted) ?When
DevelopMentor Courses
- Friday, June 12, 2009
|
123 Articles match "Management","Process"
|
The Latest from DevelopMentor
|
MORE
|
|
A3 reports: templates and observations
The A3 report is not just a thing, it is a process. The process of creating the report, the observation, investigation and mentoring, is probably more important than the end result. If you want to know more about A3 reports John Shook’s book “Managing to Learn” is good, although you have to order it from the Lean Enterprise Institute , its not at your local online bookshop. For a shorter version check out Shook’s article in the MIT Sloan Management review, “Toyota’s Secret: The A3 report”. asked several manager to complete one. Its not something to be rushed.
Allan Kelly's Blog
- Monday, May 17, 2010
How do you make Lean Practical ?
Well in the interests of consistency I’ve decided to stick with one, since Agile Triangle tends to be used to refer to project management type stuff Agile Pyramid wins. Most of the people I expected to have on the course were software engineers and architects looking to improve their processes and practices, not CEOs looking to reinvent their companies. I was Oslo recently teaching a course on Lean Software Development. When we were organizing this course on of our goals was: Make it practical. As I was preparing the course material this was at the front of my mind.
Allan Kelly's Blog
- Thursday, May 13, 2010
MVVM Helpers 2.0 is live
Managing Services with the Service Locator pattern + MEF. The MainWindow is typically created using View-first mechanics (since it is normally created by the application startup process). ShowDialog( "ChildWindow" ) ); Again, the key is a string that you must synchronize, not unlike the registration process in V1 of the library. … and available on codeplex in beta form: [link]. There are several new features in this release that I've been tinkering with for a while. First, I now use MEF to link things together. waited until.NET 4.0 then please stay with 1.06 Play(); }. }.
Mark's Blog of Random Thoughts
- Friday, April 16, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Failures in Agile process?
One downside is that the Product Owner role – typically filled by a Business Analyst, Product Manager, Customer or other proxy-customer – is given an immense work load. Typically it occurs when you bring in a lot of consultants to make your team and process Agile. Failure to get management buy in : Agile is often introduced at the bottom of the hierarchy, by developers at the code face. Eventually there comes a point when managers need to support it or stop it. This doesn’t happen and the development process is left in a random state.
Allan Kelly's Blog
- Sunday, April 22, 2007
-
Is process improvement bad for innovation?
Basically, as you get better at your process (i.e. Actually, according to this piece its not just ISO 9000 and 6 Sigma, it is broader, any process improvement initiatives. For someone like me, who is keen on both process improvement (specifically Lean processes) and innovation this poses a dilemma. Am I, by advocating process improvement and the adoption of Lean techniques actually hindering innovation? don’t advocate blanket adoption of a process. And finally, I don’t believe management can set out a process and mandate its adoption.
Allan Kelly's Blog
- Sunday, March 5, 2006
-
Worker Process Accounts in IIS 7.5
closer look reveals, that in IIS manager you now have five accounts to choose from when setting up an App Pool: System, Network Service, Local Service, Custom… and ApplicationPoolIdentity. With this new setting, a new primary SID is injected into the worker process – all Windows security checks are done against this new SID. So in the light of the recent problems with system account sharing ( here and here ), this is a good change and makes it even easier to isolate worker processes. Windows 7 and Windows Server 2008 R2 ship with IIS 7.5. That’s an interesting account.
www.leastprivilege.com
- Wednesday, June 3, 2009
-
Product Management in the UK
I went to a meeting of the UK Product Managers Forum last night. enjoyed the meeting, Ian Mapp of Respond spoke about the development of the product management function within the company. These conversations support my belief that Product Management is not a well established role in the UK software industry. When the product management doesn’t exist in a company there is a vacuum. Nature abhors a vacuum and the same is true when product management is missing. It might be a project manager, a developer, an architect or even a tester.
Allan Kelly's Blog
- Thursday, March 22, 2007
-
Book review: Agile Project Management with SCRUM (and rant)
It is difficult to say anything bad about Agile Project Management with Scrum (Schwaber, 2004). It sticks to its topic - managing projects using scrum. It is clear to me now (if there was ever any doubt) that Scrum is the management side that is missing from XP. My own Blue-White-Red process is in effect an example of Scrum and XP (both modified) being used together. recently met a Scrum Master who was having trouble with the process. suggested some changes, at this point she worried that she was deviating from the Scrum process too much. I’m not sure.
Allan Kelly's Blog
- Wednesday, December 5, 2007
-
Actors prototype in C#
It simply grabs an element from the queue, processes it and sends messages to other actors, and then waits for another message. It returns “true to continue processing messages, and “false to end the actor. Attached is a rough outline of actors, or message passing concurrency, for C#. It is similar in spirit to Erlang. The basic idea is that each actor is a thread that blocks on a queue. This code uses threads but I’d rather use Tasks in.NET 4.0, which would likely scale much better. The signature of the handler is not good.
Handwaving
- Wednesday, March 3, 2010
-
Claims Authorization in Geneva Beta 2 - Introduction
Use this sample authorization manager to inspect the data that gets passed in: class SimpleAuthorizationManager : ClaimsAuthorizationManager. {. While you could manually new up that class and directly call CheckAccess method – you can also use configuration to create the authorization manager. First you need to configure the authorization manager in config: < claimsAuthorizationManager. The configuration for the claims authorization manager has an interesting extensibility point. XmlNodeList nodes = objXmlElement as XmlNodeList ; Process(nodes); }. }.
www.leastprivilege.com
- Friday, July 10, 2009
|
|
|