Skip to main content

Posts

Showing posts from April, 2020

New technology , Features

New Drupal 8 Module Travis CI Integration : Unit Test With Codes Cloud AWS Chatbot API All Example module d8 : It covers everything Field API :  https://www.drupal.org/docs/8/creating-custom-modules/creating-custom-field-types-widgets-and-formatters https://www.drupal.org/docs/8/creating-custom-modules/creating-custom-field-types-widgets-and-formatters/create-a-custom custom Field widget custom field formater Automated cron in d8 Search API's in d8 Render API Design Pattern : https://www.youtube.com/watch?v=wlfslHpiS4I&list=PLY-mQxqgVZ1wrwNa86_smHF8TTS34CNW4&index=21 Best Way ti use Composer with git:  Cache in Drupal 8 With tutorial :  Create patches & apply patches git : Postman API demostration

Basic Vim commands in Linux

Basic Vim commands :help [keyword]  - Performs a search of help documentation for whatever keyword you enter :e [file]  - Opens a file, where [file] is the name of the file you want opened :w  - Saves the file you are working on :w [filename]  - Allows you to save your file with the name you’ve defined :wq  - Save your file and close Vim :q!  - Quit without first saving the file you were working on