https://github.com/m3talsmith/teaching-examples
A collection of programming scenarios to learn from
https://github.com/m3talsmith/teaching-examples
Last synced: 4 months ago
JSON representation
A collection of programming scenarios to learn from
- Host: GitHub
- URL: https://github.com/m3talsmith/teaching-examples
- Owner: m3talsmith
- License: gpl-3.0
- Created: 2014-08-19T10:04:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T10:53:51.000Z (almost 11 years ago)
- Last Synced: 2025-01-25T21:55:39.653Z (6 months ago)
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Teaching Examples
=================A collection of programming scenarios to learn from.
Synopsis
-------As I've been coding through the years I've noticed the same repeating questions from new and old coders. There are specific questions and a lack of understanding of key concepts that span programming languages, education, or experience levels. I'm writing these examples as a way to express these concepts and answer some of the questions. Perhaps other's can learn from them. I hope so.
I'm approaching this from a concept basis. I hold that most concepts overlap languages, and with that in mind, I will be writing the examples in multiple languages. I'll naturally start from the ones I love working in, but eventually I hope to circle back around and fill the gaps with other practical languages. I'd be glad to see other developers filling in the gaps with their preferred langauges. Contributions are very welcome!
Concepts so far
---------------[Routing](https://github.com/m3talsmith/teaching-examples/tree/master/routing)