{"id":22850263,"url":"https://github.com/unipr-org/poam","last_synced_at":"2026-01-28T23:32:56.476Z","repository":{"id":215414689,"uuid":"731043192","full_name":"unipr-org/PoaM","owner":"unipr-org","description":"PoaM - Programmazione orientata ai Microservizi presso l'Università degli Studi di Parma (6 CFU).","archived":false,"fork":false,"pushed_at":"2024-10-22T10:10:42.000Z","size":5186,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T04:00:37.282Z","etag":null,"topics":["csharp","docker","docker-compose","microservices"],"latest_commit_sha":null,"homepage":"","language":"C#","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/unipr-org.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":"2023-12-13T08:32:48.000Z","updated_at":"2024-10-22T10:10:46.000Z","dependencies_parsed_at":"2024-10-23T04:46:50.626Z","dependency_job_id":null,"html_url":"https://github.com/unipr-org/PoaM","commit_stats":null,"previous_names":["unipr-org/poam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unipr-org/PoaM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unipr-org%2FPoaM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unipr-org%2FPoaM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unipr-org%2FPoaM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unipr-org%2FPoaM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unipr-org","download_url":"https://codeload.github.com/unipr-org/PoaM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unipr-org%2FPoaM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28855146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","docker","docker-compose","microservices"],"created_at":"2024-12-13T05:07:01.027Z","updated_at":"2026-01-28T23:32:56.457Z","avatar_url":"https://github.com/unipr-org.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoaM - Programmazione orientata ai Microservizi\nCorso _\"Programmazione orientata ai Microservizi\"_ presso l'Università degli Studi di Parma (6 CFU).\nQuesta repository è pensata per condividere le informazioni raccolte durante lo sviluppo del progetto in vista dell'esame.\n\n# Wiki \nEcco un semplice elenco di linee guida da seguire per partecipare alla stesura degli appunti e per mantenere il codice il più ordinato e leggibile possibile.\n1. Per visualizzare bene gli appunti utilizzeremo _Obsidian_: software che permette di prendere appunti che opera su file Markdown `.md`. La preview che si vede su Github può risultare incompleta o non leggibile.\n2. Plugin utilizzati su _Obsidian_:\n\t- [table-editor-obsidian](https://github.com/tgrosinger/advanced-tables-obsidian)\n\t- [highlightr-plugin](https://github.com/chetachiezikeuzor/Highlightr-Plugin)\n\t- [obsidian-automatic-table-of-content](https://github.com/johansatge/obsidian-automatic-table-of-contents)\n\t- [todo-checklist](https://github.com/delashum/obsidian-checklist-plugin)\n\t- [admonition](https://github.com/valentine195/obsidian-admonition)\n\t- [url-into-selection](https://github.com/denolehov/obsidian-url-into-selection)\n3. Effettuare un `git fork` della repository in questione, nella quale poi si andranno a modificare / aggiungere appunti\n4. Effettuare sempre un `git fetch` e successivamente un `git merge` prima di qualsiasi `git push` e/o `git commit`\n5. Non utilizzare caratteri in stampato e caratteri speciali nel nome dei file\n6. Utilizzare il carattere `_` al posto degli \"spazi\" nel nome dei file\n7. Utilizzare sempre la numerazione dei file nel nome (i numeri indicano l'ordine degli argomenti trattati a lezione) \n8. Nel file `.md` inserire sempre un indice dinamico (utilizzando il plugin) e un \"ritorna all'indice\" alla fine di ogni paragrafo / argomento\n9. Nel titolo dei `commit` e della  `pull request`, oltre ad inserire il tema trattato, aggiungere anche il proprio username. Ad esempio il titolo di questa `pull request` sarà: `@{tuo_username}: Aggiornamento wiki`\n\n### Esempio \nIl primo argomento trattato a lezione è stato quello del significato di _\"Hello, world!\"_.  \nIl nome file sarà: `01-helloworld.md`.  \nIl titolo del commit sarà: `\"@{tuo_username}: Aggiunti appunti lezione 01-helloworld\"`.  \nIl titolo della pull request sarà: `\"@{tuo_username}: Appunti lezione 26-02-2023\"`.  \n\n---\n\n## Contributors\n\n\u003ca href=\"https://github.com/unipr-org/PoaM/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=unipr-org/PoaM\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funipr-org%2Fpoam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funipr-org%2Fpoam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funipr-org%2Fpoam/lists"}