Mark Westguard was recently on the Do the Woo show and he shared some good points that plugin developers launching a product will find useful.

Tips for Developers Building a Plugin
BobWP @ bobwp.com • 9 months ago
BobWP @ bobwp.com • 9 months ago
Mark Westguard was recently on the Do the Woo show and he shared some good points that plugin developers launching a product will find useful.
Alex Lende @ make.wordpress.org • 9 months ago
The theme.json file, which is used in block and hybrid themes, is getting a bump to version 3 in order to account for some default font and spacing size changes.
Paul Bearne @ make.wordpress.org • 9 months ago
WordPress has an API for storing and loading options, the Options API. Some changes to the Options API are coming with WordPress 6.6. One of the settings when creating an option is if the option should be auto loaded with each page. Up until now, the default when an option is created was “yes” to auto load it. However, a large amount of auto-loaded data can hurt page performance. The default is being changed to “null” and a ceiling on the size of auto-loaded options is being introduced. These and other changes are discussed in this article on the make blog.
Ronald Huereca @ dlxplugins.com • 10 months ago
Here is a comprehensive tutorial on creating a block from scratch. It’s fairly advanced and touches a lot of areas. The tutorial is from Ron Huereca and he chose a Gravatar block as an example to demonstrate REST calls and saving attributes.
Tiffany Brown @ webinista.com • 10 months ago
Here is a developer resource – A searchable directory of WordPress filter and action hooks created by Tiffany Brown.
A minimalist plaintext WordPress theme. This one looks like a Classic theme. I imagine you can do something similar with block themes.
Anh Tran @ deluxeblogtips.com • 10 months ago
Plugin developers – Are you working on the settings page for your plugin, or planning a refresh? Anh Tran took a look at the admin screens of a number of plugins and shared his favorite designs.
Ronald Huereca @ dlxplugins.com • 11 months ago
For plugin developers – Ronald Huereca has a straightforward tutorial about namespaces and using them in your plugin.
David Artiss @ artiss.blog • 11 months ago
For plugin developers – Plugins hosted on WordPress org have an assets folder for icons, the banner, screenshots, etc. Here is a guide for using the assets folder.