Sem resumo de edição |
|||
| Linha 1: | Linha 1: | ||
= | = Sasha - Oleksandr Spodin = | ||
<br> | |||
== Formation Planning - B2C== | |||
<br> | |||
* The Java patterns and frameworks that I think is important to a Developer Training are: | |||
* Java OO - Oriented Programing | |||
** Books: | |||
*** Effective Java (2nd Edition) - Joshua Bloch | |||
*** Growing Object-Oriented Software, Guided by Tests - Steve Freeman e Nat Pryce | |||
** Good Practices | |||
*** https://github.com/twitter/commons/blob/master/src/java/com/twitter/common/styleguide.md | |||
*** Clean Code - A Handbook of Agile Software Craftsman - Robert C. Martin | |||
<br> | <br> | ||
* Design Patterns | |||
** Refatoring to patterns | |||
** Anti-patterns | |||
** Books: | |||
*** Head First Design Patterns, - Eric T Freeman, Elisabeth Robson, Bert Bates, Kathy Sierra | |||
*** Refactoring to patterns - Joshua Kerievsky | |||
*** Implementation Patters - Kent Beck | |||
<br> | |||
* Resful API Checklist | |||
** Articles: | |||
*** http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm | |||
<br> | |||
* Tutorials | |||
** http://blog.mwaysolutions.com/2014/06/05/10-best-practices-for-better-restful-api/ | |||
<br> | |||
* Spring Framework | |||
** What is Inversion of Control Containers and the Dependency Injection pattern | |||
*** http://www.martinfowler.com/articles/injection.html | |||
** Spring Framework Inversion of Control | |||
*** http://docs.spring.io/spring/docs/current/spring-framework-reference/html/beans.html | |||
<br> | |||
* Hibernate Basic Concepts And Examples: | |||
** https://docs.jboss.org/hibernate/orm/3.3/reference/en/html/tutorial.html | |||
<br> | <br> | ||
* Build Applications With Maven: | |||
** http://tutorials.jenkov.com/maven/maven-tutorial.html | |||
Edição das 18h47min de 19 de setembro de 2016
Sasha - Oleksandr Spodin
Formation Planning - B2C
- The Java patterns and frameworks that I think is important to a Developer Training are:
- Java OO - Oriented Programing
- Books:
- Effective Java (2nd Edition) - Joshua Bloch
- Growing Object-Oriented Software, Guided by Tests - Steve Freeman e Nat Pryce
- Good Practices
- https://github.com/twitter/commons/blob/master/src/java/com/twitter/common/styleguide.md
- Clean Code - A Handbook of Agile Software Craftsman - Robert C. Martin
- Books:
- Design Patterns
- Refatoring to patterns
- Anti-patterns
- Books:
- Head First Design Patterns, - Eric T Freeman, Elisabeth Robson, Bert Bates, Kathy Sierra
- Refactoring to patterns - Joshua Kerievsky
- Implementation Patters - Kent Beck
- Resful API Checklist
- Spring Framework
- What is Inversion of Control Containers and the Dependency Injection pattern
- Spring Framework Inversion of Control
- Hibernate Basic Concepts And Examples:
- Build Applications With Maven: