Skip to content

joshfischer1108/without-magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Without Magic

A single repository of bash-first, minimal examples that teach how systems actually work.

Each sub-folder is a standalone topic with its own README. You can clone this repo and run any topic independently without setting up the others.

What “without magic” means

In this repo, “magic” is anything that:

  • hides important behavior behind defaults
  • works only if you already know how it works
  • breaks outside the happy path
  • prevents you from reasoning about failure

So the examples here prefer:

  • explicit configuration
  • minimal dependencies
  • commands over screenshots
  • clear failure modes

See TOPICS.md for the list of available topics.

If this was useful, consider starring the repo so others can find it.

About

A single repository of bash-first, minimal examples that teach how systems actually work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages