Usually Developers using their local environment while doing development, but once work done then they use staging url to test the code. But some time all the third party apis will not work on your local environment then you require…

How to use ExtJs inside React Js
Reference: Sencha Just install @extjs/reactor: …add the following code to your app:React JS …and you can start using Ext JS components like the grid in your React components. Here’s an example: To use any Ext JS component in React, simply…
Hackerrank fibonacci lite
Problem Url: Click Here This is the solution code related to a problem i found at hackerrank.
General mixed stuff about CakePHP, Delta Search
Q1 : how to print query of find cakephp? ans: $log = $this->getDataSource()->getLog(false, false); debug($log); Q2: Socket transport “ssl” in PHP not enabled? ans: Rename php.ini-production to php.ini (in C:\xampp\php\ folder) Edit php.ini and uncomment extension_dir=ext. Also uncomment extension=php_openssl.dll. Q3.…
Ubuntu mysql connect remote server
Commands For Ubuntu mysql connect remote server For a client program to be able to connect to the MySQL server, it must use the proper connection parameters, such as the name of the host where the server is running and the…
Ubuntu stop and start tomcat service
sudo service tomcat stop sudo service tomcat start
Jasper soft manually installation
Step 1: Download tomcat from here and intall it. Step 2: Download war file from war file find name JasperReports Server WAR File Installer. Step 3: Copy mysql_master.properties file from E:\softwares\jasperreports-server-cp-5.1.0-bin\buildomatic\sample_conf and paste into E:\softwares\jasperreports-server-cp-5.1.0-bin\buildomatic. Step 4: Rename mysql_master.properties file to default_master.properties. Step 5: Download mysql…