Vue.js Fragments without a plugin like React
Invisible container elements are a very useful thing. These are available in Vue and React ...
Pass variables to an add_action hook [WordPress]
With global variables, unfortunately, you can not get very far and therefore it is necessary to use a separate function ...
How i automatically load all Gutenberg Blocks [WordPress]
How could I save several hours of work per project by the automated loading of Gutenberg blocks?
Convert numbers with toLocaleString (Javascript)
How to convert Latin numbers to Arabic, Chinese, Hindu etc.
Node.js
Node has achieved a worldwide impact that succeeds in very few open source projects. It has changed the whole thinking and the procedure of programming from scratch ...
Convert Javascript objects to JSON
I will still program an online converter but until then you have the manual approach ...
$ (document).on(‘click’, with Safari
If you're wondering why $(document).on('click', does not work in Safari, here's the solution.