Crafting Web Experiences
The Problem Gutenberg block development best practices requires two different functions(edit & save) or files(edit.js & save.js) for both editor and frontend side of a block. That mostly makes us repeating ourselves on HTML part of block to make it similar on both sides. Sample Native Card Block in Traditional Way This is the normal way to…
After the installation of a Node version, you have to use the “alias” method to make that version persistent:
Reference: https://wordpress.stackexchange.com/questions/102554/prevent-disable-automatic-update-check
WP-CLI on Docker:
You can create a static page template for this like page-allurls.php:
Standard Repo URL: https://github.com/conwnet/github1sTo open it on VSCode: https://github1s.com/conwnet/github1s
When managing a server, you often need to verify the hardware specifications or the number of available cores. View Detailed CPU Architecture The most readable way to see your CPU model, cache sizes, and virtualization capabilities: View Raw Processor Data If you need to see the raw flags and detailed per-core data directly from the…
wp-config.php:
Recommended algorithm, shorter output and more secure: or with a keyphrase: Common RSA algorithm: or with a keyphrase:
You might need this mostly if you are unable to pull since the project is not clean. In short, you can use “git reset –hard” to get back to the last commit. But, you can loose the changes you recently made. Before doing this, I recommend stashing your changes first. 1. Optionally, to get latest…