From 786abfc0319dbe45d8e44bd6b39003e699899c30 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 18 Oct 2017 21:01:16 +0200 Subject: [PATCH] productivity & clean code tips --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 034f60e..65e4f16 100644 --- a/README.md +++ b/README.md @@ -1528,6 +1528,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Daniel Miessler](https://danielmiessler.com/blog/how-to-decide-who-to-friend-on-facebook-linkedin-and-twitter/) - How To Decide Who To Friend on Facebook, LinkedIn, and Twitter * [Daniel Miessler](https://danielmiessler.com/projects/concepts/) - Lot of concepts summarized by Daniel Miessler * [Lecture Hunt](http://lecturehunt.com/) - find and share best learning material online (How to's, courses, ...) +* [Thoughtbot's playbook](https://thoughtbot.com/playbook) - a guide explaining how Thoughtbot build products and run their company > Tools * [Chris Barber/ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) - Tools of The Trade, from Hacker News. * [**BugMeNot**](http://bugmenot.com/) - no time to create an account ? try a domain or url and get shared logins @@ -1732,6 +1733,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Venkat Subramaniam](https://twitter.com/venkat_s/statuses/521625754485157889) - "Poor quality code is a reflection of lack of respect we carry for what we do, often with out realizing it." * [J. B. Rainsberger](http://blog.thecodewhisperer.com/permalink/musings-on-refactoring-as-waste) - (2014) Musings on Refactoring as Waste * [The Twelve-Factor App](https://12factor.net/) - is a methodology for building software-as-a-service apps of great quality +* [thoughtbot/guides](https://github.com/thoughtbot/guides) - A guide for programming in style. **Bonus** : [Thoughtbot's playbook](https://thoughtbot.com/playbook) - explaining how they build products and run their company ## Database * [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring