Skip to content

Latest commit

 

History

History
121 lines (100 loc) · 8 KB

software-development.md

File metadata and controls

121 lines (100 loc) · 8 KB

Bookmarks tagged [software-development]

https://dev-java.fr/principes-solid-programmation-objet/

Les principes SOLID ont été conceptualisés pour la première fois par Robert C. Martin en 2000 : Design Principles and ... Lire la suite


https://cwe.mitre.org/index.html

CWE™ is a community-developed list of software and hardware weakness types. It serves as a common language, a measuring stick for security tools, and as a baseline for weakness identification, mitigat...


https://www.microsoft.com/en-us/securityengineering/sdl

The Microsoft SDL introduces security and privacy considerations throughout all phases of the development process, helping developers build highly secure software, address security compliance requirem...


https://clean-code-developer.de/

Mit Clean Code Prinzipien und Praktiken zu mehr Qualität in der Softwareentwicklung.


https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single...

This article outlines the scale of that codebase and details Google's custom-built monolithic source repository and the reasons the model was chosen. Google uses a homegrown version-control system to ...


https://www.heroku.com/podcasts/codeish

A podcast from the team at Heroku, exploring code, technology, tools, tips, and the life of the developer.


https://kentcdodds.com/chats-with-kent-podcast

Kent C. Dodds chats with developers about life, career, and code.


https://google.github.io/eng-practices/

Google has many generalized engineering practices that cover all languages and all projects. These documents represent our collective experience of various best practices that we have developed over t...


https://www.youtube.com/watch?v=fb9Rzyi8b90

The March 20, 2007 Meeting. Featuring Mike Cohn, Agile Estimation


https://www.atlassian.com/agile

Learn agile software development, agile methodologies and industry best practices from beginner tutorials to advanced topics.


https://www.codingmarks.org

Efficiently manage and retrieve your coding bookmarks. Contribute by sharing and voting the worthy ones, so others can benefit


https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/

Netscape 6.0 is finally going into its first public beta. There never was a version 5.0. The last major release, version 4.0, was released almost three years ago. Three years is an awfully long time i...


https://www.joelonsoftware.com/2007/10/26/evidence-based-scheduling/

Software developers don’t really like to make schedules. Usually, they try to get away without one. “It’ll be done when it’s done!” they say, expecting that such a brave, funny zinger will reduce thei...


https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/

  1. Do you use source control?
  2. Can you make a build in one step?
  3. Do you make daily builds?
  4. Do you have a bug database?
  5. Do you fix bugs before writing new code?
  6. Do you have an up-to-date ...

http://blogs.tedneward.com/post/death-to-best-practices/

The point is, best practices just don’t exist. They are an attempt to take a solution to a problem out of the context and apply them across the entire spectrum, and that essentially invalidates the en...


http://www.railstips.org/blog/archives/2010/10/14/stop-googling/

“LOOK AT THE CODE!”


http://tom.preston-werner.com/2010/08/23/readme-driven-development.html

Presents the importance of writing a good README and proposes to "Write the Readme first"

"Consider the process of writing the Readme for your project as the true act of creation. This is where all y...