Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanhans/creative-learning-cycles
Full-Stack Development using Go on GCP and Flutter
https://github.com/stefanhans/creative-learning-cycles
Last synced: 16 days ago
JSON representation
Full-Stack Development using Go on GCP and Flutter
- Host: GitHub
- URL: https://github.com/stefanhans/creative-learning-cycles
- Owner: stefanhans
- License: mit
- Created: 2021-01-11T10:20:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T15:10:17.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T16:26:04.954Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# creative-learning-cycles
This repository holds cycles following the methodology of creative learning.
The goal is to explore full-stack development using Go for a serverless backend on the Google Cloud Platform and
Flutter for the frontend.## Creative Learning
![Creative Learning](assets/creative-learning-cycle.png)
From observations of how kindergarten kids learn, MIT came up with a simple definition:
1. Have an idea of what you want to make
2. Make it
3. Play with it
4. Show it to others
5. Look back on itand you can start again.
So, let's start right away
## Cycles
- [Send a JSON object via HTTPS request to a Cloud Function in Go and save it in Firestore](cycle_1/README.md)