Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbdsantos/awesome-playground

Repository curation and portfolio with relevant personal, study and / or professional projects.
https://github.com/gbdsantos/awesome-playground

List: awesome-playground

2017-2024 c my-projects nodejs python react-native reactjs

Last synced: about 1 month ago
JSON representation

Repository curation and portfolio with relevant personal, study and / or professional projects.

Awesome Lists containing this project

README

        


Brazilian Fan Parrot


Awesome Playground



Repository with the indexing of all personal and study projects.



GitHub last commit

Repository size


Repository issues

## :school_satchel: Miscellaneous

- [C Playground](https://github.com/gbdsantos/c-playground "C Playground") - Code from my C studies during university
- [Definitive Guide to the AWS Certified Developer - Associate Certification Exam](https://github.com/gbdsantos/aws-certified-developer-associate-roadmap "Cheatsheet for AWS Certified Developer - Associate Certification Exam made to brazilian community") ๐Ÿ‡ง๐Ÿ‡ท
- [Japanese Study Guide](https://github.com/gbdsantos/guia-estudo-japones "Curation of useful resources for the brazilian community of Japanese students") ๐Ÿ‡ง๐Ÿ‡ท
- [Ignite Lab (3rd edition)](https://github.com/gbdsantos/reactjs-rocketseat-ignite-lab-3-design-system "Create Design System and use Storybook with React.js") - From Figma to React
- [Python Playground](https://github.com/gbdsantos/python-playground "Python Playground: algorithms and data structures in Python") - Learning about algorithms and data structures in Python
- [Recognition faces and objects](https://github.com/gbdsantos/recognition-faces-and-objects "recognition faces and objects") - Computer Graphics course work at the university with Python
- [Rocketseat's Bootcamps](https://github.com/gbdsantos/ignite "Rocketseat's Bootcamps") - Formations liked bootcamp


- **Node.js**
- [Brain Agriculture Challenge](https://github.com/gbdsantos/brain-agriculture-challenge "Brain Agriculture Challenge with Express.js") - CRUD application is that a rural platform for managing rural producers made using Express.js, PostgreSQL, Prisma, TypeScript and Vitest
- [Node.js Fundamentals](https://github.com/gbdsantos/ignite/tree/master/nodejs/01-nodejs-fundamentals "Register users CRUD application - Node.js Ignite project 01") - A simple User registration CRUD API using pure Node.js and streams concepts
- [Creating REST API with Node.js](https://github.com/gbdsantos/ignite/tree/master/nodejs/02-creating-rest-api-with-nodejs "Finance tracker - Node.js Ignite project 02") - A simple finance tracker, essentially a CRUD application, built with **Fastify**
- [API Node.js with SOLID](https://github.com/gbdsantos/ignite/tree/master/nodejs/03-api-solid "GymPass style application - Node.js Ignite project 03") - A application like GymPass, essentially built with **Fastify** applying SOLID principles, **Prisma ORM** and **PostgreSQL**
- [API Node.js with Clean Architecture and DDD](https://github.com/gbdsantos/ignite/tree/master/nodejs/04-clean-ddd "Forum style application - Node.js Ignite project 04") - Forum like application, applying Clean Architecture and DDD (Domain Driven Design) principles
- [Nest Clean Architecture](https://github.com/gbdsantos/ignite/tree/master/nodejs/05-nest-clean "Forum style application with NestJS - Node.js Ignite project 05") - Applying the NestJS framework with Clean Architecture + DDD in Node.js API Forum style application
- [Polls](https://github.com/gbdsantos/next-level-week-14-expert/tree/master/server "Polls system using Node.js, Postgres, Redis, TypeScript, and WebSockets. Development during 14ยช edition Next Nevel Week - Expert event.") - Polls system using Node.js, Postgres, Redis, TypeScript, and WebSockets


- **React Native**
- [Bottom Sheet using GestureHandler + Reanimated](https://github.com/gbdsantos/awesome-playground/tree/master/react-native/bottom-sheet "Animated bottom sheet modal with Gesture Handler + Reanimated")
- [Expo & SQLite + Drizzle ORM](https://github.com/gbdsantos/awesome-playground/tree/master/react-native/expo-sqlite-drizzle "Using Expo & SQLite + Drizzle ORM")
- [Infinite Slide with Reanimated](https://github.com/gbdsantos/awesome-playground/tree/master/react-native/infinite-slide-with-reanimated "Infinite Slide with Reanimated using Expo") - Simple infinite slide/carousel using Expo
- [Recipes app](https://github.com/gbdsantos/awesome-playground/tree/master/react-native/recipes-app "Recipes app using Expo, Expo Router and Supabase") - Recipe application, where recipe options are listed according to the selected ingredients using **Supabase**
- [Simple Delivery App](https://github.com/gbdsantos/next-level-week-14-expert/tree/master/mobile "A simple food delivery mobile app. Development during 14ยช edition Next Nevel Week - Expert event.")
- [Unistyles](https://github.com/gbdsantos/awesome-playground/tree/master/react-native/unistyles "react-native-unistyles - Level up your React Native Stylesheet!") - Testing Unistyles library to create **theme tokens**, **variant components** and use **media queries**
- [Voice Search with Expo](https://github.com/gbdsantos/awesome-playground/tree/master/react-native/voice-search "Search by Voice in React Native + Expo using react-native-voice") - Add text in input with **voice recognition**



React Native Rocketseat's Bootcamp

- [GoFinances](https://github.com/gbdsantos/react-native-gofinances "Project 01: Finance app") - GoFinances is a finance tracking app
- [Ignite Teams](https://github.com/gbdsantos/react-native-ignite-teams "Project 02: Ignite Teams")
- [Ignite Gym](https://github.com/gbdsantos/react-native-rocketseat-ignite-gym "Project 03: Ignite Gym made with library component NativeBase") - Exercise guide app made using **component library** NativeBase
- [Ignite Fleet](https://github.com/gbdsantos/ignite-fleet "Project 06: Ignite Fleet a track vehicle app") - Ains to learn about **Social Login**, **Maps** and with **offline first driven** development approach
- [iWeather](https://github.com/gbdsantos/iweather "Project 07: iWeather a climate app") - Focused in learn about **automated testing**, **publishing apps** and **CI/CD**


- **ReactJS**
- [Login page](https://github.com/gbdsantos/reactjs-nextjs-skylab-login-clone "Skylab landing page clone - Code/drops #50") - Skylab login screen clone with Chakra UI, ReactJS, **NextJS**
- [Note-taking application](https://github.com/gbdsantos/next-level-week-14-expert/tree/master/web "A note-taking application that allows you to save notes through voice, meaning it can transcribe audio into text. Development during 14ยช edition Next Nevel Week - Expert event.") - A note-taking application that allows you to save notes through voice, meaning it can transcribe audio into text with **radix-iu** and **tailwindcss**
- [Ignite Feed](https://github.com/gbdsantos/reactjs-rocketseat-ignite-fundamentals-2022 "Social media application")
- [Ignite Feed (TypeScript)](https://github.com/gbdsantos/reactjs-ignite-feed "Social media application")

---

## Next level week logo Next Level Week

Next Level Week is an programming event free and **totally hands-on** by Rocketseat.

Edition 08 - Feedget

Application made during **Next Level Week - Return** event by Rocketseat in 2022.

- Node.js icon [Back-end](https://github.com/gbdsantos/nodejs-rocketseat-nlw-return "Feedget back-end made with Node.js")
- ReactJS icon [Front-end](https://github.com/gbdsantos/reactjs-rocketseat-nlw-return "Feedget front-end made with ReactJS")
- React Native icon [Mobile](https://github.com/gbdsantos/react-native-rocketseat-nlw-return "Feedget mobile made with React Native")

Edition 09 - eSports

Application that connect gamers made during **Next Level Week - eSports** event by Rocketseat in 09/2022.

- Node.js icon [Back-end](https://github.com/gbdsantos/nodejs-rocketseat-nlw-e-sports "eSports back-end application made with Node.js")
- ReactJS icon [Front-end](https://github.com/gbdsantos/reactjs-rocketseat-nlw-e-sports "eSports front-end application made with ReactJS")
- React Native icon [Mobile](https://github.com/gbdsantos/react-native-rocketseat-nlw-e-sports "eSports mobile app made with React Native")

Edition 10 - Copa

Application that create Polls made during **Next Level Week - Copa** event by Rocketseat in 10/2022.

- Node.js icon [Back-end](https://github.com/gbdsantos/nodejs-rocketseat-nlw-copa "Back-end application made with Node.js")
- ReactJS icon [Front-end](https://github.com/gbdsantos/reactjs-rocketseat-nlw-copa "Front-end application made with ReactJS")
- React Native icon [Mobile](https://github.com/gbdsantos/react-native-rocketseat-nlw-copa "Mobile app made with React Native")


- **2023**
- [Edition 13 - IA](https://github.com/gbdsantos/next-level-week-13-upload-ai "Upload.ai - A full-stack video transcription application")


---

Made with โค๏ธ by ๐Ÿง‘โ€๐Ÿš€ Guilherme Bezerra ๐Ÿ‘‹ [Get in touch!](https://www.linkedin.com/in/gbdsantos/)