Web api unit testing jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 web api unit testing jobs found, pricing in AUD

    ...POST request should be made to an API (which I will provide) sending the username and password in JSON format. The API will respond with the login status (granted/denied) and a token for future requests. On successful login, the Foreground scan service should be started and navigate to the Status screen. The login state should be saved locally (in local storage). If the user is already authenticated, future app accesses should go directly to the Status screen. - Status Screen: Displays the scan status and an updated list of the latest detected beacons, ordered by the most recent. User Authentication --------------------------------- - Authentication is performed on the login screen. A POST request is sent to an API with the username and password. The API r...

    $355 (Avg Bid)
    $355 Avg Bid
    5 bids
    Web UX/UI Enhancement 6 days left
    VERIFIED

    I am in need of an experienced UX/UI designer to enhance the user experience of my web application. Key Responsibilities: - Enhance the usability and overall experience of my web application - Ensure the design is user-friendly and intuitive - Improve the visual appeal of the platform Ideal Skills & Experience: - Previous experience designing for web platforms - Familiarity with UX/UI principles and best practices - Strong portfolio demonstrating your design skills - Experience with MVP (Minimum Viable Product) stage projects is a plus - Ability to understand and translate user needs into a visually pleasing design PiipAi is hiring a UX/UI DESIGNER We are looking an experienced UX/UI DESIGNER to join our team. We are looking for someone who has ● An organized, ...

    $42 / hr (Avg Bid)
    $42 / hr Avg Bid
    48 bids

    I'm looking for an experienced Java developer to help me with my test cases. The primary focus of these tests is Integration testing for multiple components. Ideal skills and experiences: - Java programming - Expertise in Mockito/Power Mockito - Experience in integration testing - Ability to work with existing test cases and refactor them.

    $11 - $27
    $11 - $27
    0 bids

    ...reliability of our software. You will work closely with our development team to meticulously test and validate our applications, identifying and rectifying any issues that may arise. Key responsibilities include: - Conducting rigorous testing across our web applications to detect and report bugs. - Collaborating with developers to ensure seamless integration and functionality. - Employing your strong analytical and strategic thinking to formulate effective testing strategies. Requirements: We are seeking an individual who possesses: - Very good knowledge in various testing methodologies, frameworks, and tools. - Good knowledge of software development lifecycles and processes. - A meticulous attention to detail and a passion for delivering high-quality softwar...

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    13 bids

    I am looking for a AI developer who can speacilse in 3D Development. I am looking to create an extension for my website whereby I can show injuries a 3D skeleton. The user should be able to Move around the skeleton, click on different parts of the body and information on the injuries should be displayed. This skeleton should be trained on an AI api as the user should be able to also click on various parts of the body. A use case example would be a user clicking on the groin and the application to display a message on what happens in case of injury on the groin and surrounding body parts. The application should resemble something similar to . I have the project half complete I need someone to finish it off whereby majority of the 3D development and 1 injury example is

    $1125 (Avg Bid)
    $1125 Avg Bid
    6 bids

    I'm looking for a skilled Laravel developer with prior experience in MLM and HYIP systems, who can make the following modifications to my existing script. Key Responsibilities: - Identify and resolve bugs within the s...modifications to my existing script. Key Responsibilities: - Identify and resolve bugs within the script to ensure smooth operation. - Implement appropriate PHP conditions to update users in the database. Ideal Skills: - Expertise in Laravel framework - Previous experience with MLM and HYIP systems - Proficient in PHP and database management - Strong understanding of CRUD operations, authentication, and API integration in Laravel Please note, these modifications will require understanding of the existing codebase, so experience with similar scripts will be a...

    $215 (Avg Bid)
    $215 Avg Bid
    30 bids

    ...high-performing keywords relevant to the niche. Ad Copy Optimization: Continuously optimize ad copies to improve click-through rates and conversions. Bid Management: Monitor and adjust bidding strategies to maximize campaign performance within allocated budgets. Performance Tracking: Regularly monitor campaign performance metrics and provide insights and recommendations for improvement. A/B Testing: Implement A/B testing strategies to refine ad creatives, landing pages, and other campaign elements. Budget Allocation: Allocate budgets efficiently across campaigns to ensure optimal results. Communication: Maintain open communication with the client to provide updates on campaign performance and discuss strategy adjustments as needed. Requirements: Proven experience managin...

    $137 (Avg Bid)
    $137 Avg Bid
    8 bids

    It is very important that you read the attached document and make yourself familiar with the details of the project before contacting me. You will be tested to see if you are serious. I'm looking for a skilled web developer to build , a multi-vendor platform connecting digital artists with the print-on-demand service Gelato. The platform aims to facilitate the sale of digital artworks as physical prints/wall art, with artists earning commissions on their sales. There will also be some unique features and an affiliate program. The major points and requirements for the project are listed in the attached project document. The design files are nearly finished, but some design work is likely needed: (ZAPTA)?typ

    $7321 (Avg Bid)
    $7321 Avg Bid
    34 bids

    ...developer to create a Telegram bot that can receive and distribute trading signals from my premium indicator on TradingView. Key Requirements: - The bot should have direct API integration with my TradingView account. This way, it can automatically fetch signals from my indicator as soon as they are generated. - The primary function of the bot will be to relay these signals directly to subscribers via Telegram. This service should be secure, efficient and timely. Additional Notes: - The ideal candidate will need to have a solid understanding of trading signals and how they are used. Experience with TradingView indicators and API integration is a significant plus. - Previous experience developing Telegram bots, especially those focused on the finance industry, would be hi...

    $298 (Avg Bid)
    $298 Avg Bid
    22 bids

    I've been encountering an error while trying to launch the Medium Tablet API 29 emulator in Android Studio 4.4 on my Windows system. The message says, "The emulator process for AVD Medium_Tablet_API_29 has terminated." I've scoured online resources and tried resolving the issue myself. However, the problem persists even after reinstalling the Android Emulator. I'm looking for a competent Android Studio expert who can help me resolve this error and get my emulator up and running it is, Unable to launch Medium Tablet API 29 - The emulator process for AVD Medium_Tablet_API_29 has terminated. Key Requirements: - Proficient in Android Studio - Experienced in troubleshooting emulator issues Your assistance in resolving this issue would be greatly appr...

    $79 (Avg Bid)
    $79 Avg Bid
    10 bids

    I'm seeking an experienced Node.js developer for a full-stack project. This will involve both front-end and back-end development. Ideal Skills and Experience: - Strong knowledge of Node.js - Proficiency in front-end technologies, such as HTML, CSS, and JavaScript - Experience with front-end frameworks like React or Angular - Knowledge of database integration - RESTful API development experience - User authentication and management I'm open to discussing the specific features and functionalities you can bring to the project.

    $21 (Avg Bid)
    $21 Avg Bid
    15 bids
    Java Code Issue Resolution 6 days left
    VERIFIED

    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", (()

    $34 (Avg Bid)
    $34 Avg Bid
    20 bids

    We are looking for 5-10 years of .Net experienced developer who can also have experienced in React and .Net based web development. Long terms multiple projects development. Using Mainly Azure SQL server database with Visual Studio .Net Core API. Graph QL and EF. Worked on Azure Key Vault, Azure Logic app, Azure function is bonus.

    $167 (Avg Bid)
    $167 Avg Bid
    11 bids

    I am experiencing an issue with my Wordpress website where there is a conflict with an eCommerce plugin. The problem lies specifically in the checkout process. I'm seeking an individual with experi...with my Wordpress website where there is a conflict with an eCommerce plugin. The problem lies specifically in the checkout process. I'm seeking an individual with experience in resolving this type of conflict and proficient in dealing with eCommerce plugins. Your tasks would include: - Identifying the source of the conflict - Fixing the problem, ensuring the checkout process runs smoothly - Testing to confirm the issue is resolved Expertise in Wordpress bug fixing, especially in relation to plugin conflicts, is a must. Knowledge of eCommerce operations will also be benefici...

    $32 (Avg Bid)
    $32 Avg Bid
    9 bids

    I'm in need of a skilled developer who can create a Telegram bot for scraping user data and automatically inviting them to join a specific channel Key Requireme...Ability to work with multiple telegram accounts (multithreaded). - The bot should be able to scrape usernames and phone numbers from specific Telegram groups or channels already added into relevant accounts. - The scraped data should be used to automatically send invites to join a specified group. Ideal Skills & Experience: - Proficiency in Java or Python and the Telegram API for bot development. - Experience with web scraping and data extraction. - Proven ability in creating Telegram bots for automatic interaction. Please note that the bot will be used for legitimate purposes and should comply with Te...

    $415 (Avg Bid)
    $415 Avg Bid
    28 bids

    ...configuration in JSON array) What we need -------------------- - Standalone PHP Script where we will be able to select an item from provided JSON. - Through DHL API we will validate the provided addresses(in the form of exel or csv) if each individual address is valid - or we should be able to select the areas of over choice over google map is shown in the provided video - this funcationaly is also provided over DHL api I think. and there demographic filters can also be applied which are provided be DHL api also shown in the video Please apply only if you the the required experience. these links may help Here is the Link how it should work

    $840 (Avg Bid)
    $840 Avg Bid
    41 bids

    I need a professional who can help me with scraping data API from a specific website or platform. I'm looking to extract specific data points or information and potentially set up a regular scraping process. Key Requirements: - Proficiency in Web Scraping: I need someone who has experience with web scraping tools and techniques. - Data Mining Skills: The ability to identify and extract the specific data points I require is crucial. - Automation Expertise: If you have experience setting up automated scraping processes, that would be a huge advantage.

    $225 (Avg Bid)
    $225 Avg Bid
    26 bids

    I'm looking for an experienced mobile a...TestNG framework. - Target Platforms: I need the testing to work for both Android and iOS. This includes setting up the necessary environment for this cross-platform testing. - Types of Tests: I'd like to automate Functional, Regression and Performance tests. The freelancer should have a strong understanding and experience in automating these specific types of tests. - Devices/Emulators: The tests should be performed on any available device. There is no specific device or emulator requirements. Ideal Skills: - Proficiency in Appium and TestNG framework - Experience in cross-platform mobile testing (Android and iOS) - Proven background in automating Functional, Regression and Performance tests - Ability to work wit...

    $537 (Avg Bid)
    $537 Avg Bid
    3 bids

    I'm looking for an experienced mobile a...TestNG framework. - Target Platforms: I need the testing to work for both Android and iOS. This includes setting up the necessary environment for this cross-platform testing. - Types of Tests: I'd like to automate Functional, Regression and Performance tests. The freelancer should have a strong understanding and experience in automating these specific types of tests. - Devices/Emulators: The tests should be performed on any available device. There is no specific device or emulator requirements. Ideal Skills: - Proficiency in Appium and TestNG framework - Experience in cross-platform mobile testing (Android and iOS) - Proven background in automating Functional, Regression and Performance tests - Ability to work wit...

    $116 (Avg Bid)
    $116 Avg Bid
    1 bids

    My primary goal is to create a sophisticated machine translation project that focuses on Arabic to English language conversions. This is a challenging project that requires specific skill-set and in-depth knowledge in Natural Language Processing. Featu...Processing. Features I need: - Develop a multimodal machine translation model (MMT) using visuals and text to achieve accurate translation from English to Arabic and vice versa. Ideal Freelancer should have: - Proven experience in Natural Language Processing - Strong background in Machine Translation models - Ability to select and implement the most suitable Machine Translation model or API for this project, as I am open to the best possible options. If you have the necessary skills to accomplish this task, feel fr...

    $404 (Avg Bid)
    Urgent NDA
    $404 Avg Bid
    14 bids
    Embedded Software Developer 6 days left
    VERIFIED

    I'm seeking a skilled ...software developer who's proficient in C, C++ and Python to create a custom solution for a microcontroller-based system. The primary focus of this project is the successful implementation of various communication protocols on the embedded software. Key Responsibilities: - Develop an embedded software running on a microcontroller - Implementation of communication protocols within the software - Testing and debugging of the software for optimum performance Ideal Skills and Experience: - Proficient in C, C++, and Python - Previous experience in embedded software development - Familiarity with microcontroller systems - Strong understanding of various communication protocols Please include any relevant past projects or experience with similar softwa...

    $473 (Avg Bid)
    $473 Avg Bid
    8 bids
    Asterisk WebRTC Integration 6 days left
    VERIFIED

    I require an experienced and proficient developer who is familiar with both WebRTC and Asterisk. The objective is to expand the functionality of my current Asterisk setup by integrating it with WebRTC. The specific features to be integrated are: -Voice Calling -Video Conferencing This project seeks to enhance the communication capabilities of my Asterisk setup, thus the ideal...The specific features to be integrated are: -Voice Calling -Video Conferencing This project seeks to enhance the communication capabilities of my Asterisk setup, thus the ideal candidate would have considerable experience managing such integrations in the past. Sound knowledge of VoIP, SIP, and related technologies will be greatly appreciated. An understanding of the Asterisk framework and its API will be...

    $89 (Avg Bid)
    $89 Avg Bid
    1 bids

    we are looking for react developer with experience in APIs to check api document and implement validations and fix the API posting . 90% of the code is already implemented , only validations and posting part needs to be fixed . this willl lead to more projects in future Key Requirements: - Proficiency in React development - Experience with API integration in React - Ability to determine and implement the most suitable React APIs for the project's needs

    $180 (Avg Bid)
    $180 Avg Bid
    55 bids

    As an investor seeking to streamline my algorithmic trading operations, I am in need of an able Python Developer who specializes in automation tasks. This role requires ...investor seeking to streamline my algorithmic trading operations, I am in need of an able Python Developer who specializes in automation tasks. This role requires an individual with: - Mastery of Python and experience with automation tasks, most especially within the investment and stock market scenario. - Skilled and knowledgeable in stock market terminology with experience in use of Websockets for API integration Suitable candidates are expected to have good communication skills to effectively understand and implement required changes in a timely fashion. Help me maximize my trading potential with your Python ...

    $252 (Avg Bid)
    $252 Avg Bid
    7 bids

    I'm looking for a professional who can help me with A/B testing on 2 websites Key Requirements: - Expertise in A/B testing methodologies and tools. - Proven experience in improving conversion rates and identifying user preferences.

    $36 (Avg Bid)
    $36 Avg Bid
    9 bids

    I'm looking for a skilled developer who can create a trading bot that can execute trades on TradingView. The bot should support scalping trading strategies. ...developer who can create a trading bot that can execute trades on TradingView. The bot should support scalping trading strategies. Key Requirements: - The bot should be able to connect to TradingView and execute trades. - The user should be able to manually enter trade details. Ideal Skills and Experience: - Strong experience in developing trading bots. - Proficiency in working with TradingView API. - Knowledge of scalping trading strategies. Please include any relevant experience you have in developing trading bots, especially those that connect to TradingView. A portfolio or examples of previous work would be hig...

    $206 (Avg Bid)
    $206 Avg Bid
    16 bids

    ...version should resolve these. Fix Bugs and Security Issues: Identify and fix any existing bugs and security vulnerabilities in the current project. Ensure the new version adheres to the latest security standards. API Integration: Connect the backend with the frontend using APIs. The APIs should be well-documented, secure, and efficient, allowing seamless communication between the backend and frontend. Requirements: Proven experience with CodeIgniter 3 and 4. Strong knowledge of SQL query optimization. Expertise in identifying and fixing bugs and security issues. Experience with API development and integration. Ability to work with the existing database structure without alterations. Good communication skills and ability to provide regular updates. Deliverables: Fully ...

    $1639 (Avg Bid)
    $1639 Avg Bid
    26 bids

    2 api only to pass value. Work with ftp

    $37 (Avg Bid)
    $37 Avg Bid
    25 bids

    Needs to hire 3 Freelancers We are launching a new project and seeking freelancers based in Iraq to conduct visits to a commercial store specializing in iPhone sales for a survey and testing operation. Training will be provided online. We are looking for 3 different individuals from Iraq (Baghdad , Erbil, Kirkuk) one of whom speaks Kurdish. Applicants must be willing to attend online training sessions, as there are specific details that need to be thoroughly understood. Additionally, will provide applicants be obtain authorization from Apple to conduct certain tests at the designated stores. The project is expected to be completed by the end of May. "نحن نطلق مشروعًا جديدًا ونبحث عن أشخاص مستقلين مقيمين في العراق (بغداد وكركوك وأربيل) لإجراء 3 زيارات إلى متجر تجاري متخص...

    $373 (Avg Bid)
    $373 Avg Bid
    1 bids

    ...content creation, audience engagement, and growing our following. - **SEO**: Your task will be to optimize our website and content for search engines. This will involve keyword research, on-page optimization, and link-building. - **Email Marketing**: You'll be in charge of creating engaging email campaigns that drive traffic and conversions. This includes list management, segmentation, and A/B testing. - **Marketing Strategy**: I'm looking for a team that can provide valuable insights and develop a comprehensive marketing strategy. This should align with our goals and target audiences. **Ideal skills and experience**: - Proven track record in social media management, SEO, and email marketing. - Strong analytical skills to identify market trends and opportunities. - ...

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

    ...Implement secure and efficient interfaces between the plugin and the respective e-commerce platforms. Ensure the plugin's compatibility with the latest versions of the platforms. Perform testing and debugging to ensure smooth functionality of the plugin. Document the development process and create user guides. Collaborate with the internal team. Requirements: Proven experience in developing plugins and interfaces for e-commerce platforms. Strong knowledge of programming languages and technologies required for the listed platforms. Experience with API integrations and web services. Familiarity with best practices regarding security and performance optimization in e-commerce. Good communication skills and the ability to clear...

    $3467 (Avg Bid)
    $3467 Avg Bid
    46 bids
    Fun Mobile Game Website 6 days left
    VERIFIED

    I'm in need of a talented web developer with experience in Wordpress (Elementor) to create a fun and playful mobile app game website. The website will consist of 3 pages and will be designed to be fun and playful in style. Mobile application is already live and in production so the visual styling will have to be matched. Required: all Lighthouse metrics above 90 - **Pages**: Homepage - current active games carousel (fetch via API) - leaderboards (fetch via API) - prize winners with status carousel (shipped, waiting for contact...) - download section - about section - testimonial section - CTA section Terms of service - textual content Privacy policy - textual content The ideal candidate for this project should be: - Proficient in Wordpress (Elementor) to crea...

    $740 (Avg Bid)
    $740 Avg Bid
    61 bids

    I'm seeking an experienced developer who can integrate the TradingView API into a cross-platform mobile app. The app will essentially offer real-time market data and advanced charting features. Key Requirements: - Integration of TradingView API: The core focus of this project is to provide users with access to real-time market data and the ability to perform advanced technical analysis using TradingView's robust charting tools. - We will provide the datafeed with indicators required via web socket , the app will use this data and display a real time live chart on the app. You only need to do this chart on the app. No other funtions required. - Cross-Platform Development: You should have experience in developing cross-platform applications that run smoothly ...

    $803 (Avg Bid)
    Featured
    $803 Avg Bid
    29 bids

    I'm in need of ...Understanding of SEO best practices, especially as they relate to blog content, is beneficial. - UI/UX Design Skills: A user-friendly and engaging design is crucial, targeting a young adult audience. - Drop-Shipping Integration: Previous experience with drop-shipping integration would be advantageous. Items are not created yet so you must be able to make the website with some dummy items first for testing. I am not able to call about this site due to my current location and internet speed. So we must be able to communicate via Freelancer, whatsapp chat etc. If you have a passion for social justice and the skills outlined above, I look forward to hearing from you. The candidate must be ok with working on a site that promotes women's rights, LGBT, bla...

    $251 (Avg Bid)
    $251 Avg Bid
    42 bids

    Hello! I need someone who is an expert in web programming with PHP to translate any kind of PDF for free in using PHP. This PDF must not lose its quality. It must remain intact and it must preserve the ORC format, style and all. I want the translation to be exactly like the one from onlinedoctranslator.com. I know you're going to tell me that the Google Translate api isn't free, but you can use this library (link removed) . Then it has to choose the number of pages in the PDF. Even if the PDF is 100 pages or more, it must be able to translate it. It must support encrypted PDFs and PDFs protected by passwords. I will use your code in my site. You can visit it and you'll see that the PDF translation is missing. I've told you everything and I hope you'l...

    $43 (Avg Bid)
    $43 Avg Bid
    8 bids

    ...looking for: - **Purpose**: The platform will be primarily for selling products. It will be app-oriented, with main categories dedicated to specific apps, and subcategories under each app to organize products effectively. - **Vendor Dashboards**: Critical for vendors to manage their products, sales, discounts, wallet, delivery options, and other details effectively.. - **API Integration**: I need a sophisticated API to allow for seamless integration with different systems and services, allowing for extended functionality and data exchange. Payment integration with all major payments gateway, also 2 local payments gateway WhatsApp Integration: WhatsApp Invoicing: Send invoices and order updates via WhatsApp to keep customers informed. Customer Enquiries: Enable customers...

    $1857 (Avg Bid)
    $1857 Avg Bid
    67 bids

    ...telethon api - **Expected Behavior**: The scraping script is supposed to collect data that matches specific regex patterns. This means that it's not just supposed to collect all messages or only new messages since the last run, but rather those that align with the predefined regex matches. It should give me the option to select which groups get scraped, how far back it crawls back and download/read/regex match/save data. I'm looking for a Python guy who can help me rectify these problems and ensure the script runs efficiently. Experience with Telegram/telethon API, regex, and web scraping is crucial for this task. So if you're a Python developer with previous experience in fixing script errors, particularly in the context of web scraping

    $39 (Avg Bid)
    $39 Avg Bid
    11 bids

    I require a skilled Matlab expert with a strong background in image processing techniques. Key requirements include: - Proficie...Key requirements include: - Proficiency in image processing algorithms - Experience with feature extraction and object detection - Ideally, a track record of working with various image formats The successful candidate will need to understand the specific needs of my project and connect them with the most suitable image processing techniques available in Matlab. This may involve implementing and testing different solutions to meet project goals. Please note that as I have not specified the image format, experience with a range of formats would be advantageous. I look forward to reviewing your portfolio and discussing how you can support this excitin...

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

    I'm in search of a mobile application developer to create an engaging and innovative app designed for young kids...for young kids and families. Key Requirements: - **Purpose**: The primary goal of the app is to entertain preschoolers (0-5 years) with engaging content. - **Features**: The app should have colorful visuals to captivate the young audience. Skills and Experience: - Prior experience in developing entertainment apps for children will be highly valued. - Familiarity with integrating ChatGPT REST API is a plus, though not mandatory. - Strong capabilities in creating visually appealing and engaging user interfaces. If you have a creative edge, experience in child-friendly app development, and are ready to develop a delightful app for kids, I'd love to discuss th...

    $254 (Avg Bid)
    $254 Avg Bid
    27 bids

    ...with creating a custom payment gateway for my platform. This gateway will be integrated using an API and I already have the API documentation for this. Key requirements: - Custom Payment Gateway Development: This project involves developing a brand new payment gateway from scratch. - API Integration: The developed gateway needs to be seamlessly integrated into the platform using the provided API documentation. Ideal skills and experience: - Strong background in payment gateway development and integration. - Experience with API integration, particularly for payment systems. - Familiarity with creating secure and scalable payment solutions. - Ability to understand and work with external API documentation. This project offers a great opport...

    $104 (Avg Bid)
    $104 Avg Bid
    5 bids

    ...existing database structure. Bug Fixing: Identify and fix any existing bugs to enhance the overall stability and performance of the application. API Output: Ensure the new Laravel backend provides a consistent and reliable API output, compatible with current requirements. Performance Enhancement: Implement best practices to improve the performance of the backend system. Requirements: Proven experience in both CodeIgniter and Laravel frameworks. Strong understanding of MySQL database management and optimization techniques. Ability to maintain existing database structures and logic. Proficiency in creating efficient and optimized code. Experience with API development and output. Excellent problem-solving skills and attention to detail. Preferred Qualifications: Experi...

    $3389 (Avg Bid)
    $3389 Avg Bid
    45 bids

    Just create 2 api to pass value. WOrk with ftp only. Simple work

    $34 (Avg Bid)
    $34 Avg Bid
    29 bids

    ... - **Key Points:** - Eye-catching headline - Highlighted deals of the week - Travel tips and inspiration - Call to action to book - Contact information **Deliverables:** - Fully designed and tested email templates for each of the emails listed above. - Integration with Constant Contact to ensure automated sending based on the specified triggers. - Initial setup and testing of the weekly deals newsletter template, with instructions on how to update it with new deals each week. **Requirements:** - Experience with Constant Contact email campaign setup. - Strong copywriting skills to craft engaging and persuasive email content. - Proficiency in email design to create visually appealing templates. - Knowledge of email marketing best practices and automatio...

    $183 (Avg Bid)
    $183 Avg Bid
    30 bids

    I require an expert in conducting t-test analysis in the context of hypothesis testing. The data to be used is from surveys, so familiarity with working with survey data is crucial. Additionally, the project includes the requirement for a comprehensive report on the analysis findings, complete with a detailed statistical interpretation. Key Requirements: - Conduct t-test analysis for hypothesis testing - Work with survey data - Create a detailed report with statistical interpretation Ideal Skills and Experience: - Background in advanced statistical analysis - Proficiency in t-test and hypothesis testing - Experience with survey data analysis - Excellent reporting and communication skills This project will require a high level of statistical expertise, precision in h...

    $580 (Avg Bid)
    $580 Avg Bid
    32 bids

    I'm seeking an experienced software developer to create an accounting applic...developer to create an accounting application that is compatible with the Windows operating system. It's a high priority that this application seamlessly integrates with Zoho Books. Key Features: - Integration with Zoho Books Required Skills and Experience: - Software development - Familiarity with accounting software - Knowledge in developing Windows applications - Experience working with Zoho Books API would be a significant advantage Timeline: - The project needs to be completed within a month. This role is perfect for a problem solver who has an eye for detail and understands the importance of creating user-friendly applications. If you think this project aligns with your skills, I'...

    $1721 (Avg Bid)
    $1721 Avg Bid
    56 bids

    ...experienced game developer who can bring our design concepts to life, creating a seamless and engaging front end for both web and mobile platforms. Must be developed using Phaser or Construct. Then I have this basic UI that also needs to be connected. We have an API/Backend developed already. The developer needs to be able to connect it. **Project Scope:** - Develop the front-end architecture for our platform, optimized for both web and mobile devices. - Ensure integration of visual content with live API connections for real-time data visualization. - Collaborate closely with our UX/UI designers to implement the visual and interaction design. - Conduct thorough testing across different platforms to ensure functionality and responsivenes...

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

    I am in need of a versatile developer who can build an integrated messaging system that ties together Facebook Messenger, Slack, and Instagram. The key features of this project include: - Ability to both manually and automatically respond to the received messages. - The automatic response should apply only to text messages. Desired Skills & Experience: - Extensive experience in API integration. - Deep understanding of Facebook Messenger, Instagram and Slack platforms. - Experience in designing systems that handle both automatic and manual responses to messages. - Familiarity with algorithms to effectively auto-reply text messages.

    $403 (Avg Bid)
    $403 Avg Bid
    11 bids

    ...integration of new pages and features. It's crucial that you have a solid understanding of Flutter as well as knowledge on integrating APIs. Previous experience in updating existing apps and implementing push notifications is highly desired. If you don't have a rating of 4.9 or higher I won't be contacting you. You will have a formal process for versioning the iterations and you will have inhouse testing available. If you deliver an initial solution that is full of bugs we won't continue working with you. First deliverable will be the IOS version FOLLOWED by the android version. Key Tasks: AS-IS There are CURRENTLY 3 display screens - - a list of events that are scheduled (call for entries) -> click on item to display details - events that are curre...

    $558 (Avg Bid)
    $558 Avg Bid
    56 bids