A

Agurchand Babu's Theonlytutorials

A blog about useful PHP, jQuery scripts written by me, where
you can download and use it for your own projects!

  • Rated2.8/ 5
  • Updated 2 Years Ago

Recent blog posts from Theonlytutorials


How to create a Custom REST API using a Controller in Drupal 9 - The Only Tutorials
How to create a Custom REST API using a Controller in Drupal 9 - The Only Tutorials
If you are new to Drupal 9 and wondering how to create a simple REST API, this is the right place to learn about it. You can create a REST API in multiple ways, but the one I am going to show you in t...
2 Years Ago
BlogAdda
How to create a Custom Service in Drupal 8 - The Only Tutorials
How to create a Custom Service in Drupal 8 - The Only Tutorials
There are many services available in Drupal 8 by default, but sometimes we need to write our own function/logic and the functionality should be available throughout the Drupal 8 application. This can ...
2 Years Ago
BlogAdda
Hide a div when the mouse is active, show when the mouse is inactive - The Only Tutorials
Hide a div when the mouse is active, show when the mouse is inactive - The Only Tutorials
In this post, we are going to see a simple jQuery example on how to show a div when the mouse is inactive and hide when the mouse is active again. If you are looking the other way around, I have an ex...
2 Years Ago
BlogAdda
Drupal 9 Custom module - Hello world module in Drupal 9 - The Only Tutorials
Drupal 9 Custom module - Hello world module in Drupal 9 - The Only Tutorials
In this post, we are going to see how to write a custom module in Drupal 9. If you are already aware of how to create a Drupal 8 module then there is not much difference between both of them. Like Dru...
3 Years Ago
BlogAdda
Drupal 9 - How to create a Custom form - The Only Tutorials
Drupal 9 - How to create a Custom form - The Only Tutorials
Let’s learn how to create a custom form in Drupal 9. If you know already how to create a custom form in Drupal 8 there is not much different, it’s almost the same. First, you need to create a cust...
3 Years Ago
BlogAdda
Node.js & Express CRUD Example - Storing data in JSON file - The Only Tutorials
Node.js & Express CRUD Example - Storing data in JSON file - The Only Tutorials
In this post, we are going to see how to write a simple Node.js Express application to create a RESTful API. Also, we are not going to use a MongoDB here, instead, we will store the JSON data in a fil...
4 Years Ago
BlogAdda