A thoughtfully organized collection of blog articles, tutorials, and resources covering software development, engineering, frameworks, DevOps practices, and more.
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.
/ (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.
- 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
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:
- Fork the repository.
- Create a branch:
git checkout -b add-new-blog
- Add your
.md
file inside thedocs/
folder. - Commit your changes and push:
git push origin add-new-blog
- Open a Pull Request—describe what you're contributing.
This repository is licensed under CC0 1.0 Universal—all content is in the public domain.
- 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.