Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
3717a4e653 Bump nanoid from 3.1.12 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.12 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.12...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 06:15:10 +00:00
wellá
19bface408 Merge pull request #291 from lakuapik/patch-1 2021-11-19 11:47:14 +01:00
David Adi Nugroho
85d98cb877 Add clean code php 2021-11-02 10:31:48 +07:00
3 changed files with 7 additions and 31 deletions

6
package-lock.json generated
View File

@@ -9722,9 +9722,9 @@
"integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="
},
"nanoid": {
"version": "3.1.12",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz",
"integrity": "sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A=="
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
"integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA=="
},
"nanomatch": {
"version": "1.2.13",

View File

@@ -247,24 +247,6 @@
"desc": "Generate colorpalettes with a live preview of how it could look like on a website.",
"url": "http://colormind.io/",
"tags": ["color", "palette", "sets", "templates"]
},
{
"title": "CSS Patterns",
"desc": "CSS only library to fill your empty background with beautiful patterns.",
"url": "https://bansal.io/pattern-css",
"tags": ["pattern", "css"]
},
{
"title": "SVG Backgrounds",
"desc": "Customize and apply backgrounds fast SVGs enable full-screen hi-res visuals with a file-size near 5KB and are well-supported by all modern browsers. What's not to love?",
"url": "https://www.svgbackgrounds.com",
"tags": ["svg"]
},
{
"title": "Organic Blob Maker",
"desc": "Blobmaker is a free generative design tool made with 💕 by z creative labs, to help you quickly create random, unique, and organic-looking SVG shapes.",
"url": "https://www.blobmaker.app",
"tags": ["blob", "organic"]
}
]
}

View File

@@ -69,16 +69,10 @@
"tags": ["slides", "readability", "rules"]
},
{
"title": "Treating PHP Delusions",
"desc": "This site is dedicated to PHP programming language and its proper use, with the focus on disproving various delusions and superstitions.",
"url": "https://phpdelusions.net",
"tags": ["mistakes", "delusions"]
},
{
"title": "PHP The Wrong Way",
"desc": "In the world of PHP programming, a set of trends are massively being propagated by some people (in their books and on websites) as “Modern PHP” while all other approaches are frowned upon as backward, stupid, or just plain wrong.",
"url": "https://phpthewrongway.com",
"tags": []
"title": "Clean Code PHP",
"desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for PHP.",
"url": "https://github.com/jupeter/clean-code-php",
"tags": ["book", "guide", "rules", "standards"]
}
]
}