{"id":27644903,"url":"https://github.com/pushpsood/parallelconcurrentdistributedprogrammingconcepts","last_synced_at":"2026-04-29T00:32:52.140Z","repository":{"id":284638888,"uuid":"954793113","full_name":"pushpsood/ParallelConcurrentDistributedProgrammingConcepts","owner":"pushpsood","description":"Resources and projects to get started with parallel, concurrent, and distributed programming.","archived":false,"fork":false,"pushed_at":"2025-04-23T12:09:02.000Z","size":42890,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T00:58:55.284Z","etag":null,"topics":["actor-framework","async-finish","atomic-variables","concurrent-programming","datarace","determinism","fork-join-framework","futures","linearization","locks","parallel-programming","phaser"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pushpsood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-25T16:14:16.000Z","updated_at":"2025-04-23T12:09:05.000Z","dependencies_parsed_at":"2025-03-26T23:33:17.338Z","dependency_job_id":null,"html_url":"https://github.com/pushpsood/ParallelConcurrentDistributedProgrammingConcepts","commit_stats":null,"previous_names":["pushpsood/parallelconcurrentdistributedprogrammingconcepts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushpsood%2FParallelConcurrentDistributedProgrammingConcepts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushpsood%2FParallelConcurrentDistributedProgrammingConcepts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushpsood%2FParallelConcurrentDistributedProgrammingConcepts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushpsood%2FParallelConcurrentDistributedProgrammingConcepts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pushpsood","download_url":"https://codeload.github.com/pushpsood/ParallelConcurrentDistributedProgrammingConcepts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540991,"owners_count":21447427,"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","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":["actor-framework","async-finish","atomic-variables","concurrent-programming","datarace","determinism","fork-join-framework","futures","linearization","locks","parallel-programming","phaser"],"created_at":"2025-04-24T00:58:59.906Z","updated_at":"2026-04-29T00:32:47.108Z","avatar_url":"https://github.com/pushpsood.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repo is made to track and show my approach on learning the fundamentals of parallel, concurrent, and \ndistributed programming. I started with the specialization on Coursera taught by [Vivek Sarkar](https://www.linkedin.com/in/vsarkar)\nnamed [Parallel, Concurrent, and Distributed Programming in Java Specialization](https://www.coursera.org/specializations/pcdp).\n\n### Skills Gained:\n- Computer Programming\n- Algorithms\n- Theoretical Computer Science\n- Critical Thinking\n- Distributed Computing Architecture\n- Programming Principles\n\n### References:\n- [Parallel, Concurrent, and Distributed Programming in Java Specialization](https://www.coursera.org/specializations/pcdp)\n\n### How to use:\n\n1. Clone the repository:\n    ```bash \n    gh repo clone pushpsood/ParallelConcurrentDistributedProgrammingConcepts\n    ```\n2. Open the repository in your favorite IDE(preferably intelliJ) and start learning. \n3. This repository contains different modules that should be traversed in a specific order, module by module, listed below. \nEach module will have a pom.xml file. To make it a workable module, add them as a Maven module in the order listed below:\n    ```bash\n    ## Command to generate the tree:\n    ## If required get the package(macOS): brew install tree\n    ## tree -o readmeTree.md\n\n    └── README.md\n    ├── ParallelProgrammingInJava\n    │   ├── ParallelProgrammingInJavaWorkingNotes.pdf \n    │   ├── README.md\n    │   ├── ReciprocalArraySumUsingJavaForkJoinFramework\n    │   ├── AnalyzingStudentStatisticsUsingJavaParallelStreams\n    │   ├── ParallelizingMatrixMatrixMultiplyUsingLoopParallelism\n    │   └── UsingPhasersToOptimizeDataParallelApplications\n    ```\n\n## Troubleshooting:\n\n- If you're getting the below errors while cloning the repository, run the mentioned command:\n  ```bash\n  ## fatal: the remote end hung up unexpectedly\n  ## error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400\n  ## send-pack: unexpected disconnect while reading sideband packet\n\n  git config --global http.postBuffer 157286400\n  ```\n\n### Reach-out:\n\nIf you need any help while going through the repository, feel free to ping me on LinkedIn [Pushp Sood](https://www.linkedin.com/in/pushpsood/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushpsood%2Fparallelconcurrentdistributedprogrammingconcepts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushpsood%2Fparallelconcurrentdistributedprogrammingconcepts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushpsood%2Fparallelconcurrentdistributedprogrammingconcepts/lists"}