All Projects → felipextrindade → shortest-tutorial-ever

felipextrindade / shortest-tutorial-ever

Licence: other
A list of the shortest tutorials ever.

Projects that are alternatives of or similar to shortest-tutorial-ever

Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (+235.71%)
Mutual labels:  practice, exercise, tutorial-code
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (+100%)
Mutual labels:  practice, learning-by-doing
ARGoal
Get more goals. | Virtual Goals & Goal Distance | App Doctor Hu
Stars: ✭ 14 (+0%)
Mutual labels:  training, practice
100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (+8828.57%)
Mutual labels:  practice, tutorial-code
reactnative-typescript
Playground and evolution of learnings done in react native with typescript
Stars: ✭ 28 (+100%)
Mutual labels:  exercise, learning-by-doing
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (+2650%)
Mutual labels:  exercise, learning-by-doing
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+50900%)
Mutual labels:  practice, exercise
traindown
Public site
Stars: ✭ 35 (+150%)
Mutual labels:  training, exercise
cpluspluscourse
C++ Course Taught at CERN, from Sebastien Ponce (LHCb)
Stars: ✭ 19 (+35.71%)
Mutual labels:  training, exercise
traindown-dart
Dart (and Flutter) library for the Traindown Markup Language. This is the reference implementation for now. It is first to receive features and fixes.
Stars: ✭ 16 (+14.29%)
Mutual labels:  training, exercise
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (+64.29%)
Mutual labels:  learning-by-doing, tutorial-code
Awesome Katas
A curated list of code katas
Stars: ✭ 1,366 (+9657.14%)
Mutual labels:  training, practice
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+885.71%)
Mutual labels:  learning-by-doing, tutorial-code
break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Stars: ✭ 2,165 (+15364.29%)
Mutual labels:  practice, tutorial-code
diwa
A Deliberately Insecure Web Application
Stars: ✭ 32 (+128.57%)
Mutual labels:  training, practice
Reactnativekatas
This is a project that lets you participate in a fully-immersive, hands-on, and fun learning experience for React Native.
Stars: ✭ 917 (+6450%)
Mutual labels:  training, exercise
Inginious
INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
Stars: ✭ 138 (+885.71%)
Mutual labels:  training, exercise
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (+464.29%)
Mutual labels:  tutorial-code
PythonExercises
Exercises for Python beginners
Stars: ✭ 24 (+71.43%)
Mutual labels:  exercise
zero-to-graphql-using-elixir
The purpose of this example is to provide details as to how one would go about using GraphQL with the Elixir Language.
Stars: ✭ 20 (+42.86%)
Mutual labels:  tutorial-code

Shortest Tutorial Ever

Shortest Tutorial Ever

A collection of single page syntax tutorials for every language and technology in the development scene.

Shortest? But... Why?

When learning new languages or technologies, we know that there is many differences between the new and previous knowledge.

However, if a C programmer wants to learn Golang, he doesn't need to start with a 40hrs+ course or see a video with 15 minutes about the history of Go. Sometimes, we just need a cheatsheet with the language syntax to start learning.

This is what we are aiming with this project: simple, kickstart knowledge to learn new things.

Shortest Tutorials EVER - The list

Contributing

To contribute, please take note on the following:

  • Every repo must contain minimum files possible + README (optional)
  • Every repo must be named shortest-[TECH_NAME]-tutorial-ever. But don't worry, you can omit something if the name's too long.
  • Every file (except the README) must be in the language/technology own extension. (.go for Golang, .java for Java, .js for Javascript and so on)
  • Every comment must be made in the language/technology own comment syntax.
  • Make sure that your code runs. The examples must work. If something special is needed to run the code (frameworks, config, etc), add it to the file in the form of a comment or the repo's README.
  • After you created a tutorial, raise a PR to this README adding your Shortest Tutorial Ever to the list - pointing to the repo.
  • Feel free to add your name to the contributors list below.

Beware: if your repo doesn't follow the above, we won't accept it as part of Shortest Tutorials Ever.

Contributors

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