Skip to content

Atualiza o card sobre service workers #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion _data/cards/pt_BR/service-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Service Workers
logo:
short-description:
key-objectives:
- Melhorar a performance e trabalhar offline
- Melhorar a performance e trabalhar offline;
- Permitem que aplicações web armazenem recursos no cache;
- Interceptam e gerenciam requisições de rede;
- Facilitam notificações push, mesmo quando o app não está aberto ou usuário não está na página;
- Funcionam como um intermediário entre o navegador e a rede/servidor;
- São assíncronos e não acessam diretamente o DOM, garantindo segurança e eficiência;
aditional-objectives:
contents:
- type: SITE
Expand All @@ -27,6 +32,12 @@ alura-contents:
- type: ARTICLE
title: "Desvendando os service workers: ciclo de vida e atualização"
link: https://www.alura.com.br/artigos/service-worker
- type: ARTICLE
title: "Quais as boas práticas de segurança para PWAs?"
link: https://www.alura.com.br/artigos/praticas-de-seguranca-pwas
- type: ARTICLE
title: "Cuidados com CSRF/XSRF ao utilizar a Push API"
link: https://www.alura.com.br/artigos/cuidados-com-csrf
- type: podcast
title: "Hipsters.tech: Progressive Web Apps - Hipsters 03"
link: https://www.alura.com.br/podcast/progressive-web-apps-hipsters-03-a583
Expand Down
Loading