絞り込む

私の最近の検索
次の条件で絞り込む:
予算
to
to
to
種類
スキル
言語
    ジョブステータス
    2,000 lulu upload problem 仕事が見つかりました。次の価格: USD

    I am currently working on a JavaFX project that is in need of completion. The project already incorporates essentials like user authentication, data entry forms and graphical charts and visualizations. However, t...incomplete JavaFX code and make the project work properly. • Enhance the GUI – it should be pretty straightforward for someone with your skills. • Ensure that the GUI makes logical sense and applies well to the rest of the code. The ideal candidate for this project should be an experienced JavaFX coder comfortable with GUI enhancement implementations. Having excellent attention to detail and problem-solving skills will be a plus. so milestone3 is my last task and the zip file contains my code that need to be completed with the task i added Deadline in 8 ...

    $22 (Avg Bid)
    $22 平均入札額
    6 入札

    ...Qualifications: Bachelor's degree in Computer Science, Software Engineering, or a related field (or equivalent work experience). Proven experience in iOS mobile app development using Swift. Strong knowledge of iOS frameworks, SDK, and the iOS ecosystem. Familiarity with design principles and user interface guidelines for iOS. Experience with RESTful APIs and third-party libraries. Excellent problem-solving skills and attention to detail. Strong communication and teamwork abilities. Ability to work independently and manage time effectively. Prior experience with version control systems (e.g., Git) is a plus. Availability to work part-time hours as agreed upon. Preferred Qualifications: Previous experience developing and releasing apps on the App Store. Familiarit...

    $7 / hr (Avg Bid)
    $7 / hr 平均入札額
    17 入札
    CSS Customization for phpMyAdmin 5 日 left
    認証完了

    I'm looking for a capable developer to help me reorganize the layout of phpMyAdmin by utilizing CSS. Key responsibilities: - Rearrange the layout of the phpMyAdmin interface to suit my preferences and needs & upload CSV file. Ideal skills and experience: - Proficiency in PHP and CSS - Experience with phpMyAdmin or similar database management systems - An eye for design and user experience - Ability to understand and implement user requirements into the interface

    $9 / hr (Avg Bid)
    $9 / hr 平均入札額
    75 入札
    Need a Xamarin Expert 5 日 left
    認証完了

    ...involve analyzing large datasets of text and quotes, in order to develop a powerful natural language processing model. The model should have the ability to classify quotes by sentiment, recognize intent and extract entities from the text. There will also be opportunities to explore new techniques for natural language understanding and machine learning. The right candidate should have excellent problem-solving skills, knowledge of machine learning and natural language processing algorithms, as well as experience with data visualization tools such as Tableau. Additionally, the ideal person should have a passion for AI and a willingness to learn and explore new technologies. If this project sounds like something that interests you, please submit a proposal and let me know how you ...

    $3 / hr (Avg Bid)
    $3 / hr 平均入札額
    1 入札

    I'm looking for skilled website developers to create a rental business website for me. The site will be specifically tailored for rental businesses. Responsive website for mobile devices Functionalities: - Booking and reservation system: This is a core feature of the website. Users should be able to easily book and reserve products/services. - Ava...ability to deliver a user-friendly and reliable website that's easy to navigate and visually appealing. RENTAL OF HOUSES RENTAL OF HOTELS RENTAL OF VEHICLES RENTAL OF EQUIPMENT SHUFFLE SERVICES EXCURSIONS AROUND SICILY POSIBILITY OF CREATING BUNDLE FOR ALL INCLUSIVE BOOKING OPTION KITE SCHOOL BOOKING MAPS WEATHER & WIND RESTAURANTS / NIGHTCLUB / BOOKING SOCIAL LINKS TESTIMONIALS & PICTURES UPLOAD FOR CLIENTS...

    $653 (Avg Bid)
    $653 平均入札額
    251 入札

    I'm looking for a skilled architect with demonstrated success in designing modern residential projects. Key requirements include: - Understanding of the principles of modern architecture and able to bring t...include: - Understanding of the principles of modern architecture and able to bring this vision to life for a residential home - Previous experience designing modern residential buildings - Ability to work with the client to determine what essential features to include in the design while respecting the user's preferences - Excellent communication skills, good attention to detail and creative problem solver Please share examples of your previous work in this space along with your bid. Preference will be given to freelancers who have received positive feedback ...

    $2201 (Avg Bid)
    $2201 平均入札額
    18 入札

    ...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, rich snippet. TASK 2 Code a module compatible with multi shop and newest Prestashop 8+.(Payment solution) 1. Code a module able to handle multiple shops to use the main shops payment processor/ Merchant account. Multishop option. Whe...

    $1222 (Avg Bid)
    $1222 平均入札額
    74 入札

    We are seeking an experienced WordPress Developer to join our team. As a WordPress Developer, you will be responsible for both the frontend and backend development of our WordPress websites. Your main tasks will include creating and editi...Responsibilities: - Develop and maintain WordPress websites - Create custom themes and plugins - Optimize website performance - Implement new features and functionalities Requirements: - Proven work experience as a WordPress Developer - Strong proficiency in WordPress, PHP, HTML, CSS, and JavaScript - Knowledge of frontend and backend development - Excellent communication and problem-solving skills If you are a talented WordPress Developer looking for an exciting opportunity to work on various projects, we would love to hear...

    $533 (Avg Bid)
    $533 平均入札額
    183 入札

    I'm in need of a seasoned Laravel Developer with extensive experience in PHP and Laravel. The ideal...exciting opportunity to work on both frontend and backend development, as well as bug fixes and maintenance. Key Responsibilities: - Collaborate with the IT Manager on assigned tasks - Frontend and Backend Development - Maintain and fix bugs in the application Skills and Experience Required: - Over 7-8 years of experience in web application development - Proficiency in PHP and Laravel - Strong problem-solving skills - Past experience in similar web applications - Ability to work independently and as part of a remote team - Excellent communication and time-management skills To be considered for this role, please submit your CV and portfolio showcasing your previous work on we...

    $9 / hr (Avg Bid)
    $9 / hr 平均入札額
    128 入札

    I'm looking to have a new website created. The key task involved in this is harvesting photos and data from Website A, and using this to create our site. The following details outline the project requirements: - Downloading photos and data from Website A. - Upload these photos and data to the corresponding sections on our website. The new site should mirror the content placement of Website A. Ideal skills for this job include website creation, data extraction, and efficient data input methods. Experience with content migration is highly desirable. Deadline for completion is within a month from the project start date. All data need to be updated each day

    $433 (Avg Bid)
    $433 平均入札額
    171 入札

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The 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", ((), ));

    $26 (Avg Bid)
    $26 平均入札額
    33 入札

    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 profici...applications, this project is for you. Your ability to work both independently and collaboratively will be key to our success. Ideal skills and experiences include: - Proficient in PHP and related frameworks - Strong knowledge of HTML, CSS, and JavaScript - Familiarity with SQL and database management - Experience in user authentication and payment processing - Understanding of project management and problem-solving - Excellent communication and time management skills I am looking to commence this project at the earliest convenience, so please get in touch if you're avail...

    $19 / hr (Avg Bid)
    $19 / hr 平均入札額
    238 入札

    I'm encountering ligature font issues with Indian languages such as 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 ...

    $297 (Avg Bid)
    $297 平均入札額
    20 入札

    I'm seeking a skilled Shopify expert to support my e-commerce store with day-to-day tasks. Key Responsibilities: - Product Listing & Management: You'll be in charge of efficiently adding new products to the store and keeping t...managing inventories of this size is essential. - While not explicitly mentioned, any experience with inventory management, such as restocking alerts and supplier coordination, would be a great plus. Ideal Candidate: - Proven experience in managing Shopify stores. - Strong understanding of the e-commerce landscape. - Excellent organizational and time management skills. - Good communication and problem-solving abilities. If you're a reliable and detail-oriented Shopify expert with a passion for e-commerce and a knack for operational task...

    $147 (Avg Bid)
    $147 平均入札額
    57 入札

    I am in need of an experienced professional who can help with an enhancement to our powerflow analysis utilizing Power Factory software. This project is primarily focused on conducti...improve overall power system efficiency - Ensure compliance with regulatory standards and best practices - Provide a detailed report on the analysis and suggested improvements Ideal Skills and Experience: - Proficiency in Power Factory software - Strong background in power systems analysis - Familiarity with power losses, voltage stability, and power transfer optimization - Excellent analytical and problem-solving skills - Ability to deliver a comprehensive report with clear recommendations Please reach out if you have the necessary expertise and skills to support this project. No teams or compani...

    $84 (Avg Bid)
    $84 平均入札額
    5 入札

    As a self-employed professional, I need expert assistance with matters related to income tax. My needs include: - Tax planning and advice: Provision of strategic tax planning tailored to my particular circumstances to optimize my tax situation. - Resolving tax issues: Assistance in handling and resolving any existing or p...situation. - Resolving tax issues: Assistance in handling and resolving any existing or potential tax-related problems. - Draft Copy: Guidance and potential collaboration on creating and reviewing tax documents, though I'm currently uncertain about it. Ideal freelancers for this project should have a strong background in tax law, income tax filing for self-employed professionals, and excellent problem-solving skills. Business advisory experience would also...

    $87 (Avg Bid)
    $87 平均入札額
    24 入札
    Website Security Enhancement 5 日 left
    認証完了

    I'm currently facing an issue where my website isn't opening in a secured connection. I require a proficient software developer who can address this problem by fitting the: - SSL certificate - Firewall settings - HTTPS redirect I've identified these elements as potential causes for the issue. The platform my website utilizes is WordPress, and the SSL certificate in current use is Extended Validation (EV). Ideal skills and expertise for the project would be: - Extensive experience in web security, particularly WordPress platforms - Familiarity with HTML, CSS, JavaScript – particularly, comfort with altering WordPress settings related to these languages - Ability to perform cybersecurity audits and suggest improvements - Hands-on experience with SSL certifica...

    $68 (Avg Bid)
    $68 平均入札額
    60 入札

    I'm looking for a skilled frontend developer to help me create a website. The ideal candidate will be proficient in HTML, CSS,...help me create a website. The ideal candidate will be proficient in HTML, CSS, and JavaScript. Key Requirements: - Excellent knowledge of HTML, CSS, and JavaScript - Experience in creating user-friendly web designs - Ability to collaborate with back-end developers and web designers to improve usability - Familiarity with best practices in website design, including responsive design - Strong problem-solving skills Your primary responsibility will be to implement visual elements that users see and interact with. The site will need to adhere to standard design principles. The ideal candidate should have a keen eye for detail and uphold high standards ...

    $41 (Avg Bid)
    $41 平均入札額
    49 入札

    ...- Ability to use system on-site / remotely through the use of iOS or Android web browsing. Some - Ability to select a simple job status from a drop-down combo box eg. In-progress, waiting for collection, waiting on parts, not started, completed. - Ability to search by customer, PO number, job status, date, part on both active jobs and completed archived jobs in the past. - Ability to allow the upload of PDF files, pictures, notes etc for each job. - Ability to allow simple addition of parts for the job, these are then stored within the system and can be searched for and used for future jobs (also ability to edit / delete part). - Ability to export each completed job card (including attached PDF files, pictures and notes) to a PDF. - Ability to export completed jobs to CSV file f...

    $953 - $3812
    シール
    $953 - $3812
    102 入札

    I'm running a website with an Apache2 server backend and a React frontend. The problem is, the frontend is loading with HTTPS while the backend is using HTTP, despite having a proper SSL configuration in the etc/sites-available confi file. I'm currently using a reverse proxy server to redirect HTTPS traffic to my backend server and I'm using a secure connection (HTTPS) to communicate between the reverse proxy server and the backend server. Key tasks include: - Troubleshoot configuration issues to identify the cause of the HTTP/HTTPS discrepancy - Ensure that the SSL configuration on the Apache2 server is indeed correct - Verify that the reverse proxy server is properly configured to redirect HTTPS traffic to the backend server No access can be shared - work will be ...

    $38 (Avg Bid)
    $38 平均入札額
    25 入札
    BorrAgency 5 日 left

    ...motion/graphics and make the video in general: entertaining and highly engaging. I am looking for a person that can be my full time editor for the next 6-12 months with the possibility of consistent pay-raises when the agency experiences growth. You will be paid 7usd for every video-edit. The process is super streamlined. All videos are tailored by me -> you get the raw footage, edit it and upload the edited videos in a separate folder. I expect a simple thumbnail that fits the ratio 1:1 on Instagram feed. All videos should be edited in 9/16 format for fullscreen experiences on IG Reels + TikTok. Please reach out to me here on “platform-name” and tell me a bit about yourself, your current situation and show me previous work. Important: I expect a sample to qu...

    $12 (Avg Bid)
    $12 平均入札額
    18 入札

    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 freelancer who can efficiently reso...

    $48 (Avg Bid)
    $48 平均入札額
    14 入札

    My WordPress website, , is currently down and displaying a 'White screen of death'. Although I have not ...bring the website back online. - Investigating the root cause of this error and ensuring it does not reoccur in the future. - Restoring access to the WordPress admin dashboard so that further updates can be made, if necessary. Ideal skills for this job: - Proven experience in troubleshooting WordPress issues, particularly 'White screen of death'. - Strong background in website maintenance and problem-solving. - Excellent communication skills to keep me informed throughout the process. - Ability to work efficiently and in a timely manner as this issue is critical. If you believe you have the required expertise and experience to fix this issue, please get in...

    $138 (Avg Bid)
    $138 平均入札額
    127 入札

    I'm seeking a proficient game developer to create a captivating PC action game. The ideal candidate needs to have: - Mastery in game development specifically for the PC platform - Previous experience in developing action games - Proficient in coding and design techniques that enable smooth gameplay - Exceptional skills in problem-solving, especially game-related challenges - Knowledge in Blender modeling is a plus but not mandatory The goal is to develop a game that is not only enjoyable but also engaging and unforgettable. I am excited to bring my vision to life and look forward to an innovative collaboration. If you are passionate about gaming and have the necessary skills, I would love to hear your ideas.

    $4721 (Avg Bid)
    $4721 平均入札額
    41 入札

    We are seeking a skilled Product Researcher with expertise in AMZ, eBay, and Walmart. As a Product Researcher, you wil...keyword research, and staying up to date with industry trends. The ideal candidate should have a strong understanding of AMZ, eBay, and Walmart's search algorithms, excellent analytical skills, and the ability to generate actionable insights. Required skills: - Proficiency in AMZ, eBay, and Walmart research tools - Experience in competitive analysis and keyword research - Strong analytical and problem-solving abilities - Knowledge of product trends and consumer behavior This is a medium-sized project with a duration of 1 to 3 months. We are looking for an intermediate-level researcher who can deliver accurate and comprehensive research reports within the gi...

    $6 / hr (Avg Bid)
    $6 / hr 平均入札額
    23 入札
    SCADAVIS Panels Fix in Grafana 5 日 left
    認証完了

    I have 29 SCADAVIS panels on Grafana that are not displaying properly, they're not showing data as they should. Key Requirements: - Fix the problem with the panels not displaying data correctly. Ideal Skills and Experience: - Proficient in Grafana and SCADAVIS. - Experience in troubleshooting and fixing SCADAVIS panels on Grafana. - Strong data visualization capabilities. Please note that I'll provide the necessary data source for these panels.

    $23 (Avg Bid)
    $23 平均入札額
    6 入札

    I am in need of an experienced professional who can help with an enhancement to our powerflow analysis utilizing Power Factory software. This project is primarily focused on conducti...improve overall power system efficiency - Ensure compliance with regulatory standards and best practices - Provide a detailed report on the analysis and suggested improvements Ideal Skills and Experience: - Proficiency in Power Factory software - Strong background in power systems analysis - Familiarity with power losses, voltage stability, and power transfer optimization - Excellent analytical and problem-solving skills - Ability to deliver a comprehensive report with clear recommendations Please reach out if you have the necessary expertise and skills to support this project. No teams or compani...

    $96 (Avg Bid)
    $96 平均入札額
    6 入札

    I am working on a Flutter SDK project that involves user authentication, registration and push notifications. I am looking for a skilled developer who can work on this with me. Key Project Components: - Implement user authentication and registration fu...proposal demonstrating your understanding and approach to this project Communication: - I prefer to communicate via email, so availability to respond in a timely manner is important. Ideal Skills and Experience: - Proficient in Flutter SDK - Experience with implementing user authentication and registration - Familiarity with setting up push notifications within mobile applications - Strong problem-solving skills and attention to detail Please provide a detailed proposal that outlines your relevant experience and approach to thi...

    $12 / hr (Avg Bid)
    $12 / hr 平均入札額
    108 入札

    Hi I'm about to advertising a learning course. I will be delivering the course by zoom over 6 weeks, and I want to use moodle to post co...participants. A draft of the course information is attached. I'm looking for a freelancer who can support me with my Moodle platform. I have never used moodle before, so I need help with installation and setup, and ensuring that our required functionality is possible. I am working with an assistant and we both need to be able to access the participant forums to respond to queries, and to upload and receive materials. Please provide a succinct proposal, and an expectation of how long this would take. I am after a very simple solution at this stage, as the moodle element is only for communicating with participants, and not for th...

    $16 / hr (Avg Bid)
    $16 / hr 平均入札額
    58 入札

    I am seeking an experienced Python developer with a proven track record in working with the Scra...Design and implement data extraction scripts using the Scrapy framework. - Handle complex, nested or hierarchical data structures. - Ensure the accuracy and efficiency of the data extraction process. Ideal Skills and Experience: - Proven experience in Python development. - Expertise in working with the Scrapy framework. - Strong understanding of web technologies and data structures. - Excellent problem-solving and analytical skills. - Experience with handling nested or hierarchical data structures. - Previous experience in data extraction from websites is a plus. If you have relevant experience and are confident in your ability to meet these requirements, I invite you to submit your...

    $2227 (Avg Bid)
    $2227 平均入札額
    97 入札

    In need of a skilled professional to develop a RESTful API using Python. The API should be designed to handle multimedia data. Ideal Expertise: - Proficient in Python programming. - Thorough experience in RESTful API development. - Should specifically be adept in dealing with multimedia data handling. - Great problem-solving skills. - Conduct testing ensuring optimization and compatibility. Transparency, communication, and attention to detail will be crucial for this role. A fast turnaround will be appreciated without compromising on quality. If you have what it takes to handle this job, I welcome you to make your bid.

    $109 (Avg Bid)
    $109 平均入札額
    26 入札

    I'm seeking the expertise of a skilled MBA professional for a personal inventory management project. - I require a comprehensive analysis of my current inventory problems and suggestions on how to tackle them. - The goal is to optimize my inventory, reduce excess stock, and potentially streamline supply chain process...tackle them. - The goal is to optimize my inventory, reduce excess stock, and potentially streamline supply chain processes. - Please note that I don't currently have an inventory management system in place, so the recommendations need to be implementable from scratch. Ideal Skills: - MBA or relevant business education - Proven experience in inventory management - Strong analytical and problem-solving skills Please bid if you think you can help m...

    $24 (Avg Bid)
    $24 平均入札額
    38 入札

    I'm looking for a skilled social media and community manager to help me revive a Facebook group that's been quite dormant. My primary goal is to significantly ...tone. Ideal Skills and Experience: - Proven track record in successfully growing and engaging Facebook groups, particularly in niche markets or professional circles. - Deep understanding of social media platforms, their algorithms, and best practices for community management. - Outstanding communication and moderation skills to keep discussions relevant and respectful. - Strong analytical and problem-solving capabilities to track progress and adjust strategies accordingly. - Familiarity with growth hacking techniques and tools. - Prior experience with professional community-building or industry-specific groups is...

    $39 (Avg Bid)
    $39 平均入札額
    18 入札

    I'm in need of a talented Salesforce developer based in Hyderabad who can provide offline support for custom application development. This project requires your physical presence in Hyderabad, so remote support is not an option. Ideal Skills and Experience: - Proven experience with Sales...developer based in Hyderabad who can provide offline support for custom application development. This project requires your physical presence in Hyderabad, so remote support is not an option. Ideal Skills and Experience: - Proven experience with Salesforce development, particularly in custom application development. - Strong understanding of Salesforce CRM and its various functionalities. - Excellent problem-solving skills. - Strong communication skills, as you'll be required to provid...

    $371 (Avg Bid)
    $371 平均入札額
    14 入札

    I'm encountering a recurring issue where my Azan Android service stops every few hours, causing the prayer time notifications to cease. I need to restart mobile or reselect the Muezzin again then the service works few hours and then again dies. I need an expert in Android development to help me address this issue and enhance the stability of the service. ... I need to restart mobile or reselect the Muezzin again then the service works few hours and then again dies. I need an expert in Android development to help me address this issue and enhance the stability of the service. service code I will provide, the freelancer needs to find the bug in the code and resubmit the file. Please include in your bid an overview of how you would approach this problem and your relevant exper...

    $6 / hr (Avg Bid)
    $6 / hr 平均入札額
    20 入札

    I need an Excel tool that can sort data by category and provide users with an interactive experience. I'm looking for an experienced Excel d...users should be able to sort the data based on multiple criteria, not just a single field. The ideal freelancer for this job should have: - **Extensive Excel Experience**: A deep understanding of Excel's functionality, including creating advanced tools with filters and buttons. - **UI/UX Skills**: A good eye for user interface design to make the tool easy for non-tech-savvy users to use. - **Problem-Solving Skills**: The ability to troubleshoot and resolve any issues that may arise in the tool's functionality. If you have a strong background in Excel development and a good track record of creating interactive tools, I wou...

    $106 (Avg Bid)
    $106 平均入札額
    57 入札

    As a client, I'm in need of a few hig...of this project is to discover any potential weaknesses in the security of the network environment and gaps in the cybersecurity infrastructure's configuration. - We need to show the SOC how their security products can be bypassed. Ideal Skills and Experience: - Proven experience in red teaming. - Solid understanding of common security vulnerabilities and how they can be exploited. - Strong problem-solving skills and the ability to think like a cyber attacker. - Proficiency in using various pentesting tools and frameworks (metasploit, cobalt strike, sliver). This is a critical project and requires a freelancer with a high level of expertise in network security. Please make sure to provide evidence of your previous work in this...

    $30 / hr (Avg Bid)
    $30 / hr 平均入札額
    7 入札

    I'm looking for a Kickstarter expert based in Bangkok who understands the ins and outs of successfully creating a captivating campaign to raise funds for a new technology product. Your role is crucial and will involve the following: - Designing an impactful Kickstarter page that perfectly encapsulates the vision and value of the product - Crafting persuas...ideal candidate must have deep knowledge and successful experience in Kickstarter campaigns, preferably within the technology sector. Strong skills in content creation, marketing strategy, and promotion are also necessary. Be ready to share examples of past work and successes. A keen understanding of the local market will be highly beneficial. Your ability to bring creative ideas to the table and problem-solving skills will...

    $342 (Avg Bid)
    $342 平均入札額
    9 入札

    I'm looking for a Kickstarter expert based in Bangkok who understands the ins and outs of successfully creating a captivating campaign to raise funds for a new technology product. Your role is crucial and will involve the following: - Designing an impactful Kickstarter page that perfectly encapsulates the vision and value of the product - Crafting persuas...ideal candidate must have deep knowledge and successful experience in Kickstarter campaigns, preferably within the technology sector. Strong skills in content creation, marketing strategy, and promotion are also necessary. Be ready to share examples of past work and successes. A keen understanding of the local market will be highly beneficial. Your ability to bring creative ideas to the table and problem-solving skills will...

    $390 (Avg Bid)
    $390 平均入札額
    20 入札
    Inventory Management Optimization 5 日 left
    認証完了

    I'm seeking a problem solver to help me enhance my existing inventory management system. While I didn't specify the current system in use or the number of products managed, I am encountering some challenges that need to be addressed. Key responsibilities include: - Identifying and solving existing inventory management issues - Improving the overall efficiency and accuracy of the system - Implementing best practices for inventory control The ideal candidate should have: - Prior experience with inventory management systems - Strong problem-solving skills - Attention to detail and accuracy - Ability to understand and optimize complex systems Please note that specific details on the current system and number of products managed will be shared upon bidding.

    $31 (Avg Bid)
    $31 平均入札額
    27 入札

    I'm seeking a skilled designer with a strong grasp of the iOS design guidelines to revamp the UI of an existing app found on Google Play or the IOS store, that currently does not comply with the iOS design guidelines. The goal is to provide a fresh, visually engaging design that adheres t...design, Images, screenshots, ets. Task 2: Design 3 posters for the phone application. • Design poster that calls to shop online. Use more than one realistic photo for each poster. • Create a creative composition image that uses multiple techniques in selections, color correction, lighting, and shadows. Task 3: • Try to make a creative and neat layout for the application and poster. Supported upload file types are jpeg, pdf Submit a detailed report on the project research...

    $131 (Avg Bid)
    $131 平均入札額
    33 入札

    Update for the app only. Submit new update of the app only

    $42 (Avg Bid)
    $42 平均入札額
    11 入札
    Soical media mobile app 5 日 left
    認証完了

    *Project Title:* Developer Needed for Social Media App Development *Project Description:* We are seeking an experienced and talented developer to create a social media application for both iOS and Android platforms. The app will allow users ...application for both iOS and Android platforms. The app will allow users to create profiles, describe their interests, post videos, and comment on others' posts. Our goal is to build a user-friendly platform that fosters engagement and community. *Key Features:* - *User Profiles:* Users can create and customize profiles, including personal information and interests. - *Video Posting:* Users can upload, share, and view videos. - *Commenting:* Users can comment on videos posted by others. - *Like and Share:* Users can like and share posts...

    $2445 (Avg Bid)
    $2445 平均入札額
    182 入札

    ...com/ Coderbyte/ Hackerrank tailored to my specific needs not limited, but similar to . Here's what I'm looking for: 1. AI-Generated Code Assistance** - **Smart Code Suggestions**: Implement AI algorithms that provide real-time code suggestions and auto-completions similar to tools like GitHub Copilot. - **Code Snippets**: AI can suggest commonly used code snippets based on the problem statement and context. - **Problem Solving Hints**: AI can offer hints or guide candidates through difficult problems without giving away the solution. - **Adaptive Learning**: Use AI to adjust the difficulty of questions based on the candidate's performance in real-time. ### **2. AI-Based Cheat Detection** - **Plagiarism Detection**: Use AI to compare submitted code agains...

    $2629 (Avg Bid)
    $2629 平均入札額
    20 入札

    I'm in need of a skilled Zoho expert to help me with the following tasks within Zoho CRM, Zoho Books, and Zoho Inventory, as well as integrations with Xero, QuickBooks, and Shopify. Key tasks include: - Data management and organization: Assist in setting up efficient data management structures within Zoho CRM, Zoho Books, and Zoho Inventory to help streamline ou...data updates. The ideal candidate should have: - Extensive experience working with Zoho CRM, Zoho Books, and Zoho Inventory. - A proven track record in setting up advanced data management, reporting, and analytics solutions in Zoho. - Prior experience in integrating Zoho with Xero, QuickBooks, and Shopify or other e-commerce platforms. - Strong communication skills and a proactive approach to problem-solving and t...

    $129 (Avg Bid)
    $129 平均入札額
    15 入札

    I'm currently holding a flyer with dimensions of 90 x 250mm. It is my understanding that a good fit for my requirements would be to have it resized to a DL format. Besides this, I also need to make a few alterations with the body text. Here's the summary of the project: • Resize current flyer from 90 x 250mm to DL with bleed lines etc ready to upload for printing • Redraft small amount body text to match the current look of the flyer The desired person for this project should have: • Proficiency in graphic design • Advanced knowledge in publishing softwares like Adobe InDesign, Illustrator, or similar tools • Exceptional attention to detail for resizing purposes • Basic copywriting skills for the review and revision of the flyer content ...

    $48 (Avg Bid)
    $48 平均入札額
    49 入札

    I need a versatile virtual assistant to manage both calls and emails for my English-speaking customers. On average, I receive between 10-50 calls and emails per day. Key Responsibilities: - Answering incoming calls - Responding to emails in a timely manner - Handling custome...timely manner - Handling customer inquiries and complaints effectively - Maintaining a high level of professionalism and customer service skills Skills and Experience: - Excellent verbal and written communication skills in English - Previous experience in customer service roles - Ability to multitask and work efficiently under pressure - Proficient in using customer service software - Strong problem-solving skills and a positive attitude Please let me know your availability and your approach to handling p...

    $155 (Avg Bid)
    $155 平均入札額
    53 入札

    I'm looking for a skilled developer who can integrate WhatsApp API into my Wordpress website to allow for sending promotional messages to customers. Additionally, I need this feature further developed into a...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 detail, and the ability to meet deadlines Please note that I already have a WhatsApp Business account for my website, so you will b...

    $117 (Avg Bid)
    $117 平均入札額
    40 入札

    ...membership site dedicated to authors posting their books for Amazon book reviews. Key Requirements: - Membership Site: A user-friendly site that allows members to upload their books and assign a token value based on their wallet and how much they are willing to spend per review they are getting on Amazon. Token Value: Users' token value increases as they review books and submit screenshots with all the details. - Reward Points: Reward points are added for successfully completing tasks. - Levels: Every user has levels that get increased based on his or her activity. Authors -You can add books based on the form that is required to upload a book. - Check how many books they have uploaded. Readers - Can browse books uploaded in the reading library. - Books that are yet...

    $332 (Avg Bid)
    $332 平均入札額
    62 入札

    Hello Andre, sorry for replying this late. After reading your requirements, I can make a shorter version of your needs over here, to see if I'm understanding your request right or not: Objective: Redesign the input page for your users (manufacturers) to document their supply chain process, making it more user-friendly and easy to follow. Current Problem: The existing input page has become overly technical and difficult to navigate. Deliverables: Figma file for desktop and tablet view, that includes a high-quality design and all design components Style: Blue-ish color scheme, professional style If everything is correct, you can accept my proposal and I can start asap ?

    $110 (Avg Bid)
    $110 平均入札額
    1 入札