{"id":22726898,"url":"https://github.com/albertobasalo/principles-and-patterns","last_synced_at":"2025-08-08T06:32:37.248Z","repository":{"id":49981551,"uuid":"516672992","full_name":"AlbertoBasalo/principles-and-patterns","owner":"AlbertoBasalo","description":"Principles and patterns for a better code","archived":true,"fork":false,"pushed_at":"2022-10-27T12:03:33.000Z","size":10012,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-10T17:07:10.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/AlbertoBasalo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T08:34:22.000Z","updated_at":"2023-05-08T14:32:53.000Z","dependencies_parsed_at":"2023-01-20T10:01:34.992Z","dependency_job_id":null,"html_url":"https://github.com/AlbertoBasalo/principles-and-patterns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"AlbertoBasalo/quark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fprinciples-and-patterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fprinciples-and-patterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fprinciples-and-patterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertoBasalo%2Fprinciples-and-patterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertoBasalo","download_url":"https://codeload.github.com/AlbertoBasalo/principles-and-patterns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229097375,"owners_count":18019735,"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":[],"created_at":"2024-12-10T17:07:20.571Z","updated_at":"2024-12-10T17:07:21.053Z","avatar_url":"https://github.com/AlbertoBasalo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Principles and Patterns\n\n\u003e Advanced clean code techniques for a better codebase.\n\n```terminal\ngit clone https://github.com/AlbertoBasalo/principles-and-patterns.git \ncd principles-and-patterns\nnpm install\n```\n\n## 🎯 Motivation\n\n- know the categories of code patterns\n- know the principles for design patterns \n- know when and how to use them\n\n## ⚙ Workflows\n\n### 👨‍💻 Dev Workflow\n\nWhile developing, make sure to install the recommended extensions for a better dev experience.\n\n#### Updating\n\nTo keep your dependencies up to date use `npm run updates` and it will check for updates. Then cherry-pick what you want to update.\n\n\n## 🛠 Tools\n\n### 📋 GitHub Issues\n\nUse GitHub issues for tracking _User Stories_ and _developer tasks_.\n\n### 📦 Commits and release\n\n- Use the [standard-version utility](https://www.npmjs.com/package/standard-version) to produce a changelog file from [Conventional Commits guides](https://www.conventionalcommits.org/en/v1.0.0/)\n\n### 💅 Code style with Prettier\n\n- Installed and configured the _PrettierExtension_\n\n### 📐 Code linting with esLint\n\n- Installed and configured _esLint_ to work with _Prettier_\n\n\u003e Recommended [esLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n\n## 🛠 VS Code\n\n### 🧩 Extensions recommendations\n\n- [Abracadabra, refactor this!](https://marketplace.visualstudio.com/items?itemName=nicoespeon.abracadabra)\n- [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)\n- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)\n- [esLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- [IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)\n- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)\n- [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)\n- [Prettier](https://github.com/prettier/prettier-vscode)\n\n\n---\n\n\u003cfooter\u003e\n  \u003ch3\u003eBy Alberto Basalo\u003c/h3\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://twitter.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/twitter/follow/albertobasalo?logo=twitter\u0026style=for-the-badge\" alt=\"twitter albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/albertobasalo\" target=\"blank\"\u003e\n      \u003cimg \n        src=\"https://img.shields.io/github/followers/albertobasalo?logo=github\u0026label=profile albertobasalo\u0026style=for-the-badge\" alt=\"git albertobasalo\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Fprinciples-and-patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertobasalo%2Fprinciples-and-patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertobasalo%2Fprinciples-and-patterns/lists"}