└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Lista de Conteúdo em Vídeo do [Canal do PHPZM](https://www.youtube.com/channel/UCXrNXDef4ZRUrYyIGZ0rXlg) 2 | Repositório com o objetivo de agrupar o conteúdo em vídeo que já foi e que será produzido pelo phpzm. 3 | 4 | ## Publicações 5 | Serão publicados vídeos no canal às segundas e quintas. 6 | 7 | ## Pedidos 8 | Utilize as [issues](https://github.com/phpzm/lineup/issues) para fazer pedidos de conteúdos, enviar materiais ou qualquer outra coisa : ) 9 | 10 | Antes de criar uma nova issue para sugerir algum conteúdo, faça sempre uma busca pra verificar se aquele conteúdo já foi sugerido por outra pessoa. Se ele já existir é só você comentar um "+1". 11 | 12 | # Vídeos 13 | Itens desmarcados ainda não estão publicados 14 | - [x] [Configurando o PhpStorm](https://www.youtube.com/playlist?list=PLMpauGt6IneTZloQTENz7vYvue-poV-ue) 15 | - [x] [Instalação](https://www.youtube.com/watch?v=SW52gSxVhME&index=1&list=PLMpauGt6IneTZloQTENz7vYvue-poV-ue) 16 | - [x] [PHP CS](https://www.youtube.com/watch?v=jXJ7vxJA0rw&index=2&list=PLMpauGt6IneTZloQTENz7vYvue-poV-ue) 17 | - [x] [PHP CS Fixer](https://www.youtube.com/watch?v=9GlIK42fogU&index=3&list=PLMpauGt6IneTZloQTENz7vYvue-poV-ue) 18 | - [x] [PHPMD](https://www.youtube.com/watch?v=Iqn9KuASrHg&index=4&list=PLMpauGt6IneTZloQTENz7vYvue-poV-ue) 19 | - [ ] [Composer](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 20 | - [x] Instalação 21 | - [x] [Local](https://www.youtube.com/watch?v=1nkgNE2rDps) 22 | - [x] [Global](https://www.youtube.com/watch?v=_wJO0uYoxsA) 23 | - [x] Autoload 24 | - [x] [PSR-4 configuração](https://www.youtube.com/watch?v=Q-kPnxaX9yc) 25 | - [x] [PSR-4 exemplo básico](https://www.youtube.com/watch?v=zk2IJ1yjjJw) 26 | - [x] [PSR-4 exemplo avançado](https://www.youtube.com/watch?v=Fjp0rmmfuCc&feature=youtu.be) 27 | - [x] [Carregamento de arquivos](https://youtu.be/xL6T1eTyvtQ) 28 | - [x] [Gerenciando bootstraping](https://youtu.be/pZvuNjWMT38) 29 | - [ ] Gestão de scripts 30 | - [ ] [Adicionar scripts ao composer.json](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 31 | - [ ] [Combinar scripts e automatizar tarefas](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 32 | - [ ] Pacotes 33 | - [ ] [Introdução a distribuição de pacotes](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 34 | - [ ] [Instalação e desinstalação](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 35 | - [ ] [Criação e publicação no Packagist](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 36 | - [ ] [Repósitórios privados](https://www.youtube.com/playlist?list=PLMpauGt6IneTI5IynmQm1N5bZGLRfojbP) 37 | - [ ] [Docker](https://www.youtube.com/playlist?list=PLMpauGt6IneQxS46vhASvVh7wGLmMRuXO) 38 | - [ ] Conceitos básicos 39 | - [x] [Preparando o Ambiente](https://www.youtube.com/playlist?list=PLMpauGt6IneQxS46vhASvVh7wGLmMRuXO) 40 | - [x] [Instalação usando cURL](https://www.youtube.com/watch?v=2ZvA-nwrvMw) 41 | - [x] [Criando seu primeiro container](https://www.youtube.com/watch?v=USNjk6ifbPk) 42 | - [x] [Primeiros passos com Docker Compose](https://youtu.be/ylxi1RsCUT0) 43 | - [ ] [PHP-FPM com Docker Compose](https://www.youtube.com/playlist?list=PLMpauGt6IneQxS46vhASvVh7wGLmMRuXO) 44 | - [ ] [Serviços com Docker Compose](https://www.youtube.com/playlist?list=PLMpauGt6IneQxS46vhASvVh7wGLmMRuXO) 45 | - [ ] [Docker Compose e PHP Composer](https://www.youtube.com/playlist?list=PLMpauGt6IneQxS46vhASvVh7wGLmMRuXO) 46 | - [ ] [Xdebug no Docker](https://www.youtube.com/playlist?list=PLMpauGt6IneQxS46vhASvVh7wGLmMRuXO) 47 | - [ ] Docker hacks 48 | - [ ] [Modo gráfico]() 49 | - [ ] [Arrumando a casa]() 50 | - [ ] [O mundo em um Dockerfile]() 51 | - [ ] [Gerenciamento de Volumes]() 52 | - [ ] [Proxy reverso com Nginx]() 53 | - [ ] Configuração de ambientes 54 | - [ ] [Utilizando integração contínua]() 55 | - [ ] [Publicação de projetos]() 56 | - [ ] [Cluster com Docker Swarm]() 57 | - [ ] [VueJS](https://www.youtube.com/playlist?list=PLMpauGt6IneTSB5P8wLXp5qdQ6XBnDXMz) 58 | - [ ] Começando com VueJS 59 | - [x] [Iniciando com VueJS](https://www.youtube.com/watch?v=S42fJjanOMI) 60 | - [x] [Composição de Componentes](https://www.youtube.com/watch?v=acjn4B4RD6Q) 61 | - [x] [Eventos entre Componentes](https://www.youtube.com/watch?v=TiXvpyema8M) 62 | - [x] [Passagem de dados via Props]() 63 | - [x] [Reatividade e Estados](https://www.youtube.com/watch?v=xtNcDn8ONDk) 64 | - [x] [Hooks e Ciclo de vida](https://www.youtube.com/watch?v=9wR6qI6izu4) 65 | - [ ] [Gestão de estados do Componente]() 66 | - [ ] Aplicações de Página Única (SPA) 67 | - [ ] [Interface de linha de comando]() 68 | - [ ] [Estrutura básica de uma aplicaço]() 69 | - [ ] [Criação de Rotas]() 70 | - [ ] [Passagem de Parâmetros]() 71 | - [ ] [Componentes dinâmicos]() 72 | - [ ] [Construção (build) & Publicação (deploy)]() 73 | 74 | 75 | #### Contatos 76 | - [Blog](https://phpzm.rocks) 77 | - [Telegram](https://t.me/phpzm) 78 | - [Twitter](https://twitter.com/phpzm) 79 | - [Facebook](https://www.facebook.com/zmrocks) 80 | --------------------------------------------------------------------------------