Ajax suggestion tutorial php mysqlJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 ajax suggestion tutorial php mysql jobs fundet, i prisklassen EUR

    ...be ignored. -Please make sure that you carefully read and understand the job. I promise I'll describe it as best as I can. -Please make bids ONLY if you've checked the two things below, and please hold yourself to your bid. I'm okay with a variance of up to ±10%, but if you want to add a zero to the end, well, there's no need to waste each other's time. -Please provide me with a realistic suggestion regarding what you are charging and how long it will take. -Please no so called "Placeholder bids"- if you are an expert in your field, you should be able to make an +- offer ;) Here is the project: I need two minor changes for my site. 1: it stands out, the payment system on my multi-vendor site isn't automated. When a purchase i...

    €186 (Avg Bid)
    €186 Gns Bud
    79 bud

    ...with our token. The access to these webpages is exclusive to the wallet holders of our token. As a workflow, the pages should have the following features: Page 1: Voter registration. A user must logon to the page with his/her wallet and register to vote. The page must then collect the voter data (registration date-time, wallet address and number of tokens held) the data must be stored in a MySql table - upon completion user must exit Page 2: Voter action. On the voting day the user must logon to the page with his/her wallet, number of tokens will be compared to the table against the wallet address. If the wallet is not registered or if the token number has changed then the voter can not continue and a nice void message must be displayed. If voter is registered the vote data ...

    €183 (Avg Bid)
    €183 Gns Bud
    27 bud

    I'm in urgent need of a highly skilled PHP developer to create a custom CMS with a focus on specific functionalities. The ideal freelancer for this job would be someone with deep experience in PHP and a proven track record of developing efficient, scalable, and user-friendly content management systems. **Key Requirements:** - Must have expertise in PHP and familiarity with custom CMS development. - Strong knowledge in at least one of the following PHP frameworks: Laravel, CodeIgniter, or Symfony. - Ability to implement core features including but not limited to: - **User Management:** Capabilities to manage user roles, permissions, and profiles efficiently. - **Content Editing:** A robust and intuitive interface for content creation and modificatio...

    €38 (Avg Bid)
    €38 Gns Bud
    48 bud

    I'm seeking a skilled developer to transition my current Ruby project to PHP, my ruby code: Regards

    €134 (Avg Bid)
    €134 Gns Bud
    34 bud

    I am seeking a PhP Laravel expert who can modify my Learning Management System (LMS) to not only rearrange the layout but also to integrate key features such as one-on-one messaging and group chat. Key Requirements: - Experience in PhP Laravel and LMS systems - Ability to rearrange the current layout per my specifications - Ability to create and integrate message and group chat features Please apply if you have a proven track record in PhP Laravel and LMS system development. Your bid should reflect your understanding of the project requirements.

    €153 (Avg Bid)
    €153 Gns Bud
    49 bud

    I'm urgently seeking an adept web developer to create a prototype banking system featuring crucial functionalities. My vision includes: - Three types of users - Account Balance Inquiry: Enable secure access to user's current balance. - Transaction Logs: Provide a histori...includes: - Three types of users - Account Balance Inquiry: Enable secure access to user's current balance. - Transaction Logs: Provide a historical view of past activities. I may have overlooked security specifics, but expect standard industry practices to be implemented, adapting enhancements along the way. Candidates must exhibit the following: - Proficiency in HTML, CSS, JavaScript, PHP, MySQL DB. - Understanding of secure coding practices. Prompt completion is key; hence, immedia...

    €488 (Avg Bid)
    €488 Gns Bud
    143 bud

    ...create a form. This form should use HTML Table and DIV tags to display specific data from an array derived from a MySQL database. The following details are required: - Specific data fields to be displayed from the array: Name, Email, Phone number. - There's no need for database connection, just the form design. - The data will be displayed through a HTML table, with specific titles in two languages: Arabic (Right-to-Left) and English (Left-to-Right). A suitable freelancer for this project is someone who has experience working with HTML, especially with multilingual projects. You should also understand how data is retrieved and stored within an array which is derived from MySQL, although no actual database connection is to be made for this project. Ability to embed p...

    €19 (Avg Bid)
    €19 Gns Bud
    27 bud

    ...developer who can dive into the PHP code of my website and iron out a few critical issues that are impacting its performance. Your primary mission will be to restore full functionality by addressing and resolving specific problems that have arisen. **Key Responsibilities:** - Diagnose and fix the issue causing the login functionality to fail. - Identify and resolve the database connection error to ensure smooth data flow. - Tackle the problem leading to incorrect page loading, optimizing for speed and reliability. **Ideal Skills and Experience:** - Profound knowledge of PHP and common debugging techniques. - Experience with SQL databases, able to diagnose connection issues. - Ability to work efficiently under minimal supervision. **Requirements:** - Access to the PHP...

    €19 (Avg Bid)
    €19 Gns Bud
    42 bud

    ...skilled PHP developer to enhance the performance of my application. The ideal candidate for this project will possess extensive experience in PHP. Your primary responsibility will be to implement strategies to significantly improve its efficiency and speed without compromising functionality. I have a PHP application, it mostly contains performing some different kind of search and it gets results from database for that. There is a significant amount of database interaction to fetch the data and then some work is also being done for rendering that data. On UI side, it's taking around 20-30 seconds and for some cases upto 2-3 minutes to fetch it and render. I need help to improve this response time to milliseconds like how an ideal API response should be. Databas...

    €125 (Avg Bid)
    €125 Gns Bud
    28 bud

    hola buenas tardes, soy una pequeña agencia y me gustaria pasar trabajos a un desarrollador responsable. Los trabajos se pasaran y tu podras cotizarlos y darme tiempo de entrega. lo que requiero para la entrevista es: que sea hispano hablante (requisito indispensable) trabaje con php y mysql (indispensable) se valorara si sabe react native y desarrollo de apps nativas en android

    €695 - €1390
    Forseglet
    €695 - €1390
    88 bud

    I'm seeking a proficient web application developer using spring boot angular mysql for an NGO-related project. This project will require elements of both social networking and data storage/retrieval functionality. Specific requirements include: - User Authentication: Implementing secure login and signup procedures while also putting measures for password recovery in place. - Data Storage and Retrieval: Effective organization and storage of crucial user data, with efficient retrieval procedures. - Payment Processing: Safe and secure processing of financial transactions, protecting the financial information of all users. - Profile Creation: Empowering users to create and manage detailed profiles, inclusive of various elements such as bio, images, etc. - Post and Comment ...

    €125 (Avg Bid)
    €125 Gns Bud
    18 bud

    We've coded our own Websocket server in python3 which is over 700 lines and it works really well. Its job is to accept and verify clients through our mysql database, accept and respond to Websocket messages and so on. Each client is considered a new thread so it won't "block" execution for other clients. The problem is that the threads are not reused nor closed when the client disconnects. Instead, all of the threads are stacking up and this is very bad resource-wise. (Although we use thread pooling) All we need is a professional python3 engineer to fix the stacking threads problem without changing anything else in the program. It works fine but it eats resources like crazy. Meanwhile, due to the nature of our project, the engineer who we'll pick, will wo...

    €142 (Avg Bid)
    €142 Gns Bud
    23 bud

    Hi i want to build a PHP Website with about 15 pages

    €123 (Avg Bid)
    €123 Gns Bud
    56 bud

    I am in need of a professional video creator who can produce a series of quality 5-10 minutes long tutorial videos about cooking. - The tutorial videos should clearly illustrate cooking steps and procedures. - It's important that the creator masters video editing tools and has an excellent communication skill. - Experience in creating cooking related content would be highly beneficial. - The ability to produce videos that are easy to understand is a must. In essence, the ideal freelancer is one with a passion for cooking and a knack for creating informative and entertaining tutorial videos.

    €14 (Avg Bid)
    €14 Gns Bud
    11 bud

    We are currently utilizing OpenSearch Service to search information related to various data. We are using it in 3 lambda functions listed below. We need to replace OpenSearch as it's expensive and we do not have a huge volume of data. • sync-mysql-and-elasticsearch - to load data from MySQL to OpenSearch into multiple indexes ("candidate", "books_and_documents", "interviewer", "coach", "mentor", "trainings", "test", "questionnaire", "job_positions", "job", "user", "projects", "assignments") • suggestions-utility - to query the OpenSearch indexes mentioned above to get the data based on various parameters • mcn-advanced-search - ...

    €294 (Avg Bid)
    €294 Gns Bud
    13 bud

    I'm seeking a skilled SQL developer who can assist with query optimization and database administration tasks. The ideal candidate would have: - Proven experience in database design and performance optimization - Proficiency in both MySQL and SQL Server systems Main responsibilities will include: - Optimizing the performance of SQL queries - Administering database operations If you've worked on similar projects and have the required skills, do not hesitate to bid. I'm looking forward to a successful collaboration.

    €263 (Avg Bid)
    €263 Gns Bud
    31 bud

    I'm on a quest to find a talented freelancer who can produce engaging and informative tutorial videos daily for my YouTube channel. The focus of these tutorials will be on Microsoft Office, Adobe products, trendy tools, Excel formulas, and PowerPoint presentations. Budget : 200 rupees per video **Requirements:** - Create daily tutorial videos, each less than 10 minutes long. - Cover a wide range of topics including Microsoft Office (Word, Excel, PowerPoint), Adobe products, trendy tools, Excel formulas, and PowerPoint presentations. - Ensure that the content is engaging, easy to understand, and caters to a wide audience, from beginners to more advanced users. **Ideal Skills and Experience:** - Proficiency in video editing software and screen recording tools. - In-dep...

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    12 bud

    ...access that file. Do to that, many people are accessing the API and then sharing the content of it everywhere on the internet, and where we are providing content from third party services we cannot protect the content in the JSON . So we would like to secure it more for example, when user has access to our API he has an API key, and we would like to mask our content in our JSON with some kind of PHP manipulation So let's say, we have JSON which has original URL of like this example: and the token is AbXdSss600555 and that token is not related to the API in any stage. We would like to change it that way: and instead of the "AbXdSss600555" that person would use their API key which

    €501 (Avg Bid)
    €501 Gns Bud
    159 bud

    Need freelancer who can graphic design customised website for yoga and need PHP backend we r web developers and we list 3rd party projects we will give the project a competitive bid and freelancer who is available to start immediately companies please do not bid

    €134 (Avg Bid)
    €134 Gns Bud
    53 bud

    we are looking for a senior PHP developer with a minimum of 16-20 years of experience Skills and Experience MUST HAVE: - 16-20+ years of PHP development experience. - Proficient in Laravel framework. - Experience SQL Injection prevention/fixing - Finding and Securing any loop holes in the system - implementing new features , for enhancement of the platform, - making sure all pages are secured - must be an independent developer, not an agency! - must be able to work on github - lastly making sure platform is mobile responsive Must have experience in social media or multi-user platform, chat system, ecommerce platform Must be knowleadble in updating designs as well when needed.

    €8 / hr (Avg Bid)
    €8 / hr Gns Bud
    85 bud

    I'm seeking a skilled freelancer to identify a high-demand, profitable drop-shipping product suited for both male and female target markets. Due to the broad nature of my requ...drop-shipping business models. - Understanding of both male and female consumer markets. - Knowledge across multiple product categories is a plus. **Ideal Candidate** - Proven track record in e-commerce and drop-shipping. - Creative mindset for ad creation. - Flexible and quick to adapt to market trends. Given the urgency of this project, I'm looking for someone who can deliver both the product suggestion and the video advertisement as soon as possible. If you have a portfolio that includes similar projects or any relevant experience, please mention it in your proposal. Let’s work together...

    €11 (Avg Bid)
    €11 Gns Bud
    7 bud

    I'm in urgent need of a PHP developer who has an intuitive understanding of PHP scripts to assist in fixing some logical errors that have arisen. The precise functionalities affected by these errors are not fully known at present. The ideal person for this job should have: - A strong understanding of PHP programming. - Previous experience in diagnosing and resolving logical errors in PHP scripts. - Excellent problem-solving skills. - A strong understanding of best coding practices. This job will initially be focused on identifying and rectifying the errors. However, there is potential for further work in streamlining the script for optimal performance. Your assistance will ensure the smooth running of my site and improve user experience.

    €125 (Avg Bid)
    €125 Gns Bud
    28 bud

    I'm looking for a skillful professional to perform CRUD (Create, Read, Update, Delete) operations on my database with the assistance of API calls from Postman. Your expertise in Kotlin, MySQL, and the Ktor framework will be crucial in the successful execution of this project. Proficiency with IntelliJIDEA is also desirable. Your primary task will include: - Setting up the API so that, when called from Postman, updates occur in the MySQL database. - CRUD operations should be applicable to the 'User' and 'Book Details' tables within the database. For the 'User' table, the fields to be managed are as follows: - Name - Password - Age For the 'Book Details' table, the fields include: - ISBN - Author - Title - Published Year Your...

    €11 (Avg Bid)
    €11 Gns Bud
    5 bud

    Hello Mr. Huseyin, Thank you for sharing the detailed requirements for the backend enhancements of your hotel and tour platform. Based on the issues and new features you've described, we are pleased to provide you with the following quote for our services. **Scope of Work:** 1. **Navigation and User Experience Improvements:** - Ensure that after saving, users are redirected to the corresponding feature tab. - Fix breadcrumb navigation for a clear hierarchical structure. 2. **Data Management:** - Implement logic for include/exclude functionality with database integrity. - Address rate options display and deletion behaviors. 3. **Pagination and Reviews:** - Implement pagination for item display with a limit of 20 per page. - Create a review moderation system with controlled frontend...

    €324 (Avg Bid)
    €324 Gns Bud
    1 bud

    I'm looking for a skilled developer fluent in both PHP and C# to build a multifaceted web application. This tool will primarily: - Handle Data Management: The application should be able to store, retrieve, and manipulate data proficiently. - Deliver Communication Services: The application needs functionality to enable communication between users. - Manage Financial Transactions: The app must include safe and reliable methods for processing financial transactions. You should have extensive experience in both PHP and C#, with a portfolio demonstrating a strong background in developing complex web applications. Familiarity with implementing secure financial transaction systems, expertise in data management techniques, and an understanding of communication services within ...

    €19 / hr (Avg Bid)
    €19 / hr Gns Bud
    90 bud

    Hello I have a company CRM, I need to scrape specific information each day from my CRM to produce a report based on the data. I need someone experienced in a Cloud Hosted Web CRM to help me scrape the data and put it into a MySQL database.

    €21 / hr (Avg Bid)
    €21 / hr Gns Bud
    125 bud

    Necesito programadores para cursos de desarrollo web. Estos cursos inicialmente se alojarán en YouTube, pero ...desarrollo web. - Presentar el contenido del curso en español para tutoriales de YouTube inicialmente. Habilidades ideales: - Experiencia contrastada en desarrollo web. - Dominio del idioma español, ya que nuestra audiencia principal es el mercado latinoamericano. - Experiencia en la creación de contenido en línea atractivo y educativo. - Capacidad para entregar contenido dentro de un período de tutorial de 10 a 30 minutos. En el futuro, también podría haber oportunidades de expandirse a cursos de programación de aplicaciones móviles. Eduquemos e inspiremos juntos a la próxima generación...

    €31 (Avg Bid)
    €31 Gns Bud
    14 bud

    We are seeking 15-20 + years of experienced CORE PHP, Laravel developer. **Requirements:** - **Strong Proficiency in Laravel/ core php:** . - **Experience in fixing SQL Injections and security of php files: ** Demonstrable experience in fixing SQL injections and making sure the website is hack-proof - **Experience in Project Upgrades: ** Demonstrable experience in upgrading existing projects, making them more efficient, and integrating new functionalities seamlessly. **Ideal Skills and Experience:** - In-depth knowledge of PHP and Laravel framework. - Proficient in problem-solving and debugging. - Experience in performance tuning. - Ability to handle feature development from conceptualization to deployment. - Strong communication skills in ENGLISH - MUS...

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    126 bud

    We'll use this project for changes to any Shopify Themes using Liquid. First project will use update sections of the theme to show information from the Shopify Ajax API or external php calls.

    €122 (Avg Bid)
    €122 Gns Bud
    1 bud

    I'm seeking a graphic designer to create a modern-style email signature. The indicated timeline for this project is ASAP, demonstrating an urgent need. The requirements for this project are not yet fully defined,...offering the chance for you to suggest what elements could make the design outstanding. Ideal skills would include: - Proficiency in graphic design - Familiarity with modern and minimalistic styles - Knowledge of email-ready designs - Ability to work quickly and effectively with tight deadlines Propose what the essential elements of an effective and appealing email signature should be, your suggestion will count in the selection process. Prior experience in designing modern style email signatures will be a significant advantage. Please include relevant examples in...

    €17 (Avg Bid)
    €17 Gns Bud
    47 bud

    ...access control system utilizing RFID technology. This system is central to an upcoming project and requires specific functionalities and integrations tailored to our unique operational needs. Here's a concise outline of what we're looking for: **Core Requirements:** - Development of a Python-based software to support an RFID-based access control mechanism. - Integration with a SQL database (either MySQL or PostgreSQL) for robust data management. **Key Features:** - **User Authentication:** The system must authenticate users efficiently to grant or deny access based on RFID tags. - **Database Integration:** Seamless integration with a SQL database is crucial. This will involve storing and retrieving access logs, user information, and access credentials. - **Single RFID...

    €251 (Avg Bid)
    €251 Gns Bud
    6 bud

    I have an application which needs to be completed with in 45 days. Figma is readily available. Should develop both front end(iOS/Android), backend, database. React native , Node JS, MySQL preferred. Work will be assigned as milestones. Should hand over the entire code after each task is assigned and should run it on clients simulator. Looking only for serious freelancers. Payment will be made upon successful code submission.

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    214 bud

    ...generate cover letter when users enter their job requirements and resume copy ( The tool is already created, all you have to do is connect the API key and make it work with Open AI. - Feature Two: Convert excel database to provide required output on the webpage. Create a form wizard which filters the excel or database and provide relevant information. ( We have excel file which need to converted to MySQL so it can be filtered on tool web page. The tool is 90% ready , all i need someone to help me fix few things, and in future we can add features on a monthly basis. Check the example : test @ Password: 12345678 currently this tool already have those 2 functionality mentioned above, all we want is to create a simple page and have similar connection

    €303 (Avg Bid)
    Haster
    €303 Gns Bud
    47 bud

    I'm urgently in need of a developer for my existing website. I require the addition of a PHP function for a letterhead. The successful candidate should ideally demonstrate: - Expertise in PHP, specifically with functions pertaining to letterheads - Familiarity with formatting and generating PDFs from templates - Ability to work on a tight deadline, as I need the project completed as soon as possible Please note that while I initially considered adding recipient information dynamically and attaching the generated PDF to emails, these features were not selected as crucial for this stage of the project. Depending on the success and usefulness of the new function, these (or similar) features may be included in future updates. In your proposal, please included a timeline ...

    €14 (Avg Bid)
    €14 Gns Bud
    1 bud

    ...preserve all existing store information (products, customer data, order history, etc.). - Familiarity with PayPal integration, as it is the current payment method used and needs to continue working flawlessly. - No new design elements are needed, but suggestions for minor improvements that don't significantly change the look are welcome. **Ideal Skills and Experience:** - Proficiency in Opencart, PHP, MySQL, and HTML/CSS. - Previous experience with e-commerce website upgrades, specifically Opencart. - Problem-solving skills to address the image display issue. - Experience in maintaining and upgrading payment gateway integrations, particularly PayPal. This project is for an individual who is detail-oriented, communicative, and capable of delivering on time. I'm ...

    €181 (Avg Bid)
    €181 Gns Bud
    32 bud

    ...and optimize routes without being tied down to a single operating system or device type. **Here's what I'm looking for:** - **Cross-Platform Compatibility:** The final product must work seamlessly on iOS, Android, and web platforms. Familiarity with cross-platform development tools is essential. - **Development Languages:** Looking for best suitable tech stack for cross platform open for suggestion from developer - **Skills and Experience:** - Proficiency in Flutter and familiarity with Native development for iOS and Android. - Strong understanding of routing algorithms and optimization techniques. Creativity in algorithm selection and implementation is welcomed. - Previous experience developing cross-platform applications, especially those requiring complex ...

    €714 (Avg Bid)
    €714 Gns Bud
    120 bud

    I am seeking a proficient WordPress developer to upgrade three of my WordPress sites from PHP 7.3 to PHP 8.3. The task needs to be completed efficiently, ensuring all three websites are fully functional and compatible with PHP 8.3 without any hiccups. My service provider is GoDaddy, and I expect a smooth transition with minimal downtime. The three sites are below: **Project Requirements:** - **PHP Upgrade:** Upgrade all three websites from PHP 7.3 to PHP 8.3. - **Plugin Updates:** Ensure that all necessary plugins are updated and fully operational in the new PHP environment. - **Compatibility Check:** Test the websites for any compatibility issues and resolve them. This includes checking and fixing any deprecated code or

    €75 (Avg Bid)
    €75 Gns Bud
    43 bud

    I am in need of a proficient PHP developer who can further customize Rukovoditel to fit our unique needs. Here's the taste of what I'm looking for: 1. User Management: - Structure it to follow our organizational hierarchy. 2. Project Tracking: - Design custom project workflows that align with our processes. - Integrate project collaboration tools to foster team cooperation. 3. Custom Fields: - Create unique fields to suit our data requirements. As you can tell, a strong understanding of PHP is vital, alongside experience with customizing open-source platforms, particularly Rukovoditel. This requires deep-pocket knowledge about user roles, permissions, and profile fields, as well as developing custom project workflows and implementing collaboration to...

    €16 / hr (Avg Bid)
    €16 / hr Gns Bud
    10 bud

    I'm in urgent need of a PHP expert capable of backend development, I just need a MVC User login created. Login, Registration and Edit profile Should be using Router for clean urls.

    €34 (Avg Bid)
    €34 Gns Bud
    5 bud

    ...registration and login system to life. My project is centered around creating a powerful HTML/PHP-based platform where user interaction is at the forefront. **Core Functionalities Required:** - **User Registration & Login:** Implement a secure and seamless registration/login system. - **User Profile Customization:** Users should have the ability to add and modify their bio and information fields. This feature is crucial for personalizing the user experience. - **Database Integration:** A well-structured database that tracks user activity and interactions is required. The ability to handle dynamic data and ensure robust data integrity is essential. **Ideal Skills & Experience:** - Proficiency in HTML, PHP, and MySQL. - Strong understanding of database des...

    €18 / hr (Avg Bid)
    €18 / hr Gns Bud
    25 bud

    ...PLA material. - Strong understanding of engineering principles, especially related to prototype testing. - Creativity in solving complex design challenges without oversimplifying the part's functionality. **Project Requirements:** - Assess the current design for any weaknesses or potential improvements. - Propose modifications to enhance strength and printability, with explanations for each suggestion. - Deliver the revised design files ready for 3D printing. - Optional: Provide a brief report summarizing the modifications and their expected impacts on the part's performance during prototype testing. This project is crucial for the next phase of our prototype testing. I'm looking for someone who can approach this with a problem-solving mindset and a focus on prac...

    €32 (Avg Bid)
    €32 Gns Bud
    22 bud

    Multi-tenancy website is working fine with one service. I'm dealing with a daunting issue in my multi-tenancy Laravel app with three services. The application, which utilizes MySQL as its database system, is beset with both migration and seeding issues. Your main job assignment as a freelancer would be to: 1. Identify and resolve the migration issue. The issue has marred functioning, causing errors during migration. 2. Find and fix the seeding problem. Inaccurate seeding is a persistent problem that needs an immediate fix. Ideal Skills: - Profound experience in Laravel application development. - Exceptional expertise in handling MySQL databases. - Strong abilities in resolving migration and seeding issues. - Experience in working with multi-tenancy apps. So, if yo...

    €81 (Avg Bid)
    €81 Gns Bud
    19 bud

    I have website nodejs backend and react frontend. I need developers for tasks Please kindly remember it is for long time relationship. I have a lot of tasks. 1. animation modification in reactjs the site, if you are very good in it 2. Using already existing sockets for real time experience. 4. using web sockets for seamless updation so please state the least possible hourly rate at my desktop via ONLY zoom - Strong experience with Node.js, and React.js - Familiarity with WebSocket implementation for real-time communication - Proficiency in front-end and back-end JavaScript development WORK IS AT MY LOCALHOST WHERE ONLY ZOOM WILL BE USED WITH ACCESS TO MY PC. I SUGGEST HOURLY RATE ($2-$5). WEBSITE IS ALREADY FUNCTIONING. ONLY WEBSOCKETS TO BE USED MORE IN ADDITION TO OTHER TA...

    €7 / hr (Avg Bid)
    €7 / hr Gns Bud
    28 bud

    I am in the process of updating a crucial component of my website—specifically, a PHP 5.6 page that plays a significant role in the overarching functionality of my site. This page is intended to be seamlessly integrated into my existing website, which serves a diverse array of user needs. Given the critical nature of this page, it is paramount that its transition to PHP 8.2 does not compromise its functionality or the user experience. **Key Requirements:** - **PHP Version Upgrade:** The core requirement is to transition the existing page from PHP 5.6 to PHP 8.2. This includes ensuring that all deprecated functions are replaced with their newer counterparts, and any potential compatibility issues are resolved. - **Functionality Preservation:** The...

    €41 (Avg Bid)
    €41 Gns Bud
    10 bud

    I aim to deepen my understanding of freelancing, specifically the art of effective client communication. I look forward to offering this project to someone with: - Expertise in freelancing, both on the provider and client side - A robust understanding of effective communication strategies - The ability to...content Material should provide: - Concrete strategies for conveying information clearly and professionally - Tips on handling difficult client conversations - Insights on proactive communication to anticipate client needs - Examples of good and bad communication in freelancing The final deliverable should be a video tutorial, filled with practical knowledge and tangible takeaways. Ideal applicants will have experience as a freelancer and can reflect this in their tuto...

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    9 bud

    I need an experienced Kotlin programmer capable of implementing plygonal geofence functionality into an android application. The specific features I need are: - The admin will login into dashboard and the admin will create geofence. The geofence information will be saved in MySQL database over the API. - The admin will be able to display all the created geofence and can be able to edit and delete also. - The admin will be able to create employee and will be able to assign the employee to a particular geofence. When the employee will pass the assigned geofence area then a API will be called with two parameter like: geofence_id, employee_id, admin_id - The apps will take the necessary permission at the very first time of launching the apps. If permission not granted then the admin wi...

    €145 (Avg Bid)
    €145 Gns Bud
    9 bud

    I'm in need of a skilled professional w...demographics - Medical history - Medications - Lab results The AI system should be designed with the following features: - Efficient Data entry and storage - Advanced data analysis and reporting capabilities - Integration possibilities with existing systems Ideally, I'm looking for someone who has a strong grounding in both Computer AI development and database creation, with particular emphasis on MySQL, PostgreSQL, or MongoDB. Your experience in this field, knowledge of medical terminology and understanding of health systems will be a great asset. Previous work on similar projects is a strong plus. Please attach your relevant portfolio while submitting the bid. This will be a challenging yet rewarding project and I look forwar...

    €44 / hr (Avg Bid)
    €44 / hr Gns Bud
    53 bud

    I'm in need of a skilled professional w...demographics - Medical history - Medications - Lab results The AI system should be designed with the following features: - Efficient Data entry and storage - Advanced data analysis and reporting capabilities - Integration possibilities with existing systems Ideally, I'm looking for someone who has a strong grounding in both Computer AI development and database creation, with particular emphasis on MySQL, PostgreSQL, or MongoDB. Your experience in this field, knowledge of medical terminology and understanding of health systems will be a great asset. Previous work on similar projects is a strong plus. Please attach your relevant portfolio while submitting the bid. This will be a challenging yet rewarding project and I look forwar...

    €50 / hr (Avg Bid)
    €50 / hr Gns Bud
    58 bud

    ### Codecanyon script modification developer needed ## #### Overv...rewarding users who share content with coins, fostering organic virality and engagement. 5. **Limitations and Eligibility:** - Implement share limitations based on user membership levels, ensuring fair distribution and preventing abuse. - Pro members enjoy higher share limits and earning potentials, incentivizing upgrades and loyalty. #### Technology Stack: - Laravel - Vue JS - Tailwind CSS - MySQL Database - Progressive Web Application (PWA) If you're a skilled developer experienced with Laravel, Vue JS, Tailwind CSS, and passionate about creating engaging web platforms, we want to hear from you! Join our team and help us bring these exciting enhancements to life. Contact us now to learn more about th...

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    15 bud