Guest User

Untitled

a guest
Jan 22nd, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ## Teaching programming to children using Minecraft on OpenShift/Kubernetes
  2.  
  3. When we were younger, getting enthusiastic about programming and computers in general was a lot easier than it is now.
  4. They where these "magical" machines that would do whatever you wanted them to do.
  5. Today, computers are in everybody's day to day lives and have lost that "magical" feeling.
  6. The challenge is to get children excited about programming by reducing the time to setup and learning concepts, but get started right away with something they love - like Minecraft!
  7. We'll show you how with Kubernetes, OpenShift and Minecraft we can progressively do just - at first using our ScratchX extension to get started with graphical programming, and then with a push on a button you can have a full Java development environment set up to start learning and teaching programming.
  8. We set up an Eclipse Che IDE with continuous builds of the modifications, and a Minecraft server with our OSGi extension that can hot reload changes, so that we can have this instant satisfaction we used to have when computers where simpler.
  9. All code used in the demo of this project is open source and available to anyone.
Add Comment
Please, Sign In to add comment