You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,31 @@
1
1
2
2
3
-
# Great Enterprise-Grade WordPress & Web Development Resources
3
+
###Great Enterprise-Grade WordPress & Web Development Resources
4
4
5
5
*[WordPress The Right Way](https://www.wptherightway.org/en/getting_started/) - [PDF](https://www.gitbook.com/download/pdf/book/tomjn/wordpress-the-right-way?lang=en)
*[GenerateWP.com](https://generatewp.com) -- Interactive tools for creating Core API queries and WordPress File Headers
9
+
*[Design Patterns for Humans](https://github.com/kamranahmedse/design-patterns-for-humans)
10
10
11
-
* 10Up Engineering Standards & Best Practices(forked XWP copy of standards)
12
-
* WordPress.com VIP "What We Look For"
13
-
* Locutus.io/php -- Common PHP methods ported to JavaScript.
14
-
* YouMightNotNeedjQuery.com -- An explainer on using native JavaScript alternatives to jQuery.
11
+
*[10Up Engineering Standards & Best Practices](https://10up.github.io/Engineering-Best-Practices/)[(forked XWP copy of standards)](https://xwp.github.io/engineering-best-practices/)
12
+
*[WordPress.com VIP "What We Look For"](https://vip.wordpress.com/documentation/code-review-what-we-look-for/)
13
+
*[Locutus.io/php](https://locutus.io/php) -- Common PHP methods ported to JavaScript.
14
+
*[YouMightNotNeedjQuery.com](http://youmightnotneedjquery.com) -- An explainer on using native JavaScript alternatives to jQuery.
# On Leveraging Stack Overflow, The WordPress Codex and Search-Sourced Solutions
40
+
###On Leveraging Stack Overflow, The WordPress Codex and Search-Sourced Solutions
42
41
43
42
Stack Overflow, The Codex and Solutions found on blogs are often excellent starting points to learn and develop solutions. However, many solutions aren't written to consider enterprise needs, high-traffic sites or large-scale environments.
44
43
@@ -50,7 +49,7 @@ When integrating someone else's solution, please consider the following:
50
49
* Is this functionality "right-sized?" Perhaps break large procedural functions into helpers.
51
50
* Does the author properly sanitize and validate user input while late-escaping output?
52
51
53
-
# Helpful Utility/Development Plugins
52
+
###Helpful Utility/Development Plugins
54
53
*[FakerPress](https://wordpress.org/plugins/fakerpress/) - Generate Fake WordPress Data (optionally use 500px for real, varied featured post images)
55
54
*[Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) - Regenerate Thumbnails after
0 commit comments