Category: Web Development
Install own SSL on Amazon Machine Image (AMI)
Own Certificate Authority (CA) SSL installation on Amazon Machine Image (AMI) 1. We need to install HTTPD2.4 package in order to understand the encrypted layer of SSL. Install PHP 5.6 (Apache 2.4 will be automatically installed with this) # sudo
How to read Mobile Hardware and Operating system Details in React Native
Steps to read Mobile Hardware and Operating system Details in React Native To get the android and ios device information like UDID, version, build, operating system etc – We can get this information by using react-native-device-info plugin provided by react
How to access camera in React Native
Steps to access the camera in React Native There are lots of method to use camera in react-native. Here I have used react native Image Picker. A React Native Image Picker library allows you select a photo/video from the device
Login With Facebook in PHP
How to implement Login With Facebook in PHP In today’s environment it is very common to use facebook and gmail login features to make login process more authentic and fast. Here I am going to describe how to implement login
Difference among isset, is_null and empty in PHP
Learn to Differentiate among isset, is_null and empty in PHP Php has different methods to check the value of the variable. The methods isset(), empty() and is_null() are very useful methods and all returns a boolean value. Let see the
Using Google Search Operators
Using Google Search Operators for Better Results Google defines Search Operators as the “words or symbols in one’s search phrase that make the search results more precise”. These operators have their basis in coding as they are nothing but shortcuts
Understanding Azure Functions with Example
What are Azure functions? Example of Invoking Azure functions inside the Logic App. Azure Functions In General, functions are used to run the small pieces of code to make it reusable. Similarly, Azure functions are used to run the small
Error:Lightning components request My Domain
Handling Error : Lightning components I had created a lightning application but while running it I was getting this error: Error : Lightning components request My Domain. Please contact your System Administrator for more information. Solution: To use Lightning application
Customized multi row selection in Devextreme Datagrid
Customized multiple row selections in Devextreme Datagrid with dxRadiogroup as a Custom Column Field I am using Devextreme jquery datagrid with paging options implemented that involves setting permissions for user. The target here is to update the datasource and dxRadiogroup
