Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
903ac3d918 | ||
|
|
246f2e1a23 | ||
|
|
1b986d5a17 | ||
|
|
c8cd7db697 | ||
|
|
7c58aee128 | ||
|
|
717e94de01 | ||
|
|
7d48f2a8a2 | ||
|
|
87756b5728 | ||
|
|
392c83db6e | ||
|
|
d72358142a | ||
|
|
6a6f435007 | ||
|
|
c5d19575f0 | ||
|
|
040d2e870f | ||
|
|
fdf7c3f43e | ||
|
|
3618e4b705 | ||
|
|
dbebc1b613 | ||
|
|
09eee22983 | ||
|
|
1f69c494a4 | ||
|
|
b7ed83b3bb | ||
|
|
5cd1cc4afe |
@@ -247,6 +247,24 @@
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -67,6 +67,18 @@
|
||||
"desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.",
|
||||
"url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808",
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user