wizardamigos / wizardamigos.github.io

Intro page
https://wizardamigos.com
11 stars 9 forks source link

WIZARD AMIGOS

: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:

24/7 Mentoring & Support Channel

Discord chat

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

    Facebook Community

    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.

About Backends

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.

About Frontends