walkeprashant

/walkeprashant

About walkeprashant

This author has not yet filled in any details.
So far walkeprashant has created 81 blog entries.

PHP vs Python

Both PHP 7 and Python 3 are excellent choices for building a web application. Now a days Python get more popular. To select proper language for carrier, project is very important. In this post with some basics about the two languages which help you select proper language. Python : New era is the AI, Machine [...]

By |December 5th, 2021|Blog, PHP|0 Comments

GoDaddy

Project Duration : Jul 2021 – Aug 2021 Project description : Work on multiple GoDaddy registry web application.Worked on go.co, blog.go, about.us etc GoDaddy TLD management and tracking.migration, landing page development, custom WordPress plugin development, API changes, bug fixes, feature development etc.Technology : PHP, WordPress, Laravel, Zend, MySQL, Bootstrap, jQuery, HTML, CSS Technology: WordPress, Laravel, [...]

By |November 19th, 2021|Projects|0 Comments

PHP 7 for WordPress

 PHP 7 - This new version comes with new improvements and a new verison of Zend engine. PHP 7.0.0 Released: 03 Dec 2015Following some feature added in PHP 7 :  Speed improvement Reduced memory usage. Consistent 64-bit supportImproved Exception hierarchy Asynchronous programming Secure random number generator Multithreading Better performance on WordPress Websites Return and scalar type declaration. Many fatal errors converted to exceptions. [...]

By |November 19th, 2021|Blog, PHP, WordPress|0 Comments

Content and Image Portal

Technology Laravel, Vue.js. PHP, node.js, Jquery,HTML, CSS, Javascript, Postgress, AWS, Ali Cloud (OSS), Linux, nginx, Apache, FTP, pm2, CDN Project Description Content - Manage Content Flow for product, Data Migration to Different country, Data synk, Integration With Other ProductProduct Catalog - Product Migration , Manage Product Template level, Migration,Images - Upload Vendor Portal, Download Images [...]

By |April 4th, 2021|nodejs, PHP, Projects, vuejs|0 Comments

ResidentPay

Complete payment solution for credit card, electronic check (ACH), cash/money order and check scanning. Couple ResidentPay with Entrata's property management software or any other property management software and also instant and automatic posting to the ledger.  Technology : PHP, HTML, CSS, ReactJs, Postgress etc.Specialties : Property Management Software, Resident Portals, and Online Rent Payment

By |July 28th, 2019|Projects|0 Comments

ResidentPortal

Pay rent, submit a work order, community. And with seamless integration to property management software, tracking and managing resident transactions. Technology : PHP, HTML, CSS, ReactJs, Postgress etc.Specialties : Property Management Software, Resident Portals, and Online Rent Payment 

By |July 28th, 2019|Projects|0 Comments

PHP MySql Interview questions and answers

OOPS class can declared final to indicate that it cannot be extended; that is, one cannot declare subclasses of a final class. A final class cannot be extended. Final method can not be override by the child class. Class variables cannot be declare as final. Syntax: final class Building{ } final public function set_color(){} We [...]

By |April 21st, 2018|Blog|0 Comments

Enable debugging mode in WordPress

With debugging turned on, it is much easier to locate any errors within your WordPress site as well as any plugins and themes that may be causing errors. First, be sure that you are logged into cPanel. lo go to your local WordPress folder Now that you are logged into cPanel, look for the icon [...]

By |April 21st, 2018|Blog|0 Comments

PayPal Payment Gateway Integration in PHP

PayPal is the most popular payment gateway to send and receive payment worldwide. PayPal payment gateway is the easiest option for the web developer to implement payment system on the website. Once the user clicks on the Buy Now/Payment button, they will be redirected to the PayPal where the payment will complete. After payment completion, [...]

By |April 16th, 2018|Blog, General|0 Comments

How to Install PostgreSQL

PostgreSQL is an open source object-relational database system. It is one of leading database server used for production servers. PostgreSQL allows us to execute stored procedures in various programming languages, like PHP, C/C++, Python, Java, Perl, Ruby and its own PL/pgSQL, which is similar to Oracle’s PL/SQL. Postgres database is used the persistent store of [...]

By |April 8th, 2018|Blog|0 Comments