awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesTutorials

Educational materials that teach Go syntax and concepts through structured, chapter-based examples.

Distinct from Go Language Implementations: Distinct from Go Language Implementations: focuses on teaching Go through tutorials, not rewriting software in Go.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Tutorials. Refine with filters or upvote what's useful.

Awesome Tutorials GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • chaselambda/makefiletutorialchaselambda का अवतार

    chaselambda/makefiletutorial

    5,923GitHub पर देखें↗

    This is an interactive single-page tutorial that teaches GNU Makefile syntax, rules, variables, and targets through hands-on examples. It serves as both a learning tool for build automation and a reference guide covering Makefile fundamentals, including pattern matching, built-in functions, and variable-driven build configuration. The tutorial walks through core Makefile concepts such as defining targets and prerequisites, using variables to parameterize commands, applying pattern rules for efficient file matching, and managing dependencies for incremental builds. It covers practical build au

    Provides an interactive tutorial teaching Makefile syntax and concepts through hands-on examples.

    SCSS
    GitHub पर देखें↗5,923
  • goinaction/codegoinaction का अवतार

    goinaction/code

    4,329GitHub पर देखें↗

    This repository is a Go programming tutorial structured as an interactive coding course. It teaches Go syntax and concepts through a series of hands-on, chapter-based code examples that let learners explore core language mechanics and implement programming patterns directly. The project is built as a static site generator, with educational content authored in plain markdown files. These files are parsed and transformed into a complete, deployable HTML site using template-based rendering and a CSS grid layout for responsive navigation. The documentation surface is the generated site itself, wh

    Walks through Go programming concepts with practical, chapter-based code examples.

    Go
    GitHub पर देखें↗4,329
  1. Home
  2. Programming Languages & Runtimes
  3. Go Language Implementations
  4. Tutorials

सब-टैग एक्सप्लोर करें

  • MakefileAn interactive single-page tutorial that teaches Makefile syntax, rules, variables, and targets through hands-on examples. **Distinct from Tutorials:** Distinct from Tutorials: focuses specifically on Makefile tutorials rather than general Go or programming tutorials.