Skip to content

Commit c9cde9a

Browse files
author
Thiago Jorge Almeida dos Santos
committed
June 6th 2023 updates
1 parent 8dae2bb commit c9cde9a

23 files changed

+2183
-66
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ git push origin my-new-feature
9393
- [React.JS documentation](https://reactjs.org/docs/getting-started.html);
9494
- [Next.JS documentation](https://nextjs.org/docs/getting-started);
9595
- [Styled Components documentation](https://styled-components.com/docs);
96-
- [next.config.js file of Styled Components examples](https://github.com/vercel/next.js/blob/canary/examples/with-styled-components/next.config.js), for using React with Next.
96+
- [next.config.js file of Styled Components examples](https://github.com/vercel/next.js/blob/canary/examples/with-styled-components/next.config.js), for using React with Next;
97+
- [GitHub's API](https://api.github.com/users/tjas);
98+
- [Supabase documentation](https://supabase.com/docs);
99+
- [Supabase-JS](https://www.npmjs.com/package/@supabase/supabase-js);
100+
- [Using the Effect Hook](https://en.reactjs.org/docs/hooks-effect.html).
97101

98102
## Other interesting links
99103

@@ -110,7 +114,8 @@ git push origin my-new-feature
110114
- [TechGuide.sh](https://techguide.sh/), a roadmap for technology career;
111115
- [Vitrine Dev](https://cursos.alura.com.br/vitrinedev);
112116
- [Babel](https://babeljs.io/), a JavaScript compiler;
113-
- [QUOKKA](https://quokkajs.com/), a JavasCript coding support tool.
117+
- [QUOKKA](https://quokkajs.com/), a JavasCript coding support tool;
118+
- [Supabase](https://supabase.com/).
114119

115120
## Contact
116121

README_pt-br.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ git push origin my-new-feature
9393
- [Documentação do React.JS](https://pt-br.reactjs.org/docs/getting-started.html);
9494
- [Documentação do Next.JS](https://nextjs.org/docs/getting-started);
9595
- [Documentação do Styled Components](https://styled-components.com/docs);
96-
- [Arquivo next.config.js dos exemplos de Styled Components](https://github.com/vercel/next.js/blob/canary/examples/with-styled-components/next.config.js), para utilizar React com Next.
96+
- [Arquivo next.config.js dos exemplos de Styled Components](https://github.com/vercel/next.js/blob/canary/examples/with-styled-components/next.config.js), para utilizar React com Next;
97+
- [API do GitHub](https://api.github.com/users/tjas);
98+
- [Documentação do Supabase](https://supabase.com/docs);
99+
- [Supabase-JS](https://www.npmjs.com/package/@supabase/supabase-js);
100+
- [Usando Effect Hook (Hook de Efeito)](https://pt-br.reactjs.org/docs/hooks-effect.html).
97101

98102
## Outros links interessantes
99103

@@ -110,7 +114,8 @@ git push origin my-new-feature
110114
- [TechGuide.sh](https://techguide.sh/), um guia para a carreira em tecnologia;
111115
- [Vitrine Dev](https://cursos.alura.com.br/vitrinedev);
112116
- [Babel](https://babeljs.io/), um compilador JavaScript;
113-
- [QUOKKA](https://quokkajs.com/), uma ferramenta de suporte para codificação em JavasCript.
117+
- [QUOKKA](https://quokkajs.com/), uma ferramenta de suporte para codificação em JavasCript;
118+
- [Supabase](https://supabase.com/).
114119

115120
## Contato
116121

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"0": {
148148
"name": "Alura Cursos Online",
149149
"url": "https://www.youtube.com/c/Alura",
150-
"thumb": "https://yt3.ggpht.com/xqhIoXspeX7eqouJvNHl1xqpv9213Pl26ENZbuouXxO2RlDadjsveNXfgnj8GTUk7thFYUkVRg=s88-c-k-c0x00ffffff-no-rj",
150+
"thumb": "https://yt3.ggpht.com/Fqr4oo0VR4l5KB2E7frxX00reaPw3oBX5csxGmijKx5UTDPY4xLPW0eYTnzh5TvkqNV35g-HHQ=s88-c-k-c0x00ffffff-no-rj",
151151
"social": "youtube"
152152
},
153153
"1": {

0 commit comments

Comments
 (0)