A comprehensive collection of open-source JSON data files for developers, testers, educators, and applications. Free to use, modify, and contribute!
This is a sample data collection for educational and development purposes. The content in these JSON files is compiled from various publicly available sources, manually typed, and aggregated for convenience. We are not the original authors of the content contained within these files.
Credits:
This project is intended as a free resource for developers and learners. If you are the rightful owner of any content and wish to have it removed, please contact us.
- Hindi-English Tech Vocabulary - Bilingual technical dictionary with 4000+ words
- Tech Personalities - Information about famous tech leaders in Hindi
- Inspirational Quotes - Motivational quotes in Hindi with categories
- Blog Posts - Technology articles with rich content
| File | Description | Entries |
|---|---|---|
tech_vocabulary.json |
Technical vocabulary with Hindi meanings | 4000+ |
tech_personalities.json |
Famous tech personalities data | 100+ |
quotes.json |
Inspirational & educational quotes | 100+ |
posts.json |
Technology blog posts | 10+ |
regions.json |
Demographic Regions | 6 |
subregions.json |
Demographic Sub Regions | 22 |
countries.json |
Demographic Countries | 250 |
states.json |
Country States | 5101 |
cities.json |
Country State Cities | 150000+ |
// Fetch vocabulary data
const response = await fetch('./tech_vocabulary.json');
const vocabulary = await response.json();
// Filter by category
const aiWords = vocabulary.filter(word => word.category === "AI/ML");import json
# Load tech personalities
with open('tech_personalities.json', 'r', encoding='utf-8') as f:
personalities = json.load(f)
# Get all personalities from India
indian_tech = [p for p in personalities if 'भारत' in p['place']]{
"test_vocabulary": {
"word": "Algorithm",
"hindi_meaning": "कलन विधि",
"category": "AI/ML"
}
}{
"word": "Algorithm",
"hindi_meaning": "कलन विधि",
"description_en": "A step-by-step procedure for solving a problem",
"description_hi": "",
"category": "AI/ML"
}- AI/ML
- Web Development
- Cybersecurity
- Cloud Computing
- Data Science
- General
- And more...
Contributions are welcome! Here's how you can help:
- Add New Words - Help expand the vocabulary database
- Add Hindi Descriptions - Translate descriptions to Hindi
- Add New Categories - Suggest or add new tech categories
- Fix Errors - Report or fix any data issues
- Add New JSON Files - Create new data collections
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Test your changes
- Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/your-feature) - Create a Pull Request
- Educational Apps - Language learning, tech tutorials
- Translation Services - Hindi-English tech terminology
- Chatbots - AI assistants with tech knowledge
- Quiz Applications - Tech vocabulary quizzes
- Research - Study tech terminology in Hindi
- Testing - Sample JSON data for API testing
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this project useful, consider supporting us:
Your support helps us:
- Add more vocabulary
- Improve data quality
- Add new categories
- Maintain the project
Help others discover this resource:
- Buy Me a Coffee: hinditutorpoint
If you like this project, please give it a star!
Made with ❤️ for the developer community