Difference between revisions of "Software Engineering"
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == Agile Software Development == | ||
+ | * [http://www.agilemanifesto.org Agile Manifesto] | ||
+ | * Scott W. Ambler: [http://www.agilemodeling.com/principles.htm Agile Modeling] | ||
+ | * Martin Fowler: [http://www.martinfowler.com/articles/designDead.html Is Design Dead?] | ||
+ | * Martin Fowler: [http://martinfowler.com/articles/newMethodology.html The New Methodology] | ||
+ | * Brainstorming: [http://www.infoq.com/presentations/Silent-Brainstorming The Silence of Agile] | ||
+ | * [https://www.infoq.com/articles/modern-agile-intro?utm_source=infoq&utm_medium=popular_widget&utm_campaign=popular_content_list&utm_content=presentation An Introduction to Modern Agile] | ||
+ | |||
== Scrum == | == Scrum == | ||
* Video: [http://www.infoq.com/presentations/The-Roots-of-Scrum Jeff Sutherland: The Roots of Scrum] | * Video: [http://www.infoq.com/presentations/The-Roots-of-Scrum Jeff Sutherland: The Roots of Scrum] | ||
Line 5: | Line 13: | ||
* Video: [http://video.google.com/videoplay?docid=-7230144396191025011 Ken Schwaber: Scrum et al.] | * Video: [http://video.google.com/videoplay?docid=-7230144396191025011 Ken Schwaber: Scrum et al.] | ||
* Article: [http://www.softhouse.se/Uploades/Scrum_eng_webb.pdf Scrum in 5 minutes] | * Article: [http://www.softhouse.se/Uploades/Scrum_eng_webb.pdf Scrum in 5 minutes] | ||
+ | * Wikipedia: [http://en.wikipedia.org/wiki/Scrum_%28development%29 Scrum development] | ||
+ | |||
+ | == [http://c2.com/cgi/wiki?WelcomeVisitors Portland Pattern Repository's Wiki] Words == | ||
+ | * [http://c2.com/cgi/wiki?YouArentGonnaNeedIt YouArentGonnaNeedIt] | ||
+ | * [http://c2.com/cgi/wiki?AnalysisParalysis AnalysisParalysis ] | ||
+ | * [http://c2.com/cgi/wiki?CodeSmell CodeSmell] | ||
+ | * [http://c2.com/cgi/wiki?FragileManifesto FragileManifesto] | ||
+ | * [http://c2.com/cgi/wiki?UnconsciousIncompetence UnconsciousIncompetence] | ||
+ | * [http://c2.com/cgi/wiki?UnskilledAndUnawareOfIt UnskilledAndUnawareOfIt] | ||
+ | * [http://c2.com/cgi/wiki?PowerGameConflictsWithCompetence PowerGameConflictsWithCompetence] | ||
+ | == Miscellaneous == | ||
+ | * Video: [http://www.youtube.com/watch?v=4XpnKHJAok8 Tech Talk: Linus Torvalds on git] | ||
+ | * Wikipedia: [http://en.wikipedia.org/wiki/List_of_software_development_philosophies List of software development philosophies] | ||
+ | * [http://www.joelonsoftware.com/articles/fog0000000043.html The Joel Test] - from [http://www.joelonsoftware.com/ Joel on Software] | ||
+ | * [http://insideintercom.io/product-strategy-means-saying-no/ Product strategy means saying no] | ||
+ | * [https://www.youtube.com/watch?v=6K4ljFZWgW8&feature=youtu.be The Future of Software Engineering] - GOTO 2016 - Mary Poppendieck | ||
− | == | + | == Links == |
+ | * [http://www.infoq.com InfoQ] | ||
+ | * [http://msdn.microsoft.com/en-us/practices Microsoft Patterns & Practices] | ||
+ | * [http://www.oodesign.com Design Patterns Catalog] | ||
+ | * [http://www.dofactory.com/Patterns/Patterns.aspx Design Patterns in C#/.NET] | ||
+ | == Software Development in a Nutshell == | ||
− | + | [[File:Tree-swing-project-management.png]] |
Latest revision as of 20:52, 27 June 2018
Contents
Agile Software Development
- Agile Manifesto
- Scott W. Ambler: Agile Modeling
- Martin Fowler: Is Design Dead?
- Martin Fowler: The New Methodology
- Brainstorming: The Silence of Agile
- An Introduction to Modern Agile
Scrum
- Video: Jeff Sutherland: The Roots of Scrum
- Video: Jeff Sutherland: Real World Experience in Creating Agile Companies
- Video: Ken Schwaber: A Canary in a Coalmine
- Video: Ken Schwaber: Scrum et al.
- Article: Scrum in 5 minutes
- Wikipedia: Scrum development
Portland Pattern Repository's Wiki Words
- YouArentGonnaNeedIt
- AnalysisParalysis
- CodeSmell
- FragileManifesto
- UnconsciousIncompetence
- UnskilledAndUnawareOfIt
- PowerGameConflictsWithCompetence
Miscellaneous
- Video: Tech Talk: Linus Torvalds on git
- Wikipedia: List of software development philosophies
- The Joel Test - from Joel on Software
- Product strategy means saying no
- The Future of Software Engineering - GOTO 2016 - Mary Poppendieck