Drupal

By alarez, 6 May, 2021
By creating a Custom Serializer, as I will show you in this post, you will be able to create custom JSON responses in your Drupal Rest Views. Sometimes if you are developing a decouple web application you’d need to implement a custom D3 Chart, a Js Front End component or library that pulls the data from a Json file with a very specific formatting. This is when a custom serialized endpoint built using Drupal Views comes in handy. 
By pdevs_admin, 19 March, 2018
Sometimes we need to build a site that processes the requests by AJAX in order to give a better experience to the users and remove the flash when the page is redirecting.

Tags

By pdevs_admin, 2 March, 2018
The following document, explains how we can configure a virtual host for any site on Ubuntu, you just need to follow these steps sequentially.

Tags