How to solve php errors jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 how to solve php errors jobs found, pricing in USD

    I'm looking for a skilled Excel expert to create a project tracking sheet with a calendar section that lists weekly milestones. Key Features: - The main sheet is for tracking project progress. It should include: * Project /Task Name * Start Date * End Date * Progress (percentage) * Priority * Action plan * Comments - The calendar section should list team schedule. * Team working schedule "in office / out of office" * Team calendar "working remotely, annual leave, business trip, public holiday, overtime" Excel Automation: - I need the Excel sheet to have automated functions: * Conditional formatting for visual tracking: Changes in cell color or font based on the progress percentage, to quickly see if a project is on targ...

    $20 (Avg Bid)
    $20 Avg Bid
    4 bids

    I am seeking an AI developer with significant expertise in reinforcement learning. Key Responsibilities: * Apply reinforcement learning techniques to solve complex problems. Required Skills and Experience: * Proficiency in Python. * Expert-level knowledge and hands-on experience in reinforcement learning. Only apply if you possess an excellent understanding of reinforcement learning algorithms, and Python programming. This project is demanding and requires a high level of competency, therefore, only experts in the field are sought. Your expertise will be crucial in optimizing our current models and laying down the roads for future developments.

    $141 (Avg Bid)
    $141 Avg Bid
    23 bids

    I'm in need of someone who can professionally type my Scanned Image PDF file into a Word document. The Word file should be an exact match ...into a Word document. The Word file should be an exact match with the original formatting of the PDF. Key Requirements: - Proficiency in typing and converting Scanned Image PDFs to Word. - Ability to replicate the original formatting accurately. Content Delivery: - The content will be provided in the form of an email attachment. Please note that the final Word document should be readable and editable without any errors or issues. A keen eye for detail is important to ensure the final output matches the original content. Ideal Skills: - Proficient in English. - Experience in file conversion and typing. - Attention ...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    65 bids

    I'm in need of a skilled email cloud engineer. The primary goal of this project is to reconfigure my domain email to ensure that: - It can send emails to a wide range of email platforms such as Gmail, Yahoo Mail, Outlook, AOL, and others. - The emails sent are treated as high-priority emails and arrive in the recipient's inbox. I attached some sending errors I received to enable you to know what you're dealing with Key Requirements: - Ability to configure the domain email to send to all popular email platforms. - Ensuring fast delivery to the inbox. - Limiting the email sending rate to less than 20 per day. Ideal Skills and Experience: - Proven experience in email cloud engineering. - Strong unde...

    $10 (Avg Bid)
    $10 Avg Bid
    1 bids

    I need a skilled PHP/Bootstrap developer to make content alignment adjustments to my existing website. - Layout Changes: The project scope specifically involves tweaking the layout of my site. - Design References: You'll be maintaining the existing website theme as you make these adjustments, so you should be able to follow and work within the established design. - Mockups: I will provide you with detailed mockups of the changes I require. This will form the basis of your work, though I'm open to suggestions and improvements based on your expertise. Ideal Skills: - Proficient in PHP 5.3 - Strong experience with Bootstrap - Ability to follow existing design themes - Good understanding of website layout and content positioning ...

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    67 bids

    I'm currently facing an issue with my MySQL replica. Although there are no errors, the data isn't being synced and the "Seconds_Behind_Master" is consistently increasing. I'm looking for a professional who can help me with this problem. I can't give you access to the server(s) but we can troubleshoot together. Key Requirements: - Expertise in MySQL command line - In-depth understanding of MySQL replication mechanisms - Experience in troubleshooting replication lag - Ability to work quickly and efficiently Max 50 euros. Thank you.

    $154 (Avg Bid)
    $154 Avg Bid
    31 bids

    It is necessary solve two bugs to a Laravel application regard the frontend of condition use php 7.4. if it is necessary you must do changes to the database and the backend

    $40 (Avg Bid)
    $40 Avg Bid
    36 bids

    I'm looking to add a voice search feature to my website which is developed using PHP. I already have my mind set on using Google Cloud Speech-to-Text API for this. Key requirements for the voice search implementation include: - Enabling voice search for content navigation: Users should be able to navigate through my website using their voice, reducing the dependency on traditional text-based searches. - Enabling voice search for information retrieval: Users should be able to ask questions and receive relevant information from the website using voice commands. Ideal Skills & Experience: - Proficiency in PHP development is a must, as my website is built on this platform. - Experience in integrating third-party APIs, particularly Goo...

    $186 (Avg Bid)
    $186 Avg Bid
    33 bids

    I am seeking a freelancer with a strong background in Microsoft Excel's intermediate computations...am seeking a freelancer with a strong background in Microsoft Excel's intermediate computations, especially proficient in VLOOKUP and IF statements. My project involves: - Identifying and correcting errors within my existing formulas. - Optimizing the efficiency of VLOOKUP and IF statements. The ideal candidate should have extensive experience dealing with and rectifying Excel formula errors. The ability to optimize efficiency of calculations to streamline our data processing is paramount. Providing examples of similar projects tackled in the past would be beneficial. I am looking forward to working with a precise and detail-oriented professiona...

    $111 (Avg Bid)
    $111 Avg Bid
    48 bids

    I am looking for a PHP Prestashop developer expert. Ideal skills and experience for this job include: - Strong proficiency in PHP and Prestashop - Experience with PayPal module customization and integration - Knowledge of Prestashop Multishop feature - Familiarity with coding for extra security measures and user interface improvements TASK 1 Reset Prestashop database. Setup on new. (Google cloud server) 1. Clean the prestashop directory, CMS pages and empty links. 2. Make a backup of the current Prestashop database including clients, orders, products, pictures, CMS pages all other information needed for a full reset. 3. Upload backup. 4. Setup all modules setting as was before the reset. Movic theme, Onepagecheckout, Crypto payments, PrettyURL, and Google reviews...

    $1161 (Avg Bid)
    $1161 Avg Bid
    67 bids

    I'm looking for an experienced web developer to create a comprehensive IELTS Teaching Management System in PHP. The system will be utilized by students, teachers, and administrators. Key Features: - Student Management: The system should provide tools for student registration, tracking student progress, and managing student profiles. - Lesson Scheduling: Users should be able to schedule lessons, view lesson details, and manage their availability. - Progress Tracking: The system must include features for tracking student progress, including test scores, attendance, and performance analysis. - Payment Gateway: Integration with a secure payment gateway to facilitate online transactions for course fees. Ideal Skills: - Strong PHP programming skills and ...

    $1443 (Avg Bid)
    $1443 Avg Bid
    66 bids
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response ...problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know , thanks please consider error handling in this case

    $25 (Avg Bid)
    $25 Avg Bid
    18 bids

    I am seeking a full stack PHP developer to assist me with my project. I'm looking for a PHP expert who can aid in the development of a web application, website, or mobile app. You should be proficient in both front-end and back-end development, capable of crafting user-friendly interfaces and integrating complex functionalities. Your role will involve: - Understanding project requirements and delivering high-quality work - Developing secure, efficient, and scalable code - Implementing user authentication, integrating databases, and possibly setting up payment processing systems - Ensuring timely and reliable completion of the project If you are a skilled PHP developer with experience in full stack development and are passionate about producing high-qua...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    193 bids

    I'm encounter...Devanagari, Tamil, Bengali, Hindi, and Marathi. The problem seems to be when we download the PDF. I need a professional who can help me resolve this issue. Key Requirements: - The task is primarily focused on troubleshooting and fixing ligature font problems - The end goal is to ensure the correct display of the fonts in a PDF file. Ideal Skills and Experience: - Proven expertise with Indian fonts, particularly Devanagari, Tamil, and Bengali. - Prior experience with troubleshooting ligature font issues in a print media setting. - Familiarity with creating PDF files from print media sources. - Attention to detail and ability to deliver high-quality work. Please bid on this project if you have the necessary skills and experience to...

    $310 (Avg Bid)
    $310 Avg Bid
    17 bids

    ...The ideal bot should be able to perform several functions: - IS A MUST TO KNOW WHAT IS QUEUE-IT SYSTEM - Search and display available tickets - Add tickets to cart and checkout - Send notification when tickets are available - Simultaneous requests : send multiple requests at once to increase chances of securing tickets - Queue management : handle queue-it system's virtual waiting room effectively, maintain session and user states to handle queue redirects - Human Simulation : mimic human behavior to avoid detection (randomized request intervals) - Technical requirements - use session management and different proxies/ips, implement captcha solving techniques or third-party captcha services if there is any available captcha yet to be ...

    $233 (Avg Bid)
    $233 Avg Bid
    25 bids

    I am looking for a skilled PHP developer with experience in PHP frameworks, MySQL database, and E-commerce development to build a website. The developer should also have experience with Wordpress and integrating various platforms and APIs. Key project details: - The ideal candidate should have strong knowledge and experience in PHP frameworks like Laravel or Symfony, as well as Wordpress. - E-commerce development experience is essential, especially in designing and building secure and user-friendly online stores. - Proficiency in MySQL database is required. - The website will require integrating payment gateways, social media, and email marketing platforms. Hence, the developer should have experience in these areas. Ideal skills and experience: - PHP f...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    15 bids

    I was trying to log into my Laravel application when I encountered the error 419. I need a skilled Laravel developer to help me review and fix session and token issues causing this error. When i loggin then succses then back that show 419 error Key requirements include: - Reviewing Laravel's default authentication and session management to identify the issue. - Fixing the session and token issues causing the error 419 specifically during the login process. Ideal candidates should: - Have extensive experience and understanding of Laravel's authentication and session management. - Be proficient in troubleshooting and resolving Laravel errors. - Be familiar with handling session and token issues in Laravel. Your goal will be to find and fix th...

    $28 (Avg Bid)
    $28 Avg Bid
    48 bids

    As a client seeking a proficient PHP expert, with a minimum of 10+ years of experience, I am looking to enhance an existing Real Time Dashboard within PHPMaker 2023. Key Responsibilities: - Modify existing features and incorporate new functionality - Implement user authentication system to ensure data privacy - Create real-time notification system for immediate updates - Develop advanced interactivity for data manipulation and customization Desired Skills: - Proven expertise in PHP development, ideally with PHPMaker 2023 - Comprehensive experience in building Data visualization (Charts, Heat maps, Custom Dashboards) - Strong understanding of user authentication mechanisms - Ability to develop real-time features for immediate data updates - Experience in...

    $156 (Avg Bid)
    $156 Avg Bid
    24 bids

    I recently encountered a sudd...issue with my AlmaLinux system. The problem began without any known cause and now the system displays filesystem errors during the boot process. I am seeking a proficient freelancer to help me resolve this problem promptly. Ideal candidates for this project should have: - Expertise in Linux systems, especially AlmaLinux - Experience troubleshooting and resolving sudden booting issues - Proficiency in identifying and rectifying filesystem errors Your role will involve: - Diagnosing the sudden boot issue on my AlmaLinux system - Fixing the filesystem errors that are occurring during the boot process - Ensuring that the system can boot successfully without any errors I look forward to working with a skilled freelan...

    $48 (Avg Bid)
    $48 Avg Bid
    14 bids

    I am currently dealing with an issue on my AlmaLinux Development system that is preventing it fro...preventing it from booting. The system is displaying an error message upon boot-up. This issue has arisen following some recent configuration changes. The ideal candidate for this job should be well-versed in AlmaLinux system administration and should have experience with troubleshooting boot issues. It would be great if you have a good understanding of system configuration and how it can impact booting. Your task would be to solve this booting issue and ensure the system is up and running smoothly. Key Skills: - AlmaLinux system administration - Troubleshooting boot issues - System configuration expertise This is an urgent job, and I need a professional who can add...

    $44 (Avg Bid)
    $44 Avg Bid
    12 bids
    Online Form Auto-fill System 6 days left
    VERIFIED

    I'm looking for an adept programmer who can create a system that automates the process of fill...Extensive experience in Automation programming - Strong knowledge of form-based online platforms - Proficiency in cross-verifying data with existing databases Key tasks: - Design and set up an automation system to accurately fill online forms with data. - Implement a cross-verification function that checks the data to be filled against existing data to ensure its accuracy. My expectations for this project are a system that will accurately and automatically populate online forms, saving valuable time and reducing potential errors caused by manual data entry. Your ability to add a cross-verification step into this automated process is crucial, guarant...

    $93 (Avg Bid)
    $93 Avg Bid
    31 bids

    I have a significant number of handwritten documents that need to be typed. The typed content will be used for data analysis. Key Skills and Experience: - Proficiency in accurate typing - Experience in handling handwritten materials - Strong understanding of data analysis Your role will essentially involve transcribing the content from these handwritten documents into a digital format. It is crucial that the data is typed accurately and with minimal errors. The typed data will be used for analysis, so the freelancer should ensure that the content is easily readable and properly formatted for data analysis purposes. This project is ideal for someone who has experience with data entry, accuracy in typing, and understanding of the importance of clean data for analysis.

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    99 bids

    I'm in need of an experienced PHP developer, well-versed in Core PHP and Wordpress Development. The ideal candidate must be able to work on various projects with the following requirements: - User Authentication and Authorization: The developer will need to create secure login and registration systems for our websites. - Database Integration and Management: Proficiency in MySQL is a must. The developer will be responsible for managing and integrating databases effectively into our sites. - Payment Gateway Integration: The developer will have to implement payment gateways, ensuring a smooth and secure payment process for our users. Ideal Skills: - Proficiency in Core PHP and Wordpress Development - Strong understanding and experience with MyS...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    73 bids

    I'm in search of a skilled PHP and CodeIgniter developer to help with a project that involves user registration and login, as well as database integration. Key Points: - The project involves user registration and login: You'll be responsible for setting up a smooth user registration and login process. - Database integration: Your task will include integrating the project with a database, ensuring data is stored and retrieved efficiently. - Minimalist design: The design aesthetic should be minimalist. Your Expertise: - Proficiency in PHP and CodeIgniter: We're seeking an individual with extensive experience in both PHP and CodeIgniter. - Prior experience with user registration and login systems. - Strong database integration skills. The project...

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    45 bids

    I have two APIs in PHP that need to be fixed, specifically regarding issues with user authentication. Key Requirements: - Fix API A and API B - Resolve the authentication problems - Ensure APIs are properly authenticating users Ideal Skills and Experience: - Strong experience with PHP - Proficiency in working with APIs - Prior experience in resolving authentication issues - Ability to troubleshoot and debug efficiently Please let me know about your prior experiences in fixing PHP APIs, especially with user authentication. Feel free to share examples of your previous work or any relevant details. Your proposal should outline your plan on how you intend to resolve the issues and demonstrate that you understand the project requiremen...

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    16 bids

    I'm looking for a skilled professional to help me with advanced data processing tasks using Power BI and Macros. Key Responsibilities: - Data Cleansing: You will be responsible for ensuring that the data is clean and free of any inconsistencies or errors. Ideal Skills and Experience: - Proficiency in Power BI and Macros - Strong background in data processing - Ability to clean and transform data effectively Please note that the main objective of this project is advanced data processing. The tasks would primarily involve data cleansing and transformation. Feel free to reach out if you have any questions.

    $71 (Avg Bid)
    $71 Avg Bid
    15 bids

    DotNet developers required for #Errors removal and Improvement work# in thenafter Host on server. Developers should also have knowledge about Merger of sourcecode and database of his done-work with other developer's done-work on GitHub. Website Address - User emailid- @gmail.c Password- kaspersky Errors removal and Improvement work which has to be done is explained in below link-

    $122 (Avg Bid)
    $122 Avg Bid
    10 bids

    ...proficient PHP programmer to handle a variety of tasks on my project. These tasks will include: - Website development: The core of this project involves visualization of the key concepts, hence proficiency in creating efficient and visually appealing websites is a must. - Database integration: The website functionality will be backed by a responsive and robust database. Expertise in MySQL or similar database is critical. - Custom script development: You will need to develop tailored scripts to meet the specific needs of my project. Familiarity with CodeIgniter is essential for this project since we will be using this framework for our site. Given the complexity of the work, I prefer a mid-level developer who has substantial experience in the aforementioned ...

    $104 (Avg Bid)
    $104 Avg Bid
    41 bids

    ...: 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian by ssh, and setup cron task on debian, and debugging etc Personality's Criteria : 1. No toxic working environment 2. Agile, Responsive, and Fast Delivery 3. Collaborative as a team 4. Responsible, Credible, Reliable and Integrity person 5. No agency, only direct hiring ------ I'm looking for a skilled DevOps professional who can help in maintaining my server code. As the DevOps server code maintainer for this project, you will be responsible for: - Server Configuration and Setup: Ensuring the smooth operation of our Linux Debian SSH server. - Code D...

    $29 (Avg Bid)
    $29 Avg Bid
    14 bids

    I need an experienced PHP Laravel developer to implement specific changes to my existing Customer Management System (CMS). My hot requirements are as follows: - Reporting Feature: I need the implementation of a Customer Activity Reports feature. The system should allow users to generate custom reports using the existing database. The reports should be detailed, accurate, and easily accessible. - UI Improvements: I'm not satisfied with the current UI of the system. I need the navigation to be simplified for better user experience. The interface should also be modernized with a new color scheme. Responsive design is a must for compatibility across all devices. The ideal candidate should have a deep understanding and a strong background in PHP...

    $309 (Avg Bid)
    $309 Avg Bid
    179 bids

    ...a skilled PHP developer with experience in CodeIgniter for a new project in the e-commerce space. Ideal Skills and Experience: - Proficiency in PHP and CodeIgniter framework - Previous experience in e-commerce platform development - Strong understanding of front-end technologies, such as jQuery, JavaScript, HTML5, and CSS3 - Knowledge of MySQL and other relational databases - Familiarity with RESTful APIs and Web Services - Ability to work with version control systems like Git The primary goal of the project is to create a robust, scalable, and user-friendly e-commerce platform. The platform should be able to handle a large number of products, facilitate smooth transactions, provide a secure payment gateway, and have a user-friendly interface. A key ...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    34 bids

    I'm looking for a PHP developer with substantial CodeIgniter framework expertise. The project at hand involves upgrading and optimizing an existing PHP application. Key Requirements: - Strong PHP skills and extensive experience with the CodeIgniter framework - Proficiency in MySQL database management for database optimization and management. - Familiarity with front-end development to be able to enhance the UI/UX as part of the upgrade. Your main responsibility will be to improve the existing codebase, making it more efficient and scalable. This will involve database optimizations, code refactoring, and possibly some UI/UX upgrades. An understanding of security best practices in web development will also be highly beneficial. If you have p...

    $133 (Avg Bid)
    $133 Avg Bid
    38 bids

    ...API into my Wordpress website to allow for sending promotional messages to customers. Additionally, I need this feature further developed into a simple chatbot for automated responses. - Your primary tasks will include: - Setting up the WhatsApp API to the website - Configuring it to allow for sending messages to customers - Developing a basic chatbot functionality - Ensuring the chatbot can provide automated responses based on predefined rules You should have: - Proven experience in integrating APIs, specifically WhatsApp API - Proficiency in developing chatbots - Knowledge of Wordpress and it's capabilities for handling APIs - Good understanding of marketing and customer engagement - Strong problem-solving skills, attention to d...

    $116 (Avg Bid)
    $116 Avg Bid
    37 bids

    More details: *What specific type of claims do you expect the expert consultant to identify? Delays, Cost overruns, Scope changes *How many projects do you need the expert consultant to review? 4 *Project documents will be supplied. *Reference Contract: FIDIC Red Book *How soon do you need your project completed? ASAP

    $97 (Avg Bid)
    $97 Avg Bid
    17 bids

    I require an experienced PHP developer who can quickly resolve two broken links on my e-commerce website. The first issue is in the search line reset menu, while the second is between the cart and the payment gateway. Key Responsibilities: - Fixing two broken links in the e-commerce page - Ensuring the page stops looping - Ensuring the page retains user details between stages - Enabling users to progress to the payment page The fix needs to be completed in the next week. Ideal Candidate: - Proficient in PHP, particularly in e-commerce settings - Strong understanding of custom coding - Ability to work efficiently and meet deadlines - Experience in troubleshooting and resolving similar issues I have existing documentation and code comments av...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    155 bids

    I need a professional resume reviewer to go through my resume. The ideal candidate should be able to focus on a few key areas: - Grammar and spelling errors - Content and structure - Formatting and design I am looking to transition into a new tech role and my resume should reflect and appeal to this industry specifically. Please complete the review within a week.

    $26 (Avg Bid)
    $26 Avg Bid
    81 bids

    I'm facing an issue with my StrongSwan tunnel. I would appreciate a talented freelancer to assist in troubleshooting and resolving the problem. Key Details: - The error message I'm encountering is 'invalid HASH_V1 payload length, decryption failed?' - The error seems to be related to not being able to decrypt payloads - Additionally, I'm getting 'No matching CHILD_SA config found for IP/IP. received DELETE for IKE_SA' on the responder side Your Role: - The primary task is to address and rectify the issues causing the tunnel failure - As of now, the problem seems to be primarily on the responder side Ideal Skills for the Job: - Proficient in StrongSwan VPN - Strong troubleshooting skills - Experienced in resolv...

    $149 (Avg Bid)
    $149 Avg Bid
    13 bids

    I'm in need of an experienced developer to modify my PHP/Bootstrap5 image watermark form. The current setup has the form working in the background with a preset design. I now want it to be a more integral part of the watermark process. Key tasks: - **Form Integration**: The form should be fully functional, where users can upload images, add text for watermarking, choose a watermark position, and even select an existing image for watermarking. - **Code Adjustment**: The existing watermarking code needs to be integrated and work seamlessly with the form submission. This involves adjusting the code to make it work in conjunction with user input from the form. - **User Experience**: The form should be user-friendly, intuitive, and visually appealing, en...

    $26 (Avg Bid)
    $26 Avg Bid
    19 bids
    SEO Content Generation 6 days left
    VERIFIED

    ...project The goal of the project is to develop an automated system that generates high-quality content related to beauty, cosmetics, skin and hair products, and makeup. This system must: Collect content from various sources (URL, RSS, XML) configurable by a Super User. Filter and process such content using artificial intelligence (AI) to improve it. Automatically publish enhanced content to a WordPress blog and various social networks. Provide an intuitive administration panel for managing system sources and configurations. Technologies and Tools Used Backend: Django Frontend: React Database: MySQL or PostgreSQL Monitoring: Prometheus and Grafana Containers and Orchestration: Docker and Kubernetes This project is already validated by AI tools to corr...

    $33 - $272
    Sealed
    $33 - $272
    9 bids

    The task to be solved is about triangular distribution using R. It has 8 points. Only the point e) can't be solve with R, because it is a theoretical task, about writing the equation of density function of a triangular distribution. So I propose to you to solve the points a to d, and f and h by using R and the required packages. I believe that by using the package "stats" and the package "EnvStats" will be enough to solve the tasks. The .R file with the solutions will be delivered as result. Each solution will be explained by comments in the code, so they can be easily understood. In this quote is included 1 meeting to share and explain the R code, and to answer any doubt that can arise from ...

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids
    Urgent Laravel Bug Fix 6 days left
    VERIFIED

    I'm in urgent need of a Laravel expert to fix bugs in my project. The specific issues are not clarified, but they are impacting the functionality of the site. The project requires someone who is proficient in Laravel, with a strong understanding of databases, data handling and user authentication. The ideal freelancer will be able to quickly identify and solve the issues. Experience in working on similar projects and a commitment to meet tight deadlines is essential. It's crucial for the project to be completed as soon as possible. If you're confident in your Laravel skills and can work swiftly under pressure, I'd love to hear from you.

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    59 bids

    We are looking for a talented PHP Laravel Programmer to join our team and work on our B2B ecommerce website and app development. The ideal candidate will have a strong background in PHP and Laravel, with experience in building and maintaining ecommerce platforms. This is a remote position, offering the flexibility to work from anywhere. Key Responsibilities: Develop, test, and maintain high-quality ecommerce solutions using PHP, Laravel, MySQL, HTML, CSS, JavaScript, and related technologies. Collaborate with the design and product teams to implement new features and improvements. Optimize and enhance the performance of the website and app to ensure a seamless user experience. Troubleshoot and resolve issues as they arise, ensuring the sta...

    $582 (Avg Bid)
    $582 Avg Bid
    211 bids
    CyberPanel & PHP Upgrade 6 days left
    VERIFIED

    I'm currently running CyberPanel version 2.3 with PHP 7.2 for hosting websites. I need to upgrade both CyberPanel and PHP to their latest stable versions. Key tasks involve: - Updating CyberPanel to the most recent stable version. - Upgrading PHP from 7.2 to the latest stable version (8.3). Ideal Freelancer: - Experienced in administering CyberPanel and PHP. - Proficient in upgrading server-side software. - Good understanding of website hosting environments.

    $43 (Avg Bid)
    $43 Avg Bid
    16 bids

    I am looking for a talented professional to develop a mobile application for both iOS and Android platforms. The primary function of this app would be AI-enhancement, particularly focusing on the Computer Vision feature. Ideal Experience and Skills: * Proficient in iOS and Android development * Strong background in AI, especially Computer Vision * Experience in integrating AI capabilities into mobile apps The app will also have an in-built feature to solve questions, further incorporating the AI function. Make sure that the AI is robust enough to provide accurate solutions. Please apply if you have a proven track record in developing AI-based mobile applications. Demonstration of a similar project in your portfolio will be a plus point.

    $509 (Avg Bid)
    $509 Avg Bid
    49 bids
    Laravel Bug Fixes 6 days left
    VERIFIED

    I'm currently encountering some bugs in my Laravel project that need urgent fixing. I can provide you with more details about the specific issues in a private message, but here's a general overview of the task: - I'm looking for an experienced Laravel developer who can troubleshoot and resolve the bugs in my project as soon as possible. Ideal... I can provide you with more details about the specific issues in a private message, but here's a general overview of the task: - I'm looking for an experienced Laravel developer who can troubleshoot and resolve the bugs in my project as soon as possible. Ideal candidate should: - Have a strong understanding of the Laravel framework - Be proficient in debugging and fixing errors in PHP applications - Be a...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    50 bids
    UDP/IP NETWORK PYTHON EXPERT 6 days left
    VERIFIED

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    $42 (Avg Bid)
    $42 Avg Bid
    11 bids

    I have an issue that needs resolving urgently. I'm having ...my Instagram account. My trouble is essentially with account settings—I'm unable to set it up correctly. I am looking for someone with in-depth Instagram technical knowledge and a keen understanding of issues related to account visibility. The ideal candidate should can solve these kinds of issues swiftly. Patience and precise communication skills are also highly desired, as I would love to understand the problem and the solution, to prevent a recurrence. All in all: • Should have Instagram expertise • Should have problem-solving skills • Need excellent communication skills • Must be patient and willing to educate me on the solution The faster this is s...

    $84 (Avg Bid)
    $84 Avg Bid
    4 bids

    Please ONLY apply if you can do the following tasks. I need an experienced freelancer to convert my PDF into Amazon KDP format. The content of the PDF is a mix of text and images. I only have a pdf file already designed into an ebook, so when directly converted into EPUB format, it yields lots or errors, words glued together, transitions between lines kept together (e.g. transfor-mation). All this has to be corrected, and accounted for in your quote. Key requirements: - Convert PDF to Amazon KDP format - Edit and format the text as necessary Ideal skills: - Amazon Kindle Direct Publishing (KDP) expertise - Excellent attention to detail for text formatting - Experience working with mixed text and image content - text editing within the EPUB format

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    33 bids

    Title: Automated Data Retrieval from Websites Using CRM and CID Numbers Description: We are looking for an experienced developer to automate the process of retrieving data from specific websites using CRM and CID numbers. The goal is to develop a script or tool that will: Look up Doctor's Specialization: Use CRM numbers to search on the website: CFM Doctors Search Extract doctor's information including their specialization. Look up Disease Descriptions: Use CID numbers to search on the website: MedicinaNet CID10 Search Extract the disease description. Deliverables: ( ) A script or tool that can take a list of CRM and CID numbers as input. Automate the search process on the specified websites. Extract

    $21 (Avg Bid)
    $21 Avg Bid
    6 bids

    ...that runs on PHP and I'm looking to integrate it with APIs provided by multiple suppliers. These suppliers will send us three specific types of data through their APIs - customer information, product information, and order information. Key Requirements: - Connect the webapp with Supplier A, Supplier B, and Supplier C APIs. - Extract and process customer information, product information, and order information sent by these suppliers. - Display this data on the webpages of the application. - Store this data efficiently in a database. Skills and Experience: - Proficient in PHP and API integration. - Strong understanding of database management. - Experience in handling customer, product, and order data. - Detail-oriented to ensure accurate data extraction ...

    $86 (Avg Bid)
    $86 Avg Bid
    44 bids