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
- 📆 published on: 2021-06-26
- tags: software-architecture, software-development, software-quality
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...
- tags: software-development, security, frameworks
https://clean-code-developer.de/
Mit Clean Code Prinzipien und Praktiken zu mehr Qualität in der Softwareentwicklung.
- tags: clean-code, software-development
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.
- tags: podcast, software-development
https://kentcdodds.com/chats-with-kent-podcast
Kent C. Dodds chats with developers about life, career, and code.
- tags: podcast, software-development, career, reactjs
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...
- tags: software-development, code-review
https://www.youtube.com/watch?v=fb9Rzyi8b90
The March 20, 2007 Meeting. Featuring Mike Cohn, Agile Estimation
- 📆 published on: 2007-04-20
- tags: agile, estimation, software-development, scrum
https://www.atlassian.com/agile
Learn agile software development, agile methodologies and industry best practices from beginner tutorials to advanced topics.
- tags: agile, software-development, scrum, kanban
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...
- 📆 published on: 2000-04-06
- tags: programming, software-development
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...
- tags: software-development
https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
- Do you use source control?
- Can you make a build in one step?
- Do you make daily builds?
- Do you have a bug database?
- Do you fix bugs before writing new code?
- Do you have an up-to-date ...
- tags: software-development
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...
- tags: software-development
http://www.railstips.org/blog/archives/2010/10/14/stop-googling/
“LOOK AT THE CODE!”
- tags: software-development
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...
- tags: software-development