https://github.com/thiagowaib/code-compendium
A Compendium of small projects and ideas exploring fun and exciting new subjects
https://github.com/thiagowaib/code-compendium
archive code compendium library webdevelopment
Last synced: 4 months ago
JSON representation
A Compendium of small projects and ideas exploring fun and exciting new subjects
- Host: GitHub
- URL: https://github.com/thiagowaib/code-compendium
- Owner: thiagowaib
- Created: 2022-02-02T16:15:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T02:49:00.000Z (over 3 years ago)
- Last Synced: 2025-08-13T11:50:35.001Z (4 months ago)
- Topics: archive, code, compendium, library, webdevelopment
- Language: JavaScript
- Homepage: https://thiagowaib.github.io/code-compendium/
- Size: 42.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 👋🏻 Hello there,
### welcome to my code compendium.
> **In each subdirectory is stored a project exploring a certain subject, that was not big enough for its own repository. A complete list can be found below**
# 📚 Project List
### **
  •  Javascript Crash Course by Unect**
A crash course built for teaching Javascript for trainees joining Unect Jr. *(pt-BR)*
### **
  •  ReactJs Crash Course by Unect**
A crash course built for teaching React Js for trainees joining Unect Jr. *(pt-BR)*
### **
  •  JWT Authenticator with Login System**
A JWT Authenticator example with login, built with the help of this tutorial. *(en)*
### **
  •  Mandelbrot Set with p5.js**
Mandelbrot Set rendering, built with the help of this tutorial. *(en)*
### **
Â
  •  Face Detection and Recognition**
Face Detection and Recognition algorithm built with face-api.js. *(en)*
▶️ Check out this Demo
### **
  •  Boid Simulation**
Boids (flock) Simulation built with p5.js. *(en)*
▶️ Check out this Demo
### **
  •  Youtube Downloader**
Youtube Audio & Video downloader script, built with pytube. *(en)*
### **
  •  QR Code Generator**
QR Code Generator script, built with qrcode. *(en)*
### **
  •  Go REST API**
RESTful API, built with Go. *(en)*