{"id":23441011,"url":"https://github.com/simionrobert/software-dev-bookmarks","last_synced_at":"2026-03-20T01:25:18.919Z","repository":{"id":78367802,"uuid":"242111744","full_name":"simionrobert/software-dev-bookmarks","owner":"simionrobert","description":":octocat: Manually curated collection of resources for software development","archived":false,"fork":false,"pushed_at":"2024-03-28T15:16:28.000Z","size":1741,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T20:49:22.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/simionrobert.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":"2020-02-21T10:19:26.000Z","updated_at":"2024-03-02T20:43:19.000Z","dependencies_parsed_at":"2024-12-23T16:30:52.672Z","dependency_job_id":"60d7f4c8-2f92-4c48-81cf-e2d80a04952e","html_url":"https://github.com/simionrobert/software-dev-bookmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simionrobert/software-dev-bookmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simionrobert%2Fsoftware-dev-bookmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simionrobert%2Fsoftware-dev-bookmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simionrobert%2Fsoftware-dev-bookmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simionrobert%2Fsoftware-dev-bookmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simionrobert","download_url":"https://codeload.github.com/simionrobert/software-dev-bookmarks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simionrobert%2Fsoftware-dev-bookmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28599002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2024-12-23T16:28:59.187Z","updated_at":"2026-01-20T08:32:10.155Z","avatar_url":"https://github.com/simionrobert.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# FullStack Development Bookmarks\n\n**Manually curated collection of resources for full stack web developers and software architecture**\n\n## Software Architecture and Web Fundamentals\n\nUseful resources to study\n\n+ **[How Browsers Work](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)**: Very useful and detailed description of how a browser works\n+ **[Web Fundamentals](https://developers.google.com/web/fundamentals)**: All the information you need to be a professional in web dev.\n+ **[Google's New Web Learning Website](https://web.dev/learn/)**: All the information you need to be a professional in frontend web dev.\n+ **[Web Caching Best practices](https://jakearchibald.com/2016/caching-best-practices/)**: Caching best practices \u0026 max-age gotchas.\n+ **[Angular Useful Tips](https://blog.strongbrew.io/)**: Useful Angular Tips\n+ **[Angular Service Worker Stack](https://blog.angular-university.io/service-workers/)**: Angular PWA Series\n+ **[Github Branching model](https://nvie.com/posts/a-successful-git-branching-model/)**: An useful example of a github flow model.\n+ **[Incremental Github Branching model](https://blog.logrocket.com/the-git-workflow-you-need-how-to-deal-with-multiple-teams-in-a-single-repository-faf5bb17a6e4/)**: An upgraded/more complex version of a github flow model.\n+ **[How to write tests](http://misko.hevery.com/code-reviewers-guide/)**: Good practices to write testable code.\n+ **[Electronic Signature Types](https://blog.signaturit.com/en/simple-e-signature-vs-advanced-e-signature-main-aspects-european-regulation)**: The differences between simple, advanced and qualified electronic signature.\n+ **[OAuth and OpenID Connect](https://oauth.net/articles/authentication/)**: Authentication (OpenID Connect) vs Authorisation (OAuth 2.0). Why the authentication matters more than you think. \n+ **[API Gateway Pattern](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/architect-microservice-container-applications/direct-client-to-microservice-communication-versus-the-api-gateway-pattern)**: Useful api gateway pattern\n+ **[Angular Architecture Patterns](https://netmedia.io/dev/angular-architecture-patterns-high-level-project-architecture_5589)**: Useful Angular Application Pattern\n+ **[Clean Architecture and DDD](https://github.com/Sairyss/domain-driven-hexagon)**: Recommendations on how to design software applications.\n+ **[Strengthening your domain](https://lostechies.com/jimmybogard/2010/02/04/strengthening-your-domain-a-primer/)**: Recommendations on how to think about models and develop with DDD patterns.\n+ **[Microsoft Microservices Architecture ebook](https://dotnet.microsoft.com/download/e-book/microservices-architecture/pdf)**: Recommendations on how to develop microservices using CQRS, Event Sourcing and Clean Architecture patterns.\n+ **[Aggregates in DDD](https://gedgei.wordpress.com/2016/06/10/does-ddd-promote-large-aggregates/)**\n+ **[DDD Notions](https://blog.sapiensworks.com/tags.html)**: DDD notions explained \n+ **[Entities vs Aggregates](https://lostechies.com/jimmybogard/2008/05/21/entities-value-objects-aggregates-and-roots/)**: The relations between Entities and Aggregates\n+ **[Web design articles](https://xd.adobe.com/ideas/principles/web-design/)**: What is web design? Articles about web design\n+ **[SOA and ESB](https://developer.ibm.com/articles/cl-lightweight-integration-1/)**: The fate of ESB and differences between SOA and Microservices\n+ **[Product Flow Explained by Gitlab](https://about.gitlab.com/handbook/product-development-flow/)**\n+ **[Project Management Guidelines Explained by Gitlab](https://about.gitlab.com/handbook/marketing/project-management-guidelines/)**\n+ **[Direct Responsible Individual](https://about.gitlab.com/handbook/people-group/directly-responsible-individuals/)**: What/Who is DRI?\n+ **[Database Explain Plan](https://oracle.readthedocs.io/en/latest/sql/plans/explain-plan.html)**: Description of Oracle Explain Plan\n+ **[DSS Framework](https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/doc/dss-documentation.html#_integration_instructions)**: EU DSS Framework Documentation\n+ **[Q\u0026A Document Signing Process](https://ec.europa.eu/digital-building-blocks/wikis/display/ESIGKB/Troubleshooting+articles)**: Questions and answers related to document signing process\n+ **[IRA Design Illustrations](https://iradesign.io/)**: Illustrations for web design\n+ **[D3js Tutorials](https://www.dashingd3js.com/)**: Simple and from scratch operations for svg operations and D3js graphs\n+ **[ETSI ESI Presentations](https://www.etsi.org/esi-training)**: About Digital Signatures and PKI\n\n\n## Videous and Conferences\n+ **[DDD and Microservices: At Last, Some Boundaries!](https://www.youtube.com/watch?v=sFCgXH7DwxM\u0026t=2266s)**: InfoQ DDD and Microservices: At Last, Some Boundaries!\n+ **[Keynote - Udi Dahan - DDD Europe 2020](https://www.youtube.com/watch?v=-iuMjjKQnhg\u0026t=3281s)**\n+ **[DevTernity 2019: Ian Cooper – The Clean Architecture](https://www.youtube.com/watch?v=SxJPQ5qXisw)**\n+ **[DevTernity 2017: Ian Cooper - TDD, Where Did It All Go Wrong](https://www.youtube.com/watch?v=EZ05e7EMOLM)**\n+ **[Practical DDD: Bounded Contexts + Events = Microservices](https://www.youtube.com/watch?v=Ab5-ebHja3o)**: How to model reality into code.\n+ **[Software Design and Development](https://sddconf.com/)**\n## News, Articles and Blogs\n\nThe outward or visible aspect of a website.\n\n+ **[Web Dev](https://web.dev/blog/)**: A continously updated list of interesting articles about web development.\n\n## Conferences\n\nA list of web conferences\n\n+ **[QCon](https://qconferences.com/)**: QCon Conferences provided by InfoQ about software architecture domain\n+ **[NDC Conferences](https://ndcconferences.com/)**: Events for software developers\n+ **[Google Events](https://developers.google.com/events)**: A list of google events.\n+ **[DDD Europe](https://dddeurope.com/)**: DDD Europe events.\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimionrobert%2Fsoftware-dev-bookmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimionrobert%2Fsoftware-dev-bookmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimionrobert%2Fsoftware-dev-bookmarks/lists"}