Using React Context API in Gatsby
The Context API is not a redux replacement but it works very well for saving the application state. It helps a lot if you want to share…
The Context API is not a redux replacement but it works very well for saving the application state. It helps a lot if you want to share…
Now and then, there a client which uses SQL server and set it as a requirement. By default, PHP can work with databases like MySQL, SQLite…
When Drupal 8.0.0 got released, it didn't have a friendly way to handle media. For example, if you wanted to use an image in multiple places…
If you are doing a Drupal site, there's a big chance you are creating a Drupal theme also. To do that, you will need to create your markup…
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage…