{"id":30926397,"url":"https://github.com/mehedimubin/concurrent-programming","last_synced_at":"2025-09-10T06:47:49.019Z","repository":{"id":307309440,"uuid":"1029049009","full_name":"MehediMubin/concurrent-programming","owner":"MehediMubin","description":"A collection of concurrent programming case studies in Go. Learn and practice Goroutines, Channels, and thread-safe coding with real-world examples.","archived":false,"fork":false,"pushed_at":"2025-09-04T09:45:22.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T11:37:46.527Z","etag":null,"topics":["case-studies","channels","concurrency","golang","goroutines","parallelism","thread-safe"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MehediMubin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-30T12:53:56.000Z","updated_at":"2025-09-04T09:48:00.000Z","dependencies_parsed_at":"2025-07-30T16:45:04.712Z","dependency_job_id":"288d8ee7-8a74-48bf-ba70-cde3be8edce9","html_url":"https://github.com/MehediMubin/concurrent-programming","commit_stats":null,"previous_names":["mehedimubin/concurrent-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MehediMubin/concurrent-programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehediMubin%2Fconcurrent-programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehediMubin%2Fconcurrent-programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehediMubin%2Fconcurrent-programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehediMubin%2Fconcurrent-programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MehediMubin","download_url":"https://codeload.github.com/MehediMubin/concurrent-programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MehediMubin%2Fconcurrent-programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274422702,"owners_count":25282127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["case-studies","channels","concurrency","golang","goroutines","parallelism","thread-safe"],"created_at":"2025-09-10T06:47:47.831Z","updated_at":"2025-09-10T06:47:48.992Z","avatar_url":"https://github.com/MehediMubin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concurrent Programming in Go\n\nWelcome to the **Concurrent Programming** repository! This project is a collection of case studies, experiments, and implementations focused on **concurrent programming concepts** using **Go (Golang)**. The goal is to explore, understand, and apply patterns of concurrency to real-world problems.\n\n---\n\n## Overview\n\nIn this repository, I brainstorm and solve different concurrency-related challenges. Each solution emphasizes:\n\n- **Goroutines \u0026 Channels**: Efficiently running multiple tasks in parallel and communicating between them.\n- **Synchronization**: Avoiding race conditions and ensuring thread-safe operations.\n- **Parallelism**: Optimizing performance by executing independent tasks concurrently.\n- **Problem-solving mindset**: Tackling real-world scenarios that require concurrent solutions.\n\nThis repo is designed both as a **learning resource** for Go concurrency and as a **demonstration of practical coding skills** in scalable, concurrent systems.\n\n---\n\n## Key Features\n\n- Implementations of classic concurrency problems and patterns.\n- Use of Goroutines, Channels, Mutexes, and WaitGroups.\n- Emphasis on writing clean, maintainable, and production-ready concurrent code.\n- Case studies cover a variety of real-world scenarios.\n\n---\n\n## Technologies Used\n\n- **Language:** Go (Golang)\n- **Concepts:** Concurrency, Parallelism, Synchronization, Thread-safe programming\n\n---\n\n## How to Use\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/concurrent-programming.git\n\n2. Navigate to the project directory: \n   ```bash\n   cd concurrent-programming\n\n3. Run any Go program to see the concurrent solutions in action:\n   ```bash\n   go run filename.go\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedimubin%2Fconcurrent-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedimubin%2Fconcurrent-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedimubin%2Fconcurrent-programming/lists"}