Programming categories refer to the different areas of programming that a programmer may specialize in.
These categories can be based on the type of application or...
I have created a random image plugin that pulls a random image from Pixabay.
To use a this plugin, you will need a Pixabay.com API key....
I had a hard time finding a simple documentation on authentication when I started developing in Laravel. The guides available were most of the time...
To register a block in WordPress, you will need to use the WordPress block API.
This API provides the necessary functions and hooks to create custom...
WordPress is moving towards a block based design. Full side editing is already here. To develop a theme you have to know how blocks work...
Previously, customizing the page title ( the title appearing between <title> and </title> tags in header ) was a hack job consisting of using the...
Form validation is a tedious task. React forms are no exception!
The react hook form package provides a simple abstraction layer to delegate the validation tasks....
The posts screen displays Title, Author, Categories, Date, Comments and Tags by default. But we need not be limited to these columns only.
If we...
If you have uploaded images to WordPress using the inbuilt media uploader. then you must have noticed that duplicate images can be uploaded without any...
Someone asked this question the other day. I wrote a short answer with example code and it is working fine.
This article is the longer and...