gatsbyUsing React Context API in GatsbyThe 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…
phpWorking with SQL server in PHP projectsNow 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…
drupalCreating a media library in DrupalWhen 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…
drupalOverriding a template in DrupalIf 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…
drupalComposer and Drupal 8Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage…