- Conhecimento prático em HTML5 e CSS3 Responsivo;
- Conhecimento avançado de JavaScript;
- Desenvolvimento cross-plataforma e testes cross-browser;
- Confortável trabalhando com o controle de versão (Git);
- Capacidade de trabalhar de forma independente com uma supervisão mínima;
First and most important: thank you @javiereguiluz!!
Title | Published At | Link |
---|---|---|
Twig Tips and Tricks | february 2013 | http://www.slideshare.net/javier.eguiluz/twig-tips-and-tricks |
Silex Al Limite | june 2013 | http://www.slideshare.net/javier.eguiluz/silex-al-lmite |
Symfony Tips and Tricks | november 2014 | http://www.slideshare.net/javier.eguiluz/symfony-tips-and-tricks |
Mastering Twig | september 2015 | http://www.slideshare.net/javier.eguiluz/mastering-twig-druaplcon-barcelona-2015 |
Testes automatizados são bons. Eles podem ser melhores? Quanto valor testes automatizados podem acrescentar a sua empresa?
Como num checkup, você pode saber se sua suíte de testes está com uma boa saúde ou não. As respostas às perguntas abaixo podem ajudar:
- Eles quebram quando um corportamento muda porque as expectativas deles eram outras?
- Eles guiam o desenvolvedor a corrigí-los ao invés de só apontar uma falha?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Adicione um novo remote; pode chamá-lo de "upstream": | |
git remote add upstream https://github.com/usuario/projeto.git | |
# Obtenha todos os branches deste novo remote, | |
# como o upstream/master por exemplo: | |
git fetch upstream |
- ZF2 - Web Development with Zend Framework 2 - Concepts, Techniques and Practical Solutions by Michael Romer
- ZF2 - Getting Started with Zend Framework 2 - ZF2 Official documentation to start an ZF2 app from 0.
- ZF2 - Getting Started with Rest and Zend Framework 2
- ZF2 - Understanding the Zend Framework 2 event manager
- ZF2 - Using ZFTool for Basic Project Management