{"id":22166576,"url":"https://github.com/alextanhongpin/elixir-in-action","last_synced_at":"2025-10-10T03:11:19.749Z","repository":{"id":79114831,"uuid":"123661485","full_name":"alextanhongpin/elixir-in-action","owner":"alextanhongpin","description":"Examples from the book Elixir in Action","archived":false,"fork":false,"pushed_at":"2018-03-24T09:16:37.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T21:54:21.315Z","etag":null,"topics":["elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/alextanhongpin.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}},"created_at":"2018-03-03T05:15:54.000Z","updated_at":"2018-03-24T09:16:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6b08581-3196-45bc-8a32-7119b8311b26","html_url":"https://github.com/alextanhongpin/elixir-in-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Felixir-in-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Felixir-in-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Felixir-in-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Felixir-in-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alextanhongpin","download_url":"https://codeload.github.com/alextanhongpin/elixir-in-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245307718,"owners_count":20594113,"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":["elixir"],"created_at":"2024-12-02T05:19:57.590Z","updated_at":"2025-10-10T03:11:14.696Z","avatar_url":"https://github.com/alextanhongpin.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elixir-in-action\nExamples from the book Elixir in Action\n\n## Glossary\n\n- *call* is the term used for synchronous requests.\n- *cast* is the term used for asynchronous requests.\n- *OTP* stands for Open Telekom Platform.\n- *behaviour* is generic code that implements a common pattern, e.g. `gen_server`, `supervisor`.\n\n## GenServer\n\n- `GenServer.start/2` takes two parameters - the first is the module, and the second is the custom parameter that is passed to the process during initialization. It returns the result as `{:ok, pid}`.\n- `init/1` accepts one argument. This is the second argument that is provided to `GenServer.start/2`. It returns the result as `{:ok, initial_state}`.\n- `handle_cast/2` accepts the request and state and returns the result as `{:noreply, new_state}`.\n- `handle_call/3` takes the request, the caller information and the state. It returns the result as `{:reply, response, new_state}`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextanhongpin%2Felixir-in-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falextanhongpin%2Felixir-in-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextanhongpin%2Felixir-in-action/lists"}