software-development.md

July 15, 2021 · View on GitHub

Bookmarks tagged [software-development]

www.codever.land/bookmarks/t/software-development

Les principes SOLID – Programmation orientée objet • Dev Java

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


CWE - Common Weakness Enumeration

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...


Microsoft Security Development Lifecycle

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...


Clean Code Developer

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

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


Why Google Stores Billions of Lines of Code in a Single Repository

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 ...


Code[ish] - Podcasts | Heroku

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

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


Chats with Kent

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

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


Google Engineering Practices Documentation

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...


Bay XP Meeting Part 1: Agile Estimation, Mike Cohn - YouTube

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

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


Agile best practices and tutorials

https://www.atlassian.com/agile

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


Coding bookmarks, aka #codingmarks

https://www.codingmarks.org

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


Things You Should Never Do, Part I – Joel on Software

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...


Evidence Based Scheduling – Joel on Software

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...


The Joel Test: 12 Steps to Better Code – Joel on Software

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 ...

Death to Best Practices · Ted Neward's Blog

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...


Stop Googling // RailsTips by John Nunemaker

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

“LOOK AT THE CODE!”


Readme Driven 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...