Difference between revisions of "Category:Development"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This category is for things that are undeniably about development. Anything even remotely about design including a lot of front-end development stuff is in [[:Category: Design]]. | This category is for things that are undeniably about development. Anything even remotely about design including a lot of front-end development stuff is in [[:Category: Design]]. | ||
* [https://github.com/jameslk/awesome-falsehoods Awesome Falsehoods] | |||
* [https://github.com/spickermann/awesome-falsehoods-programmers-believe Awesome falsehoods programmers believe] | |||
* [https://github.com/kdeldycke/awesome-falsehood Awesome Falsehoods] a bigger list | |||
* [https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/ Falsehoods programmers believe about names] | |||
* [https://mas.to/@yournameisinvalid Your name is invalid!] | |||
* [https://medium.com/better-programming/kubernetes-in-layman-terms-d9c307d2ef1d Kubernetes in Layman Terms] by [[Lance Ng]] on [[Medium]] | * [https://medium.com/better-programming/kubernetes-in-layman-terms-d9c307d2ef1d Kubernetes in Layman Terms] by [[Lance Ng]] on [[Medium]] | ||
==Best Practices== | |||
* [https://guides.18f.gov/engineering/ 18F Engineering Guide] | |||
* [https://18f.gsa.gov/open-source-policy/ 18F Open Source Policy] | |||
* [https://github.com/18F/open-source-policy/blob/master/practice.md Practicing the 18F Open Source Policy] | |||
==Software Development Methodologies== | ==Software Development Methodologies== | ||
* [[Agile]] | * [[Agile]] | ||
* [https://en.wikipedia.org/wiki/DevOps DevOps] | * [https://en.wikipedia.org/wiki/DevOps DevOps] | ||
==Patterns== | |||
* [https://www.castsoftware.com/blog/how-to-use-strangler-pattern-for-microservices-modernization#:~:text=Strangler%20Pattern%20is%20a%20way,the%20old%20legacy%20system%27s%20features. How to use the Strangler Pattern for Microservices Modernization] by [[N Natesan]] | |||
==Infrastructure== | |||
* [[Performance]] | |||
[[Category:Technology]] |
Latest revision as of 16:38, 10 October 2024
This category is for things that are undeniably about development. Anything even remotely about design including a lot of front-end development stuff is in Category: Design.
- Awesome Falsehoods
- Awesome falsehoods programmers believe
- Awesome Falsehoods a bigger list
- Falsehoods programmers believe about names
- Your name is invalid!
- Kubernetes in Layman Terms by Lance Ng on Medium