Skip to content

janeshsutharios/TechBlogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TechBlogs

A curated collection of technology blog posts and tutorials


Overview

A thoughtfully organized collection of blog articles, tutorials, and resources covering software development, engineering, frameworks, DevOps practices, and more.


Table of Contents


Introduction

TechBlogs collects high-quality technical content in one place—perfect for developers who want to explore best practices, deep dives, and learning resources without scouring multiple sites.


Structure

/ (root)
├── docs/
│   ├── article1.md
│   └── article2.md
├── .gitignore
└── LICENSE
  • docs/: Contains individual blog posts in Markdown format.
  • LICENSE: CC0-1.0 — meaning all content is dedicated to the public domain for maximum reuse.

Usage

  • Browse the docs/ directory for blog articles on a range of tech topics.
  • Want to read offline or tweak formatting? Clone the repo and open the .md files locally.
git clone https://github.com/janeshsutharios/TechBlogs.git
cd TechBlogs/docs
# open any .md file with your favorite editor or viewer

Contributing

Contributions are welcome! Feel free to:

  • Add new blog articles in Markdown format.
  • Improve existing documentation.
  • Organize or enhance the project structure.

Steps to contribute:

  1. Fork the repository.
  2. Create a branch: git checkout -b add-new-blog
  3. Add your .md file inside the docs/ folder.
  4. Commit your changes and push: git push origin add-new-blog
  5. Open a Pull Request—describe what you're contributing.

License

This repository is licensed under CC0 1.0 Universal—all content is in the public domain.


Why This Works

  • Clear purpose: Instantly conveys what the repo is about.
  • Easy navigation: Table of Contents helps visitors jump around.
  • Contribution clarity: Steps guide contributors seamlessly.
  • Licensing transparency: Makes reuse and referencing simpler.

About

Tech Blogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published