Genetic algorithm project java jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 genetic algorithm project java jobs found, pricing in USD

    I'm looking for an experienced Android developer to join my project. Although I haven't specified the exact type of app or its purpose yet, I can tell you it'll be important for you to be proficient in the following areas: - Java programming - Android Studio - UI/UX design Please only bid if you are comfortable with the above skills and have a vast experience in Android development. I'll provide further details about the project to the right candidate. Thank you.

    $122 (Avg Bid)
    $122 Avg Bid
    12 bids

    I am seeking a US IT Recruiter with expertise in sourcing and screening candidates to fill less than 10 positions per month. Specifically, I need assistance in recruiting JAVA and SAP professionals. Key Requirements: - Proficiency in sourcing and screening candidates - Familiar with applicant tracking systems - Ability to fill positions for JAVA and SAP specialists The ideal candidate will have a strong track record of successful placements, a keen attention to detail, and excellent negotiation skills. Prior experience in IT recruitment is essential.

    $280 (Avg Bid)
    $280 Avg Bid
    8 bids

    I am seeking a skilled and knowledgeable mobile app developer to brin...showcasing the rental's best features. - Property descriptions: Detailed, well-written descriptions giving an accurate impression of the property. - Reviews: Platform for previous tenants to leave their honest reviews. The ideal candidate for this project would have a strong background in mobile app development, with a portfolio showcasing similar work in real estate or hospitality. Experience in UX/UI design to ensure a user-friendly approach will be a major plus. Coding skills in languages commonly used for mobile apps such as Swift (iOS), Java (Android), or cross-platform languages (Flutter, React Native) are essential. A keen understanding of the rental market in Ghana or similar environme...

    $30 - $250
    Sealed
    $30 - $250
    20 bids

    ...on Education. The primary feature of the blog will be to host articles(contents from ) and courses, so it needs to have a clean, user-friendly design to help visitors easily access and engage with the content. eg: w3School Key Requirements: Sure, here's a simplified version of your project requirements: 1. **Content Management**: The website will fetch articles from my account using C# language. 2. **Header Panel**: The header panel will display content options such as C#, Java, etc. 3. **Course Pages**: When a user selects a course (e.g., C#), the website will fetch relevant articles based on C# labels from Blogger. 4. **Left Panel**: This panel will be divided into three sections: Beginner, Intermediate, and Expert. These sections will also be displayed on eac...

    $9 (Avg Bid)
    $9 Avg Bid
    6 bids

    I'm seeking a skilled developer or team to build an NLP website. This website's main feature should enable users to gather consensus on products based on YouTube videos. Key Functionality: • Implement a mechanism for analyzing the sentiment of user comments ...analyzing the sentiment of user comments and reading video subtitles. I am open to suggestions for the appropriate sentiment analysis algorithms to use. The ultimate aim is to create an engaging platform that provides accurate sentiment data on products based on user engagement in YouTube videos. Ideal Skills: • Strong knowledge in Natural Language Processing • Experience in Sentiment Analysis algorithm • Full-stack web development experience • Familiarity with YouTube API integration...

    $5477 (Avg Bid)
    $5477 Avg Bid
    24 bids

    I want an android developer with java, php, laravel, api Working on android studio and laravel app control panel

    $154 (Avg Bid)
    $154 Avg Bid
    43 bids

    I'm seeking a proficient Java Developer to undertake an exciting project focused on creating an engaging simulation game. Key Tasks: - Complete software development of the simulation game from conceptualization to completing the final product. A brief explanation of what the game looks like: The game has two clients. The clients have a map and on this map a fort and a treasure is hidden. The client needs to find the treasure and the fort from the enemy to win the game. Also there are specific rules for generating the map, that needs to be validated. Project Specific Requirements: - Extensive experience in Java development with emphasis on game programming - Knowledge in bug fixing and troubleshooting during development stages - Expertise in code o...

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    28 bids

    I am in search of someone well-versed in SEO. I need their expertise particularly in keyword research and analysis, on-page optimization, and link building. The main goal of this project is to improve the ranking of my website on Google's search engine results pages. Ideal Skills & Experience: - Proven track record in SEO - Mastery of effective keyword research and analysis - Demonstrated ability in on-page optimization - Experience in successful link building - Strong understanding of Google's algorithm updates and SEO best practices - Experience in achieving top rankings on Google The ideal candidate will provide a well-thought-out strategy to improve my website's Google ranking, using the skills above, within a reasonable timeline. I look forward to ...

    $41 (Avg Bid)
    $41 Avg Bid
    33 bids

    I'm looking for a creative individual to help me produce engaging entertainment videos for my YouTube channel. Key Requirements: - The content should be centered around comedy sketches, so a good sense of ...maintain viewer interest over this period is crucial. - A good understanding of YouTube's audience preferences and algorithms is a plus. Ideal skills and experience include: - Experience in creating and producing comedy content, particularly for YouTube. - Proficiency in video editing and post-production. - Ability to write compelling, entertaining scripts. - Understanding of YouTube's SEO and algorithm to maximize reach. - Strong communication skills. I'm looking for a long-term collaboration. If you're passionate about comedy and creating engaging ...

    $16 (Avg Bid)
    $16 Avg Bid
    24 bids

    ...outline of what i'll need: User Authentication: Implement user authentication features such as registration, login, and password recovery. You can use Firebase Authentication or other authentication services. User Profiles: Allow users to create and edit their profiles. Include features like uploading profile pictures, adding bio information, and setting preferences. Matching Algorithm: Develop a matching algorithm to suggest potential matches based on user preferences, location, interests, etc. You may consider using machine learning algorithms or predefined rules. Geolocation: Integrate geolocation services to find and display nearby users. This feature is crucial for matching users based on location. Swipe Gestures: Implement swipe gestures for users to indicate i...

    $382 (Avg Bid)
    $382 Avg Bid
    12 bids

    SimpleWeb RTC changed again how they get the amount of users in a room. This one I can not figure out as we use this to count users in the room. See attachment. We use the original curl with Java Script to show that count on our webpage. $20 Job

    $23 (Avg Bid)
    $23 Avg Bid
    11 bids

    I'm seeking a full-stack developer to build a sophisticated core banking solution web application. Key Requirements: - JavaScript and Java proficiency are a must - The web application should have a sleek and modern design Key Features: - The most critical feature for this project is user account management Ideal Candidate: - Proficient in JavaScript and Java - Experience in designing modern and aesthetically pleasing web applications - Previous experience with core banking solutions or financial applications is highly desirable - Strong background in creating robust user account management systems - Excellent problem-solving and analytical skills - Ability to work independently and efficiently Please include your relevant experience and a portfolio of your pr...

    $693 (Avg Bid)
    $693 Avg Bid
    19 bids

    ...* 3 / 5 if sum > 1 then sum = sum + 1 else sum = sum – 1 Part 2: Syntax Analysis In this Part you will extend the work that you did in Part 1 on lexical analysis. You will now add a syntax analyser (parser) to it. The syntax analyser will handle expressions described by the EBNF given as an example in the section 4.4.1 of the textbook. The parser will be based on recursive-descent parsing algorithm and the outline C code for the parser is already given in the textbook. You will improve it by adding error handling capability. First get the code for the recursive-descent parser described in the textbook working. Try it out on simple examples, e.g. (sum + 47) / total. This example should produce the trace given in section 4.4.1 (page 184-185 of 10th edition). To handl...

    $116 (Avg Bid)
    $116 Avg Bid
    16 bids

    I'm looking for a proficient Pine Script writer who can help me develop a customized scanner on Trading View. Here are the fine details: - The scanner must be tailored to incorporate MACD (Moving Average Convergence Divergence) as the primary trading indicator. - I need the scanner t...(Moving Average Convergence Divergence) as the primary trading indicator. - I need the scanner to specifically track short selling trades. - This tool will be solely utilized for the Stock Market. Having substantial experience with Pine Script, as well as a solid understanding of MACD-based strategies and the Stock Market, would be invaluable for this task. You should be able to create a reliable algorithm that accurately tracks the required movements. Sign up if you're the Pine script exp...

    $124 (Avg Bid)
    $124 Avg Bid
    8 bids

    I'm seeking an experienced developer who is proficient at Java Node.js to create a dynamic and interactive betting website. Key points of focus include: - Creation of a user-friendly feature for straightforward odds and results display. No complicated calculations are required, simply a clear presentation of basic odds and stats. - Incorporation of a lively and interactive user interface that allows users to engage and work quickly. Ideal candidates would have extensive experience in similar work, particularly in developing fluid and interactive interfaces. A strong background in Java Node.js API Integaration is mandatory. This project requires a blend of technical skill and creativity to deliver a product that is both functional and user-friendly.

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

    The focus of this project is local SEO, in particular backlink creation from local directories. I require an experienced team who can generate over 400 backlinks monthly and optimize for 30 keywords. Link building with high DA. Key Responsibilities and Requirements: - Directory Submissions: You will be generating backlinks predominantly through local directory submissions. I'm seeking specialists who know how to ensure that these submissions adhere to the highest SEO standards and are done methodically to avoid any negative SEO impacts. - Local Emphasis: Be aware that this project requires a focus on directories within my city. Knowledge of local SEO strategies will be highly valuable to me. - Teamwork: This job is for an experienced team equipped to handle the qua...

    $104 (Avg Bid)
    $104 Avg Bid
    93 bids

    I'm in search of a skilled cybersecurity writer to create a comprehensive article on PLC (Programmable Logic Controller) Algorithm Security for a professional audience. Requirements: - The article should delve into in-depth technical analysis, offering thorough insights and understanding of PLC Algorithm Security. - The preferred word count for this piece is 1000 - 1500. - The target audience is primarily cybersecurity professionals; the content should be engaging and informative for this group. - A clear focus on critical insights and mitigation strategies in the realm of PLC Algorithm Security is a must. Ideal Skills and Experience: - Proven track record in cybersecurity writing. - An understanding of the nuances of PLCs, industrial automation, and cybersecur...

    $378 (Avg Bid)
    $378 Avg Bid
    19 bids

    ...(2021 & 2022 passout only)? Are you passionate about programming languages and eager to make your mark in the IT industry? Look no further! We’re hiring talented individuals to join our dynamic team. Position: Software Engineer Domain: Finacle (Banking) Location: Major cities in India and international locations Why Choose Us? Comprehensive end-to-end training in Unix/Linux, JSP, HTML, Core Java, Node JS, Node red, Oracle SQL, and PLSQL. Exciting projects in the banking domain Opportunities for growth and career advancement Terms and Conditions: Commitment: Minimum 3 years with us Training: First month (free accommodation), followed by competitive salary Performance-based increments from the second year onward Global travel opportunities Qualifications: - While we...

    $45 (Avg Bid)
    $45 Avg Bid
    7 bids

    ...skills in languages such as Python, Java, or C++ to efficiently build the bot - Expertise in Natural Language Processing and Data Scraping - Experience in building bots, particularly ones focused on task automation Although the bot is primarily for personal use, ensuring its compatibility across different platforms is fundamental. Therefore, any previous experience or knowledge in optimizing bots for varying platforms will be advantageous. We can discuss further the specifics of what platforms the bot should optimally function on as we move forward with the project. To sum up, I'm looking for a professional with robust coding skills, a deep understanding of NLP and data scraping, and a history of creating user-friendly bots for personal use. A successful project...

    $277 (Avg Bid)
    $277 Avg Bid
    15 bids

    ...to explore matrimony profiles or join upcoming Satsang events. Satsang Page: On the Satsang page, we cover the following functionality as mentioned Daily Inspiration Carousel Upcoming Events Carousel Event Calendar Recorded Satsang Video Library Search Functionality Matrimony Page: On the Matrimony Page, we cover the following functionality as mentioned User Profile Matching Algorithm Search Filter Featured Profile Messaging System Verification Subscription Success stories/Testimonials Account Page: On the Account Page, we cover the following functionality as mentioned Edit Profile Terms & Conditions Privacy Policy Logout Timeline: 15 Working Days...

    $455 (Avg Bid)
    $455 Avg Bid
    34 bids

    I need an experienced Native Android app and SDK developer to work on an existing wellness app. The main focus should be on health tracking, specifically heart rate monitoring. You should have prior experience developing similar health or fitness apps and be familiar with heart rate monitoring technology. Bonus points if you can prov...to work on an existing wellness app. The main focus should be on health tracking, specifically heart rate monitoring. You should have prior experience developing similar health or fitness apps and be familiar with heart rate monitoring technology. Bonus points if you can provide examples of previous work in this field. Key skills required are Android development, SDK, Android Library creation, Java, Kotlin and health app design and development best ...

    $12 / hr (Avg Bid)
    NDA
    $12 / hr Avg Bid
    19 bids

    I'm seeking a seasoned resume writer, with a knack for crafting resumes focused on the IT industry and a comprehensive understanding of executive-level priorities. - Your target audience will be, primarily, senior decision-makers in IT recruitment. - Also, ...writer, with a knack for crafting resumes focused on the IT industry and a comprehensive understanding of executive-level priorities. - Your target audience will be, primarily, senior decision-makers in IT recruitment. - Also, the resume must highlight my skills as an Architect. Ideal Candidate: - Proficient in resume building for executives. - Knowledge of the IT industry (java Full Stack development) and architect roles. - Excellent communicator with collaborative editing skills. -...

    $88 (Avg Bid)
    $88 Avg Bid
    35 bids

    We developed custodial wallet using Kotlin, JAVA, Node.js, etc. and when we click the "send" button coins cannot be sent. Please check and fix the issue. apk backend admin panel

    $154 (Avg Bid)
    $154 Avg Bid
    8 bids

    We are searching for a mobile developer to join the team to finalise a project for MVP. We need a single developer with both Android (react/java) and iOs (swift) to finalise the app already well underway but requiring changes in UI and functionality. You will also use WhatsApp for comms and JIRA for ticket management and be a strong communicator. Experience a must. Looking for a price per week, and 4 milestones are created and based on sprints achieved.

    $1458 (Avg Bid)
    $1458 Avg Bid
    91 bids

    We're seeking freelance programmers with a flexible skill set as the specific programming languages and project objectives weren't defined. An ability to adapt to various programming languages would be ideal, encapsulating yet not limited to Java, Python, and C++. As the project's main target and functionality weren't specified, experienced bidders with diverse backgrounds in creating mobile apps, website development, and software application building would be preferred. This project may contain elements like user authentication, database integration, and payment processing. It's important you're adaptable and comfortable with possible modifications as the project progresses.

    $29 (Avg Bid)
    $29 Avg Bid
    21 bids

    I'm on the market for an SEO expert who specializes in link building. The primary focus for the project is to enhance my website's ranking on Google. The ideal candidate must have experience in SEO optimization, specifically targeting improvements for: - Product-related keywords - Brand-related keywords Understanding Google's ranking algorithm and having a proven history in successful link building is essential. I look forward to seeing increased visibility and overall better rankings for my website. Please provide a brief summary of your strategy and any relevant projects that demonstrate your capabilities in this sector.

    $227 (Avg Bid)
    $227 Avg Bid
    39 bids

    I need an SEO expert on board ASAP to bolster my site's traffic. Your task will include: - Building and managing a backlink strategy. Our competitor has over 35k backlinks. - Keeping Google's algorithm updates in mind while developing these strategies. Ideal candidates for this job will have proven experience in SEO and backlinks, with a focus on generating quality leads. The ability to work quickly without compromising quality will be highly appreciated. Please include specific examples of past work relating to boosts in search engine ranking and lead generation in your proposal.

    $875 (Avg Bid)
    $875 Avg Bid
    96 bids

    I need an AEM expert with specific experience in Dynamic Media implementation, as well as strong Java, Vue, and JavaScript skills. The project will involve a mix of backend and frontend tasks, and I'm looking for someone who can work with me on this for 3-6 months. Key Requirements: - Adobe Experience Manager (AEM) expertise - Dynamic Media implementation experience - Strong Java, Vue, and JavaScript skills - Ability to work on both backend and frontend tasks - Available to commit to 3-6 months of work Please only apply if you have the appropriate skills and are able to commit to this time frame.

    $1125 (Avg Bid)
    $1125 Avg Bid
    59 bids

    I'm looking for a skilled Java developer to integrate the Coinbase, Kraken and many other cryptocurrency APIs into my project. Key Objectives: - Integration of Coinbase, Kraken APIs and many other's exchanges api's - Implementation of wallet balance retrieval functionality Ideal Skills: - Proficient in Java programming - Experience with cryptocurrency exchanges and APIs - Prior work with well known crypto exchange's APIs preferred - Strong understanding of API integration and security Please provide examples of similar projects you've worked on and your approach to API integrations. Your ability to meet the project's technical requirements and ensure security will be crucial.

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

    I, as a client, am in need of a skilled professional to handle content creation and scheduling for my Instagram page on a daily basis. This includes: - Images: Photoshoots, editing, and formatting for Instagram posting. - V...for Instagram posting. - Videos: Creation, editing, and formatting for Instagram posting. - Graphics/Infographics: Design and creation of visual content relevant to the message being displayed. The candidate should have experience in digital photography, video filming/editing, graphic design, and social media management. Excellent knowledge of Instagram, its various formats, and the platform's algorithm for maximum engagement is also crucial for successful outcomes. Proficiency in Adobe Photoshop, Illustrator, Premiere Pro, or any similar software will b...

    $96 (Avg Bid)
    $96 Avg Bid
    9 bids

    I'm searching for a skilled A...construct an application similar to Instagram, focusing specifically on photo and video sharing features. Only front end work is required. Ideal Skills and Experience: - Android Development - Java or Kotlin - Familiarity with Instagram's functionality - UI/UX design implementation from provided specifications Tasks: - Implement a robust photo and video sharing feature - Translate my specific UI/UX design into an engaging user interface. I welcome developers with a solid track record in building interactive and aesthetically pleasing Android applications. It's essential to be proficient in either Java or Kotlin and have a solid understanding of Instagram to replicate its user experience successfully. Let's create a vi...

    $93 (Avg Bid)
    $93 Avg Bid
    6 bids

    I need a smart attendance system for College Student , main focus is Attendance on Different subject like DBMS , PYTHON , JAVA , Etc which utilizes facial recognition technology. Like I want to take Attendance for all the subjects, so in take attendance there should be a option or drop down for the list of Subjects You want take the Attendance Key Elements: - On the main page/home page I need user to register with there Name, Id ,Phone number - And then a Button to take attendance on different subjects using Facial Recognition , in which there should be a option or drop down for the list of subjects - And one main Feature is to show a Pie chart which represents how many students has attended DBMS class , Python class etc - Attendance should be saved in XL Sheet and Pie chart s...

    $33 (Avg Bid)
    $33 Avg Bid
    11 bids

    I'm look...Recommendations: The app should have a feature that suggests potential matches based on user activity. Design Preferences: - I would like the design to be 'Colorful and vibrant'. A modern, visually appealing and engaging design is crucial for a successful matrimony web app. Match Recommendations: - The match recommendations feature is an essential part of the app. It should work based on an algorithm analyzing user activity to provide relevant and meaningful suggestions to the users. Ideal Skills and Experience: - Proficiency in React.Js and Mongo DB is a must - Experience with developing user registration and login systems - Prior experience with creating sophisticated recommendation algorithms - Strong design skills, particularly in creating 'Col...

    $376 (Avg Bid)
    $376 Avg Bid
    23 bids

    I need an AEM expert with specific experience in Dynamic Media implementation, as well as strong Java, Vue, and JavaScript skills. The project will involve a mix of backend and frontend tasks, and I'm looking for someone who can work with me on this for 3-6 months. Key Requirements: - Adobe Experience Manager (AEM) expertise - Dynamic Media implementation experience - Strong Java, Vue, and JavaScript skills - Ability to work on both backend and frontend tasks - Available to commit to 3-6 months of work Please only apply if you have the appropriate skills and are able to commit to this time frame.

    $1209 (Avg Bid)
    $1209 Avg Bid
    63 bids

    I created Java app that create google calendar event via api. I've got below error POST { "code": 403, "errors": [ { "domain": "calendar", "message": "Service accounts cannot invite attendees without Domain-Wide Delegation of Authority.", "reason": "forbiddenForServiceAccounts" } ], "message": "Service accounts cannot invite attendees without Domain-Wide Delegation of Authority." I think it's a problem service account. I want to do it till end of 11.05.2024 Project realization via shared desktop

    $21 (Avg Bid)
    $21 Avg Bid
    5 bids

    We developed custodial wallet using Kotlin, JAVA, Node.js, etc. and when we click the send button coins cannot be sent. Please check and fix the issue. apk backend admin panel

    $220 (Avg Bid)
    $220 Avg Bid
    20 bids

    I'm in search of an innovative and experienced website designer who is willing to step outside the box and push creative boundaries. Not tied to any specific template or col...willing to step outside the box and push creative boundaries. Not tied to any specific template or color, I am eager to see your creative flair shine. Main Objectives: - Design a new algorithm that maintains a fresh and innovative aesthetic - Experiment with unconventional layouts - Utilize a mix of color palettes Essential Skills: - Proven experience in communication to persons with different design - Ability to create unique layouts - Aptitude for color theory and application Your portfolio should demonstrate your ability to meet these objectives. Looking forward to collaborating and bringing this ...

    $78 (Avg Bid)
    $78 Avg Bid
    17 bids

    I'm in need of a talented and reliable developer who can implement a machine learning model in .NET Core for a simple time series prediction task. Key Requirements: - You...model capable of predicting daily /hourly visitors as we have data for each enterance. - The model must be suitable for .NET Core and efficiently integrated into the existing system. Ideal Skills and Experience: - Proficient in .NET Core - Strong understanding of machine learning algorithms, particularly those suited for time series prediction. Please note that the specific machine learning algorithm to be used was not specified, so you'll need to have a versatile understanding of various algorithms. Your ability to work independently and deliver quality results within the specified time frame wi...

    $476 (Avg Bid)
    $476 Avg Bid
    70 bids

    ...bugs across multiple software systems. The ideal candidate(s) will have expertise in Java (specifically Swing), FileMaker, Artificial Intelligence, Django, and general web development. This project involves analyzing the current issues, proposing solutions, and implementing fixes in a timely manner. Key Tasks: - Analyze existing codebases to identify bugs and inefficiencies. - Develop fixes for bugs in systems built with Java Swing, FileMaker, Django, and related web technologies. - Apply AI techniques to optimize operations and improve system functionalities where applicable. - Test fixes to ensure bugs are completely resolved and systems are running smoothly. Ideal Candidate: - Strong proficiency in Java, especially in Swing application development. - Ex...

    $2234 (Avg Bid)
    $2234 Avg Bid
    15 bids

    ...functional on both iOS and Android platforms. Since the primary function was not specified, creativity and ability to design multi-purpose apps will be highly appreciated. Key Requirements: - Strong experience in developing mobile apps for both iOS and Android - Proven experience in cross-platform mobile app development - Proficient coding skills in languages such as Swift, Kotlin, Objective C and Java - Exceptional UX/UI design skills - Strong problem-solving abilities, with a knack for complex troubleshooting tasks - Ability to work independently, with minimal supervision While delivering the final product, I'd also like you to provide the source code along with necessary documentation. If you've worked on similar projects, please include them in your proposal....

    $574 (Avg Bid)
    $574 Avg Bid
    25 bids

    I have a set of scripts that I need pushed onto GitHub. I'm looking for someone to help me with this task. - You'll be working with scripts written in Python, JavaScript, or Java, which I will share with you. - The main goal of pushing these files on GitHub is for Version Control. This will allow me to keep track of changes made to the scripts, and potentially roll back to previous versions if needed. It's important that you have a good understanding of GitHub Finally, although I do need the repository to follow basic branch naming conventions and workflow rules, I don't need anything overly complicated. A simple, easy-to-follow convention will suffice.

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

    I have a set of scripts that I need pushed onto GitHub. I'm looking for someone to help me with this task. - You'll be working with scripts written in Python, JavaScript, or Java, which I will share with you. - The main goal of pushing these files on GitHub is for Version Control. This will allow me to keep track of changes made to the scripts, and potentially roll back to previous versions if needed. It's important that you have a good understanding of GitHub and Version Control concepts. Finally, although I do need the repository to follow basic branch naming conventions and workflow rules, I don't need anything overly complicated. A simple, easy-to-follow convention will suffice.

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    15 bids

    ...be shot and edited and sent to you for posting. - Scheduling: It's important that posts are scheduled daily at optimal times to maximize engagement and visibility. - Interaction: Engaging with my followers is also crucial to maintain a loyal and active audience. Ideal Candidate: - Proficient in Instagram and TikTok: The ideal candidate should be well-versed in both platforms, understanding algorithm changes, content types that work, and how to engage with followers effectively. - Content Creation Skills: A creative flair and the ability to create content that is not only visually appealing but also relevant to my brand and target audience. - Time Management: Given the daily posting schedule, the assistant should be able to manage time effectively and consistently deliver h...

    $669 (Avg Bid)
    $669 Avg Bid
    53 bids

    We are ...function to import data from Excel files (.xls or .xlsx) into the app. The import functionality should be similar to the existing "Fuel Injection Price List" section within the app. Ensure data integrity and proper handling of potential errors during import. Implement appropriate user interface elements for file selection and import initiation. Skills Required: Android development expertise (Java/Kotlin) Experience with data parsing and Excel file handling libraries Understanding of user interface design principles for Android Strong problem-solving and debugging skills We are open to discussing different implementation approaches and libraries. Please submit your proposal outlining your experience, technical approach and estimated timeline. We look forward ...

    $115 (Avg Bid)
    $115 Avg Bid
    12 bids

    ...React developer, or a Full Stack developer proficient in React JS and Java/Spring. The goal is to create a personal food ordering app, which would facilitate online ordering of food. Key Features: - User Registration and Login: The app should allow users to sign up, log in, and manage their account. - Browsing and Ordering: Users should be able to view a menu, search for items and place orders. - Cart and Checkout: The app will need to have a cart feature and a seamless checkout process. - Order Notification: The app should send orders to the restaurant and have the functionality for the restaurant to either accept or reject the order. The successful freelancer for this project should have a strong proficiency in React JS, Java/Spring, and experience in developing...

    $956 (Avg Bid)
    $956 Avg Bid
    62 bids

    I'm looking for a talented JavaScript developer who can help me with my website's visualization. Key Responsibilities: - Crafting visually appealing loading screens or animation - Implementing various types of visualizations Ideal Skills: - Proficiency in JavaScript and related libraries - Experienced portfolio of visualizations and/or animations See attached brief for more information

    $116 (Avg Bid)
    $116 Avg Bid
    22 bids

    I have a WhatsApp service provider that provides chatbot and menu-based features. I'm looking for a freelancer to create an adapter that can integrate a different serv...I'm looking for a freelancer to create an adapter that can integrate a different service provider for live-chat on the same WhatsApp number. Key Requirements: - Develop an adapter for live-chat that supports real-time messaging, media file sharing, and chat history retrieval. - Ensure the chatbot dialog history can be passed to the live-chat as a transcript file. Ideal Skills: - Proficiency in Java, Springboot - Prior experience with WhatsApp service provider integrations - Strong understanding of real-time messaging and chatbot systems - Ability to ensure seamless data flow between chatbot dialog and li...

    $598 (Avg Bid)
    $598 Avg Bid
    50 bids

    he 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

    $100 (Avg Bid)
    $100 Avg Bid
    1 bids

    ...functional on both iOS and Android platforms. Since the primary function was not specified, creativity and ability to design multi-purpose apps will be highly appreciated. Key Requirements: - Strong experience in developing mobile apps for both iOS and Android - Proven experience in cross-platform mobile app development - Proficient coding skills in languages such as Swift, Kotlin, Objective C and Java - Exceptional UX/UI design skills - Strong problem-solving abilities, with a knack for complex troubleshooting tasks - Ability to work independently, with minimal supervision While delivering the final product, I'd also like you to provide the source code along with necessary documentation. If you've worked on similar projects, please include them in your proposal....

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids