10 PHP Developer interview questions and answers
Find and hire talent with confidence. Prepare for your next interview. The right questions can be the difference between a good and great work relationship.
Do you have any experience with LAMP?
LAMP is an open-source solution stack that contains everything you need to create a complete, stand-alone platform for your web application—Linux, Apache, MySQL, and PHP. This question is a good opportunity for your prospective programmer to detail any experience they have taking a web project from conception to completion.
What are PHP sessions and how do they work?
What you’re really asking is whether they know how to use session_start(). It either creates or resumes a session based on an identifier that is sent to the server via a GET or POST request or a cookie. The most common use case scenario on the web is when a website won’t let you comment or post without first prompting a login. How does it know whether you’re logged in? One way would be to place a cookie in the user’s browser; on every request the cookie is sent server-side, where PHP can be used to determine which information is sent back and displayed to the client. While session_start() saves session data in files by default, it is also possible to store sessions directly in the database.
How are classes loaded in PHP?
This is a good way to gauge a developer’s understanding of autoloading. Whenever a class is instantiated, a function is triggered. You can register a function with the spl_autoload que detailed below, courtesy of php.net:
bool spl_autoload_register ([ callable $autoload_function [, bool$throw = true [, bool $prepend = false ]]] )
What are some of your favorite PHP design patterns?
Design patterns are essentially best-practice templates that programmers can use to consistently write well-designed code more quickly. Here are a couple examples along with their use cases:
The Singleton: Used when you only want to allow access to one instance of a particular class. The Factory: The factory pattern makes it easier to create multiple classes without repeating code. To change, rename, or replace the class, simply modify the factory.
Determine the value of $pear after executing the code below. What will strlen($pear) return? Explain your answer.
$pear = ‘PEAR ’;
$pear[12] = ‘PHP Extension and Application Repository’;
This question reveals a few interesting things about the way PHP interprets code. The value of $pear in the code above will be the string "PEAR P" or the string "PEAR " followed by seven spaces, followed by "P," which is the first character in the string "PHP Extension and Application Repository." The value returned by strlen($pear) will thus be 13. Since an element of a string can only consist of one character, and the count of elements within a string starts with 0, $pear[12] sets the 13th character of the string to the letter "P." Interestingly enough, we chose to set the 13th value of a string that only has five characters. While other language interpreters might have thrown an out-of-bounds index error, PHP is more forgiving and fills in the blanks with empty spaces.
Determine the output of the code below. Explain your answer.
var_dump(42 == 042);
var_dump(‘042’ == 42);
var_dump(‘042’ === 42);
This question quizzes the coder on how the PHP interpreter handles numbers and strings. i. var_dump(42 == 042); will output bool(false) because the PHP interpreter treats leading zeroes as octals. 042 is 32 in decimal, which does not equal 42. ii. var_dump(‘042’ == 42); will output bool(true) because PHP interpreter will coerce the string into an integer but ignore the leading zero. 42 is equal to 42. iii. var_dump(‘042’ === 42); will output bool(false) because the === operator performs a stricter comparison and will not coerce the integer into a string.
Explain why the two code snippets below will evaluate to the same output.
$x = true or false;
var_dump($x);
$x = true and false;
var_dump($x);
This question is designed to test a coder’s knowledge of the order of operations. The first block of code is more straightforward, evaluating to true because of the "or" operator. The second code block, however, would typically be expected to evaluate to false. Instead, it evaluates to true because of how the PHP interpreter handles the order of operations: "=" is prioritized leading to the following equivalent code snippet: $x = true; // sets $x equal to true True and false; // evaluates to false, but does not affect anything
If $x = 100 + "25%" + "$40" what is the value of $x and why?
The answer is $x = 125, because PHP uses automatic type conversion in deciding how to treat variables and values depending on how they are used. When PHP encounters a string during an arithmetic operation, it will interpret any numerical value and ignore the remainder in order from left to right. Strings that don’t start with numbers are evaluated to zero. $x = 100 + 25 + 0 = 125.
Explain the difference between classes and interfaces.
In layman’s terms, an interface is a class without all the business logic. In an interface, all methods must be public and multiple inheritance is supported. However, all methods must be defined within the class that implements them. Abstract classes, on the other hand, can be declared with modifiers like public or internal, and can define properties or variables. Abstract classes do not support multiple inheritance and can only be extended by one abstract class.
Predict the output of the code below. Explain your answer.
$x = 2
$y = 4
$z = 6
if($z > $y > $x) {
echo "true";
}else{
echo "false";
}
At first glance, one would expect the boolean to evaluate to "true" because 6 > 4 > 2. However, the correct answer is "false" because PHP will first evaluate $z > $y, which returns a boolean value of 1 or true. It is this boolean value of 1 that is compared to the next integer in the chain, bool(1) > $z, which will result in NULL and echo "false."
PHP Developer Hiring Resources
Explore talent to hire Learn about cost factors Get a job description templatePHP Developers you can meet on Upwork
- $35/hr $35 hourly
Eyamin H.
PHP Developer- 5.0
- (196 jobs)
Magura, DHAKAPHPWooCommerceSquarespaceMySQL ProgrammingElementorWordPress PluginCMS DevelopmentTheme DevelopmentPSD to HTMLJavaScriptWordPressBlogHTML5CSS 3BootstrapjQueryHi. Thank you so much for coming here. I'm WordPress developer. I have been working with WordPress last 6 years. I have developed a wide range web development project. Experience ================= *** html5 , css , css3 , sass , bootstrap , Custom Responsive , JavaScript , jQuery , jQuery Ui , Ajax , Gulp Automation , php , WordPress , WordPress Theme And Plugin Development , Git , Bit-bucket , GitHub ****** #Squarespace Website Builder is my new crush. :) Provide Services =============== ** Full Functionality WordPress theme development with Woo-commerce Support. ** Custom WordPress Plugin Development ** Psd to WordPress. ** Pixel Perfect WordPress Website using page Builder. * Elementor Builder * Divi Builder * Visual Composer * SiteOrigin * Beaver Builder * Fushion Builder ** WordPress Theme Customization any kind of theme. ** Woo-commerce for eCommerce website . * Have Very good knowledge about product feature and attribute ** Psd to html. ** Psd to html with Bootstrap. ** Any Kind of WordPress problem. ** 100% responsive Website. ** Any kind of JQuery, JavaScript Problem. ** Site page Speed. (gtmetrix) , )( Google PageSpeed Insights). My aim is to give you back your project within your right time. and to work in a standard way where clients will be "SATISFIED" of my work . - $12/hr $12 hourly
Bharat p.
PHP Developer- 4.8
- (152 jobs)
Barwala Bawal, IndiaPHPMagentoMagento 2Bug FixMySQLjQueryHTMLEcommerce WebsiteWeb DevelopmentXMLAJAXWordPressCSSI am a highly-skilled, Experienced Magento Developer with 5+ years of experience developing and customizing Magento themes and extensions for both the community and enterprise edition of Magento 1 & 2. I provide unified commerce experiences integrating Magento with third-party external systems. - Work Experience Summary: My 5+ years of experience covers Magento 1 and Magento 2 Developments. - My services include: * Magento websites creation * Magento themes (templates) development * Magento extensions development * Magento upgrade to newest versions & Magento installation * Magento customization * Magento Integration with 3rd party Payment Gateway * Magento Multi Store * Magento Optimization (Website Speed enhancements) * Magento Bug Fix * Diagnose performance issues * Magento Wishlist/Gift Extensions * Magento Google Analytic Tracking * Inventory / Attribute / Category loads into Magento * Magento Server Maintenance and Patch installations * Magento API projects Don't hesitate to hire me in case you have doubts. - $15/hr $15 hourly
Mandeep K.
PHP Developer- 4.8
- (5 jobs)
Hanumangarh, RJPHPWooCommerceOptimizepressMagentoZendeskCSSDrupalHTMLWordPressJoomlaNode.jsAngularJavaScript✅Hello Upwork Family, ✔️🅷🅸🆁🅴 ✔️ 🅼🅴 ✔️🅽🅾🆆 Thank you so much for coming here. I'm WordPress -Woo-commerce developer. I have been working with WordPress last 8 years. I have developed a wide range web development project. Experience ================= *** html5 , css , css3 , sass , bootstrap , Custom Responsive , JavaScript , jQuery , jQuery Ui , Ajax , Gulp Automation , php , WordPress , WordPress Theme And Plugin Development , Git , Bit-bucket , GitHub ****** Provide Services =============== ** Full Functionality WordPress theme development with Woo-commerce Support. ** Custom WordPress Plugin Development ** Psd to WordPress. ** Pixel Perfect WordPress Website using page Builder. * Elementor Builder * Divi Builder * Visual Composer * SiteOrigin * Beaver Builder * Fushion Builder ** WordPress Theme Customization any kind of theme. ** Woo-commerce for eCommerce website . * Have Very good knowledge about product feature and attribute ** Psd to html. ** Psd to html with Bootstrap. ** Any Kind of WordPress problem. ** 100% responsive Website. ** Any kind of JQuery, JavaScript Problem. ** Site page Speed. (gtmetrix) , )( Google PageSpeed Insights). My aim is to give you back your project within your right time. and to work in a standard way where clients will be "SATISFIED" of my work .
- $35/hr $35 hourly
Eyamin H.
PHP Developer- 5.0
- (196 jobs)
Magura, DHAKAPHPWooCommerceSquarespaceMySQL ProgrammingElementorWordPress PluginCMS DevelopmentTheme DevelopmentPSD to HTMLJavaScriptWordPressBlogHTML5CSS 3BootstrapjQueryHi. Thank you so much for coming here. I'm WordPress developer. I have been working with WordPress last 6 years. I have developed a wide range web development project. Experience ================= *** html5 , css , css3 , sass , bootstrap , Custom Responsive , JavaScript , jQuery , jQuery Ui , Ajax , Gulp Automation , php , WordPress , WordPress Theme And Plugin Development , Git , Bit-bucket , GitHub ****** #Squarespace Website Builder is my new crush. :) Provide Services =============== ** Full Functionality WordPress theme development with Woo-commerce Support. ** Custom WordPress Plugin Development ** Psd to WordPress. ** Pixel Perfect WordPress Website using page Builder. * Elementor Builder * Divi Builder * Visual Composer * SiteOrigin * Beaver Builder * Fushion Builder ** WordPress Theme Customization any kind of theme. ** Woo-commerce for eCommerce website . * Have Very good knowledge about product feature and attribute ** Psd to html. ** Psd to html with Bootstrap. ** Any Kind of WordPress problem. ** 100% responsive Website. ** Any kind of JQuery, JavaScript Problem. ** Site page Speed. (gtmetrix) , )( Google PageSpeed Insights). My aim is to give you back your project within your right time. and to work in a standard way where clients will be "SATISFIED" of my work . - $12/hr $12 hourly
Bharat p.
PHP Developer- 4.8
- (152 jobs)
Barwala Bawal, IndiaPHPMagentoMagento 2Bug FixMySQLjQueryHTMLEcommerce WebsiteWeb DevelopmentXMLAJAXWordPressCSSI am a highly-skilled, Experienced Magento Developer with 5+ years of experience developing and customizing Magento themes and extensions for both the community and enterprise edition of Magento 1 & 2. I provide unified commerce experiences integrating Magento with third-party external systems. - Work Experience Summary: My 5+ years of experience covers Magento 1 and Magento 2 Developments. - My services include: * Magento websites creation * Magento themes (templates) development * Magento extensions development * Magento upgrade to newest versions & Magento installation * Magento customization * Magento Integration with 3rd party Payment Gateway * Magento Multi Store * Magento Optimization (Website Speed enhancements) * Magento Bug Fix * Diagnose performance issues * Magento Wishlist/Gift Extensions * Magento Google Analytic Tracking * Inventory / Attribute / Category loads into Magento * Magento Server Maintenance and Patch installations * Magento API projects Don't hesitate to hire me in case you have doubts. - $15/hr $15 hourly
Mandeep K.
PHP Developer- 4.8
- (5 jobs)
Hanumangarh, RJPHPWooCommerceOptimizepressMagentoZendeskCSSDrupalHTMLWordPressJoomlaNode.jsAngularJavaScript✅Hello Upwork Family, ✔️🅷🅸🆁🅴 ✔️ 🅼🅴 ✔️🅽🅾🆆 Thank you so much for coming here. I'm WordPress -Woo-commerce developer. I have been working with WordPress last 8 years. I have developed a wide range web development project. Experience ================= *** html5 , css , css3 , sass , bootstrap , Custom Responsive , JavaScript , jQuery , jQuery Ui , Ajax , Gulp Automation , php , WordPress , WordPress Theme And Plugin Development , Git , Bit-bucket , GitHub ****** Provide Services =============== ** Full Functionality WordPress theme development with Woo-commerce Support. ** Custom WordPress Plugin Development ** Psd to WordPress. ** Pixel Perfect WordPress Website using page Builder. * Elementor Builder * Divi Builder * Visual Composer * SiteOrigin * Beaver Builder * Fushion Builder ** WordPress Theme Customization any kind of theme. ** Woo-commerce for eCommerce website . * Have Very good knowledge about product feature and attribute ** Psd to html. ** Psd to html with Bootstrap. ** Any Kind of WordPress problem. ** 100% responsive Website. ** Any kind of JQuery, JavaScript Problem. ** Site page Speed. (gtmetrix) , )( Google PageSpeed Insights). My aim is to give you back your project within your right time. and to work in a standard way where clients will be "SATISFIED" of my work . - $15/hr $15 hourly
Naeem A.
PHP Developer- 5.0
- (27 jobs)
Lahore, PBPHPWordPress e-CommerceSearch Engine OptimizationWordPress Bug FixWordPress MigrationWPMLWordPress DevelopmentPSD to WordPressWooCommerceWordPress PluginElementorWordPress ThemeEcommerce WebsiteWordPressHi. I'm a Professional WordPress developer. I have been working with WordPress last 5 years. I have developed a wide range of web development projects using Elementor and other website builders' Plugins. Experience: HTML5 , CSS , CSS3, sass, bootstrap, Custom Responsive, JavaScript, jQuery, jQuery Ui, Ajax, plugins, woo-commerce, PHP, WordPress, Elementor, Elementor Pro, DIVI, wp Bakery, Astra Theme Provide Services: Designing and developing e-commerce websites using Elementor and popular e-commerce platforms like WooCommerce. PSD to WordPress.(Elementor, wp Bakery) Pixel Perfect WordPress Website using Page Builder. Elementor Builder Divi Builder wp Bakery Visual Composer SiteOrigin Beaver Builder Fusion Builder WordPress Theme Customization (any kind of theme). Woo-commerce for eCommerce website. Have Very good knowledge about product features and attribute PSD to HTML. PSD to HTML with Bootstrap. Any Kind of WordPress problem. 100% responsive Website. Any kind of JQuery, or JavaScript Problem. Site Page Speed. (gtmetrix) , )( Google PageSpeed Insights). Website Maintenance and Support: Regular website updates, including content management, security patches, and plugin updates. Monitoring and resolving any website issues or bugs. Backing up website data and ensuring data integrity. My aim is to give you back your project at the right time. and to work in a standard way where clients will be "SATISFIED" of my work. - $35/hr $35 hourly
Geeta P.
PHP Developer- 5.0
- (1 job)
Jaipur, RJPHPLaraveliOS DevelopmentAndroid App DevelopmentMongoDBSwiftNode.jsJavaPythonFull-stack software developer with 5 years of experience specializing in designing and developing custom websites and large-scale applications with a focus on client satisfaction. I am well equipped in following skills: - React - Material-UI - Materialize-CSS - React Native - Native Base - MongoDB - MySQL - Alchemy - Postgres SQL - Firebase - GraphQL - Python - Flask - Web Scrapping Server/Backend Development: I can write backend or your mobile with secure management. It will be restfull so you can use it anywhere for web and mobile. I will write secure backend in flask with graphql. We will use Attribute-based Access Control(ABAC) and Graph-based Access Control(GBAC) for authorization and prevent from malicious users. Web and Mobile App Development: Looking to build Hybrid App using React Native ? If yes, please feel free to connect with me as I have exemplary skills and experience in building highly scalable and robust cross platform mobile apps using react native and firebase. My Services & Expertise: - UI/UX improvements. - Bug fixing in existing app. - Design improvements. - API integration. - Camera, Audio/Video features. - Server API development to use it with app. - Cross Device support - Firebase integration. - Push Notifications. - Social Logins. - Location based app. - Maps integration. DEVELOPMENT PROCESS Collect & Analyze Client Requirements Wireframing App Flow Design Development Maintenance & Support Looking forward to hearing your idea and/or business needs and help you build it! - $25/hr $25 hourly
Ankit K.
PHP Developer- 4.9
- (128 jobs)
Una (Himachal Pradesh), IndiaPHPSEO AuditConcrete5 CMSWordPress e-CommercePSD to WordPressWebflowWordPressCSS✅ Concrete5 expert My Name is "Ankit" I have more than 9 years of professional experience building web sites and web applications using modern web front end technologies and a variety of content management systems. I specialize in developing web sites, Online Stores and web applications with the Concrete5, Wordpress and Joomla content management system. Alone in Concrete5 I have Successfully Delivered 129+ CMS and 57+ Online Stores Using Concrete5 I have deep knowledge in OOP frontend and backend programming integrated with MVC/CMS Frameworks including AngularJS, ReactJS, Laravel 5, Wordpress, Express.js, etc. Also I am strong at responsive modern web design using HTML5/Bootstrap/SASS. Concrete5 Expert Services: ✔ Concrete5 Best Code Practice ✔ Responsive Theme Development and Customization ✔ Concrete5 Upgrades to Latest Stable Version ✔ eCommerce Solutions (Easy To Manage Online Shops) ✔ Membership/community sites ✔ Multilingual and Multi Location (Geo-Based IP)Functionality ✔ Development of Concrete5 AddOns ✔ Integration of external PHP libraries and packages ✔ Development of custom Block Types/Page Types/Single and Dashboard Pages/Attribute Types Web Design and Development Skills: ✔ Completely Design and Develop sites as per GOOGLE Standards ✔ Clean and SEO Friendly code ✔ Fast Loading Of Site ✔ HTML (valid and semantic) ✔ CSS/SASS/LESS (modular and well organized, BEM/OOCSS) ✔ Clean and Non Conflicting JavaScript/jQuery ✔ Responsive Layouts ✔ AJAX ✔ PHP (OOP, Framework of choice: Laravel and MVC) ✔ MySQL Database ✔ On-Page and Off Page SEO Audit ✔ Performance best practices ✔ SSH If you have questions regarding specific qualifications or tasks that you need to accomplish, just drop me a message and I'll get back to you with in 12 hours. Concrete5 Design and Development is My Passion!! - $30/hr $30 hourly
Hamza A.
PHP Developer- 4.9
- (32 jobs)
Multan, PUNJABPHPEcommerce Website DevelopmentOff-Page SEOSearch Engine OptimizationNode.jsOn-Page SEOMySQL ProgrammingReactJakarta Server PagesAndroid App DevelopmentBusiness with 1-9 EmployeesWordPress DevelopmentWebsite OptimizationWordPress🏆 100% Quality work 👍 Top Rated developer by Upwork ⚙️ I am a problem-solver. If you're facing any issues with your website, I'm probably able to fix it for you. I am a Full Stack Javascript developer. ✔️ MERN Stack Developer ✔️ WordPress and Woocommerce Guru ✔️ React.js and Node.js based applications ✔️ Technical approach of core functions (less plugin for best results) ✔️ SEO, Security, and Accessibility ✔️ Speed enhancement (GTMetrix / Page Speed) ✔️ Images and Media Optimization (Without any plugin) ✔️ Fast and efficient support for your business With more than 5 years of experience in Web / Ecommerce based on Woocommerce, WordPress and JavaScript / MERN based websites, I would love to help online business owners with their stores and websites. ★ Having a Nice Website is great, but a Website that converts visitors into leads is better and for this I can perfectly perform the SEO of your website. 💻 During my experiences, I was able to observe the evolution of e-commerce and use my expertise to transform as many visitors as possible into customers. I have been working with the Flatsome theme for several years, which allows me to deliver various websites and meet all specific requests. Each website is fully customized to offer the best experience to visitors while perfectly matching the needs of my customers. I work with Elementor and WP Bakery to create outstanding Websites with eye-catching pages and an excellent user experience. I have had the opportunity during my career to set up online businesses in different fields and niches. In this sense, I can support my client throughout their go-to-market process through their website. ✔️ Configuration of Google Ads / Analytics ✔️ Implementation of Customized Tracking ✔️ Product catalog for shopping flow ✔️ Optimized attribute management ✔️ Topic cluster ✔️ Custom features Nothing escapes me. I am a perfectionist and fulfill my tasks on delivery time. ☞ Do not hesitate to contact me to check my references. - $35/hr $35 hourly
M Zeeshan H.
PHP Developer- 1.0
- (1 job)
Sydney, NSWPHPAngular 6Web ServicePSD to HTMLMySQLWordPressNode.jsLaravelRuby on RailsjQueryI'm Zeeshan. I've studied computer science. I have an experience of Web Development as well as a flavour of HTML, CSS, Bootstrap, JavaScript, WordPress, Divi theme and other web development tools. Passionate about web development, I really enjoy this fact that thousands of users use applications that are developed by me. The ultimate dream is that one-day thousands will grow into millions or billions. I HAVE A DREAM! Overall if summarized my experience that would be exploring, organizing information, problem-solving and implementation. Languages are essential for expressing your programming skills overall. From EXPLORING attribute I have worked around lots of different languages. 1) Ruby 2) Node.js 3) Javascript 4) Elixir ( a new sensation I always wanted to explore Erlang but then I found this beauty. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.) In assistance to above languages below frameworks come into play, 1) Ruby on Rails 2) Meteor 3) Express.js 4) Sails.js 5) Android 6) Cordova 7) Hapi.js Databases are main central storage of any web application. I got experience in both SQL and NoSQL 1) Postgres 2) MongoDB 3) sqlite 4) Mysql The game never ended on the server side for me. Frontend/public facing part of the web application has been also highly evolved. Everyone wants to use Single Page Applications - The SPAs. I got experience in the following 1) Angular.js 2) Backbone.js 3) React.js 4) Ionic Testing and Test Driven Development(TDD) is also an essential thing for any solid applications. I can write automated tests in following 1) Rspec 2) Jasmine.js 3) Mocha Deployment is essential to distribute your application out in the wild. I got experience in the following tools and technologies 1) AWS 2) Virtual servers 3) Capistrano 4) Mina 5) Nginx 6) Passenger Phusion 7) Puma - $20/hr $20 hourly
karan k.
PHP Developer- 4.8
- (132 jobs)
Ludhiana, PBPHPWebflowDiviElementorEcommerceWordPress PluginWebsite CustomizationShopifyJavaScriptCSSHTMLWeb DevelopmentWeb DesignWooCommerceWordPress🏆 Top Rated Plus by Upwork 🕒 19,000+ HOURS clocked on Upwork 💼 10+ Years of Experience in WordPress Websites! 💯 100% Client Satisfaction! 🌟 Reliable, Honest, and Professional! 🚀 Quick Learner and Problem Solver! ⏰ On-Time Delivery! 🤝 Long-Term Partner! I'm a professional skilled Full Stack Developer, well experienced in Website Designing and Development. I have 10+ years of experience in HTML, CSS, JS, Ajax, WordPress, PHP, eCommerce, Woocommerce site setup, Laravel, and different kinds of API handling. I can design and develop any website, like: ================================= ☛ Agency Website/Business Website. ☛ Portfolio Website/Personal Website. ☛ Real Estate Website. ☛ News/Blog/Magazine Website. ☛ Art Gallery/Photographer Website. ☛ Appointment Website. ☛ eCommerce Website/Online Store. ☛ DropShipping Website. 💻 KEY EXPERTISE: ================================= ✅ WordPress Theme Development & Customization ✅ Responsive Web Design and Development ✅ Elementor Expert ✅ WordPress Expert ✅ WooCommerce Implementation & Customization ✅ Speed Optimization ✅ Custom Post Types & Taxonomies ✅ Fix Website Layout and Performance issues ✅ HTML5, CSS3, JavaScript/jQuery ✅ Mobile Friendly Websites ✅ WordPress Speed Optimization ✅ WordPress Custom Taxonomies ✅ WordPress API Integration ✅ WordPress Website Fixes ✅ WordPress Malware Removal ✅ WordPress Security Integration ✅ HTML5, CSS3, JavaScript/jQuery ★★★★ SERVICES I PROVIDE TO MY CLIENTS ★★★★ 👉 Design and Develop WordPress website from scratch 👉 Redesign existing WordPress websites 👉 Migrate website to WordPress from other CMS/Static websites 👉 Design WordPress website based on Figma, XD, or PSD design 👉 Design using Page Builders like Elementor Builder, Divi Builder, Visual Composer, Beaver Builder, WPBakery, Oxygen, Fusion Builder, etc. 👉 Woo-commerce for eCommerce website 👉 Payment Integration, Cart process, Custom product design functionality 👉 Have Excellent knowledge about product features and attribute 👉 PSD to HTML with Bootstrap 👉 WordPress Custom Post Types, Custom Taxonomy, Custom fields (ACF), Forms and Widgets 👉 Landing Page Design for Products, Apps, and Lead generation 👉 WordPress Plugin Development 👉 WordPress eLearning websites using any Popular plugin (both free and paid) 👉 PageSpeed Optimization and Performance Improvement 👉 Ongoing support and maintenance for your WordPress websites 👉 WordPress Membership sites 👉 Design and Develop Affiliate websites 👉 WordPress Blog Websites 👉 WordPress Debugging 👉 WordPress Error Fixes 👉 Troubleshooting WordPress Issues 👉 WordPress Bug Resolution 👉 WordPress Customization 👉 WordPress Child Themes 👉 Custom WordPress Themes 👉 Custom Fields in WordPress 👉 Advanced WordPress Customization 👉 WordPress Blog Setup 👉 Content Management with WordPress 👉 WooCommerce Development 👉 E-commerce WordPress Sites 👉 Online Store with WordPress 👉 WordPress Updates and Maintenance 👉WordPress Backup and Recovery 👉 Figma to WordPress Elementor 👉 WordPress Landing Page Thank you for investing time in reviewing my profile. I assure you of a fruitful association, as my mission is to build enduring relationships. If you find me right, then don't forget to invite me. Best Regards, Karan - $20/hr $20 hourly
Nicholas C.
PHP Developer- 5.0
- (3 jobs)
Samut Prakan, SAMUT PRAKANPHPcPanelApple XcodeReact NativeMobile AppFull-Stack DevelopmentGradleMySQLJavaScriptEcommerce WebsiteI'm a remote freelance JavaScript/PHP/MySQL full stack developer with additional experience in mobile app development using Apache Cordova and React Native. I'm currently looking for remote programming work involving any of these core technologies. I did this kind of remote freelancing work for several years, then took a break to bring up my child and would now like to get back into it. My current app is called M-Gen, an experimental music generation app available on the Play (10K+ downloads) and App (significantly fewer) Stores. It uses the following technologies: - React Native framework - Pure JavaScript - Server component written in PHP/SQL (I recently achieved a score in the top 5% of all candidates in Linkedin's PHP skills assessment test) - Slim framework for API calls - Gradle (for Andoid) - Xcode/CocoaPods (for iOS) An older app I made, for keepers of pet birds, used the Cordova framework with WebViews. Prior to that, from 2011-2015, I created and sold my own software called Product Attribute Pictures (PAPs), which was an addon for several popular open source e-commerce platforms at the time. It allowed users to showcase variations in their products along the lines of colors, shapes and sizes. Extra addons included the ability to view text over images to create customized products, eg medals, signs and banners. The platforms and technologies involved were: - eCommerce platforms such as osCommerce, ZenCart, OpenCart, Prestashop and WooCommerce - written in PHP/Javascript/SQL - code protection with IonCube Selling my own software led to several freelance programming jobs from clients, at first for customizations to my own code, and then to bespoke projects involving areas such as checkout flow, billing and payment. I went on to work for several of these customers on a continual basis for several years, despite never meeting them in person, and they came mainly from the US, UK and across mainland Europe. When doing freelance work, I would: - Ascertain the business needs behind the project. My degree in business management helped in this - Propose technical solutions if the client had not yet decided on them - Establish milestones for larger projects, with corresponding timeframes - Keep the client updated at regular intervals or as per milestones - Deliver before the agreed timeframe to allow for final adjustments Before that, I worked in the UK for two years at HMRC (His Majesty's Revenue and Customs), a UK government agency, where I was part of their effort to raise an in-house programming capability, focusing on their online VAT payment website. Technologies involved included: - Java EE (Enterprise Edition) - Apache Tomcat server - Servlets and JSP I would like to find small to medium sized companies to whom I can supply programming services either in the mobile app sphere, or involving general PHP/Javascript/MySQL jobs. I am enthusiastic and determined to deliver agreed outcomes for my clients and I take personal pride and satisfaction in getting work done on time or earlier. As I have been away from professional programming for some years, and I live in Thailand where the cost of living is relatively low, my rates are super competitive! - $25/hr $25 hourly
Mohsin B.
PHP Developer- 4.9
- (78 jobs)
Indore, MADHYA PRADESHPHPWooCommerceSearch Engine OptimizationElementorDiviWeb DesignWeb DevelopmentPage Speed OptimizationAdobe PhotoshopJavaScriptWordPressCSSHTML5Landing Page🏆 Top Rated Plus on Upwork | ⭐ 5 Star Feedback 🔥 11+ YEARS EXPERIENCE in Web Development | E-Commerce Website | Web Design | Wordpress website | Re-Design | Speed Optimization | Bug Fixes | Always available for ad-hoc tasks | Direct Message to start new project =============== Provide Services: =============== ⭐ Fully Functional WordPress theme development with eCommerce Support ⭐ Custom WordPress Plugin Development ⭐ PSD to WordPress ⭐ Pixel Perfect WordPress Website using page Builder ⭐ Elementor Builder ⭐ Divi Builder ⭐ Visual Composer ⭐ Beaver Builder ⭐ Fusion Builder ⭐ WordPress Theme Customization any kind of theme ⭐ Woo-commerce for eCommerce website ⭐ WooCommerce Subscriptions ⭐ WooCommerce Memberships ⭐ WP REST API ⭐ WooCommerce REST API ⭐ BuddyPress/BuddyBoss ⭐Advanced Custom Fields (ACF) ⭐ Payment Integration, Cart process, Custom product design functionality ⭐ Have Excellent knowledge about product features and attribute ⭐ PSD to HTML with Bootstrap ⭐ Any Kind of WordPress problem ⭐ 100% responsive Website ⭐ Any kind of JQuery, JavaScript Problem ------------------------------------------------------------------------------------------------------- The website speed makes the first impression about your business. It’s essential to understand that you won’t get a second chance when it comes to user experience. Low website speed is one of the most frustrating things that will turn people off from your resource. High-performance websites result in high return visits, low bounce rates, higher conversions, engagement, higher ranks in organic search, and better user experience. Slow websites will cost you money and damage your reputation. By reducing the page load time you will positively impact marketing and sales processes. You’ll get higher traffic and attract more qualified leads that can be converted into customers. ✨ Importance of website speed optimization ✨ Page load time is a web performance metric that shows the time needed for a page to show on the user screen. Please check below the steps that I usually follow for optimization. ☆ Specify image dimensions ☆ Enable gzip compression ☆ Leverage browser caching ☆ Minify CSS ☆ Optimize images ☆ Specify a Vary: Accept-Encoding header ☆ Avoid a character set in the meta tag ☆ Minify JavaScript ☆ Specify a cache validator ☆ Combine images using CSS sprites ☆ Avoid CSS @import ☆ Specify a character set early ☆ Avoid landing page redirects ☆ Minimize redirects ☆ Minify HTML ☆ Avoid bad requests ☆ Enable Keep-Alive ☆ Inline small CSS ☆ Inline small JavaScript ☆ Minimize request size ☆ Optimize the order of styles and scripts ☆ Put CSS in the document head ☆ Remove query strings from static resources ☆ Serve resources from a consistent URL ☆ Serve scaled images These were a few of the services I offer, please do not hesitate to ask any questions about improving your website speed. Feel free to contact me with your project details and any questions. I will be happy to answer your questions and discuss the details of your project. If you have a tight budget we can discuss it privately, my rate is always negotiable and I will not leave you until you’re satisfied with my work. So let's dive into an interview to find out more about me. Keywords: WordPress Developer | WordPress Expert | Elementor Expert | Elementor Pro Expert | Divi Expert | Web Design | WPBakery JS Composer Expert | WordPress e-Commerce | WordPress Migration | WordPress Installation | WordPress Customization | WordPress Website | WordPress Multisite | WordPress Security | WordPress Theme | WordPress Optimization | PSD to WordPress | WordPress SEO Plugins | WordPress Plugin | WordPress Landing Page | WordPress Development | WordPress Backup | WordPress Bug Fix | WordPress Consultation | WordPress Thrive Theme | Website Designer | Frontend Developer | Figma to WordPress | Figma to HTML/CSS | WordPress Installation | up-gradation and customization | WordPress theme integration | Extension creation and customization | Payment gateway integration | Server deployment | Templates, and Extensions | Responsive Website Design, and customization, Extension Installation - $45/hr $45 hourly
Shoukat A.
PHP Developer- 5.0
- (2 jobs)
Lahore, PBPHPWeb DevelopmentWeb DesignSenior AdultPlugin DevelopmentWebsiteWordPress ThemebbPressElementorWordPressWordPress PluginHi. Thank you so much for coming here. I'm WordPress developer. I have been working with WordPress last 3 years. I have developed a wide range web development project. Experience: html5 , css , css3 , sass , bootstrap , Custom Responsive , JavaScript , jQuery , jQuery Ui , Ajax , plugin, php , WordPress Provide Services: Full Functionality WordPress theme development with Woo- commerce Support. Psd to WordPress. Pixel Perfect WordPress Website using page Builder. Elementor Builder Divi Builder Visual Composer SiteOrigin Beaver Builder Fushion Builder WordPress Theme Customization any kind of theme. Woo-commerce for eCommerce website . Have Very good knowledge about product feature and attribute Psd to html. Psd to html with Bootstrap. Any Kind of WordPress problem. 100% responsive Website. Any kind of JQuery, JavaScript Problem. Site page Speed. (gtmetrix) , )( Google PageSpeed Insights). My aim is to give you back your project within your right time. and to work in a standard way where clients will be "SATISFIED" of my work . - $35/hr $35 hourly
Orce N.
PHP Developer- 5.0
- (14 jobs)
Skopje, GRAD SKOPJEPHPMagento 2MagentoContent Management SystemGoogle AnalyticsLaravelRuby on RailsNode.jsNext.jsReactLaravel, Magento, ReactJS, Next.js, Node.js, RubyOnRails Expert I am a Full-Stack Laravel/Magento/React/Next.js/Node.js developer with hands-on experience in identifying web-based user interactions along with designing & implementing highly-responsive user interface components by deploying React concepts. Proficient in translating designs & wireframes into high-quality code, and writing application interface code via Javascript and ReactJS workflows. Adept at monitoring & maintaining frontend performance and troubleshooting & debugging the same to bolster overall performance. Platform Specialties: * Larael, Magento * React, Next.js,Material-UI, TailwindCSS,Alpine.js * Redux-saga, Formik, GraphQL/Apollo, Storybook * Node/Express My magento services: * Adobe Commerce Cloud * Building PWA Shops with multiple website and language * Magento websites creation * Magento themes (templates) development * Magento extensions development * Magento upgrade to newest versions & Magento installation * Magento customization * Magento Integration with 3rd party Payment Gateway * Magento Multi Store * Magento Optimization (Website Speed enhancements) * Magento Bug Fix * Diagnose performance issues * Magento Google Analytic Tracking * Inventory / Attribute / Category loads into Magento * Magento Server Maintenance and Patch installations * Magento API projects Integrations: * Stripe * Twilio * Zapier * Google Analytics * Google Tag Manager * Sendgrid * MailChimp * Zoom API * Push Notification Languages: * PHP, Java, Ruby * CSS3, SCSS, LESS * Javascript/ES6/ES7 * TypeScript * HTML5 Thank you - $75/hr $75 hourly
Albert H.
PHP Developer- 5.0
- (1 job)
Arcadia, CAPHPReact NativeReactWeb DesignWordPress e-CommerceWordPress DevelopmentJavaScriptHTMLCSSWixShopify"I have to say, I was very impressed to see the website transform from a few key ideas, photos, and magazine articles, to a complete vehicle to provide all aspects of my business to my clients. One of my personal favorite parts of the website, which I attribute to Albert, is the art work. I am always receiving compliments on my beautiful website" - Dave Acevedo, HanakoKoiponds.com 2017. Does a smile appear on your face when you see sales coming into your business? Do you dream of lying on a hammock as cash would flow passively into your eCommerce site? Most importantly, are you committed to working towards your financial goals? Get ready to maximize your results now! Whether you are looking to build a great sales funnel or a powerful tool for marketing purposes, you've come to the right place. Today, more and more consumers use the internet to search for products or services they need. To grab attention, your business needs a website to gain respect and credibility. Without one, potential customers will end up choosing your competitors who are smart enough to establish a strong online presence. If you already have a website but it is "home-made", having it professionally redesigned will provide your business with a professional image and it will therefore inspire even greater confidence. My primary goal is to understand your needs and where you want to take your business. I have over 25,000 hours of development experience and I have generated brilliant results for multiple clients on Upwork. Thus, I can deliver the same to you. If you want a website that will blow people's minds away, keep reading. What can you expect: 1. I will always be on time. 2. I deliver what I promise. 3. We can work together for an extended period of time. 4. I will provide unique solutions to any business challenges that you have. 5. Your website will be tested over and over again to ensure functionality. 6. Your website will attract visitors. Let's see if we are a good fit together. Message for inquiries about your needs. Kick start your business now! - $95/hr $95 hourly
Leigh S.
PHP Developer- 5.0
- (14 jobs)
Morrisville, NCPHPWeb TestingAdobe ColdFusionASP.NETWordPress MultisiteWeb DesignAdobe PhotoshopMySQLWordPressSQLI triple majored in engineering at NCSU with a concentration in programming. I later followed with a Masters in Business with a concentration in small business entrepreneurship. I've worked in programming and project management for almost 20 years and have worked with some of the largest SEO agencies in the world. I have a lot of experience with WordPress as well as many other platforms and coding languages and feel confident I could build whatever you need. These experiences make me qualified to lead projects of any size to completion and ensure client satisfaction. Please feel free to take a look at my portfolio. I welcome the opportunity to speak about any project type and the possibility of working together in the future. - $90/hr $90 hourly
Stephanie D.
PHP Developer- 4.9
- (6 jobs)
Palmertown, CTPHPDatabase ModelingDatabase TestingQuickBooks Online APIDatabase ManagementIntuit QuickBooksQuickBaseDatabase DesignJavaScriptSQLI work full-time as an Operations Manager to make processes more efficient. I've helped eliminate countless spreadsheets, merged data from multiple systems into a structure I helped design & build, written custom report pages, set up automatically triggered notifications, scheduled report deliveries, and much more. I want to empower your business not only to save time & money by automating manual processes, but also to make more informed decisions by providing clear, concise reporting. I love what I do. It's very rewarding to be able to say "Yes, of course we can make that better!" and also be able to deliver on that promise quickly. Using a low-maintenance database platform called Quick Base, I'm able to do this in a matter of weeks rather than months. Additionally, I would be more than happy to train a member of your staff on how to maintain & make updates to the database--no programming knowledge required, just a computer savvy employee will do the trick! Please read our company's case study/success story with Quick Base if you're interested. I will place a link in the portfolio section. Thanks for reading, hope to speak with you soon! - $50/hr $50 hourly
Robert H.
PHP Developer- 5.0
- (22 jobs)
Ocklawaha, FLPHPjQueryMicrosoft OfficeResponsive DesignCSS 3HTML5WordPressSQLJoomlaJavaScriptI have a love of Web Development and IT in general that I bring to all my work. I am meticulous and am always learning more about my field to both stay current and to expand on my skills. I have about 6 years of experience working in this field plus a couple more years setting up websites and doing programming while I was learning, I have a real love of IT and Web Development. I find the whole field endlessly fascinating. I have a problem-solving attitude so bring on your problems and I will get them fixed. As a Mensa member I am able to add on new needed skills and knowledge very quickly. • Excellent problem-solving skills • Specializing in WordPress • Proficiency with Systems Administration and Tech Support work • Expertise creating and maintaining hundreds of websites • Active Directory and Windows Server experience • Experienced at troubleshooting websites and fixing hacked sites • Proficient in WordPress, Joomla and coded sites • Familiarity with Adobe Products (Web Premium CSS5) • Skills with Microsoft Office Products If something is wrong with your WordPress site I can probably fix it for you. I will also give recommendations for improvements for any site I work on. Forms, PHP, JavaScript, CSS or HTML just let me know what you need. If something is broke, hacked or you just want a change or something added let me know. Everything from a brand new site to fixing a hack to a Site Maintenance Contract. I can present my resume, portfolio and references on request CERTIFICATIONS • W3Schools certifications in HTML (with Excellence), CSS (with Excellence), JavaScript (with Excellence), jQuery (94%) and PHP (90% and includes SQL). With Excellence awarded for test scores of 95% or better. • HIPAA certifications in HIPAA Security and HIPAA Awareness for Healthcare Providers from HIPPATraining.org. Valid from Jan. 2019 through Jan. 2021. - $36/hr $36 hourly
Discha Ari Kusuma D.
PHP Developer- 5.0
- (1 job)
Tuban, EAST JAVAPHPArtificial IntelligenceData ScienceWordPressPythonJavaScriptVue.jsjQueryMATLABHi, I'm a Profesional Machine Learning Engineer and Fullstack Developer. My career started in 2015. My competency is in Machine Learning, Matlab, Python, PHP, Wordpress, Laravel, and VueJS Matlab and Python are my experts with more than 5 years experience. Both of them I always use for various data processing such as cellular provider customer service, ecommerce service, and other service. I have analyzed various system such as mountain mitigation systems, ocean wave systems with various methods such as Neural Network (NN) and Fuzzy Logic. Beside these methods, I'm ready to learn new analyst method, where it makes my work better, faster and more efficient. For Fullstack Developer, I have experience building and maintaining website PHP like WordPress, Laravel, CodeIgniter. Also more expert with VueJS, and ReactJS. Skills Data Scientist 👉 Machine Learning 👉 Matlab 👉 Python Skills Fullstack Developer 👉 Website Optimize: CoreWebVitals 👉 FrontEnd FrameWorks : VueJS, ReactJS, NextJS 👉 PHP Framework : Laravel, CodeIgniter, Symfony 👉 CSS Framework : Bootsrap, Tailwind 👉 CMS : Wordpress 👉 Front End Development 👉 Javascript, jQuery 👉 Unit test (Jest) Thank you for your attention. - $65/hr $65 hourly
Izhar O.
PHP Developer- 5.0
- (15 jobs)
Fridley, MNPHPDiviPage Speed OptimizationWebsite OptimizationJavaScriptCSSReactWordPressBug FixGraphic DesignYoast SEOAdobe XDLanding PageUX & UIFigmaFull-stack developer with expertise in WordPress development and UX/UI design, I'm here to offer you top-quality services that will bring your vision to life. With over 7 years of experience in web development, design, and digital marketing, I have a proven track record of delivering high-quality projects that are both functional and visually stunning. My experience in full-stack development enables me to take a comprehensive approach to all of my projects, ensuring that every aspect of your website or platform is perfectly integrated and optimized for maximum functionality and user experience. I am well-versed in all aspects of the project life cycle, from design to implementation to integration, and I am comfortable working in both team and individual settings. Whether you're looking for a custom-built website or an e-commerce platform, I have the skills and expertise to bring your vision to life. I am comfortable working on both the front end and back end of every project. I have worked with a wide range of clients, from large B2B corporations to local small businesses, and I'm always up for a new challenge. I am proficient in a wide range of frameworks, software, and programs. View my website: izharosman.com Here are some of the skills I specialize in: - CMS: WordPress, WooCommerce, Squarespace, Shopify, Pixiset, and Wix - Languages: CSS, HTML, JavaScript, PHP, React, Flutter, React Native, SQL, Laravel, Firebase, SupaBase - Graphic Design: Adobe Photoshop, Illustrator, Adobe XD, InDesign, Figma, Affinity - WordPress Builders: Divi, Elementor, Gutenberg, Goodlayers, Cornerstone, Avada, Beaver Builder, WP Bakery, Visual Composer, Themify - Website Integrations: User access only, memberships, age verification, payment gateways, online course platforms - Website Site Speed Optimization to under 3 seconds and a Pagespeed score above 90 - Responsive design across all platforms and devices - Marketing: Facebook pixel, Facebook ads, Instagram ads, Google ads, Google Analytics, SEO - Email Marketing: Mailchimp, HTML/CSS templates I am confident in my ability to handle any web development or design project, regardless of scope, and my commitment to quality, attention to detail, and dedication to exceeding expectations is what sets me apart. Let's work together to bring your project to the next level! - $35/hr $35 hourly
Alexey K.
PHP Developer- 5.0
- (3 jobs)
Kiev, KYIV CITYPHPYii2ElasticsearchNode.jsLaravelVue.jsSassLooking for an experienced developer to take your SaaS project off the ground? I might be the right person for you. I have the necessary skill set to develop a complex web App. My experience includes working on a number of Applications for business, such as CRM, Lead Management, ERP and more. I have been programming since 2011. Throughout this time I have developed over 20 web Applications for both startups and established businesses from all over the world. I have developed a range of web-solutions for clients from Western Europe and the USA. I have built customised websites to the highest specifications and carry out routine site maintenance. My biggest strengths are the ability to think out of the box, strong work ethic, and working well under pressure. - $100/hr $100 hourly
Alek G.
PHP Developer- 5.0
- (28 jobs)
Paramus, NJPHPCMySQL ProgrammingjQueryCSSC++HTML5JavaPythonJavaScriptHi! I'm just your average senior software whiz with a ton of hands-on know-how. Throughout my career journey, I've been the captain of some pretty massive squads and cooked up seriously scalable stuff using all the cool tech toys like: + Python (with Flask and Django) + JS (with React and Angular) + C++ + Java (with struts & spring). + MySQL + AWS/GCP + Stripe/Paypal/Auth.net By the way, my work clock follows Eastern Standard Time (EST), and I'm chilling right here in the good ole US of A ;) - $40/hr $40 hourly
Zeeshan E.
PHP Developer- 5.0
- (11 jobs)
Dubai, DUPHPLAMP StackMERN StackMobile App Development.NET CoreAndroidWordPress PluginSpring BootWeb DevelopmentWordPressLaravelJavaNode.jsJavaScriptCustom PHPA software engineering professional who has been in this field from almost 14+ years with 100% success rate. I have helped many clients and employers to solve their technology related problems by providing innovative solutions that helped them to take their business to next level. And I am so good at what I do that you will not have to worry about anything. Because, I always deliver such quality and great solutions that nobody else can. I have extensive experience of developing and implementing interactive, user friendly and secure web, mobile and desktop applications. And I have proven track record of completing projects effectively and efficiently, team leading and management, products owner and projects management, developing business plans, requirements specifications and technical analysis, architectural systems research, and advance programming in latest trending technologies. Also I can work with almost any programming language including PHP, Java, JavaScript, C#, Python, etc. And any framework, CMS or software that has been created using any of these programming languages including Laravel, WordPress, Kohana, CakePHP, Symfony, Sprint MVC, Spring Boot, Android, JavaFx, NodeJs, ExpressJs, ReactJs, Angular, Django and many more. Below are some of my successful projects on and off Upwork. Contact me to know more about my skills, expertise and projects that I have not listed here. - $100/hr $100 hourly
Samuel C.
PHP Developer- 5.0
- (67 jobs)
Westerville, OHPHPConversion Rate OptimizationAdobe XDWordPress ThemeUX & UIWordPress DevelopmentCSSCustom Web DesignWeb DevelopmentHTMLJavaScriptWeb DesignAdobe IllustratorSearch Engine OptimizationWordPressUPWORK TOP-RATED WordPress website designer & developer with skills in HTML5, CSS3, JavaScript, PHP, jQuery, UI/UX design and fully responsive development. I build premium, custom-theme WordPress websites for large corporations, SMBs, nonprofits and funded startups across various industries. I consider my skillset rare in that I am equally strong in three critical areas: UI/UX/website design, WordPress development and Search Engine Optimization (SEO). The websites and web apps I design are modern, with friendly and highly branded experiences. I use Adobe XD to design your website prototype for both desktop and mobile and work with you, iteratively, until we achieve an aesthetic and user-experience you're proud to present. Once we complete your design phase, we move onto development. All of the websites I build on WordPress originate from a custom theme (hand-written HTML, PHP, CSS, JS) with the use of Advanced Custom Fields (ACF) for content management. This ensures your site is safe & easy to update, without the bloat of too many plugins or a clunky visual builder. When it comes to SEO, I develop a strategy specific to your type of business and conversion goals. We start with an SEO audit to clean up any technical issues that could be preventing Google from crawling your site content optimally and fix the issues so your site health is 90%+ at any given time. I will then help you devise a content strategy to target the keywords most important to you—after we've conducted thorough keyword research and competitor benchmarking, of course! Beyond my three main service areas of design, development and SEO, I design logos/brands and various marketing collateral. If you're a business in need of a premium web presence, please feel free to reach out or send me an invitation. I'd love to learn more about your organization and your digital marketing & WordPress website design/development needs! - $45/hr $45 hourly
Nicholas N.
PHP Developer- 4.9
- (28 jobs)
Kiambu, KIAMBUPHPPSD to WordPressjQueryWordPress WebsiteMicrosoft Excel PowerPivotSocial Media MarketingKotlinMobile App DevelopmentHTMLCSSJavaScriptWordPressSearch Engine OptimizationWeb DesignWeb Development7+ years of great and very successful web design. I'm an experienced Web Engineer and expert in Web Designing, Graphic Designing, Development, and Execution in a wide range of Static & Dynamic Web Sites on different platforms such as Photoshop & illustrator Designing, HTML, CSS, Bootstrap, WordPress + WooCommerce and Core PHP. Expertise in React, TailwindCSS, Python, Django, Flask, Nodejs and AWS. Have a project you'd like an expert wordpress developer to help you work on? Reach out to me and lets discuss about your project. I really look forward to hearing from you. Feedback from real clients: "Nick was super-responsive and did a great job. He was not only fast and reliable, but he acted pro-active, canny, and effective at any time, too. I'm looking very much forward to our upcoming collaborations." "Nick is such a proffesional. 100% recommended!" "I had a great experience working with Nicholas. He delivered within the scheduled time and his output was amazing. He was also very responsive in my communication with him. I will definitely work with him in future projects" "Wonderful experience working with Nick. Did everything and more than expected. He is truly a DIVI expert and bent over backwards to execute vision for the site. Highly recommend him." - $75/hr $75 hourly
Michael C.
PHP Developer- 5.0
- (21 jobs)
Ridgway, COPHPWordPress ThemeCSS 3jQueryHTML5WordPressJavaScriptWordPress PluginWith over a decade of service, I have plenty of experience untangling the desires of the entrepreneurial mind and translating them into functional code with a beautiful user interface. However, I also have a knack for understanding broader organizational goals and offering novel solutions. I am, at heart, a creative thinker; an artistic type with a strange obsession for code. I enjoy helping entrepreneurs bring their ideas to life in the digital space, and I look forward to beginning yet another successful project with you! My strengths include: - Clear communication and careful comprehension. - Well developed project management system for timely, high quality results. - WordPress customization. - JavaScript development. - PHP development. --- Custom WordPress plugins. --- Custom WordPress themes. - General web application development and integrations. --- Data structure and system design. --- REST API. - Digital marketing automation. - Business process automation. - Salesforce consulting and data management. I have successfully designed and developed salesforce-integrated, custom lead generation tools and mobile sales applications for businesses in the Chicago metropolitan area. I have been integrating and maintaining custom systems for online businesses since 2010. I currently maintain and manage several business websites for my clients and you can see examples of my work by visiting my UpWork Portfolio - $35/hr $35 hourly
Andriy O.
PHP Developer- 4.9
- (30 jobs)
Donetsk, DONETSK OBLASTPHPQt FrameworkMagentoDjangoReactAngularJSWordPressPythonLaravelVue.jsDear sir. Thanks for your visiting my profile. My name is Andriy Oleksieves and I am a software developer from Ukraine. I have rich experience with 10+ years in Web and Desktop app development. I had lucky for working in Ciklum outsourcing company and I own good skills such as Laravel Framework,Django,Html,Css,Magento,React.js and C#,QT/QML,Python,Wordpress plugin and Java. I think success of client is my goal and I will work on my best. I will implement 100% of your requirements and maintain the software as client want. And if it is needed,I will change my timezone as client's. Here are some skills and fields that I have worked in the past. Fields that I can: ✅ Sport Betting bot, Web automatic software,Web scraping tools ✅ Web site Development (Laravel Framework,Django,Html,Css,Angular.js,React.js) I will provide best service and quality code to my clients. If you have any project that I can,please feel free to contact me. I am really looking forward to meet you. Best Regards. - $50/hr $50 hourly
Blu T.
PHP Developer- 5.0
- (10 jobs)
Bournemouth, ENGLANDPHPMySQL ProgrammingSoftware Architecture & DesignJavaScriptLaravelDevOpsI have over 10 years development experience, working in digital agencies and running my own software company. I have worked on complex high volume systems, responsible for the PHP platform, MYSQL databases and server architecture. I have a high level of skill in PHP, Laravel, MYSQL, JavaScript and aws servers. I am able to understand requirements, provide updates and stick to agreed deadlines. Want to browse more talent?
Sign up