All Projects → adfinis-sygroup → adsy-trainings

adfinis-sygroup / adsy-trainings

Licence: other
Workshop and training materials

Programming Languages

Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to adsy-trainings

Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+18184.62%)
Mutual labels:  training, workshop, slides
gitworkshop
Git Workshop covering git essentials & advanced topics
Stars: ✭ 15 (+15.38%)
Mutual labels:  training, workshop, slides
Teaching-Data-Visualisation
Presentation and exercises for the Software Sustainability Institute Research Data Visualisation Workshop (RDVW)
Stars: ✭ 15 (+15.38%)
Mutual labels:  training, workshop, training-materials
Training
Various Plone Trainings
Stars: ✭ 32 (+146.15%)
Mutual labels:  training, training-materials
The Complete Guide To Modern Javascript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
Stars: ✭ 827 (+6261.54%)
Mutual labels:  training, training-materials
Docker Workshop
Contenido de un workshop para aprender Docker totalmente en español. Incluye varios ejercicios.
Stars: ✭ 27 (+107.69%)
Mutual labels:  training, workshop
cpluspluscourse
C++ Course Taught at CERN, from Sebastien Ponce (LHCb)
Stars: ✭ 19 (+46.15%)
Mutual labels:  training, training-materials
Java Training Exercices
Stars: ✭ 44 (+238.46%)
Mutual labels:  training, training-materials
Minerva Training Materials
Learn advanced data science on real-life, curated problems
Stars: ✭ 37 (+184.62%)
Mutual labels:  training, training-materials
Enterprise Clojure Training
A Clojure training course for Developers and Senior Developers
Stars: ✭ 64 (+392.31%)
Mutual labels:  training, training-materials
Designpatternsincsharp
Samples associated with Pluralsight design patterns in c# courses.
Stars: ✭ 149 (+1046.15%)
Mutual labels:  training, training-materials
Afl Training
Exercises to learn how to fuzz with American Fuzzy Lop
Stars: ✭ 726 (+5484.62%)
Mutual labels:  training, workshop
Workshop
JetBrains Kotlin Workshop Material
Stars: ✭ 577 (+4338.46%)
Mutual labels:  training, training-materials
coldbox-zero-to-hero
ColdBox 120: From Zero to Hero Training
Stars: ✭ 16 (+23.08%)
Mutual labels:  training, workshop
Training
Container, Monitoring & Logging, Cloud & DevOps Tutorials and Labs
Stars: ✭ 121 (+830.77%)
Mutual labels:  training, training-materials
Workshop
Docker, Kubernetes and Gravity Trainings by Gravitational
Stars: ✭ 1,963 (+15000%)
Mutual labels:  training, workshop
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (+192.31%)
Mutual labels:  training, workshop
newcomer
前端新人培训
Stars: ✭ 25 (+92.31%)
Mutual labels:  training, training-materials
Frida Boot
Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!
Stars: ✭ 179 (+1276.92%)
Mutual labels:  training, workshop
Scala Course
Scala for Statistical Computing and Data Science Short Course
Stars: ✭ 118 (+807.69%)
Mutual labels:  training, training-materials

Adfinis SyGroup AG Trainings

This are the source files for our trainings. For the builded versions, see: https://docs.adfinis-sygroup.ch/public/trainings

How to clone the git repository

For read-write clone it over ssh

git clone --recursive [email protected]:adfinis-sygroup/adsy-trainings.git

or for read-only over https

git clone --recursive https://github.com/adfinis-sygroup/adsy-trainings.git

How to create a new training

Each training has three unique parts

  • Name of the training

  • Name of the module

  • A unique ID

    $ ./adsy-trainings-common.src/new-training.sh <training name> <module name> <id>

  • Edit <training-name>/<id>_<module-name>/modul_<module-name>_<id>.yml to your needs. This file is required to build the training.

  • Add your training content

    • All images need to be in a subdirectory of <training-name>/<id>_<module-name>/, e.g. <training-name>/<id>_<module-name>/, otherwise they will not be displayed when built

    • Make sure to only use non-copyrighted materials

  • Check if your training looks like you wish.

    cd <training-name>/<id>_<module-name>/

    make

  • Add the files to the git repository and push it. After a few minutes, the new training should be available at https://docs.adfinis-sygroup.ch/public/trainings

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].