Quick Concept What is code splitting ? Before start about code splitting we should know more about "Bundling". There are many tools used for Bundling and code splitting. But here I am going to write
Technology Free SSL certificate/HTTPS protection for your website After Google announced HTTPS as a ranking symbol there was a tremendous requirement in procurring SSL certificates. But people have to pay for it. A minimum of 10 USD per
Technology Shortcuts to clear cache on web browsers While working with website development it becomes necessary to clear browser cache so that new changes in site gets reflected in site if the old data is cached in your
Technology Clear Drupal cache Drupal stores the site data in cache table so a to improve performance. It speeds up the page load time as the query requests to database tables are minimized, but
Technology Tell me about yourself How to crack frequently asked question in an interview "Tell me about yourself"? This is usually the first question asked in an interview because it lets the interviewer
Drupal SOLVED: Recoverable fatal error: Argument 2 passed to Symfony\Component\Routing\Route::__construct() must be of the type array, null given in Drupal 8 I got the following error while trying to install a new custom module Recoverable fatal error: Argument 2 passed to Symfony\Component\Routing\Route::__construct() must be of the type
Drupal Create custom module in Drupal 8 I wanted to create a module named "my_module" which list out a simple form, I achieved this in drupal 8 with the following steps Create a folder
Drupal Reset user password in Drupal 8 If you are unable to login to your drupal 8 site then reset the password for your user using the following steps In your Drupal root folder execute the following
Technology Custom form in Drupal 8 Suppose you have a custom module called my_module in which you want to create the form. Step 1: Intially we will need to add the menu for form in
Technology Drupal 8 - How to render a block programatically If you have a requirement to display a block in your custom page or form in drupal 8 it can be accomplished using block entity objects. First you need to
Drupal Drupal 8 - Token Replacement in Rest Resource Endpoint One of the most important point while creating custom REST resource endpoint in Drupal 8 is to use the native functions properly. Did you try for a token replacement and
Technology anonymous blogging platform - Telegra.ph After Telegram , Durov brought us one cool thing !!! Telegraph !!! An anonymous blogging platform. Just one title, name(real or :) ), and the body copy. That's it. No sign up , no email
Drupal Personalization with Drupal Here I will answer the below questions about personalization with Drupal. What is personalization ? Is personalization possible with Drupal ? How it can implement for anonymous users ? Will it affect the
Technology How to generate SSH keys in windows Open terminal in your system and enter the following command sh-keygen -t rsa -C "[email protected]" Press enter Enter your password when prompted for You are done
Technology Set up local host in XAMPP Once you have downloaded and installed XAMPP in your local, you can add virtual host to your individual site so that you can access the site using custom urls rather
Drupal Drupal - Important and handy drush commands Drush provides useful commands to perform various activities on drupal sites, these commands are handy and help us to complete the tasks from command line. Following are few of the drush commands which will be useful for daily activities git en {my_module} : Helps
Drupal How to exclude page sections from being translated by google translate Do you have google translate enabled in your site? Are you trying to customize the page contents for translation? Google provides two classes "notranslate" and "translate" so that we can customize the page based on our requirements. You can add
Drupal Drupal - How to show/hide block based on dynamic condition I had a unique requirement to show a block on the page only if the page url has arguments, after much of research I found out the following method to customize the block. In admin->structure blocks restrict your block for the required
Drupal Drupal - How to enable google translate With the expanding economies all over the globe translation has become the key factor to draw attention of consumers spread across the world. Google provides services to translate the entire website over 100 languages. If you are looking at translating your drupal website to
Drupal Important notes for multi sites in Drupal Use multisite concept over Domain Access Many a times we tend to go with Domain access as there are few sites initially, but keep in mind that markets grow and in future you might be required to handled 30-40 sites in Drupal. At such
Technology How to exclude specific pages from Apache solr search While using search intergrations in site, we may need to customize the search results based on the market requirement. We had a similar requirement where pages like contact us, privacy
Technology Git tag operations: How to create, list and delete tags To create a new tag git tag <tag_name> Eg: git tag release-november-29 To list all tags in current repository git tag To delete a tag from local
Technology How to alter drupal views query Many a times when we are working with drupal views there comes situations when you need to alter query based on dynamic conditions, at such times drupal hook_views query
Technology How to create subdomain using Cpanel Are you trying to create a new sumdomain for your site? Read on to know the steps to create a new subdomain and point to the desired folder Login to
Technology How I managed to complete a course in Stanford while working 12 hours a day I was an introverted, hardworking Dev who always struggled to complete the tasks assigned, within the stipulated time. Those tasks were not balanced, I was overloaded always and this always