Garllon / ruby-mentorship

This is the Guideline for Ruby Mentorship Sessions

Home Page:https://github.com/Garllon/ruby-mentorship/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby - Mentorship

General

English

This is a guide for doing a mentorship. It is based on ruby, currently 2.7 The lessons will build on top of each other.

Before you start with lesson 1 now, have a look at this video. How to make a sandwich. You get a funny introduction about how a computer works and that the computer will only (literally) do what you tell it to do. :)

Resources

Advanced Setup

Editor

We recommend to use the Atom editor as it allows for collaboration and runs on all major platforms.

You can find instructions to set it up here: Editor.

Docker

Docker allows you to execute Ruby code independently from your operating system, so that every participant gets to use the same commands.

German

Dies ist ein Guide(Anleitung) zum Durchführen eines Anfängerkurses. Er basiert aktuell auf der Rubyversion 2.7. Die verschiedenen Stunden bauen aufeinander auf.

Bevor du mit der ersten Stunde anfängst, schaue dir doch einmal dieses Video an. How to make a sandwich. Du bekommst eine lustige Einführung wie ein Computer funktioniert und ein Computer nur (wortwörtlich) tut was du ihm sagst. :)

Ressourcen

Erweitertes Setup

Editor

Es wird der Atom Editor empfohlen, da er es erlaubt Dateien gemeinsam zu bearbeiten und auf allen gängigen Plattformen verfügbar ist.

Eine Anleitung zum einrichten ist hier zu finden: Editor

Docker

Docker erlaubt es euch Ruby Code unabhängig von euerem Betriebssystem auszuführen, damit alle Teilnehmer die gleichen Befehle benutzten können.

Lesson 1 - Variables / Variablen

We are explaining what variables are and how to use them:

English Version

Wir schauen uns an was Variablen sind und wie man diese benutzt:

Deutsche Version

Example: Ruby - Variables

Lesson 2 - Methods / Methoden

We continue looking into data types and start with methods.

English Version

Wir schauen uns weitere Datentypen an und fangen mit Methoden an.

Deutsche Version

Lesson 3 - Blocks and Loops / Blöcke und Schleifen / ⬛ & ➰

We learn how to iterate as well as what blocks are

English Version

Wir lernen wie man ein Array durchläuft und was Blöcke sind

Deutsche Version

Lesson 4 - Practice / Übung

We learn about hashes and practice what has been covered so far.

English Version

Wir lernen Hashes kennen und üben das bisher gelernte.

Deutsche Version

Lesson 5 - Write and use files / Schreiben und Benutzen von Dateien

We learn how to write and use files.

English Version

Wir lernen das Schreiben und Benutzen von Dateien.

Deutsche Version

Lesson 6 - Another round of practice / Eine weitere Runde üben

We recap and practice what we learned a bit more.

English Version

Üben, üben, üben.

Deutsche Version

Lesson 7 - Revisiting Strings and Hashes / Wiedersehen mit Strings und Hashes

We learn about String interpolation and symbols.

English Version

Wir lernen etwas über String Interpolation und Symbols.

Deutsche Version

Lesson 8 - Organizing Code in Files / Code in mehreren Dateien

We learn how to use code from different files together.

English Version

Wir lernen wie man Code aus verschiedenen Dateien zusammen benutzt.

Deutsche Version

Lesson 9 - Object orientation / Objektorientierung

We learn what classes and objects are and how to use them.

English Version

Wir lernen was Klassen und Objekte sind und wie man sie benutzt.

Deutsche Version

Lesson 10 - Version control / Versionskontrolle

We learn what version control is, what it is good for and some basic use cases.

English Version

Wir lernen was es mit Versionskontrolle auf sich hat und grundlegende Anwendungsfälle.

Deutsche Verison

About

This is the Guideline for Ruby Mentorship Sessions

https://github.com/Garllon/ruby-mentorship/

License:MIT License


Languages

Language:Ruby 98.6%Language:Dockerfile 1.4%