All Projects → nikitavoloboev → Learning

nikitavoloboev / Learning

Licence: mit
Learn by building

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Learning

Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (+1089.47%)
Mutual labels:  learning, learning-by-doing
Gitstery
A Git Murder Mystery
Stars: ✭ 297 (+1463.16%)
Mutual labels:  learning, learning-by-doing
Today I Learned
📝 Today I Learned - A list of all things I learn on daily basis.
Stars: ✭ 240 (+1163.16%)
Mutual labels:  learning, learning-by-doing
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+615.79%)
Mutual labels:  learning, learning-by-doing
Learn Php
🐘 Learn modern PHP
Stars: ✭ 455 (+2294.74%)
Mutual labels:  learning, learning-by-doing
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (+684.21%)
Mutual labels:  learning, learning-by-doing
lobe
Lobe is the world's first AI paralegal.
Stars: ✭ 22 (+15.79%)
Mutual labels:  learning, tools
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (+384.21%)
Mutual labels:  learning, learning-by-doing
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (+1926.32%)
Mutual labels:  learning, learning-by-doing
Futurecoder
A platform for beginners to learn programming in Python
Stars: ✭ 363 (+1810.53%)
Mutual labels:  learning, learning-by-doing
Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (+610.53%)
Mutual labels:  learning, learning-by-doing
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (+3473.68%)
Mutual labels:  learning, learning-by-doing
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+56794.74%)
Mutual labels:  learning, learning-by-doing
Docker Workshop
Docker workshop
Stars: ✭ 174 (+815.79%)
Mutual labels:  learning, learning-by-doing
Postgres Showcase
Postgres features showcase (commented SQL samples) for beginners
Stars: ✭ 121 (+536.84%)
Mutual labels:  learning, learning-by-doing
Guilds
Guilds de OSW
Stars: ✭ 38 (+100%)
Mutual labels:  learning, learning-by-doing
Dayasadev
📗 A course to teach non-technical team members what developers do 📗
Stars: ✭ 73 (+284.21%)
Mutual labels:  learning, learning-by-doing
My Own Kind
Build a verifiably conformant kubernetes cluster in containers.
Stars: ✭ 78 (+310.53%)
Mutual labels:  learning, learning-by-doing
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (+1578.95%)
Mutual labels:  learning, learning-by-doing
Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (+2500%)
Mutual labels:  learning, learning-by-doing

Learning Thanks

Learn by building

The repo is organized into sections by context (language/technology). Each section has little projects with code. Bigger projects are extracted into their own GitHub repos. The purpose of this repo is a playground for ideas & new learnings.

I also use this repo to test out code in different languages. I ignore these test files as they may contain sensitive info. The actual repo for me looks like:

~/src/learning
❯ tree -L 2
├── bash
│   └── run.sh
├── c
│   └── run.c
├── elixir
│   └── run.es

I have Alfred workflow that searches through the root folders in this repo. On return, the folder gets opened in VS Code.

I can open a lot of these test files directly with KM macro:

I use watchexec to automatically run code on file changes. Makes prototyping ideas and libraries a breeze.

Related

Contributing

I'm open to ideas of things I can try out and build.

Thank you

You can support me on GitHub or look into other projects I shared.

MIT Twitter

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