Design Patterns

https://sourcemaking.com/design_patterns

Creating a local folder in Thunderbird

http://www.inmotionhosting.com/support/email/thunderbird/creating-a-local-folder-in-thunderbird http://computing.physics.harvard.edu/localfolders https://support.mozilla.org/pl/kb/archiwizowanie-wiadomosci

Standards for developing flexible, durable, and sustainable HTML and CSS

http://mdo.github.io/code-guide/

The Principles of OOD

http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfOod

Powerful tools for measuring and tracking the quality of software projects for open- and closed-source development projects

https://scrutinizer-ci.com/

Code Ownership

http://martinfowler.com/bliki/CodeOwnership.html http://www.jamesshore.com/Agile-Book/collective_code_ownership.html http://www.jamesshore.com/Agile-Book/

Czemu ludzie nie czytają?

http://blog.testowka.pl/category/programowanie/

How to create REST URLs without verbs?

http://stackoverflow.com/questions/1619152/how-to-create-rest-urls-without-verbs General principles for good URI design: Don’t use query parameters to alter state Don’t use mixed-case paths if you can help it; lowercase is best Don’t use implementation-specific extensions in your URIs (.php, .py, .pl, etc.) Don’t fall into RPC with your URIs Do limit your URI space as much as possible Do keep ...

REST-ful URI design

There can be confusion about URIs and URLs (and URNs!). To get a URL just tack on a server (example.com) and a protocol (http or ftp) to a URI (/example): http://example.com/example. The URI identifies the resource. And a URL adds some information about how to get it. http://blog.2partsmagic.com/restful-uri-design/

From STUPID to SOLID Code!

http://williamdurand.fr/2013/07/30/from-stupid-to-solid-code/