All Projects → kubernetes-hy → kubernetes-hy.github.io

kubernetes-hy / kubernetes-hy.github.io

Licence: other
Course material for the DevOps with Kubernetes free MOOC by the University of Helsinki

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to kubernetes-hy.github.io

r4excel users
Бесплатный видео курс "Язык R для пользователей Excel"
Stars: ✭ 14 (-75.44%)
Mutual labels:  course, course-materials
Docker Hy.github.io
DevOps with Docker course by the University of Helsinki, Course material
Stars: ✭ 41 (-28.07%)
Mutual labels:  course, course-materials
Coursera---Using-Python-to-Access-Web-Data
Here is All Weeks Assignment for Using Python to Access Web Data Course on Coursera
Stars: ✭ 36 (-36.84%)
Mutual labels:  course, course-materials
human-memory
Course materials for Dartmouth course: Human Memory (PSYC 51.09)
Stars: ✭ 239 (+319.3%)
Mutual labels:  course, course-materials
Cvessentials
Tutorial Series (60 hour course): Essentials of computer vision
Stars: ✭ 111 (+94.74%)
Mutual labels:  course, course-materials
codapps
A course to learn how to code a mobile app - for complete beginners
Stars: ✭ 14 (-75.44%)
Mutual labels:  course, course-materials
intro-to-python
An Introduction to Programming in Python
Stars: ✭ 57 (+0%)
Mutual labels:  course, course-materials
reinforcement learning course materials
Lecture notes, tutorial tasks including solutions as well as online videos for the reinforcement learning course hosted by Paderborn University
Stars: ✭ 765 (+1242.11%)
Mutual labels:  course, course-materials
Course Computational Literary Analysis
Course materials for Introduction to Computational Literary Analysis, taught at UC Berkeley in Summer 2018, 2019, and 2020, and at Columbia University in Fall 2020.
Stars: ✭ 74 (+29.82%)
Mutual labels:  course, course-materials
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+1763.16%)
Mutual labels:  course, course-materials
deep vision and graphics
Course about deep learning for computer vision and graphics co-developed by YSDA and Skoltech.
Stars: ✭ 89 (+56.14%)
Mutual labels:  course, course-materials
Natural Language Processing Specialization
This repo contains my coursework, assignments, and Slides for Natural Language Processing Specialization by deeplearning.ai on Coursera
Stars: ✭ 151 (+164.91%)
Mutual labels:  course, course-materials
Practical dl
DL course co-developed by YSDA, HSE and Skoltech
Stars: ✭ 1,006 (+1664.91%)
Mutual labels:  course, course-materials
Scala Course
Scala for Statistical Computing and Data Science Short Course
Stars: ✭ 118 (+107.02%)
Mutual labels:  course, course-materials
Lunatech Scala 2 To Scala3 Course
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Stars: ✭ 174 (+205.26%)
Mutual labels:  course, course-materials
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+4010.53%)
Mutual labels:  course
N Blog
《一起学 Node.js》
Stars: ✭ 15,059 (+26319.3%)
Mutual labels:  course
Aprenda Go
📚 Central de conhecimentos sobre a linguagem de programação Go
Stars: ✭ 186 (+226.32%)
Mutual labels:  course
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+222.81%)
Mutual labels:  course
NNet
algorithm for study: multi-layer-perceptron, cluster-graph, cnn, rnn, restricted boltzmann machine, bayesian network
Stars: ✭ 24 (-57.89%)
Mutual labels:  course

Material template

This repository contains both the source code of this course's webpage and the source for the content of the course. The content is located in the data folder and everything else is for the website.

Contributing to the content

If you spot a mistake, feel free to open an issue in this repo after consulting with the course assistants.

If you'd help us making the correction, you can open a pull request with your proposed changes. You may find these resources helpful for doing this:

Development environment

Below are instructions on how to setup a development environment on your own machine. These instructions are only relevant to you if you wish to chage how the course's website works or looks like. If you don't know how to program or only wish to contribute to the content of the course, please skip this section.

Requirements: recent Node

npm ci
npm run develop

Content is in the data folder.

Custom markdown components are located in src/partials

If you want to use local, unpublished version of moocfi-quizzes for testing, run ./use-local-quizzes.sh before running the application. If your configuration differs from the default, add the path to the moocfi-quizzes as the first argument to the script. An illustration of the default configuration:

  (parent directory)
  /                \ 
(this repo)      [quizzes](https://github.com/rage/quizzes)
                      |
                  packages
                      |
                  moocfi-quizzes

Sometimes when making certain type of changes to the queries, you may wish to restart Gatsby automatically each time the development server exits. To accomplish this you can run the script: ./develop-loop.sh.

Authors

Material template created by Henrik Nygren and Antti Leinonen.

License

Material template

Copyright 2018 Henrik Nygren, Antti Leinonen, and the Agile Education Research group.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Course material

The course material is licensed under a Creative Commons BY-NC-SA 4.0 license.

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].