Compare commits

...

14 Commits

Author SHA1 Message Date
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
wellá 4410e8db02 Merge pull request #289 from lostdesign/add-fathom 2021-10-18 08:29:15 +02:00
wellá 26289dcd95 🐛 fix fathom 2021-10-18 08:28:41 +02:00
wellá 478274536d Merge pull request #281 from tanaybhardwaj24/dev 2021-08-09 22:45:55 +02:00
tanaybhardwaj24 a3029c3c39 removed middleware dir as it was unused + added dribbble 2021-08-08 07:01:45 +00:00
wellá 59e5f7924d Merge pull request #278 from CrazyPython/patch-1
Add Web Periodic Table
2021-06-15 15:47:02 +02:00
James afa239eb40 Remove Web Periodic Table from General section 2021-06-04 20:12:11 -04:00
James 43239e9f8c Add Web Periodic Table to Frontend 2021-06-01 19:27:12 -04:00
James 0dc9edc1ef Fix syntax error 2021-06-01 19:18:52 -04:00
James b490ad0e7a Fix web periodic table 2021-06-01 19:16:42 -04:00
James 01d986d3b8 Add Web Periodic Table 2021-06-01 19:15:41 -04:00
wellá 560fc2fe8e Merge pull request #273 from tianheg/dev
Update utility.json
2021-05-31 11:38:50 +02:00
Jim Gao e17e842032 Update utility.json
Update Postwoman to Hoppscotch https://postwoman.io/
2021-04-17 22:17:35 +08:00
6 changed files with 44 additions and 16 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/3.js" site="OCSVINVR"></script>
<script>
window.fathom || document.write('<script src="https://quokka.webgems.io/core.js"><\/script>');
</script>
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="XVSLUORL" defer></script>
<!-- / Fathom -->
{{ HEAD }}
-8
View File
@@ -1,8 +0,0 @@
# MIDDLEWARE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your application middleware.
Middleware let you define custom functions that can be run before rendering either a page or a group of pages.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).
+6
View File
@@ -14,6 +14,12 @@
"url": "https://undraw.co",
"tags": ["illustration", "svg", "ui"]
},
{
"title": "Dribbble",
"desc": "Gain inspiration and feedback. Basically social media for designers",
"url": "https://dribbble.com/",
"tags": ["career", "ux", "ui"]
},
{
"title": "Practical UI tips",
"desc": "7 Tips to boost your UI design.",
+27
View File
@@ -61,6 +61,33 @@
"desc": "Friendly web development tutorials for complete beginners in HTML and CSS",
"url": "https://www.internetingishard.com/",
"tags": ["html", "semantic", "css", "typography"]
},
{
"title": "Periodic Table of Web APIs",
"desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support",
"url": "https://wwwperiodictable.surge.sh/",
"tags": [
"resources",
"aggregator",
"fundamentals",
"web",
"visual",
"browser",
"frontend",
"overview",
"guides",
"tutorial",
"compatibility",
"lists",
"obselete",
"reference",
"specification",
"standards",
"comprehensive",
"advanced",
"guides",
"links"
]
}
]
}
+7 -1
View File
@@ -67,6 +67,12 @@
"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": "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"]
}
]
}
}
+3 -3
View File
@@ -183,9 +183,9 @@
"tags": ["development", "ide","editor", "share", "testing"]
},
{
"title": "Postwoman.io",
"desc": "The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.",
"url": "https://Postwoman.io/",
"title": "Hoppscotch",
"desc": "The Hoppscotch API request builder helps you create your requests faster, saving you precious time on your development.",
"url": "https://hoppscotch.io/",
"tags": ["testing","api"]
},
{