Igoogle clone java codeJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 igoogle clone java code jobb har hittats, med prissättning USD

    ipv6 osi ipv4 ethernet and alL I think to be able to do this you should be expert in java, If you think you are expert in this topic kindly place a bid to enable us discipv6 osi ipv4 ethernet and discuss about the requirement clearly and decide on timeline

    $16 (Avg Bid)
    $16 Snittbud
    6 bud

    Expert Java Developer for Digital Ocean Deployment from Localhost -- 2.

    $60 (Avg Bid)
    $60 Snittbud
    1 bud

    I am seeking to create a hybrid (iOS and Android) mobile application that incorporates elements of TikTok's functionality, but with a few distinct features of its own. As specific TikTok features weren't specified, I am open to suggestions based on a developer's expertise. Key Requirements: - Development for both iOS and Android platforms - Included features that mimic some aspects of TikTok with new unique features. - An adaptive UI/UX design in line with current trends Ideal Skills and Experience: - Proven experience in cross-platform mobile app development - Familiarity with TikTok's functionalities - Strong portfolio of apps developed, bonus if they're in the social media realm - Proficient in implementing intuitive and modern UI/UX designs -...

    $626 (Avg Bid)
    $626 Snittbud
    87 bud

    As discussed, we need to migrate the code base to Hono

    $5 / hr (Avg Bid)
    $5 / hr Snittbud
    1 bud

    ...new application with Java backend and React Js UI. The key functionality for this application includes: - User Management and Authentication: The app should be able to manage user profiles, handle registration, login and monitor user activities. - Data Analysis and Visualization: The application will need robust capabilities for analyzing and visualizing data in an intuitive format for the end user. - Input Data Processing and Storage: The project involves implementing methods for data input, processing and storage ensuring the system can handle data efficiently and securely. The design of the UI should follow a professional and corporate aesthetic. I expect it to be sleek, modern, and intuitive to navigate. Ideal candidates should have substantial experience in Java...

    $248 (Avg Bid)
    $248 Snittbud
    20 bud

    I'm looking for a skilled Java developer to build a program focused on data synchronization. Here's what you need to know: - Functionality: The program will need to synchronize real-time streaming data. - Database Management: It should work in tandem with my current MySQL database system. Ideal Skills and Experience: - Experience with Java and database management. - Expert in data synchronization methodologies. - Proficiency in working with MySQL. You should be able to demonstrate relevant past work examples. If this sounds like a fit, I'd love to hear from you.

    $454 (Avg Bid)
    $454 Snittbud
    35 bud

    I need help to fix issue in this url

    $2 / hr (Avg Bid)
    $2 / hr Snittbud
    8 bud

    El proyecto esta implementado solo con html, css y java, lo que busco es que implementar una BD con my sql, agregando php al proyecto sin perder su estructura, que mediante un apartado administrador el cual se implementara en el apartado del footer como un botón para ingresar, declarando el usuario en la BD tenga acceso a un CRUD. Los filtros que se pusieron en los apartados shop y tecnología quisiera que tengan funcionalidad también, ademas de las paginas con los productos que estén listados de 9 productos por pagina, que se muestra en la parte inferior como 1, 2 ,3 ... sucesivamente. adjunto el proyecto para que pueda ser revisado

    $30 (Avg Bid)
    $30 Snittbud
    10 bud

    CREAR MAZMORRAS PARA UN SERVIDOR DE MINECRAFT CON JEFES Y EVENTOS, SERVIDOR JAVA X BEDROCK

    $43 (Avg Bid)
    Brådskande
    $43 Snittbud
    3 bud

    As a client with a functioning batch-based application, I'm looking for an expert who can support and work with me for my project : - Implementing cucumber tests with a strong focus on Java Spring Boot and Spring Framework. - Specializing in data processing, specifically relating to payment transactions. Ideal Skills: - Extensive experience writing cucumber tests. - Advanced proficiency in Java Spring Boot, Spring Framework. - Practical experience with batch-based applications. - Previous work with payment transactions data processing is a huge plus. Please note, the handling of the payment transactions itself is not part of this project.

    $505 (Avg Bid)
    $505 Snittbud
    50 bud

    ...Specifying: I specifically need the generator to create numbers from 1 to 7500. It's crucial for my gaming platform to operate smoothly. Ideal Skills & Experience: - Proficient in Java, C++, or Python. - Prior experience in developing random number generators. - Previous work within the gaming industry is a bonus. - An understanding of the mathematical framework behind random number generation systems. Deliverables: - A fully functional random number generator that fits the specifications above. - Adequate testing to ensure seamless functionality. - Clear and concise documentation of the system and any code. This project is a great opportunity for someone with a solid grasp of mathematics and a knack for efficient coding. Looking forward to your bids. M...

    $24 (Avg Bid)
    $24 Snittbud
    21 bud

    I need a QR code specialist with strong skills in database design and web development to build a platform focused on static QR code generation and seamless database management. Key components of the platform will include: - Static QR Code Generation: The primary feature should allow the generation of static QR codes with embedded website URLs. - Database Management: The platform should be backed by a robust database. The database should store all generated QR codes and related data efficiently. Experience with barcode technologies, especially QR codes, and great proficiency in database management systems will prove integral to the success of this project. Knowledge of the best practices for embedding URLs in QR codes is also vital.

    $22 / hr (Avg Bid)
    $22 / hr Snittbud
    101 bud

    I'm looking for an experienced Java developer skilled in Spring Boot for backend development of a project. The preferred database technology is MySQL. Key Requirements: - Must be proficient in Java and Spring Boot - Experience with MySQL Note: There seems to be an issue with one page loading slowly and displaying a 503 problem. An ideal candidate should be able to diagnose and fix this issue. I look forward to working with a problem solver and a skilled developer who can deliver a secure, efficient and reliable backend solution.

    $11 (Avg Bid)
    $11 Snittbud
    17 bud

    In this project, I'm in need of a proficient Java developer who will perform a series of experiments comparing the efficiency of dictionary implementations using unsorted and sorted arrays. Key Responsibilities: • Implement both unsorted and sorted arrays based dictionary. • Assess the ease of implementation for both. Skills and Experience: • Proficiency in Java programming language is a must. • Strong understanding of arrays and dictionaries in Java. • Previous experience in performance testing will be highly beneficial. • Ability to document results in a clear, concise manner. The main outcome of this project is not just the efficiency measurements, but also an analysis of how simple or complex it is to implement these differe...

    $21 (Avg Bid)
    $21 Snittbud
    10 bud

    I am experiencing some difficulties with my Stripe subscription code, which is written in Node.js and react. The way I'm doing it is, I'm importing stripe using import { loadStripe } from '@stripe/stripe-js' I'm creating a function called handleSubscribe. const handleSubscribe = async (priceId) => { const stripe = await stripePromise; try { const checkoutSessionResponse = await ('/api/create-checkout-session', { priceId: priceId, customerId: customerId, }); const sessionId = ; const { error } = await ({ sessionId: sessionId, }); if (error) { (error); } } catch (error) { ('Error creating or redirecting to

    $21 (Avg Bid)
    $21 Snittbud
    9 bud

    As an experienced developer in C programming, you will have the opportunity to produce a fully documented source code for reading and setting the time on DS1302 RTC interfaced with PIC16F887. This includes: - Creating both 'Read' and 'Set' functions for the time on the RTC. - Providing a Proteus simulation of the entire operation. - Delivering the completed, error-free code within a strict 6 hour timeframe. Previous experience with microcontrollers and real-time clocks is highly recommended, to guarantee prompt and accurate delivery.

    $15 (Avg Bid)
    $15 Snittbud
    5 bud

    I'm seeking a skilled web designer to re-design my members area and all pages in the members area. You will be redesigning a members area that allows its members to manage a website (similar to wordpress) there is a post page with a html editor, there is a widgets page, a page to set permalink structures and so on. the current design is using bootstrap but we have made so many changes to it and added so many options that the design doesnt look very friendtly. I will provide you with access to my site so that you can download all the pages and make the changes. I will want the designer to have enough experience with web design and javascript - my developer is already using the current design, it will be great if you was to be able to make the changes while keeping my developer call...

    $479 (Avg Bid)
    $479 Snittbud
    184 bud

    I'm in need of an experienced Java developer and Tester who can perform various tasks towards assessing our trained employees. Your responsibilities will encompass the following: - Developing new features - Debugging and resolving issues - Writing automated tests Your skill in assessing employees' technical knowledge through written assessments, practical coding exercises, and code reviews will be crucial. As this role is strictly tied to Java development, it is essential that you're well-versed in Java's nuances. Preferred skills and experience include: - Extensive Java coding and debugging - Proven experience in creating and conducting IT assessments - Ability to write and employ effective automated tests - Capacity to proficiently per...

    $274 (Avg Bid)
    $274 Snittbud
    20 bud
    Java complex game Avslutades left

    Hello , i can do this game perfectly according to your details. Thanks

    $111 (Avg Bid)
    $111 Snittbud
    1 bud

    Nececito hacer un refrescamiento de web, yo pondré todos los contenidos multimedia que sean necesarios, unicamente nececito que programes el tema en codigo, html, css y creo que java script (creo que tambien es necesario conocimiento en php, pero no lo sé) unicamente hay que hacer modificaciones en la parte estetica, nada del funcionamiento de la página. Esta montada en visual studio con azure, yo les pasaría los archivos de la web existente y ustedes la probarían en el local host. Y nuevamente lo digo, todo el diseño de la página yo lo entrego junto con los contenidos multimedia. No se cual es el precio pero podemos ajustarlo.

    $434 (Avg Bid)
    $434 Snittbud
    50 bud

    Looking for interviewers who can take interviews of USA candidates in technologies like (Java, .NET, Salesforce, Devops, CLOUD) Interviewer needs to have a very strong communication skills and have to be technically sound to ask scenario based questions from candidates.

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    50 bud

    I need a skilled programmer to build a background check code for my web application. This should be focused on retrieving criminal record information from public databases within a regional/national scope. Requirements: - Strong knowledge of database programming - Proficiency in data retrieval from multiple public databases - Prior experience building background check systems is a plus - Understand the legality and ethics of retrieving criminal record data Please note: As this is focused on regional/national data, a good understanding of local public database sources is essential. No international checks are needed.

    $413 (Avg Bid)
    $413 Snittbud
    21 bud

    ...understanding of Bitmovin encoding API, for the development of a standalone system that integrates with Bitmovin API. Key functionalities: - Video Uploading - Audio Track Appending - Bitmovin API Integration The system will allow us to upload a video and append multiple audio tracks. The preferred programming language for this project is PHP or Java. The platform should be a web-based, accessible from any operating system. A comprehensive knowledge of PHP or Java, experience with Bitmovin API, and a deep understanding of developing web-based systems are essential for this project. Please include examples of similar projects you've completed in your proposal. This link to Bitmovin community has more information about the requirements:

    $29 / hr (Avg Bid)
    $29 / hr Snittbud
    35 bud
    Team Lead Flutter Avslutades left

    ...tecnologiche. Requisiti richiesti Esperienza pregressa nella gestione e creazione di app mobili di produzione su larga scala Esperienza pregressa nello sviluppo di Flutter e di Android Esperienza lavorativa nello sviluppo mobile Android o iOS Portfolio dimostrabile di applicazioni rilasciate sull'App Store o sul mercato Android. Conoscenza approfondita di almeno un linguaggio di programmazione come Java. Esperienza con librerie e API di terze parti. Familiarità con i principi di progettazione OOP Conoscenza approfondita dell'intero ciclo di vita dello sviluppo mobile, compresi test e creazione automatizzati Eccellenti capacità analitiche con una buona attitudine al problem solving. Eccellenti capacità di comunicazione. Cosa offriamo Tipologia cont...

    $510 (Avg Bid)
    $510 Snittbud
    17 bud

    The developer should have the following skills and experience: 1. Proficient in Java, Kotlin and other programming languages; 2. Have a deep understanding of Android platform, familiar with Android SDK and related tools; 3. -- If you have an already published app you can! Out -- for s-a-l-e! . If you are interested, please feel free to contact us and look forward to further communication with you.

    $17 (Avg Bid)
    $17 Snittbud
    4 bud

    I'm on the hunt for an experienced Java developer proficient in PeerJS who can quickly assist with specific modifications to my existing Android application. I just want to modify this project I just want to use specific session id like "12345" or "adsssdd" which i will enter manually in input box , as its not generating random session id . Also when i end call session not getting destroyed . I just want above application to work smoothly

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    10 bud

    ...with emerging technologies and best practices in data engineering. *Requirements:* - Bachelor's degree in Computer Science, Engineering, or a related field. - Proven experience as a data engineer or similar role, with a strong understanding of data modeling, ETL processes, and database technologies. - Proficiency in at least one programming language commonly used in data engineering (e.g., Python, Java, Scala). - Hands-on experience with cloud platforms (e.g., AWS, Google Cloud, Azure) and related services (e.g., S3, GCP BigQuery, Azure Data Lake). - Familiarity with containerization and orchestration tools such as Docker and Kubernetes. - Excellent problem-solving and communication skills. - Ability to work independently and collaborate effectively in a remote team environ...

    $83 (Avg Bid)
    $83 Snittbud
    3 bud

    I'm developing a web application and require an experienced JUnit 4 professional to fortify my project. Key Responsibilities: - Creating robust Test cases - Constructing comprehensive Test suites To make this project successful you should have: - Expert knowledge of JUnit 4 - Extensive experience in Java web application testing - Excellent understanding of assertion method usage - Proficiency in creating test cases and suites With your robust testing capabilities, you'll help ensure our Java web application runs flawlessly.

    $2 / hr (Avg Bid)
    $2 / hr Snittbud
    8 bud

    I'm currently in the process of cloning an e-commerce website (shopify). The majority of the site is working splendidly - about 90% - but there are still some kinks in the code that need to be addressed. Areas needing attention: - images not showing Ideal skills and experience: - I'm really looking for freelancers who have substantial experience in website development and code correction. Prior experience in troubleshooting and problem resolution would be a bonus. Application information: - For your application to be successful, I'd like to know about your experience, specifically any similar projects you've worked on or any issues you've managed to solved in this area. I know it's just a small fix to do so my budget for this is around...

    $121 (Avg Bid)
    $121 Snittbud
    43 bud

    ...will take advantage of an intuitive drag and drop interface and a Laravel backend setup. Key functional requirements include: 1. Drag and Drop Interface: The script should incorporate an easy-to-use, drag and drop interface. 2. Laravel Backend: The script will need to utilize Laravel on the backend. Familiarity and expertise with Laravel is a top priority. 3. Code Generation: The main purpose of the script is to generate code subjected to different flow diagrams. Mastery in this area is highly recommended. The platform compatibility is flexible as the question was skipped by me, making it acceptable across Windows, Mac, and Linux. Ideally, I am seeking a professional with prior experience in similar projects. I look forward to seeing your detailed proposal. What I�...

    $143 (Avg Bid)
    $143 Snittbud
    23 bud

    I need an exceptional Java developer to create a PDF generator. The primary feature of this PDF generator should be its capability to maintain the original formatting of the source document. As such, it's crucial that the specialist has deep expertise in working with Java and PDF formatting. Key Requirements include: - Proficient in Java programming - Experienced in PDF formatting Please note that multilingual support is not required in this project; the PDF generator only needs to support English language.

    $137 (Avg Bid)
    $137 Snittbud
    26 bud

    I need a talented and experienced Java developer to work on improving and developing new functionalities for my project. Key Responsibilities: - Develop and implement new features in the user interface. - Optimizing and enhancing the performance of the algorithm design. Skills and Experience: The right candidate should have: - Solid knowledge of Java, particularly with the Spring Framework. - Proven experience in UI development and algorithm performance optimization. Your experience in these areas will be invaluable to the success of the project. Looking forward to collaborating!

    $9501 (Avg Bid)
    $9501 Snittbud
    87 bud

    Objective A fully standard complaint lite loaded data collection implementation and integration for Asset Manager application from industrial devices supporting Modbus TCP & DNP3 protocol. • A standard compliant Modbus TCP & DNP3 implementation to collect data from externa...application from industrial devices supporting Modbus TCP & DNP3 protocol. • A standard compliant Modbus TCP & DNP3 implementation to collect data from external devices. • Customized specific attribute data retrieval from the device. • The implementation should be extendable to support new devices without modifying base implementation • The implementation should be either in pure dotnet C# or Java/Kotlin. dotnet & C# are preferred. • The implementatio...

    $5485 (Avg Bid)
    $5485 Snittbud
    7 bud

    ...forged signatures. Key tasks include: 1. App Development: Designing, coding, and implementing the app efficiently. Experience in developing secure and robust applications is paramount. 2. Real-Time Detection: Integrating the application to allow for real-time identification of forged signatures. Ideal Skills and Experience: - Proficient in Android development and related technologies such as Java or Kotlin. - Experience in creating applications with real-time functionalities. - Background in working with OCR or similar technologies would be beneficial. - Past projects involving secure, reliable data processing and integrity. - Strong understanding of UI/UX design principles to provide the best user experience. Please include examples of similar Android applications you�...

    $89 (Avg Bid)
    $89 Snittbud
    5 bud

    We are seeking an experienced developer to create a software module that automates the process of scanning ...image processing, OCR technology, and PDF generation. 2. Strong knowledge of programming languages suitable for this project (e.g., Python, C++, Java). 3. Experience with CMYK color conversions and understanding of print production requirements. 4. Familiarity with user interface design and development. 5. Ability to integrate new modules with existing systems. 6. Excellent problem-solving skills and attention to detail. 7. Strong communication and documentation abilities. Deliverables: A fully functional software module that meets the project specifications. Documentation for the module, including setup, usage, and integration guides. Source code and any necessary in...

    $292 (Avg Bid)
    $292 Snittbud
    17 bud

    I am looking for a proficient DevOps who can create a PHP code for a Geolocation functionality. This code must be able to: Identify user location and send him to relevant domain for example: User X come from Germany (Country code DE) traffic will go to User Y come from Greece (Country code GR) traffic will go to Else all other user traffic from all other location will go to If you know how to make this code please contact me.

    $139 (Avg Bid)
    $139 Snittbud
    6 bud

    I need an experienced developer who can rectify following issues in my e-commerce platform: 1. Shipping charge calculation: For the same customer multiple products can be added and shipping charge should be calculated based on overall quantity. Your role is to analyze these calculation and implement a solution. 2. Checkout Bug: Billing and Shipping address section is not showing up for the same customer next time. Order history page is not loading up for the existing customer. To wrap up, I'm looking for a professional with a strong understanding of e-commerce platforms, payment gateway integration, and shopping cart systems. Should have a knack for problem-solving and debugging. Familiarity with Razorpay integration will be advantageous.

    $104 (Avg Bid)
    $104 Snittbud
    19 bud

    Remote Opportunity Job Description: Good knowledge of the product including BPM Fundamentals, Architecture Components, Technical Features such as Designer Features, Configurations in Appi...Features such as Designer Features, Configurations in Appian etc. Should have hands-on experience in design and development in Appian BPM including components such as Tempo, Mobility Features, Forums, Discussions, Pages, Smart Services, Reports, Deployment etc. Should have good knowledge of Java, Angular JS, J2EE, Ajax, JavaScript, JS, XML, XSLT etc. Appian Certification L2. Should have handled teams of size 5-7 and should be able to mentor the team. Excellent analytical and communication skills. Required Skills: Java, Angular JS, React JS, Appian Apply only if you have good experience...

    $30 (Avg Bid)
    $30 Snittbud
    6 bud

    It will be a scheduled call Working hours from 8:30 PM IST to 6 AM IST You have a choice to accept or refuse the call, You will be paid for those hours while you will be working. I am looking for an experienced interview expert who has at least 9+ years of experience in Java SpringBoot full stack development. The ideal candidate should have a strong knowledge of Java SpringBoot, Angular, React, and database technologies.

    $8 / hr (Avg Bid)
    $8 / hr Snittbud
    19 bud

    I'm in need of an experienced Java Developer to construct a web service consumer. This role's primary responsibility will involve: - Creating and implementing a Java web service consumer, although the specific functionality required remains open for discussion. This could include authentication, data encryption, or error handling, based on your expert advice. Ideal Skills: - Proficient in Java - Experience in web service consumption - Knowledgeable in data security strategies - Expert in error handling When applying, please include: - Past work relevant to this project - Your experience in Java and web service consumption - A detailed project proposal on how you plan to fulfil the given requirements Keep in mind that the purpose of this Ja...

    $9 (Avg Bid)
    $9 Snittbud
    5 bud

    I'm in need of a proficient Full Stack Java Developer with strong capabilities in front-end development, back-end development, and database management. Your main task will be to develop a job search system specifically designed to find job opportunities. This platform will allow users to customize their profiles to make the job search more personal and efficient. Skills and Experience Needed: - Extensive proficiency in Java - Experience in front-end and back-end development - Proficiency in database management - Familiarity with user interface design and user profile customization - Previous experience in developing job search systems is a plus. Your role is critical to helping users navigate job opportunities easier. If you're passionate about making job searc...

    $344 (Avg Bid)
    $344 Snittbud
    29 bud

    I'm seeking a seasoned Java developer for an immediate project involving the construction of a Spring Boot filter. The main task centres on the creation and implementation of a filter for all incoming requests to the controller, specifically designed to combat XSS attacks and remove Zero Width Space (ZWSP) characters. Key Project Requirements: - Develop a Spring Boot application filter. - The filter must effectively handle and block all potentials XSS attacks. - The filter must efficiently remove all encountered ZWSP characters. - The developed filter must suitably plug into a Spring Boot application. - The filter should be designed to handle high networking traffic smoothly. Test Cases Require to Cover: - Scenarios of filtering XSS attacks. - Scenarios that deal with the re...

    $139 (Avg Bid)
    $139 Snittbud
    7 bud

    ...functionality. While the calculator will serve as the facade, the central functionality of this application is to cleverly conceal and completely run spyware software in the background. No apps available allow the spyware to function properly. It gets very tricky when attempting to enable the necssary permissions. Skills and Experience: - Advanced understanding of Android system - Proficient in Java or Kotlin - Strong knowledge in creating utility apps - Experience in app security and spyware Take note that the specifics regarding the 'Regular calculator' functionality were not provided, so having experience in creating calculator apps encompassing basic operations is ideal. Furthermore, experience with cybersecurity would be highly beneficial due to the sensitivit...

    $586 (Avg Bid)
    $586 Snittbud
    80 bud

    I am seeking an experienced GIS Developer to join my project. Although no specific programming languages have been identified, familiarity with Python, Java, C#, and other prevalent languages utilized in GIS development is perceived as beneficial. Key Requirements: - Comprehensive Experience: As an expert-level professional, apply only if you have substantial experience in GIS development. Application Essentials: - Highlight your Experience: Successful applicants should not forget to include a detailed overview of their GIS development experience in their application. Ideal Skills and Experience: - Expertise in GIS development: As an expert, significant knowledge and prior experience in the sector are expected. Overall, I am looking for a GIS Developer who is passionate and hig...

    $1387 (Avg Bid)
    $1387 Snittbud
    16 bud

    I am looking for a Matlab expert who can help me with the creation of effective code specifically designed to solve sets of coupled ODEs. The focus of these sets is the "Three-body problem," which is a dynamic problem often encountered in the area of kinematic chains. Key responsibilities: - Develop Matlab code to solve mentioned coupled ODEs - Ensure the code accurately addresses the "three-body problem" in kinematic chains - Test the code thoroughly for efficacy and accuracy Ideal competencies include: - A strong knowledge and proficiency in Matlab - Familiarity with kinematic chains, and dynamics problems - Previous experience in solving coupled ODEs would be a plus - An understanding of the "Three-body Problem" will be greatl...

    $517 (Avg Bid)
    $517 Snittbud
    30 bud

    I'm in need of a system that automates the rescheduling of American visa interview appointments. Here are the project requirements: - Monitor the website for avai...appointments. Here are the project requirements: - Monitor the website for available dates - Automatically reschedule when a date becomes available - This system should be developed as an extension - I am open to the system being programmed in any language Ideal skills needed would include web scraping, automation, and proficiency in JavaScript, Python, or Java. Familiarity with the visa appointment scheduling website is preferred but not a requirement. Any interested freelancers should have experience in creating similar appointment scheduling systems.

    $194 (Avg Bid)
    $194 Snittbud
    15 bud

    ...This includes the ability to perform various operations, such as sending and receiving data or controlling device functionalities. ===================================================== I have an APK that fully interacts with a Bluetooth device, and I also have the decompiled source code. While the decompiled source isn’t perfect, it does allow me to access all the resources and Java classes. 1. Could you please create a complete Android project that can be run from Android Studio based on the decompiled source code? 2. If you’re able to complete the first task, I’d like to extract the correct Bluetooth commands necessary for handling, and then convert them to iOS commands. For iOS, I don’t need full project, I only want to extract the c...

    $315 (Avg Bid)
    $315 Snittbud
    34 bud

    As a system developer, I am in need of a proficient bash scripting and Jenkins pipeline specialist to help with several tasks on my Linux-based project that also utilizes JavaScript and Java. Tasks involve: Sonarqube integration with jenkins build - Drafting bash scripts - Setting up Jenkins pipelines - Troubleshooting existing scripts or pipelines A successful candidate should have: - Extensive experience with Linux, Jenkins, bash scripting - Proficiency in JavaScript and Java - Proven track record in troubleshooting and resolving scripting issues in a timely manner I am open to collaborating with both intermediate and expert level freelancers. This project provides a great opportunity for bash scripting and Jenkins pipeline professionals looking to expand their portfoli...

    $138 (Avg Bid)
    $138 Snittbud
    27 bud
    Ogh application Avslutades left

    I am seeking an experienced Android developer to focus primarily on the development of an app, with a core fea...Implement an efficient user authentication system using traditional username and password methods. - Develop a smooth, highly functional app, ensuring seamless performance across different Android devices. Ideal candidates should have: - Extensive experience in native Android app development. - Proficiency in implementing secure user authentication features. - Strong understanding of Android Studio, Java/Kotlin, RESTful APIs, and Git. - An eye for detail in UX/UI aspects, aiming for an intuitive user flow. - Past work showcasing their ability in these areas. Please, include examples of similar projects implemented, particularly those with user authentication, along with...

    $81 (Avg Bid)
    $81 Snittbud
    5 bud

    I want to set up PayPay payment for Nintendo Game Plaza. PayPal payment review has been completed. Click here for details (payment agency) If you can translate into English and understand it, please help. payment site

    $160 (Avg Bid)
    $160 Snittbud
    43 bud