{"id":15881628,"url":"https://github.com/glaucia86/js-tdd-pratica-curso","last_synced_at":"2026-05-07T09:31:34.043Z","repository":{"id":48034300,"uuid":"126397352","full_name":"glaucia86/js-tdd-pratica-curso","owner":"glaucia86","description":"Repositório responsável pelos exercícios e códigos do curso: JS com TDD na Prática - Willian Justen","archived":false,"fork":false,"pushed_at":"2021-08-10T17:47:28.000Z","size":102,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T20:37:27.934Z","etag":null,"topics":["hapijs","jwt","node-js","npm","tutorial-exercises"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glaucia86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-22T21:31:27.000Z","updated_at":"2021-05-10T00:20:36.000Z","dependencies_parsed_at":"2022-08-12T17:10:55.499Z","dependency_job_id":null,"html_url":"https://github.com/glaucia86/js-tdd-pratica-curso","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glaucia86/js-tdd-pratica-curso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fjs-tdd-pratica-curso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fjs-tdd-pratica-curso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fjs-tdd-pratica-curso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fjs-tdd-pratica-curso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glaucia86","download_url":"https://codeload.github.com/glaucia86/js-tdd-pratica-curso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Fjs-tdd-pratica-curso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hapijs","jwt","node-js","npm","tutorial-exercises"],"created_at":"2024-10-06T04:00:27.176Z","updated_at":"2026-05-07T09:31:34.018Z","avatar_url":"https://github.com/glaucia86.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curso: JS com TDD na Prática by Willian Justen\n\nRepositório responsável pelos exercícios e códigos do curso: [JS com TDD na Prática](https://www.udemy.com/js-com-tdd-na-pratica) \n- Willian Justen.\nO curso tem como objetivo ensinar de maneira prática e eficiente como trabalhar com JavaScript para criação de bibliotecas e aplicações\nvoltadas para web.\nHaverá desenvolvimento de projetos ao decorrer do curso!\n\n## Recursos Utilizados no Desenvolvimento da Aplicação: :rocket: :rocket:\n\n- Visual Studio Code\n- Node.Js\n- NPM\n- JavaScript\n- EcmaScript 6/7/8\n- TDD (Mocha, Chai, Sinon e Instambul)\n- Travis\n\n## Conteúdo do Curso:\n\n- **Seção 1: Boas Práticas**\n  - :white_check_mark: ~~1.1 Introdução~~\n  - :white_check_mark: ~~1.2 Configurando o NPM e Criando o package.json~~\n  - :white_check_mark: ~~1.3 Criando o gitignore de forma simples~~\n  - :white_check_mark: ~~1.4 Criando arquivos para documentação~~\n  - :white_check_mark: ~~1.5 Padrões de Código (Styleguides)~~\n  - :white_check_mark: ~~1.6 Instalando e Usando o ESLint~~\n  - :white_check_mark: ~~1.7 UPDATE: Atualizando o ESLint para 4+~~\n  - :white_check_mark: ~~1.8 Configurando o editorconfig~~\n  - :white_check_mark: ~~1.9 Criando um NPM Script~~\n  - :white_check_mark: ~~1.10 Configurando Hooks no Git~~\n  \n- **Seção 2: Aprendendo ES6:**\n  - :white_check_mark: ~~2.1 Introdução ao ES6~~\n  - :white_check_mark: ~~2.2 Escopo do JS~~\n  - :white_check_mark: ~~2.3 Variável let no JS~~\n  - :white_check_mark: ~~2.4 Variável const no JS~~\n  - :white_check_mark: ~~2.5 Temporal Dead Zone~~\n  - :white_check_mark: ~~2.6 Introdução a Arrow Function~~\n  - 2.7 Arrow Function e o Lexical This\n  - 2.8 Introdução a Template Literals\n  - 2.9 Usando Template Literals para HTML Fragments\n  - 2.10 Tagged Template\n  - 2.11 Shorthand Properties\n  - 2.12 Default Parameters\n  - 2.13 Novos Métodos para Strings\n  - 2.14 Array.from()\n  - 2.15 Array.of()\n  - 2.16 Array.find() e Array.findIndex()\n  - 2.17 Array.fill()\n  - 2.18 Introdução ao Destructuring\n  - 2.19 Destructuring em Arrays\n  - 2.20 Fazendo swap de varia´veis com destructing\n  - 2.21 Introdução ao Spread Operator\n  - 2.22 Usando o spread dentro de funções\n  - 2.23 Rest Params\n  - 2.24 Introdução a Promises\n  - 2.25 Exemplo Real de Promises\n  - 2.26 Manipulando múltiplas Promises\n  - 2.27 Herança Prototipal\n  - 2.28 Criando Classes de ES6\n  - 2.29 Usando extended classes\n  - 2.30 Introdução a Symbols\n  - 2.31 Iterators e Iterables - for ... of\n  - 2.32 Introdução a Generators\n  - 2.33 Usando Generators para fluxos assíncronos\n  - 2.34 Introdução a Proxy\n  - 2.35 Introdução a Set\n  - 2.36 Introdução ao WeakSet\n  - 2.37 Introdução ao Map\n  - 2.38 Introdução ao WeakMap\n  \n**documentação em desenvolvimento**\n\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Fjs-tdd-pratica-curso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglaucia86%2Fjs-tdd-pratica-curso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Fjs-tdd-pratica-curso/lists"}