Learning Center
Here I share my (@ggteixeira) POCs, coding exercises, algorithms, experimental projects, and the notes I take about courses, books, talks, and articles
Brazil
Pinned Repositories
Consumindo-Api-GitHub-JS-Vanilla
Tutorial que ensina a consumir a API do GitHub usando JavaScript puro
course-elixir-freecodecamp
Elixir + Functional Programming fundamentals course, aimed for beginners. Provided by Octallium (Anil Kulkarni) through freeCodeCamp.org
Curso-JavaScript-Guanabara
Documentação com anotações de todas as aulas do curso de Fundamentos do JavaScript, ministrado pelo prof. Gustavo Guanabara.
Curso-Python-30-Days
Curso-Python-Gustavo-Guanabara
Mais de 100 exercícios resolvidos do curso de fundamentos de Python 3, ministrado pelo prof. Gustavo Guanabara do Curso em Vídeo.
curso-udemy-react-the-complete-guide
Course "React - The Complete Guide" by Maximilian Schwarzmüller
exercism
This repository stores all my Exercism solved exercises. Exercism is a skill-improvement platform that focuses on Test-Driven Development, which is quite useful for beginners.
just-javascript
Just JavaScript course by Dan Abramov
node-studies
Studying API design with NodeJS + Prisma
typescript-learning
Notes, snippets, and examples about to my TypeScript studies. This repo also has some small POCs displaying UIs that I've used to convert JS into TS.
Learning Center's Repositories
divertimentos/Curso-Python-Gustavo-Guanabara
Mais de 100 exercícios resolvidos do curso de fundamentos de Python 3, ministrado pelo prof. Gustavo Guanabara do Curso em Vídeo.
divertimentos/exercism
This repository stores all my Exercism solved exercises. Exercism is a skill-improvement platform that focuses on Test-Driven Development, which is quite useful for beginners.
divertimentos/course-elixir-freecodecamp
Elixir + Functional Programming fundamentals course, aimed for beginners. Provided by Octallium (Anil Kulkarni) through freeCodeCamp.org
divertimentos/curso-udemy-react-the-complete-guide
Course "React - The Complete Guide" by Maximilian Schwarzmüller
divertimentos/leetcode
Solved Algorithms and Data Structures problems/exercises on Leetcode. There's also solved problems from Google Tech Dev Guide.
divertimentos/typescript-learning
Notes, snippets, and examples about to my TypeScript studies. This repo also has some small POCs displaying UIs that I've used to convert JS into TS.
divertimentos/course-redux-dan-abramov
Fundamentals of Redux Course from Dan Abramov. This course is too outdated, so I advise you to take the current tutorial from Redux's official documentation.
divertimentos/node-studies
Studying API design with NodeJS + Prisma
divertimentos/table-of-contents
Summary of repositories, organized
divertimentos/book-eloquent-javascript
Book that teaches you (almost) everything you should know about modern JavaScript.
divertimentos/course-dom
DOM course (Clyde Matthew on Udemy)
divertimentos/course-jest-freecodecamp
divertimentos/course-react-quentin
Crash Course de React produzido pelo canal Quentin Matt Tutorials
divertimentos/course-redux-zustand
Estudando Redux moderno e também Zustand
divertimentos/curso-alura-imersao-languageflix
divertimentos/curso-alura-react-testes
divertimentos/Django-Mozilla
divertimentos/Django-Portilla
Repositório referente ao curso de Django do Jose Portilla, disponibilizado na Udemy.
divertimentos/elixir-fundamentals
Elixir for JS Developers Crash Course
divertimentos/first-firefox-extension
My first Firefox Extension created by learning purposes.
divertimentos/Flask-Mega-Tutorial
divertimentos/google-clone
Just another Google Clone created for me to test and practice my Vim setup
divertimentos/Livro-NLP-Python
Repositório de exemplos e exercícios do livro Natural Language Processing with Python.
divertimentos/memoization-tree
Deprecated project I've built to study ReactJS' memo(). Plese visit memo-studies for the version that have worked :)
divertimentos/NLP-Ariani
Repositório referente ao conjunto de soluções proposto para uma disciplina de Processamento de Linguagem Natural (PLN)
divertimentos/pokedex-do-zoio
divertimentos/prime-numbers-checker
Project to calculate primes and also to properly understand useMemo() and useCallback()
divertimentos/Tutorial-Django-Rest-Framework
Repositório do tutorial "Djanto REST Framework em 30 minutos (ou quase isso) do canal Django MOC.
divertimentos/Tutorial-Django-Todolist-Pretty-Printed
A simple to-do list app made with love using Django.
divertimentos/Tutorial-DjangoGirls
Tutorial de Django disponibilizado pelas DjangoGirls