Author: Webner
Visual Code to AzureDevops | Visual Code to Salesforce
Visual Code to AzureDevops | Visual Code to Salesforce Steps to connect local project from VS Code to Azure DevOps: 1. Install Visual Code. 2. Install all the salesforce extensions. 3. Install Git on your system. 4. Go to your
Add Text to Image with Php and Python
How to add Text to Image with Php and Python Step 1: Call the python file from PHP with the following arguments. $ filePathForPython: Specify the location of the python file. $imageName: Dynamic name of the image. $ imageText: Text
Face detection using Laravel
Method of Face detection using Laravel Laravel is a PHP framework for Web Development. It provides many features to make things easy for Web Development. It also takes care of the security of the application. If you have an intermediate
Clear HTML cache programmatically
How to clear HTML cache programmatically HTML automatic caching is one of the popular features provided in HTML5 which makes the application page loading faster as the same page is not freshly loaded every time from the server. An issue
How to update NPM?
Learn how to update NPM? NPM stands for Node Package Manager. It makes it easier for JavaScript developers to share and reuse the code. NPM is installed with Node and it is distributed with Node.js which means that when you
Sharedspace in ckeditor
Sharedspace in ckeditor We can share the same ckeditor toolbar and bottom bar among multiple ckeditor instances using the SHAREDSPACE plugin. Suppose you want to add same ckeditor toolbar and bottom bar to two different text areas then you need
Steps to Upload and Distribute iOS Build through Testflight
Learn the Steps to Upload and Distribute iOS Build through Testflight Testflight is a feature provided by apple to test the application by a group of users. In this we can send invitation to the users. It makes easy to
How to Install nginx and configure it for CakePHP
How to Install nginx and configure it for CakePHP Quick Summary: 1. What is Web Server? 2. What is Nginx? 3. Nginx Installation. 4. Create server block (VirtualHost). 5. Install CakePHP and configure it for Nginx. 6. How to check
Create Maven Project In Eclipse, add selenium & TestNg dependencies
How to Create Selenium Maven Project In Eclipse IDE and add selenium & TestNg dependencies in Pom.xml What is Maven? Maven is a powerful build tool for Java software projects. It is used to build and manage projects written in