Skip to content

Commit

Permalink
fix: categories and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio laptop committed Mar 1, 2024
1 parent 8284372 commit 1fff863
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-02-11-seo-para-frontends.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: SEO para frontends
author: fziliotti
date: 2023-02-11 04:33:00 +0800
categories: ["SEO"]
tags: [seo, web]
categories: ["Desenvolvimento", "SEO"]
tags: [frontend, seo]
---

# SEO (Search Engine Optimization ou Otimização para motores de busca)
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-13-performance-individual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Anotações sobre Desenvolvimento Pessoal
author: fziliotti
date: 2023-02-13 02:33:00 +0800
categories: ["Desenvolvimento Pessoal"]
tags: [psicologia, neurosciencias]
categories: ["Autoconhecimento"]
tags: [psicologia]
---

# Introdução
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-13-um-pouco-sobre-desempenho.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Desempenho na Web
author: fziliotti
date: 2023-02-09 02:33:00 +0800
categories: [Web, Performance]
tags: [web, performance, frontend]
categories: [Desenvolvimento, Performance]
tags: [performance,frontend]
---

# Por que desempenho na Web é importante?
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-14-mono-repo-multi-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Anotações sobre monorepos e multirepos
author: fziliotti
date: 2023-02-14 02:33:00 +0800
categories: [Web]
tags: [web, monorepo, multirepo]
categories: ["Desenvolvimento"]
tags: [Engenharia, arquitetura]
---

# MonoRepo x Multirepo
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-21-styled-components-dicas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Iniciando com Styled Components no React
author: fziliotti
date: 2023-02-21 04:33:00 +0800
categories: ["React", "CSS-in-JS"]
tags: [seo, web]
categories: ["Desenvolvimento"]
tags: [frontend]
---
# Introdução

Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-22-config-ambiente-desenvolvimento.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Minhas configurações de ambiente de desenvolvimento
author: fziliotti
date: 2023-02-22 04:33:00 +0800
categories: ["Dev", "Setup"]
tags: [setup, configs]
categories: ["Desenvolvimento"]
tags: [setup]
---

# Configurações pessoais do ambiente de desenvolvimento
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-22-formularios-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Formulários em React
author: fziliotti
date: 2023-02-22 04:33:00 +0800
categories: ["Dev", "Setup"]
tags: [setup, configs]
categories: ["Desenvolvimento"]
tags: [frontend]
---

# Introdução
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-22-typescript-com-react-dicas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Dicas de Typescript com React
author: fziliotti
date: 2023-02-22 04:33:00 +0800
categories: ["Dev", "Setup"]
tags: [setup, configs]
categories: ["Desenvolvimento"]
tags: [frontend]
---

# Componente React que herda atributos de elemento HTML
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-02-25-github-dicas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Anotações sobre github
author: fziliotti
date: 2023-02-22 04:33:00 +0800
categories: ["Dev", "Git"]
tags: [github, tools]
categories: ["Desenvolvimento", "Git"]
tags: [git]
---

## Para verificar os comandos existentes:
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-02-29-redux-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Redux toolkit - exemplo simples
author: fziliotti
date: 2024-02-29 04:33:00 +0800
categories: ["Dev", "Frontend"]
tags: [dev, frontend]
categories: ["Desenvolvimento"]
tags: [frontend]
---

## Introdução
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-02-29-resumo-estrategias-autenticacao.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Estratégias de autenticação - resumo simplificado
author: fziliotti
date: 2024-02-29 04:33:00 +0800
categories: ["Dev", "Frontend"]
tags: [dev, frontend]
tags: [dev, backend]
---

## Introdução
Expand Down

0 comments on commit 1fff863

Please sign in to comment.