:turtle: Open source JavaScript e-learning for cyber nomads :sparkles: :watermelon:
:ramen: This repo hosting is a landing page for our e-learning app for JS nomads :palm_tree:
Info
Page: https://wizardamigos.com App: https://app.wizardamigos.com (130 learning videos for beginners)
- from (lesson 1): ...what's a browser? ...how to make an email?
- over (< lesson 105): ...how does javascript work?
- to (> lesson 105): how to build and deploy your first web & iPhone apps More: https://github.com/wizardamigos/app/blob/master/skillTree.md Ask in the support channel how & where to start learning :-)
Facebook Community Group
Meetups
https://meetup.com/wizardamigos We have two regular meetups (one in berlin and one in taipei) ...but we have occasional meetups in slovenia and thailand
About Us
We all try to work on becoming self employed and collaborate as partners and all this remote and with a lifestyle of traveling.
The only thing that a backend is supposed to do (if clients cant do it without) is to connect clients to each other, so that they can communicate and exchange data. Our idea is, that apps connect p2p without servers... like as if desktop apps would connect directly to each other... In rare cases where this needs servers to make it work we will build them, but usually it works without.
index.html
which is like a traditional desktop appindex.html
in your browserindex.html
app started, it might connect to one or more "backend servers" via API and send or receive data