Do i need java on my computer jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 do i need java on my computer jobs found, pricing in USD

    ...Foreground service is required to run indefinitely in the background, it is acceptable to create this service in Kotlin or Java. Communication between Flutter and the native code should be done via Platform Channels (MethodChannel and EventChannel). User Interface ----------------------- The app should have three main screens: - Splash Screen: Displays the app logo. - Login Screen: User authentication with username and password. When the login button is pressed, a POST request should be made to an API (which I will provide) sending the username and password in JSON format. The API will respond with the login status (granted/denied) and a token for future requests. On successful login, the Foreground scan service should be started and navigate to the Status scree...

    $223 (Avg Bid)
    $223 Avg Bid
    6 bids

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

    $7 - $18
    $7 - $18
    0 bids
    QNX Remote Command Batch File 6 days left
    VERIFIED

    I’m looking for an experienced system programmer who can create a batch file or script that performs a specific set of tasks on a local W10/11computer. The tasks I need accomplished are: - Connect to the remote QNX computer via SSH (Secure Shell)( login/ password in config file.) -send some command (must be configurable - Run certain commands via batch file on windows 10/11 computer. (Configurable) - Run local bat comands on Windows computer (configurable) - Send key combinations on Windows computer (configurable) Managing errors if they occurs. Keep CMD open for manually entering other commands ( in feature can be automated as another project or add-on) Prior experience with batch file creation and QNX s...

    $33 - $272
    Sealed
    $33 - $272
    10 bids

    ...ensure they are properly licensed and provide the license information below the image and again collectively at the end of the script. AI Expertise: While using AI tools for content generation, you must have a solid understanding of AI to proofread and ensure accuracy, as AI-generated content can sometimes contain significant errors. Book Structure: Each ebook should be 15-25 pages long, depending on the topic. Aim for approximately 4,000 words per ebook. Each ebook should have around 15 chapters, divided into 2-4 main sections to give users a clear overview. Deliverables: 15 scripts, formatted and proofread, ready for audiobook conversion. Your Tasks - Timeline - Workflow 1. Content Overview of the Books When we start, your first task will be to send me a content overview for al...

    $527 (Avg Bid)
    $527 Avg Bid
    40 bids

    use Oracle PL SQL teach me how to install free Oracle DB on my local windows 11 acceptance: I can run your code on my computer ; all code work on my computer when I run it by myself You have 2 days you provide code to simulate input data (both code versions: python and sql)-> transactions data *****you provide SQL code to calculate per day summary for each day for each product for each store for 3 years SIMULATION data for 3 years 100 products 20 stores 5 USA states random dates and prices promotion for 30 promotions per year , each promotion happen for 7 to 15 products, for example promotion at may 10, 2023 happen for product ids: 34, 65, 12, 78, 5, 23, 41. When 34 for 20%; 65 for 30%; 12 for 40%; 78 for...

    $50 (Avg Bid)
    $50 Avg Bid
    7 bids

    Job Title: Copywriter Needed for Transcribing Sto...copywriting or transcription preferred. - Attention to detail and ability to maintain consistency with the original content. - Reliable access to a computer with Microsoft Word or compatible software. Payment: 3000 Indian Rupees (INR) Deadline: 1 day from the start of the project. Instructions for Applicants: 1. Submit a proposal outlining your experience and approach to completing the task. 2. Include any relevant samples of previous work, especially if related to transcription or copywriting. 3. Confirm your availability to complete the project within the specified deadline. Note: Only candidates who can complete the task within the given timeframe need to apply. We are looking for someone who can deliver high-quality ...

    $34 / hr (Avg Bid)
    $34 / hr Avg Bid
    43 bids

    I am seeking an exceptional AI developer to create a private AI system for my Apple computer that combines enhanced security measures with efficient functionality. This project will require a nuanced understanding of AI and firewall development. The ideal candidate for this project should have experience in: - Implementing AI functionalities: Primarily, the AI system should be capable of calculations and analysis for private search purposes. - Incorporating specific AI functionalities: The private AI system should have a thorough understanding of natural language processing, image recognition, and predictive analytics. - Developing private search capability: I want the AI system to perform encrypted and anonymous search. End-to-end encryption shoul...

    $546 (Avg Bid)
    $546 Avg Bid
    19 bids

    I need a custom-built website that is visually appealing, optimally functional and user-friendly, and compatible across all devices. The site will serve as an e-commerce platform where visitors can view and purchase our products. Signup . The order processed should print on the certain computer linked to the website. It should be supported by Strong Backend database . Key Features: - I need a custom-built website, not a WordPress or Shopify site. - The CMS should have robust product management tools, allowing me to add, remove, or update items under different categories. - Content editing is essential. I need to be able to update the content of the site regularly. - The CMS should also include user account management. This will all...

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

    I require a skilled developer to create a Windows-based low level keyboard emulator primarily for gaming purposes. Key Requirements: - OS Compatibility: The emulator should work on Windows systems only. - Emulation Focus: The main target of this project is to mimic keyboard inputs for gaming applications. Ideal Skills and Experience: - Proficient in Windows application development. - Knowledge in gaming input emulation. - Strong understanding of keyboard input simulation. - Experienced in backend applications. This is a unique project that requires a developer with a good understanding of both Windows systems and gaming input. A passion for gaming would be an advantage in understanding the user requirements. "Note: There is a firewall in the game, and I DO...

    $20 (Avg Bid)
    $20 Avg Bid
    4 bids

    I'm seeking a Django/ Java Script with Bootstrap expert who can assist with the layout and design of my website atplands.com. The primary goal of this project is to update the site's visual appearance. My website: Reference downloadable Theme code: Key tasks include: - Reviewing the current website and providing recommendations for improvements - Collaborating with the team to create a new, fresh look for the site - Ensuring the new design is functional and user-friendly Ideal skills for this project include: - Strong experience with Django/ Java Script with Bootstrap - Proven track record of working on front-end development using JavaScript/Bootstrap - A good eye for design and layout - Ability to understand and implement JavaScript

    $108 (Avg Bid)
    $108 Avg Bid
    8 bids
    Java Code Issue Resolution 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", (()

    $23 (Avg Bid)
    $23 Avg Bid
    20 bids

    do not ask more than $100 CAD use Oracle PL SQL teach me how to free install on my local windows 11 you have 2 days to do you simulate input data -> transactions data just ideas for python data simulation *****you provide SQL code to calculate per day summary for each day for each product for each store for 3 years suggest your columns also more needed columns will be provided simulate tables with store transactions take to account - promotions -store location -state -usa holydays simulate lookup tables for 1 promotion 2 store locations 3 prices changes each 3 months etc data simulation may be done in python and then upload to SQL DB (but better in SQL) you

    $101 (Avg Bid)
    $101 Avg Bid
    18 bids

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

    $278 (Avg Bid)
    $278 Avg Bid
    28 bids

    I have a charity and need to promote my charity more, I am looking to get a freelancer who will create targetted content give our page a little more direction and gain followers and engagement

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    32 bids
    PACMAN 9 days left

    PACMAN GAME JAVA WITH PROCESSING 4.3 IDE

    $13 (Avg Bid)
    $13 Avg Bid
    1 bids

    ...experienced Java programmer to build a stripped-down visual representation of Pacman game mechanics for a basic coding project. Only in Programming 4.3 IDE. Key Functionalities: - Pacman Movement: Program the user's ability to control and move Pacman around the maze. - Pellet Consumption: Pacman should be able to eat pellets within the game. - Ghost Behaviors: Ensure ghost characters are present and exhibit the expected behaviors. Design and Visuals: Design need not be complicated. I require a simple, minimalistic design that effectively communicates game mechanics without overwhelming visuals. Ideal Skills and Experience: - Solid experience in Java programming - Previous experience creating game prototypes would be a plus - A keen eye for simpl...

    $14 (Avg Bid)
    $14 Avg Bid
    6 bids

    I'm looking for a skilled developer familiar with Odoo to customize our invoices. The main requirements are as follows; - Add our company's name, address, and logo on the top of the invoice. - The information should appear in a specific format that I will provide. The ideal candidate for this project should have experience working with Odoo and be able to implement the required changes in a timely and efficient manner. Experience with customizing invoices in Odoo is a big plus.

    $22 (Avg Bid)
    $22 Avg Bid
    10 bids

    Job Title: Copywriter Needed for Transcribing Sto...copywriting or transcription preferred. - Attention to detail and ability to maintain consistency with the original content. - Reliable access to a computer with Microsoft Word or compatible software. Payment: 3000 Indian Rupees (INR) Deadline: 1 day from the start of the project. Instructions for Applicants: 1. Submit a proposal outlining your experience and approach to completing the task. 2. Include any relevant samples of previous work, especially if related to transcription or copywriting. 3. Confirm your availability to complete the project within the specified deadline. Note: Only candidates who can complete the task within the given timeframe need to apply. We are looking for someone who can deliver high-quality ...

    $58 (Avg Bid)
    $58 Avg Bid
    89 bids

    I'm in search of a skilled Java developer who can assist with a web application project. The ideal candidate should be well-versed in software development, bug fixing, and code optimization. Key Tasks: - Software Development: You'll be responsible for creating a new web application from scratch, ensuring that it is efficient, user-friendly, and meets our requirements. - Bug Fixing: Should there be any issues with the application, you will be expected to identify and fix them promptly to ensure the smooth running of the app. - Code Optimization: You will also need to continuously monitor and optimize the codebase to guarantee the application's performance and stability. Skill Set: - Proficient in Java. - Solid experience with the Spring Framework, Hiber...

    $83 (Avg Bid)
    $83 Avg Bid
    14 bids

    ?#jobOpportunity: #Remotetranscriptionist Are you #fluent in #Odia, #Manipuri, #Assamese, #PersianArabic, or #Gujarati? Do you have a keen ear for detail? Join our team as a remote #transcriptionist and transcribe #audiorecordings into text from the comfort of your home. ?#Requirements: - Proficiency in one or more of the following languages: Odia, Manipuri, Assamese, Persian Arabic, or Gujarati. - Excellent listening skills and attention to detail. - Ability to type accurately and efficiently. - Reliable internet connection and computer/laptop. ?‍? #Responsibilities: - Transcribe audio recordings into text accurately and efficiently. - Adhere to project #deadlines and quality standards. - Maintain confidentiality and security of sensitive information. ? #Benefits: - ...

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

    I need a skilled freelancer with Android Studio experience to create a detailed, step-by-step guide for installing MLC Chat using Android Studio on Windows 11. The guide should be based on the provided documentation for MLC Chat v2023 available at: [](). please extend this documentation in an MS WORD document with additional detailed steps and screenshots. Requirements: - The guide should be aimed at users with a basic understanding of Android Studio and software installation. - It needs to be a thorough, detailed, and easy-to-follow document that leaves no room for confusion. - You should include the necessary steps for the successful installation of MLC Chat on Windows 11, outlining each step with appropriate

    $23 (Avg Bid)
    $23 Avg Bid
    4 bids

    I'm looking for a seasoned developer to create a desktop application focused on data management. This software will be used on the Windows operating system and must be developed using Java. The ideal candidate will have: - Extensive experience with Java and Windows development - A deep understanding of data management systems - The ability to work effectively and communicate progress regularly Please provide a clear demonstration of your skills in these areas when submitting a proposal, we are looking for the best development talents to execute this project.

    $76 (Avg Bid)
    $76 Avg Bid
    13 bids

    Computer Software – Virtual Assistant April 18, 2024 I have 4 computers, that need computer support to make them it work. WHAT I EXPEXT: Experienced computer software person, have good reviews for Online Software Support. Working with me, at my time zone. You available at my time between 7am-9pm PDT, Pacific Day Time, / USA – Los Angeles. There are 4 computers that I need help, you post your bid, that you get pay for each pc. If you are able to help wit 2 units, you get pay for two SO INCLUDE IN TEXT IN YOUR PROPOSAL, WHICH COMPUTER SUPPORT HOW MUCH COST: # 1, HP, $.. #2, LENOVO, $.. #3, DELL, $.. #4, ACER, $.. We will post for the winner 4 separate jobs, each will be separate awarded before start!...

    $92 (Avg Bid)
    $92 Avg Bid
    9 bids

    I'm in need of a developer to set up user roles in my new spring application like they were in the old struts application. Key Project Details: - Setting up roles: I require the creation of Admin, User, Manager, and Supervisor roles with the same permissions as in the old struts application. - No additional roles: The only additional role needed is 'Supervisor'. I do not require Developer or Guest roles. Ideal Freelancer: - Proficient in Java, particularly Spring Framework. - Proven experience in role-based access control. - Familiarity with legacy system migration. - Good understanding of the Struts framework (for comparison purposes). - Strong communication skills for clarification and updates.

    $31 (Avg Bid)
    $31 Avg Bid
    10 bids

    ...breadcrumbs for hierarchical structure) --Title --Price --Availability --Images (specify the main image) --Review score --Unique Selling Points (USPs) --Colors --Sizes --Call to Action (CTA) text --Description --Specifications --Other relevant information -Enable users to specify which pages, products, and categories to manage, and which information to include in exports. Generate XML or CSV links based on user selection. -Allow users to update specific pieces of collected information across all or selected pages, ensuring data remains current and accurate. 2. Proxy System -Implement a dedicated IP system (proxy system) to avoid server or firewall blocking. 3. Data Access and Export -Allow data export in formats such as CSV, XML, etc. -Ensure data export is compatible with Google...

    $2355 (Avg Bid)
    $2355 Avg Bid
    74 bids

    I need a developer to create a webpage to facilitate medical exam orders. Key functionalities required: - I need an order form to capture detailed patient information and then generate a medical order. - The website should feature a catalog of the various medical exams available and subcategory. - The platform requires a payment functionality. I prefer using Webpay and apple android pay for transactions. - After each transaction, a customized PDF containing the exam order details and the patient's name should be sent automatically via email and available to direct download. - The website need to be simple for the customer and easy to buy with a few steps. -The website need to have a page of "about us", "Medical informa...

    $172 (Avg Bid)
    $172 Avg Bid
    33 bids

    I need someone to help locate electronic waste sources, with a focus on finding Pentium Computer motherboards and Gold Ceramic CPUs. The project involves: - Medium-scale collection: I'm looking for someone to focus on regional collections from various sources - Target locations: The primary focus will be on commercial and business areas, as well as educational institutions. The ideal freelancer for this project would have: - Experience with electronic waste collection or recycling - Knowledge or network within the IT sector to locate and secure Pentium Computer motherboards and Gold Ceramic CPUs - Strong communication and negotiation skills to engage with different sources - Ability to independently manage and organize the collection ...

    $431 (Avg Bid)
    $431 Avg Bid
    14 bids

    I need help showing on the front end of my website on a product a display of options using a shopify app called VO Product options.

    $34 (Avg Bid)
    $34 Avg Bid
    9 bids

    I'm looking for a seasoned game developer to create a realistic, real-life medical sim...Mobile Platforms: The game needs to be fully optimized for both these platforms, ensuring a smooth player experience whether it's on a computer or a mobile device. - Strategic Gameplay: Incorporate strategic elements that challenge players to make appropriate decisions concerning medication administration. IDEAL CANDIDATE: - Has considerable experience in simulation game development, particularly in the healthcare or medical field. - Is skilled in cross-platform game development for PC & Mobile. - Has a strong sense of strategic gameplay design. - Is capable of implementing real-life scenarios and behaviors into sleek, engaging gameplay. If you can bring my visi...

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

    ...now, I manually gather numerical data from a variety of unstructured sources like images, text, and PDFs. This data includes formulas and is stored both on my local computer and the web. At present, I get ChatGPT to convert this data into a table which I then paste into excel. I do calculations in excel to find out what percent each ingredient is of a total formula. Then I create a new entry into a table in Airtable and paste this data into a different table in Airtable which references the first table. I need someone to automate this data extraction process, calculations and entry into two separate Airtable tables so I can do it repeatedly myself. I work in a standardised operating environ...

    $455 (Avg Bid)
    $455 Avg Bid
    45 bids

    I'll provide you a link to one webpage where the HTML is available that I need to be made responsive across all devices. This means that the layout and content on the site should adjust automatically to the screen size of the device being used. Show me what you did including the new CSS and I should be able to update more pages myself using what you did as a guide. I do not want anything to look much different on a computer/PC screen than it does now. Just make it also work on cellphones, tablets, etc. I'll test your work on the website and ask a few friends to test on their devices then pay you. But I may need more help later which I'll also pay you using Freelancer if needed. Th...

    $33 (Avg Bid)
    $33 Avg Bid
    43 bids

    ...this project is to develop a keyboard input emulator specifically for gaming purposes. Basic requirements: - Compatibility: The emulator must be designed to run on Windows operating systems. - Programming Language: It is important to develop the emulator using C++. - Purpose: Macro tests will be performed with the emulator in the game. Your role will be as follows: - Design and develop a reliable and efficient keyboard input emulator for gaming. System level programming is required. (It will simulate the keyboard on the hardware and perform keydown and keyup operations. I want it to press the z1 key when the Capslock LED is on. I want it to stop when it is turned off.) - Make sure the emulator is compatible with Windows(10). Ideal Skills and Experie...

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

    I need to design a tracker control unit for the 137 MHz band antenna system of the ground station receiving weather information from the NOAA spacecraft on Arduino. The project must be modeled at https://projecthub.arduino.cc. Need your idea and help how to implement it.

    $154 (Avg Bid)
    $154 Avg Bid
    12 bids

    I have a Ubuntu 22.04 server, currently with spark running perfectly. I want, however, integrate spark with Hive warehouse. In this project, you're required to perform the installing of Hadoop and hive and, after that, update settings in spark so it can connect with hive warehouse properly. You'll be provided with remote access via TeamViewer or anydesk.

    $201 (Avg Bid)
    $201 Avg Bid
    12 bids

    I'm currently in need of an expert software developer to assist with maintaining and updating existing software initially on a hourly basis but i would consider full time as we build relations. This position requires someone proficient in Java, C#, HTML, CSS, and PHP (codeignitor). Key Responsibilities: - Maintaining and updating the existing software as required - Debugging and troubleshooting issues - Collaborating with other team members Ideal Skills: - Strong proficiency in Java, C#, and PHP - Previous experience in software maintenance and updating - Excellent problem-solving skills - Ability to work full-time and communicate effectively - Experience working in a team environment I'm looking for an individual who is reliable, skilled ...

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    76 bids

    I have a project that requires extensive knowledge in Scala Java, focused on analyzing post metrics from social media. Responsibilities include: - Coding in Scala Java to retrieve and analyze social media post metrics - Performing data analysis in order to draw actionable insights The suitable freelancer for this job is someone with previous experience in Scala Java and data analysis, preferably involving social media data. The task requires in-depth knowledge in data sorting and categorization methods and a good understanding of social media platforms.

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

    I'm looking for someone who can help me deploy my script on an Ubuntu webserver. Key Requirements: - Deployment: I need the freelancer to take over the deployment process as I'm not familiar with it. - Updates: I'm unsure about how to manage updates to the application. I'm open to suggestions and would like the freelancer to provide recommendations on this. - Server Configurations: I need assistance with setting up the Ubuntu 22.04 server for hosting the script. Ideal Skills and Experience: - Proficiency in and server-side technologies. - Extensive experience in web server administration, especially Ubuntu. - A proactive approach in suggesting and implementing best practices for application deployment and server con...

    $158 (Avg Bid)
    $158 Avg Bid
    36 bids

    I am on the hunt for a skilled Android developer to assist with my project. My main focus is on app development, specifically in the context of an existing Java application. Key tasks and features include: - Developing a stable and efficient Android app based on the current Java application - Integrating Firebase as the main backend and database; making efficient use of its real-time database features - Creating robust user profiles functionality - Implementing live in-app chat - Introducing in-app purchases For this task, someone with experience in Java and Firebase is highly preferred. If you have done similar tasks before, please attach your portfolio when bidding. Your ability to produce quality UI design and to debug a...

    $15 (Avg Bid)
    $15 Avg Bid
    8 bids

    ...URL: 2000-lbs-water-on-flat-roof-collapsed-ins-didnt-pay Subject line: I Urgently Need 1,000 donations to help me from losing my home & business: 5/18/2024 Once again, thank you to the people that have donated so far. However, it’s been too long since anyone made a donation. I realize it must be difficult to give money to a person you haven’t seen for years or never met. I wanted to run a “Rewards Based Campaign” where contributors could select either Prints of my Artwork or select from my list of 200 different titles of Vintage Children’s books or both but GoFundMe prohibits offering rewards. I’ve been a successful award winning world-class professional painter & printmaker for decad...

    $134 (Avg Bid)
    $134 Avg Bid
    12 bids

    I'm looking for a wizard developer who can create an enterprise API. I do not have a preferred programming language, therefore, use the one you find most suitable and efficient. I need the API to include the following features: I am seeking a skilled developer to create a API to act as a third party implementation to serve clients such a service oriented businesses as Massage Therapists for client booking via scheduling calendar of showing available appointments ( this calendar shall also be utilized by the client to create time blocks when required ) in addition require online credit card initial deposits at time of scheduling and final payments featuring Vaulting to retain credit card details for future or ongoing appointments. A feature automa...

    $482 (Avg Bid)
    $482 Avg Bid
    72 bids

    ... **About the Role:** We are on the lookout for a talented Full Stack Developer with a flair for mobile development and UI/UX design. You'll take charge of designing, coding, and modifying mobile applications to enhance user experience. This role requires collaboration with cross-functional teams to bring new features to life and ensure our applications are both robust and responsive. **Key Responsibilities:** - Design and build advanced applications for both iOS and Android using frameworks like Flutter. - Work alongside other teams to define, design, and deploy exciting new features. - Focus on application performance and user experience. - Maintain high standards of code quality and push for continuous improvement. **What You Need:** - BS/MS in Compute...

    $433 (Avg Bid)
    $433 Avg Bid
    19 bids

    ...team for the development of a puzzle game for the Android platform. As an Android App Developer, you will be responsible for translating game concepts and designs into high-quality, efficient, and engaging mobile experiences. Your primary focus will be on the development of the Android application and its integration with backend services. Responsibilities: 1. Collaborate with game designers and artists to understand game mechanics, features, and visual designs. 2. Develop clean, efficient, and maintainable code for the Android platform using Java or Kotlin. 3. Implement game mechanics, user interfaces, animations, and audio effects according to specifications. 4. Optimize game performance for various Android devices to ensure smooth gameplay. 5. Integrate third-party lib...

    $908 (Avg Bid)
    $908 Avg Bid
    10 bids

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled developer with expertise in creating a dynamically pixelating images (not simple machine or grid pixelation). The program should have the following functionalities: - dynamically pixelate any imported image into mathematical, non-mathematical or custom shapes in various styles with user adjustable settings and configurations - adding additional shapes into the created shapes in separate layers to create more complex outcomes - export of the pixelated images as 300dpi vectorized or rasterized files - intuitive interactivity with user friendly adjustments, selections and editing The ideal freelancer would have extensive experience in graphic programming, cre...

    $489 (Avg Bid)
    $489 Avg Bid
    28 bids

    I'm in need of a professional web developer to create a basic website for managing workplace shift schedules. It is enough that this project has the qualifications to do the job. I am leaving a few photos so that you can have general information about the project design. It is sufficient that at least the texts that will be seen in the UI be in Turkish. Key Features: - Employee login and registration - Comprehensive shift scheduling and management tools - Facility to view and edit shift details - User access restrictors based on roles The web platform should be designed with a professional and corporate aesthetic, ensuring it's not only functional but visually appealing to users. Ideal Skills and Qualifications: - Proficiency in web development, pa...

    $165 (Avg Bid)
    $165 Avg Bid
    27 bids

    I am excited to apply for the part-time Software Developer position. As a third year computer engineering with solid background in both front-end and back-end development, I am confident in my ability to contribute effectively to your projects. Technical Skills and Expertise Front-end Development: Skilled in HTML, CSS, and JavaScript, with experience in and Tailwind CSS. I focus on creating responsive and visually appealing user interfaces. Back-end Development: Proficient in Python and Node.js, with a track record of building robust APIs and microservices. Database Management: Experienced with MySQL and MongoDB, capable of designing efficient database schemas and performing queries. Full-Stack Development: Able to integrate front-end and back-end...

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

    ...seeking a skilled Java developer to contribute to the development of an e-commerce platform (basic) with the following key features: User Management: Implementation of user accounts with basic profile information (name, email, password). Product Management: Creation of a product listing functionality with basic product details (name, description, price, category, etc.). Inclusion of at least 100 sample products for demonstration. recommendation system: Generate recommendations based on simple rules and user behavior. For example, you can recommend products that are popular among other users, products in the same category as the ones the user has viewed, or products with similar price ranges. Store and update user view history in the database. Display recommended products ...

    $14 (Avg Bid)
    $14 Avg Bid
    9 bids

    As a business owner, I am seeking in-depth legal research covering the United States jurisdiction, with a particular focus on unfair business practices. I require expert investigation into the topic of discrimination by placing reserves on merchant accounts. Key Responsibilities: - Comprehensive analysis of the related laws and regulations in the U.S - Detailed report explaining the implications and potential consequences of these practices Ideal Candidate: - Expertise in U.S business law - Proven background in legal research, preferably with a focus on unfair business practices - Ability to understand complex legal issues and explain clearly in layman's terms This project is more than just a research task. It's a chance to create genuine imp...

    $350 (Avg Bid)
    $350 Avg Bid
    16 bids
    MY Project 5 days left

    ...presented in the form of binary, octal hexadecimal (additional buttons), enter the history button: opening a new window with information about the actions taken since the application was started, showing the actions in the following lines of the list. Project 2. Create a Music MP3 player mobile application in Flutter or in Android Studio that recommends its users the local area popular songs based on their GPS location. Submit the source code and the apk file as Task2.zip. Project 3. Create a Mobile Application for a Cafe Restaurant to receive orders from its Customers. The Application should offer a list of menu items [For Example: Coffee, Garlic Bread, Cheese Sticks etc. ] You can choose the menu items from 4-5 items as per your choice. Try to make the application visuall...

    $298 (Avg Bid)
    $298 Avg Bid
    28 bids

    ...a skilled Java developer to contribute to the development of an e-commerce platform ( A BASIC DESIGN ) with the following key features: User Management: Implementation of user accounts with basic profile information (name, email, password). Product Management: Creation of a product listing functionality with basic product details (name, description, price, category, etc.). Inclusion of at least 100 sample products for demonstration. recommendation system: Generate recommendations based on simple rules and user behavior. For example, you can recommend products that are popular among other users, products in the same category as the ones the user has viewed, or products with similar price ranges. Store and update user view history in the database. Display recommended produ...

    $131 (Avg Bid)
    $131 Avg Bid
    10 bids

    Job description : - Create something like this : - I must be able to ***easily*** add 2 pictures inside computer and phone, exactly like this : I will choose computer and phone (according to discussion with you) Ideal Skills and Experience: - Proficiency in Canva or similar design tools - Experience in designing user interface mockups - Strong understanding of minimalist design principles - Prior experience in creating designs for both desktop and mobile platforms This project is a great opportunity for designers looking to showcase their UI skills and contribute to the development of a digital product.

    $20 (Avg Bid)
    $20 Avg Bid
    45 bids