Workmanager implementations junit työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    7,087 workmanager implementations junit työtä löytyi, hinnoittelu EUR
    testing a software 6 päivää left
    VARMENNETTU

    In this assignment, you will use JUnit to perform Unit and Integration testing on the UniLife game. You need to download the game from Links to an external site. and run it your machine. Your auto testing code should include many different assertion statements (at least 7 different ones), such as assertEquals(), assertTrue() / assertFalse(), assertSame() / assertNotSame(), assertThat(), assertNull(), assertNotNull, etc. You also need to use annotations, fixtures, and some TestSuite() statements. For organization purposes, you may create an additional directory (folder) inside the directory of the game project to include all the unit test cases. In order to perform Integration testing, you will apply the Pairwise/Du technique to the methods

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    5 tarjoukset

    Hi, I'm currently searching for a Dev who could help me complete my project. It's a Crypto Bot connected to the Ethereum Chain. Its logic is based on Front-Running, meaning it scans the blockchain for upcoming transactions, it finds a transaction, inputs a buy before the transaction and inputs a sell after, making a profit out of every transaction. Now, what I need is security features and implementations. As we know the Crypto Market has many scams that can be scanned by the bot. I have 2 solutions that might fix the last 10% of configuration. First, Implementing a whitelist of trusted tokens only. The Second one is implementing a script to test an upcoming transaction on GoErli Testnet chain, meaning it would test the transaction before actually doing it on the mainet ch...

    €86 (Avg Bid)
    €86 Keskimäär. tarjous
    14 tarjoukset

    ...assessments of on-premises systems prior to migrations • Collaborate with members of the development team and project managers to deliver solutions that surpass client expectations • Implement AIS cloud infrastructure solution offerings based on public cloud, private cloud, and hybrid client environments • Deploy Office 365 Platform Services across all organizational levels. • Troubleshoot implementations, experience with assessing, architecting and supporting Office 365 Groups. • Analyze, architect, design and deliver solutions on the Office 365 platform components. • Architecture and engineering of Microsoft Office 365 Groups, Teams, providing guidance and deep technical knowledge on various Teams architecture elements deployed in an Enterpri...

    €1063 (Avg Bid)
    Paikallinen
    €1063 Keskimäär. tarjous
    7 tarjoukset

    Prebid Expert Required: Programmatic Advertising Implementation I am looking for a Prebid expert to help me implement programmatic advertising for my website. The main goal of this implementation is to increase revenue through improved ad performance. Requirements: - Expertise in programmatic advertising and Prebid - Experience in implementing programmatic advertising setups - Knowledge...to increase website traffic and revenue Additional information: - I do not have an existing programmatic advertising setup, so the expert will need to start from scratch - I have an in-house team that can provide support and resources for this project If you have the skills and experience required for this project, please bid and provide examples of your previous programmatic advertising implementa...

    €328 (Avg Bid)
    €328 Keskimäär. tarjous
    10 tarjoukset
    Need Help Writing Unit Tests in Java 4 päivää left
    VARMENNETTU

    I am looking for a Java developer who can assist me in writing unit tests for my advanced project. The ideal candidate should have experience with the JUnit framework and be able to handle a large number of unit tests. Requirements: - Strong proficiency in Java - Experience with JUnit and TestNG framework - Familiarity with advanced project structures - Ability to write and manage a large number of unit tests

    €12 / hr (Avg Bid)
    €12 / hr Keskimäär. tarjous
    26 tarjoukset

    ...given name of the wish taker - a surname of the wish taker - a salutation of the wish giver - a given name of the wish giver - a surname of the wish giver MS2: do the same but now read the data from a csv, if csv is available use the first row after heading row If csv is not available => ask user like in MS1 MS3: now extend the rendering so that each row in the csv is one rendered video Implementations: - clean coding - well documented code - coding in best practices as of python and davinci coding Your background is: - multiple years of experience with davinci resolve scripting - multiple years of experience with REST APIs If you are a good fit, you are open to get more tasks about implementing solutions fully on your own (e.g. with your team) Budget? will not be disclo...

    €36 (Avg Bid)
    €36 Keskimäär. tarjous
    6 tarjoukset
    Sap abap development 2 päivää left

    I am looking for a SAP ABAP developer to assist with an enhancement implementation project. Specific requirements include: - Implementing enhancements to an existing SAP ABAP program - Following detailed coding guidelines provided by the client The timeline for this project is immediate, with completion expected within 1 week. ...enhancement implementation project. Specific requirements include: - Implementing enhancements to an existing SAP ABAP program - Following detailed coding guidelines provided by the client The timeline for this project is immediate, with completion expected within 1 week. Ideal skills and experience for this job include: - Proficiency in SAP ABAP development - Experience with enhancement implementations - Ability to adhere to coding standards and ...

    €12 (Avg Bid)
    €12 Keskimäär. tarjous
    9 tarjoukset
    Magento Developer to build webshop 2 päivää left
    VARMENNETTU

    ...front-end and back-end functionalities, ensuring optimal performance and user experience. Integrate third-party services, payment gateways, and shipping methods into the webshop. Perform quality assurance and testing to identify and resolve issues, bugs, and performance bottlenecks. Requirements: Proven experience as a Magento 2 Developer, with a strong portfolio showcasing successful webshop implementations. Proficiency in PHP, MySQL, HTML, CSS, JavaScript, and other relevant web technologies. In-depth knowledge of Magento 2 architecture, customization, and extension development. Experience with version control systems like Git and familiarity with agile development methodologies. Strong problem-solving skills, attention to detail, and ability to work independently or in a team...

    €1368 (Avg Bid)
    €1368 Keskimäär. tarjous
    144 tarjoukset

    Project Description: Seeking Scrum Master Certification Help I am currently using the Scrum framework and I am looking for both general advice and assistance with a specific aspect of Scrum Master Certification. The timeline for this project is im...for both general advice and assistance with a specific aspect of Scrum Master Certification. The timeline for this project is immediate. Skills and Experience Needed: - Strong knowledge and experience with the Scrum framework - Certified Scrum Master (CSM) or similar certification - Excellent communication and mentoring skills - Proven track record in guiding teams through successful Scrum implementations - Ability to provide general advice and specific assistance for Scrum Master Certification - Flexibility to work within an immediat...

    €107 (Avg Bid)
    €107 Keskimäär. tarjous
    7 tarjoukset

    ...for a binary search tree node in BinarySearchTree.h. The GetNthKey() function is the only pure virtual function that exists. Step 2: Inspect other files related to the inheritance hierarchy Classes AVLNode and AVLTree inherit from BSTNode and BinarySearchTree, respectively. Each class is implemented in a read only header file. Classes ExtendedAVLNode and ExtendedAVLTree are declared, but implementations are incomplete. Both classes must be implemented in this 3: Understand the purpose of the subtreeKeyCount variable The ExtendedAVLNode class inherits from AVLNode and adds one integer member variable, subtreeKeyCount. Each node's subtree key count is the number of keys in the subtree rooted at that nodeExtendedAVLNode's constructor and GetSubtreeKeyCount() member func...

    €122 (Avg Bid)
    €122 Keskimäär. tarjous
    8 tarjoukset

    I am looking for a Flutter developer with a minimum of 2 years of experience to work on my project. The ideal candidate should have experience with BLOC Cubit state implementations. Specific features needed for the Flutter app include: - Login/Registration - Payment Integration - Push Notifications - Offline database - Cubit - super important I have an existing code base that needs to be continued. Note: Please apply only if you are free and full time available. Sorry from companies.

    €481 (Avg Bid)
    €481 Keskimäär. tarjous
    56 tarjoukset

    Seeking HIPAA Compliance Expert for Upcoming Project! He We're embarking on an exciting project and believe your expertise aligns perfectly with our needs. Project Overview: - Role: HIPAA Compliance Expert - Scope: Ensure HIPAA compliance for video content, ...guidance on secure video promotion channels. Your Qualifications: - proven experience in ensuring HIPAA compliance in video content. - In-depth knowledge of patient privacy regulations. - Familiarity with video promotion on social media platforms. How to Apply: Excited about this opportunity? Share with us: 1. Your experience with HIPAA compliance in video projects. 2. Examples of successful implementations. 3. Detailed fee structure We believe in building lasting partnerships and look forward to discussing this ven...

    €292 (Avg Bid)
    €292 Keskimäär. tarjous
    10 tarjoukset

    I am seeking an expert in Oracle Web Content to assist with implementing my project. The specific tasks that I need assistance with are implementations. The expected timeline for this implementation is less than 1 month. I have a list of specifications for this project, so the ideal candidate will have experience in implementing Oracle Web Content with specific requirements. 1. The new website (Oracle Content Management) for its two (2) environments (testing and production). 2. Information available in the Cloud for management and editing of this for roles and profiles of communications area

    €13972 (Avg Bid)
    €13972 Keskimäär. tarjous
    38 tarjoukset

    I am looking for a skilled developer to correct bugs and deploy my react native app in IOS and Android. The project has functionality issues and some API implementations that need to be addressed urgently within a week. Specific requirements for the job include: - Experience with react native app development - Strong knowledge of IOS and Android platforms - Ability to identify and fix functionality issues -Experience with API's, AWS and databases. - Familiarity with UI design and troubleshooting - Attention to detail and ability to follow a clear list of identified bugs If you have the necessary skills and can work within the tight timeline, please submit your proposal.

    €2020 (Avg Bid)
    €2020 Keskimäär. tarjous
    157 tarjoukset
    Test java apis Loppunut left

    Requirements: I am looking for a freelancer who can test Java APIs for me. Ideal Skills and Experience: - Proficiency in Java programming language - Experience with JDBC, Servlet, and JUnit APIs - Strong knowledge of functional testing methodologies and best practices - Ability to create and execute a specific test plan - Familiarity with unit testing and integration testing Project Requirements: - Conduct functional testing on Java APIs - Develop and implement a test plan for the APIs - Identify and report any issues or bugs found during testing - Collaborate with the development team to resolve any issues - Provide detailed test reports and documentation If you have the necessary skills and experience

    €166 (Avg Bid)
    €166 Keskimäär. tarjous
    20 tarjoukset

    ...Manipulation - Sorting and Searching - Graphs and Trees Requirements: - Strong knowledge of data structures and their implementations - Proficiency in Java programming language - Ability to analyze and optimize algorithms Ideal candidate should have: - Experience in designing and implementing efficient algorithms - Strong problem-solving skills - Familiarity with Java libraries and frameworks This project requires a DSA expert who can effectively utilize data structures and algorithms to manipulate arrays and strings, perform sorting and searching operations, and work with graphs and trees. The ideal candidate should have a strong knowledge of various data structures and their implementations, and should be proficient in Java programming language. The candidate should ...

    €229 (Avg Bid)
    €229 Keskimäär. tarjous
    21 tarjoukset

    Seeking a Java Software Engineer capable of creating two testing classes for a BDD Junit Cucumber framework. The primary responsibility involves coding to extract data from CSV files, with a key focus on employing statistical techniques. This encompasses conducting comprehensive analyses of standard deviation for each column, setting maximum allowable differences for each column, and subsequently comparing the data.

    €48 (Avg Bid)
    €48 Keskimäär. tarjous
    5 tarjoukset

    ...MS2: - listen to e-mail mailbox on new e-mails fetch the e-mails and send message to corresponding TMA channel List<MessageDto> forwardEmailMessages(EMailAccountDTO) MS3: - add TG user to channel List<UserDto> addUsersToTgChannel(List<UserDto>) - add TG user to group List<UserDto> addUsersToTgGroup(List<UserDto>) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background i...

    €30 (Avg Bid)
    €30 Keskimäär. tarjous
    10 tarjoukset

    ...Scope of Testing: - The project requires unit testing only, focusing on individual components and functions. Complexity of Code: - The code to be tested is of moderate complexity, requiring thorough testing to ensure its reliability. Deadline for Testing: - The testing needs to be completed within a week, ensuring timely delivery of the project. Ideal Skills and Experience: - Strong expertise in Junit and Mockito testing frameworks. - Extensive experience in unit testing. - Proficiency in testing moderate complexity code. - Ability to meet tight deadlines and deliver high-quality results. - Excellent problem-solving and debugging skills. - Good understanding of software development principles and best practices. Note: Please provide examples of previous unit testing projects ...

    €121 (Avg Bid)
    €121 Keskimäär. tarjous
    33 tarjoukset

    I am looking for a freelancer who can customise the system functions ( configure automation between modules as per my workflows ) and implement a custom module on Method:CRM specifically for the Sa...quoates and have it as a custom module. Specific Requirements: - I have specific functionality and features in mind for the module that I would like to be implemented. Timeline: - I would like the project to be completed within 2-3 weeks. Ideal Skills and Experience: - Experience with customising and implementing modules on Method:CRM. Ideally certified and must have references of previous implementations - Strong understanding of sales processes and workflows - Proficiency in web development languages such as HTML, CSS, and JavaScript - Familiarity with CRM systems and their funct...

    €765 (Avg Bid)
    €765 Keskimäär. tarjous
    124 tarjoukset

    ...2. Image and PDF Management: - Access and use the Ajax portal to obtain images and PDFs for product listings. - Optimize and upload these resources for web use, ensuring they align with product details. 3. SEO and Web Optimization: - Optimize product pages for search engines, including SEO-friendly descriptions, alt texts, and meta descriptions for images. - Keep a detailed record of SEO implementations for verification purposes. 4. Ongoing Product Updates and Adjustments: - Regularly update the site with new products and adjust the pricing strategy as needed. - Maintain open communication for continuous collaboration. Requirements: - Proficiency in WooCommerce and WordPress, with experience in implementing customized pricing strategies. - Strong skills in SEO and image optimi...

    €556 (Avg Bid)
    €556 Keskimäär. tarjous
    179 tarjoukset

    I am looking for an experienced Java programmer who can handle a complex project. The project will involve writing and executing JUnit tests. Applicants should have in-depth knowledge of Java and be able to write JUnit tests from scratch. Expertise in other languages is not necessary, but it would be a strong plus. I am asking for an experienced individual because the project is quite complex. It involves writing comprehensive automated tests that meet all project requirements. The applicant must understand best practices for writing, running, and maintaining automated tests. They must also be able to debug and resolve any issues that may arise during execution. If you are confident in your abilities and have the skill set and experience to tackle this project, please rea...

    €13 (Avg Bid)
    Kiireellinen
    €13 Keskimäär. tarjous
    8 tarjoukset

    I am in need of an experienced and knowledgeable freelance Power BI specialist to help develop data visualization dashboards for my...way. The ideal professional needs to be able to take my data and represent it in an engaging and creative way. Ideally, they should be knowledgeable in the use of Power BI and have a good understanding of the various data visualization techniques available. They should also be able to provide easy-to-understand dashboards to make the data more compelling for the reader. Previous Dashboard implementations and a portfolio demonstrating proven Power BI skills and experience would be a great asset for getting accepted for this project. In working with me, I would expect you to maintain frequent contact, be punctual and proactively let me know of any maj...

    €14 / hr (Avg Bid)
    €14 / hr Keskimäär. tarjous
    34 tarjoukset

    ... pCustomFieldByExample) - List<CustomFieldDTO> updateCustomFields(List<CustomFieldDTO> pCustomFieldByExample) MS5+ we will mutually agree to it. Typically consulting discussion are done on hourly base as required. After estimate we agree mutually to a milestone budget and after agree you get confirm to move ahead Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years...

    €98 (Avg Bid)
    €98 Keskimäär. tarjous
    19 tarjoukset

    I'm looking for an experienced Java developer to help create, execute and correct unit tests for my web application. This will involve creating both backend and frontend unit tests. Units testing and fonctionnal/ intergration. Java with framework of mockito and Junit test. We used Spring boot 6 - around 50 controllers (from very simple to a bit more complex / 2-8 functions) - around 100 services (a bit more complexity here, for now only psql, soon will be mixing mongo and psql) well we have several integrations (AWS/Stripe...), for db there will need to be working on local test db (ram db) there will be mock injection already (I will soon export the full initiated db so we can instead of doing all inserts we will just load the .sql file, probably the same logic will a...

    €398 (Avg Bid)
    €398 Keskimäär. tarjous
    130 tarjoukset

    I am looking for a talented front-end programmer to create an Angular application with certain functionalities. The application should be able to do user authentication and authorization, basic CRUD operations for managing data, and have the ability to integrate with external APIs. I have a rough idea for what the layout and design should look like, but I am open to new ideas and creative implementations. The project should also incorporate the provided mock data. If you feel that you have the skills to complete this project, please get in touch. I also need detailed steps on how the person made the project.

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    10 tarjoukset

    I am looking for a freelancer who can help me with the implementation of my thesis in the OPNET simulator. The specific objective of the thesis implementation is to optimize network performance. I do not have a specific network configuration in mind, but I have a rough idea ...the simulation to include more than 50 network nodes. Skills and experience required for this job: - Experience in using the OPNET simulator - Strong knowledge of network protocols - Understanding of network performance optimization techniques - Ability to work with large network simulations - Attention to detail and ability to analyze simulation results If you have experience in thesis implementations using the OPNET simulator and have the necessary skills and expertise, please submit your proposal for thi...

    €68 (Avg Bid)
    €68 Keskimäär. tarjous
    13 tarjoukset

    ... MS3: - CRUDing firewall rules and aliases MS4: - CRUDING interfaces VIP & VLAN Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience

    €90 (Avg Bid)
    €90 Keskimäär. tarjous
    58 tarjoukset

    ... MS3: - CRUDing firewall rules and aliases MS4: - CRUDING interfaces VIP & VLAN Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience

    €86 (Avg Bid)
    €86 Keskimäär. tarjous
    44 tarjoukset

    I have two implementations, each in different stages; one in maintenance mode, the other ready for launch with some finishing touches required. Both use Docker Containers, and AWS ECS. Each will require an experienced AWS cloud practitioner fractionally, with the goal being to transition to the inhouse tech team. Both companies are located in Canada

    €33 / hr (Avg Bid)
    €33 / hr Keskimäär. tarjous
    143 tarjoukset

    I'm looking for an experienced designer to design a video surveillance brochure for businesses and commercial properties. The brochure should showcase the features and capabilities of our video surveillance systems, and highlight success stories and case studies of our video surveillance implementations. It should be 5 or more pages long. The designer will be responsible for creating a visually appealing and informative brochure that communicates our message in the most effective way. The designer should also be familiar with complying with relevant industry and safety standards. I would like someone with a more advanced skillset as I need these brochures to look and feel high end. There will be detailed pictures and a lot of artwork needing to be done to make these brochur...

    €695 - €1390
    Mainostettu Sinetöity
    €695 - €1390
    27 tarjoukset

    Desde Serem nos encontramos en la búsqueda de un/a BACKEND DEVELOPER con al menos 2 años de experiencia en el desarrollo de aplicaciones Java. Requisitos: Java Spring Boot, Spring Cloud, Spring Security RESTful microservicios JSON Java Persistent API Gitlab Junit SonarQuBe SQL, PostgreSQL

    €25 / hr (Avg Bid)
    €25 / hr Keskimäär. tarjous
    49 tarjoukset

    ...Requirement Document. Qualifications and Experience Candidates should have: - Proven experience in mobile app and e-marketplace development, particularly in platforms that integrate service providers and consumers. - Strong background in competitive product analysis and strategic planning. - Expertise in the latest mobile development technologies and marketplace trends. - Previous successful implementations of similar scale projects. Interested consultants are invited to share their proposals, including a detailed CV and portfolio of relevant work...

    €2508 (Avg Bid)
    €2508 Keskimäär. tarjous
    92 tarjoukset

    ... Your job will be to implement this API (cora-api) as REST client and You will get the swagger generated java client implementation to access the API. Your job is to provide the functions to be more from the UX perspective and to implement them as service methods and to call the service-class as junit tests. Mandatory!!!! You have to have a installed proxmox on your local environment to be able to use it properly and to test it properly! you can run locally via: Milestones MS1: Delivery of to reproduce your steps of the proxmox installation on virtualBox Implement a REST api call to CRUD users and groups

    €39 (Avg Bid)
    €39 Keskimäär. tarjous
    12 tarjoukset

    ...design, optimization, and implementation (Weighting: 60%) Individual must produce a comprehensive ER diagram of the database and produce an implementations of the design using any DBMS of your choice. To produce the ER diagram, you may use the ER modelling facilities of either MS Access or MySQL Workbench. The implementations must be done in a relational data base management systems (DBMS) of your choice, such as MySQL, PostgreSQL, Oracle Database, Microsoft SQL Server, MS Access etc. Moreover, upon completing the schema design, you will need to populate the databases with some test data (i.e., random fake data) to validate the design. The implementations should include sufficient test data to demonstrate necessary functionalities. PART 2: Demonstration of key de...

    €196 (Avg Bid)
    €196 Keskimäär. tarjous
    58 tarjoukset

    ... Your job will be to implement this API (cora-api) as REST client and You will get the swagger generated java client implementation to access the API. Your job is to provide the functions to be more from the UX perspective and to implement them as service methods and to call the service-class as junit tests. Mandatory!!!! You have to have a installed proxmox on your local environment to be able to use it properly and to test it properly! you can run locally via: Milestones MS1: Delivery of to reproduce your steps of the proxmox installation on virtualBox Implement a REST api call to CRUD users and groups

    €64 (Avg Bid)
    €64 Keskimäär. tarjous
    16 tarjoukset

    We are seeking a skilled and innovative AI Developer to join our dynamic team at "Repeat," an online education platform revolutionizing personalized learning. As an AI Developer, you will play a pivotal role in creating and optimizing the artificial intelligence infrastructure that drives ou...such as Python, Java, or similar. Familiarity with educational psychology and pedagogy is a plus. Excellent problem-solving and critical-thinking skills. Strong communication skills to collaborate effectively with cross-functional teams. Qualifications: Bachelor's or Master's degree in Computer Science, Artificial Intelligence, or a related field. Proven track record of successful AI project implementations, preferably in the education sector. Portfolio showcasing AI proje...

    €1235 (Avg Bid)
    €1235 Keskimäär. tarjous
    64 tarjoukset

    ...reported for clarifications. - Ensure the readiness of test environments. Validate the test data and its correctness before using it for execution. - Test automation experience with tools like Junit, Cucumber, Cypress, and Selenium. - Achieve a code coverage of greater than 90% through automation. -Optional: Performance engineering experience – Jmeter -Prior experience in the Finance Domain is preferred. Technologies Involved SQL Server database (90%) and Oracle (10%) DotNet (90%) and DotNet Core (10%) VB.net (40%) and C# (60%) Support tools: Cypress ADO (including Git) Java version 8 including JSP. C# Junit, Cucumber and Selenium Net (vb.net) Responsibilities: - Framework enhancement in collaboration with Client QA Team - Test Scripts Creation & Execution -...

    €1295 (Avg Bid)
    €1295 Keskimäär. tarjous
    17 tarjoukset

    I am looking for a person with expertise in Laravel PHP 8.x, Python, crypto exchange API implementations, and multi-level marketing calculations and implementations in code. The project requires assistance with Laravel PHP and Python development tasks. The deadline for this project is 1-2 weeks. As for ongoing maintenance after the project is completed, it is uncertain at this time. I have 2 standalone complete separate scripts one written in Laravel PHP 8.x, its complete with frontend and backend and another in Python. One is available at Envato market at a cost and another is available at GitHub for free, open source and available under GNU General Public License v3.0 The Laravel PHP 8.x is a complete suite of generation mlm plan software, well documented, require two f...

    €87 (Avg Bid)
    €87 Keskimäär. tarjous
    9 tarjoukset

    Machine Learning & IoT Project for Optimization in the Manufacturing Industry Main Goal: - The main goal of this project is to develop ML and Optimise processes in the warehouse industry using machine learning and IoT technologies. Target Indust...Requirements: - Specific hardware using raspberry Pi and Docker software are needed for this project. Ideal Skills and Experience: - Experience in machine learning and IoT technologies - Knowledge of optimization techniques in the manufacturing industry - Proficiency in programming languages for data analysis and modeling (e.g., Python, R) - Familiarity with hardware and software requirements for IoT implementations - Strong problem-solving and analytical skills Note: If you have any recommendations for hardware or software, please...

    €151 (Avg Bid)
    €151 Keskimäär. tarjous
    12 tarjoukset

    ...ensuring clarity for developers and end-users. - Provide a comprehensive manual or guideline for replicating the setup on another system, including configuration files, versioning details, and custom scripts. - Collaborate with the development team to ensure best practices in API security and system integration. **Requirements:** - Proven experience with Kamailio SIP Server and Asterisk PBX implementations. - Strong understanding of VoIP protocols, particularly SIP, and experience with WebRTC. - Knowledge of Linux server environments, networking, and security best practices. - Experience developing APIs and documentation for system configuration and management. - Ability to troubleshoot and resolve complex network and system issues. - Strong analytical and problem-solving skill...

    €4177 (Avg Bid)
    €4177 Keskimäär. tarjous
    5 tarjoukset

    I need to make a JUnit for my Kafka consumer class, which is written in Java. I'm looking to focus on both the message consumption and error handling. I have specific requirements for the JUnit tests, as I'm looking for a certain coverage percentage. This means that I need an experienced programmer who is well-versed in writing JUnit tests to make sure my consumer class is fully tested. If you are familiar with Kafka consumer classes written in Java and have experience writing JUnit tests, I would appreciate you applying for this project.

    €11 / hr (Avg Bid)
    €11 / hr Keskimäär. tarjous
    12 tarjoukset

    Dynamics CRM Implementation Project Skills and Experience Required: - Proficiency in Dynamics CRM 365 - Experience in implementing customizations and meeting specific requirements - Ability to work within a tight timeline and deliver the project within a month Prefer arabic consultant Project Requirements: -...to work within a tight timeline and deliver the project within a month Prefer arabic consultant Project Requirements: - The client is using Dynamics CRM 365 and requires an implementation of the system. - The implementation should include customizations and meet specific requirements. - The project needs to be completed within a month. Please provide your experience with Dynamics CRM 365 implementations and customizations, as well as your availability to meet the project...

    €2022 (Avg Bid)
    €2022 Keskimäär. tarjous
    123 tarjoukset

    ...manual testing on web applications. Key Skills Required: - Proficient with automated testing tools such as Selenium WebDriver or Cucumber - Experience using Jira for bugs tracking - Experience designing, developing, executing and maintaining automated and manual test scripts - Experience performing manual testing of web applications on desktop and mobile - Functional analysis of new implementations - Experience performing regression test automation Desirable Skills: - Experience with Trello Other attributes - Able and willing to work independently and in a fast-paced environment with tight deadlines, with minimal supervision - Willingness to explore new tools and technology - Strong analytical and problem solving skills - Strong team player, easy-going charact...

    €4 / hr (Avg Bid)
    €4 / hr Keskimäär. tarjous
    62 tarjoukset

    I am seeking a skilled Node.js developer to create a custom implementation of an OAuth 2.0 server-side (not client). The project needs to be completed soon. Ideal Skills and Experience: - Proficient in Node.js - Experience with OAuth 2.0 server-side implementations - Strong understanding of server-side development - Ability to create custom solutions and work independently

    €30 / hr (Avg Bid)
    Kiireellinen
    €30 / hr Keskimäär. tarjous
    17 tarjoukset

    ...Implementation following TDD Implement the algorithm described above in C++ following a TDD approach. Additional requirements and information: - All container data structures used in the algorithm should be developed by yourself. You are encouraged to adapt the code of the containers developed in-class to your own needs (the code is available from zip file attached “ASE-DA-main”, which includes implementations of dynamic array, singly linked list as a stack, doubly linked list as a queue, sorted singly linked list, binary search tree, and AVL Trees). You are not allowed to use container data types from C++ libraries. You will be required to justify your choice of containers in task 4. - A set of data files representing instances of the Great Wall Problem will be sent ...

    €183 (Avg Bid)
    €183 Keskimäär. tarjous
    28 tarjoukset

    ...marketing strategies and improve customer satisfaction. - Provide guidance on best practices for responding to reviews, both positive and negative, to enhance our online reputation management. - Work collaboratively with our team to integrate Social WiFi features with our existing marketing strategies. The ideal candidate should have: - A robust portfolio showcasing successful Social WiFi implementations and online reputation management. - Excellent communication skills and the ability to translate technical capabilities into business benefits. - Creative problem-solving skills and a results-oriented mindset. - Experience with data analytics and its application in marketing strategy optimization. - A thorough understanding of digital marketing trends and customer engagement met...

    €112 (Avg Bid)
    €112 Keskimäär. tarjous
    30 tarjoukset

    I am looking for an experienced freelancer to develop an OCR project in Python. The desired output format should be in text and the OCR system should be able to recognize the Python language. The accuracy of the OCR system should be highly accurate. The freelancer should have expertise in Python, OCR systems, and their implementations. If you think you are capable of meeting these requirements I would like to hear from you.

    €294 (Avg Bid)
    €294 Keskimäär. tarjous
    14 tarjoukset

    ...page which is downloading the sites for offline use. It creates also screenshots of the visited pages, so that if something goes wrong the image view is at least available. MS2: - implement a spring boot cron job, which runs your code on scheduled basis MS3: - implement the difference building and persisting if found differences MS4: - fix and enhance the scraper for more shared pages Implementations: - the impl interface for the next named service classes => share for approval - service class(es), which solve the scraping, screenshoting, persisting, comparing NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Jav...

    €141 (Avg Bid)
    €141 Keskimäär. tarjous
    20 tarjoukset