Menu java일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 menu java 건의 일자리 확인, 급여 기준: USD

    SAS Data step 프로그램을 java 프로그램으로 변경하고 싶어요. Enterprise Miner로 자동 생성된 .sas 프로그램을 .class로 컴파일이 가능한 .java 프로그램으로 변경하고 싶어요.

    $453 (Avg Bid)
    $453 (평균 입찰가)
    3 건의 입찰

    # 2013년6월 ~ 2013년12월 : 고양시 상수도 블록시스템 - 고객사 : 고양시청 - 근무사 : (주)제이앤씨시스템 계약직 - 사용기술 : Java, Spring, Oracle, ibatis, amchart, eazy-ui # 2014년1월 ~ 2014년3월 : 고양시 상수조 블록시스템 GIS적용 - 고객사 : 고양시청 - 근무사 : (주)제이앤씨시스템 계약직 - 사용기술 : Java, Spring, Oracle, iBatis, O2Map, OpenGIS # 2014년4월 ~ 2014년11월 : 주유소 누유관리 모니터링 시스템 - 고객사 : (주)에스티모빅 - 근무사 : 프리랜서 - 사용기술 : Java, Spring, MySql, MyBatis, jqgrid, bootstrap, daum map API, plot-chart # 2014년12월 ~ 2015년2월 : 생산관리 ERP설계 - 고객사 : (주)금강이엠씨 - 근무사 : 프리랜서 - 사용기술 : mockup UI tool # 2015년3월 ~ 2014년4월 : 블루투스 BLE 비콘통신 Android 개발 - 고객사 : (주) 바이트시스템 - 근무사 : 프리랜서 - 사용기술 : Android (블루투스 BLE 비콘통신, 서버 소켓통신) # 2015년7월 ~ 2014년8월 : 임베디드 리눅스장비 웹관리 프로그램 - 고객사 : (주)제이앤씨시스템 - 근무사 : (주)제이앤씨시스템...

    $500 (Avg Bid)
    $500 (평균 입찰가)
    1 건의 입찰

    기타 또는 불분명 자바 php -> java 로 소스를 바꿔야 플러그인을 만들 수 있습니다. Nukkit (mcpe) 로 넘어갈건데 바꿔주실 분이 필요합니다.

    $20 (Avg Bid)
    $20 (평균 입찰가)
    1 건의 입찰

    인스타그램 같은 사진 공유 서비스 개발을 의뢰하려고 합니다. JAVA 프로젝트로 개발하기를 원합니다. (커스텀을 위한 매뉴얼만 확실히 제공해주신다면 다른 언어나 프레임워크로 개발 되었거나 개발 되어도 상관없습니다. ) 인스타와 비슷한 것을 이미 개발한분을 우선적으로 찾고 있습니다. 사용하길 원하는 프레임워크 spring , mybatis, maven 그 외 프론트엔드 관련 프레임워크 (예:angularjs) 인스타와 똑같은 기능이 구현된 플랫폼 또는 sns 기능이 구현된 플랫폼을 개발 하신분이 있으시면 꼭 연락 부탁드립니다. 개발 가능하신분들도 쪽지로 연락부탁드립니다. ^^

    $5154 (Avg Bid)
    $5154 (평균 입찰가)
    1 건의 입찰

    나중에 제가 좀 시간이 나면 bidding 해 볼까요? ㅋㅋ 요즘 너무 바빠서... 중국도 다녀와야 하고... 뭐 랜딩페이지 하나 만들어주세요, 한장 만들어달라는 얘기. 쇼핑카트 만들어 주세요, 이런일들이 많아요. 뽀샵 사진을 짤라주세요. 이런 일도 있고. ㅋㅋㅋ 좀 비싼일들은 ajax chatting, asp.net, php 로 사이트 구축, php, jQuery, java, AJAX 이런거 복합적으로 섞어서 1년동안 일해야 하는 것도 있고.... 이런 건 제가 bidding 자체를 제가 못하겠죠. 어느정도 불러야 하는지도 모르니.... 그누보드 스킨만 갖고도 충분히 구축할수 있는 정도 사이트, 현재 bidding 이 대략 550만원이네요...

    $393 (Avg Bid)
    $393 (평균 입찰가)
    2 건의 입찰

    Busco desarrollador web para realizar una página exclusivamente con Java, Javascript, HTML, CSS (puede usar Bootstrap) con base de datos MySQL utilizando XAMPP (phpmyadmin) y Apache NetBeans/Eclipse como entorno. La pagina tiene que tener un inicio de sesión/registro de 2 tipos de usuario (usuario cliente y administrador). La pagina tendrá un menú de navegación en la parte superior con varias pestañas: inicio (introduccion a la web, ultimas noticias, etc), videojuegos (aqui estaran todos los videojuegos de la web con un filtro de busqueda por genero y plataforma sacado de la base de datos donde se ve el nombre de cada uno, foto de su portada, genero, plataforma, fecha de lanzamiento, etc. y alguna opcion para ponerles nota, opinar, añ...

    $145 (Avg Bid)
    $145 (평균 입찰가)
    23 건의 입찰
    Java Code Fix Needed 6 일 left
    확인

    ...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", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can

    $25 (Avg Bid)
    $25 (평균 입찰가)
    12 건의 입찰

    I am looking for a skilled Shopify developer to integrate a custom collections menu with an icon within my Unsen theme. The menu should be mobile responsive, adapting well to various screen sizes. The successful candidate should have: - Proven experience with custom development on the Shopify platform. - A strong portfolio showcasing similar projects. - The ability to create mobile-friendly solutions. - Good communication skills to understand and translate my requirements effectively. Please include your past relevant work in your application. Thank you.

    $165 (Avg Bid)
    $165 (평균 입찰가)
    34 건의 입찰

    My site is experiencing various issues with the theme. I'm looking for someone to improve the site in the following a...broken links and pages that need fixing - Edit button is not working. - Need to update wordpress and PHP version **Design & User Experience**: - The current theme or layout is not working as intended and everytime click on edit button it show error. - I'd like help in adding more products and service. it to be more user-friendly and visually appealing. - Need to add products and service menu button and page - Add banner on front page - change wording. I need someone with: - Proven experience in optimizing and fixing Wordpress websites - Strong background in web design and user experience - Good communication skills, who can explain issu...

    $43 (Avg Bid)
    $43 (평균 입찰가)
    46 건의 입찰

    ...PDFs maintains the exact same format and layout as the original documents, without any alterations. Key Requirements: - Translate both scanned and text-based PDFs/images: I need a professional who can handle both types of documents with equal proficiency. - Language Proficiency: The translation will be from English to a variety of languages. Your ability to work with any language from a dropdown menu is crucial. - High Accuracy: The translated content must retain the original meaning and context with 95+% accuracy. Ideal Skills and Experience: - Proficient in Python: You should have extensive experience using Python, along with any relevant libraries or tools that can help in this task. - PDF Handling Expertise: Previous experience with handling PDFs is a must. Familiarity w...

    $16 (Avg Bid)
    $16 (평균 입찰가)
    10 건의 입찰

    My project involves the development of an Android mobile app, primarily as a business tool with accounting capabilities. Key Features: - Splash Screen & Login with Auth Module: The app should have a splash screen and a login page that is modern and sleek in design. Your Skills: - Strong experience in Java for Android app development. - Knowledge in creating authentication systems. - Familiarity with inventory management and accounting concepts. I'm looking for a skilled developer who can bring these elements together in a user-friendly manner. The design should be modern and clean, reflecting the professional nature of the app's purpose.

    $98 (Avg Bid)
    $98 (평균 입찰가)
    26 건의 입찰

    I'm in need of an experienced Java Full Stack Developer to build a comprehensive application with the following features and requirements: - **Features and Functionalities** I need the application to have the following features: - User registration and login: A secure and user-friendly way for users to create accounts and log in. - Payment processing: A seamless payment processing system. - Data encryption: Robust data encryption measures to ensure user data is safe and secure. - **Design and UI/UX Requirements** I'm looking for a modern and clean design that is responsive and mobile-friendly. The interface should be intuitive and user-friendly, making it easy for users to navigate and interact with the application. - **Integration and Third-Party Service...

    $11 / hr (Avg Bid)
    $11 / hr (평균 입찰가)
    33 건의 입찰

    I am looking for a skilled WordPress developer who can help me with making some specific adjustments to my website's checkout menu. Key Requirements: - Modify field labels or placeholders in the "Checkout Page" in my wordpress site. - Ensure that the labels are clear and easily understood. - Remove the "zipcode" field. Ideal Candidate: - Proven experience in WordPress development - Familiarity with WooCommerce checkout menus - Strong attention to detail and ability to deliver precise modifications - Strong communication skills Please reach out if you believe you have the right skills and experience for this task.

    $34 (Avg Bid)
    $34 (평균 입찰가)
    83 건의 입찰

    I'm urgently in need of a software developer who can help me fix some bugs in my software and make some necessary adjustments to the code. Key Requirements: - Debugging: You should be experienced in identi...a software developer who can help me fix some bugs in my software and make some necessary adjustments to the code. Key Requirements: - Debugging: You should be experienced in identifying and resolving bugs in software. - Code Customization: The project may require some customization of the code to ensure it meets my requirements. Your experience with software development, particularly with Java, Python or C++, will be highly regarded. The project is quite urgent, so I'm looking for someone who can start immediately and deliver fast, but without compromising the ...

    $41 (Avg Bid)
    $41 (평균 입찰가)
    41 건의 입찰

    Seekin...customer experiences is crucial. - Sales Reporting: We require comprehensive sales reports to review our business's progress and areas for improvement. Users: The software should easily accommodate 1-5 users at once, with unique access capabilities for each user. Ideal Candidates: I'm seeking professionals with experience designing and developing business-centric software. Experience with .NET, Java, or other relevant programming languages would be beneficial. Knowledge of Windows-based software development and expertise in back-end databases are essential. Applicants who understand the needs of small-to-mid-sized businesses and have previously developed software within these parameters will be viewed favorably. Ensure your bid reflects your ability to fulfill...

    $98 (Avg Bid)
    $98 (평균 입찰가)
    19 건의 입찰

    As an Android developer, I am seeking a professional with expertise in Android Studio using Java who can support me in executing key tasks for my app. The main areas of support needed are app functionality and bug fixing. Key Tasks: - App Functionality: Your role will involve implementing and refining specific functionalities within the app. This includes features like push notifications and user authentication. Ideally, you will have a strong understanding of Android development best practices and be able to translate user requirements into tangible features that enhance the app's overall usability and appeal. - Bug Fixing: Being able to troubleshoot and resolve any technical issues or bugs that may arise during the development process is crucial. Your ability to debug, test...

    $136 (Avg Bid)
    $136 (평균 입찰가)
    19 건의 입찰

    I'm looking for a skilled programmer to help me convert my invention into an app for iOS and Android devices. It is preferred that you're located here in SAN DIEGO, CA...however it's not absolute. Key requirements: - I'm open to the programming language, so your expertise in Python, Java, or C and C ++ would be beneficial in guiding the decision. - The main functions the app should possess are user authentication and data storage. I will require a Non Disclosure Agreement [NDA] to proceed with details of the invention. If you've got experience in app development [Coding] and can help me bring my invention to life on mobile devices, please reach out. Looking forward to working with you! Thanks, Mike

    $18 / hr (Avg Bid)
    $18 / hr (평균 입찰가)
    59 건의 입찰

    I require an experienced PHP developer who can quickly resolve two broken links on my e-commerce website. The first issue is in the search line reset menu, while the second is between the cart and the payment gateway. Key Responsibilities: - Fixing two broken links in the e-commerce page - Ensuring the page stops looping - Ensuring the page retains user details between stages - Enabling users to progress to the payment page The fix needs to be completed in the next week. Ideal Candidate: - Proficient in PHP, particularly in e-commerce settings - Strong understanding of custom coding - Ability to work efficiently and meet deadlines - Experience in troubleshooting and resolving similar issues I have existing documentation and code comments available for the sections with issue...

    $22 / hr (Avg Bid)
    $22 / hr (평균 입찰가)
    144 건의 입찰

    I need a professional to create a WordPress site for me. I will give you the design and pages, need to have an event management plugin menu is: Events | Retreats | Power Medicine | The family | Reviews | Media

    $115 (Avg Bid)
    $115 (평균 입찰가)
    52 건의 입찰

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    파워형 봉인형 NDA (비밀 유지 계약서)

    CAFE NAME: BIgmug Cafe Color black and white I'm looking for a creative logo design for my chain of cafes that can compete in the western market. Like Starbucks, Java House, Mugg & Bean I don't have any specific ideas for the logo yet, so I'm counting on your expertise to bring something unique to the table. Key Points: - The logo must convey a modern and innovative vibe, capturing the essence of my franchise cafe's vision. It should be memorable it’s extremely important it’s unique and memorable like starbucks - I'm specifically looking for a design in black and white or grayscale, so please ensure this is incorporated effectively.

    $100 (Avg Bid)
    상금 보장형
    $100
    308 건의 응모작

    I am looking for Telegram expert who have done similar projects in the or beginners please dont bother i do not have time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram ...

    $173 (Avg Bid)
    $173 (평균 입찰가)
    11 건의 입찰

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

    $20 / hr (Avg Bid)
    $20 / hr (평균 입찰가)
    14 건의 입찰

    I'm in need of a full-time, mid-level software developer to join our e-commerce company. You should be proficient in Python, Java, and PHP. Your primary responsibilities will include: - Coding and programming: Developing robust, scalable software solutions for our e-commerce platform. - Database management: Ensuring the efficient operation of our databases and managing related processes. - Bug fixing and troubleshooting: Identifying and addressing software issues to maximize performance. Your experience should ideally span 2-5 years, giving you a good understanding of the nuances of software development. In addition to your technical prowess, you should be able to work efficiently within a team and communicate effectively. Your input will be crucial in enhancing our e-commer...

    $24 / hr (Avg Bid)
    $24 / hr (평균 입찰가)
    49 건의 입찰

    Ciao Ragazzi... Ho bisogno di creare in .ai i seguenti lavori: 2 biglietti da visita 2 grafiche per punto vendita gelateria 1 menu gelati 5 etichette per vaschette gelato 1 brochure per proposta franchising della gelateria. Non necessita lavoro di creator in quanto assumo io la direzione del lavoro del progetto serve solo che un graphic designer I lavori vanno eseguiti in Illustrator e rilasciati nello stesso formato .ai Il budget a disposizione è di 400 euro.

    $362 (Avg Bid)
    $362 (평균 입찰가)
    43 건의 입찰

    ...experienced web scraping and data analysis firms to conduct a comprehensive data collection and analysis project. The purpose of this project is to gather detailed information on menu items, pricing, customer ratings, promotions, and deals from various food delivery mobile apps operating within our city. The goal is to mine this data for actionable insights to inform our advertising, promotional strategies, and competitive benchmarking. 2. Project Scope The selected vendor will be responsible for developing and implementing a solution to: • Subscribe to and navigate through multiple food delivery mobile apps. • Collect data on menu items including descriptions, pricing, customer ratings, and associated promotions or deals. • Move systematically from one res...

    $2164 (Avg Bid)
    $2164 (평균 입찰가)
    45 건의 입찰

    I'm in need of a seasoned AI developer to assist with a project that involves a variety of AI tasks. The ideal candidate should be proficient in Python and Java, with a solid understanding and experience in the following areas: - Natural Language Processing - Machine Learning - Computer Vision The project will involve a mix of training machine learning models and using pre-trained models. The output of the project will be a functional AI system that integrates these three areas seamlessly. Ideal candidates will have a deep comprehension of AI-related algorithms, excellent problem-solving skills, and an ability to work both independently and as part of a team.

    $22 / hr (Avg Bid)
    $22 / hr (평균 입찰가)
    49 건의 입찰

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

    $501 (Avg Bid)
    $501 (평균 입찰가)
    27 건의 입찰

    I'm seeking a skilled Java Spring Boot developer to refine and extend existing code with MQTT integration. Key requirements: - Fixing issues with code execution, incomplete functionality, and performance. - Incorporating Influx library into the codebase. - Enable automatic messaging to multiple MQTT topics, following specific logic. - Tracking and managing duplicates based on both time and counters, and taking action accordingly. Ideal skills for this project: - Proficiency in Java, Spring Boot, and MQTT. - Knowledge of working with libraries, specifically Influx. - Experience with time series data and counter management. - Previous projects involving MQTT topic management. - Strong understanding of code optimization. I'm open to having a web service conversatio...

    $19 (Avg Bid)
    $19 (평균 입찰가)
    11 건의 입찰

    Re designing CSS menu

    $20 / hr (Avg Bid)
    $20 / hr (평균 입찰가)
    1 건의 입찰

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

    $490 (Avg Bid)
    $490 (평균 입찰가)
    27 건의 입찰

    This is an assignment with 5 stages that 2/5 are done and Half of the remaining stages are done as well I want someone to help me finish it and the projects has a guidline and some libraries limitations plus an inbuilt automarker

    $25 (Avg Bid)
    $25 (평균 입찰가)
    22 건의 입찰

    ...Minimum Viable Product (MVP) of an Android application for inventory management and tracking using GPS and Bluetooth beacons. Technology: Flutter Key Requirements The Application -------------------------- - The app should primarily be developed in Flutter. However, since a 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 (...

    $212 (Avg Bid)
    $212 (평균 입찰가)
    7 건의 입찰

    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.

    $32 (Avg Bid)
    $32 (평균 입찰가)
    7 건의 입찰

    En nuestra empresa de Software, tenemos proyectos en Java, y necesitamos aumentar la fuerza de desarrollo, por ellos queremos sumar algunos freelance que trabajen por hora con nosotros

    $7 / hr (Avg Bid)
    $7 / hr (평균 입찰가)
    20 건의 입찰

    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

    $112 (Avg Bid)
    $112 (평균 입찰가)
    13 건의 입찰

    I'm looking for a talented designer to create a clean and minimalistic menu design for my restaurant. The final design should be modern, simple yet eye-catching, and easy to read. Key Requirements: - Design should be minimalistic - Deliver the final design in an editable source file format (e.g., PSD, AI) - Experience in designing menus or similar items is a plus Please note that the third question regarding specific features was skipped. If you have any creative ideas or suggestions for extra features that could enhance the menu design, feel free to share them in your proposal.

    $13 (Avg Bid)
    $13 (평균 입찰가)
    23 건의 입찰
    PACMAN 8 일 left

    PACMAN GAME JAVA WITH PROCESSING 4.3 IDE

    $13 (Avg Bid)
    $13 (평균 입찰가)
    1 건의 입찰

    I'm looking for a professional to help me modify text and images in an AI file. I need someone to do this RIGHT NOW, If you have the time now to sharescreen and get it done in 30 mins or so. PING me or else don't bother please. I already have the AI file ( restaurant Menu )

    $17 (Avg Bid)
    $17 (평균 입찰가)
    87 건의 입찰

    As the client, I'm looking for an 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 ...

    $19 (Avg Bid)
    $19 (평균 입찰가)
    7 건의 입찰

    ...detailed document, The creative design skill is must to develop eye catching page, sense of design is must to choose font, color and other style elements. So I need the design and develop both skills. Please start your proposal with world "confident" so that I filter out random bids. I will provide text content for image, gif you have to use copyright free assets from internet. Task - Change the menu options and their styling to fit with the landing page - Header and Footer - Landing Page --- Vertical slider of 4 pages, paging enabled. When scroll up and down complete page should change. In left side I want the page number indicator too. Each lider will have different background color and background gif for animation. --- Static section --- Static section with decent a...

    $150 - $450
    봉인형
    $150 - $450
    46 건의 입찰

    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, Hibernate, a...

    $83 (Avg Bid)
    $83 (평균 입찰가)
    14 건의 입찰

    ...affecting the overall display of the website. The solution will involve manually uploading the latest version of the theme. - **Core Web Vitals**: I'm also in need of enhancements to improve the loading performance and visual stability of the website. Your expertise in optimizing these aspects will be crucial. - **Blog Page Inspection**: Specifically, I would like you to inspect the navigation menu layout on the blog page. If necessary, you will need to fix any structural issues that may be present. Ideal candidates for this project should have: - Proven experience with WordPress, especially in troubleshooting theme-related issues. - Proficiency in improving Core Web Vitals, specifically in loading performance and visual stability. - A keen eye for design and structure, p...

    $27 (Avg Bid)
    $27 (평균 입찰가)
    17 건의 입찰

    ...Development: Develop mobile apps for both iOS and Android platforms, ensuring users can access the marketplace via smartphones and tablets. - **Multi-Language Support**: Support for multiple languages, including English and Arabic (RTL), across all platforms. **Key Deliverables:** - A fully functional multi-vendor marketplace platform. - Mobile apps for iOS and Android, supporting the specified menu structure.- - Backend web application for management. - Integration with support and ticketing systems and chat. - Full source code. - Installation on the provided domain and app stores (iOS App Store and Google Play Store). - Payment integration. - One year of support and maintenance post-launch and helping in publishing multi Frontend apps. - Contract covering initial setup and ...

    $1217 (Avg Bid)
    $1217 (평균 입찰가)
    93 건의 입찰

    ...explanations. - The guide should include troubleshooting tips to address possible installation issues that users might encounter. *All pre-requisites setups need to be included too - NDK, Cmake etc* Assume non-IT person or 10year old is following your instructions The test device will be a Samsung Note 21 NOT using Anaconda/Conda - just basic PATH settings etc on Windows. NOT using Koltin - using Java ** I suggest you have have installed MLC Chat and created the APK file to understand the challenges the guide you are writing needs to address ** Ideal Skills: - Proficiency in Android Studio and experience with software installation and deployment. - Excellent technical writing skills with the ability to convey complex information in a clear and concise manner. - Previous exper...

    $23 (Avg Bid)
    $23 (평균 입찰가)
    6 건의 입찰

    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.

    $81 (Avg Bid)
    $81 (평균 입찰가)
    15 건의 입찰

    ...ing=scale-down-width&starting-point-node-id=9933%3A524 The key features I require include: - Fast loading - Google page speed check has to be 100% for both desktop and mobile - The page is image heavy, hence has to lazy load images correctly - Menu has drop down images heavy. Accordingly loading should be only on mouse over and not interfere with rest of page load. - First part of the page should load very fast. - Listing of rest of the page should re-fresh on scroll. - Listings are fetched from Mongo db on aws server. - User-friendly dropdown menu design - Solid understanding of interactive elements The ideal candidate should have a strong portfolio involving React and NextJs development and responsive web design. Familiarity with creating interactive and user-frien...

    $179 (Avg Bid)
    $179 (평균 입찰가)
    64 건의 입찰

    Computer Software – Virtual Assistant April 18, 2024 I have 4 computers, that need computer support to m...computers” so I know you read my listing 1, I have on older HP laptop, have not used since 2021, run on Microsoft Office Enterprise 2007 Can’t go online: “YOUR CLOCK IS BEHING” - I go to “Update Date and Time” - Go to “Change date and Time” - “X Unable to continue” you don’t have a permission to perform this task. - I tried on Youtube, that was not helpful: “How to Fix Windows 10 Errors 2021 | Start Menu Not Working ~ Settings Not Opening - 100% Fix” 2, LENOVO laptop: IdeaPad 3 15IIL05, Model 81WE, computer running, NO SCREEN, I think malware infection. 3, DELL desktop: don’t have sig...

    $94 (Avg Bid)
    $94 (평균 입찰가)
    11 건의 입찰

    I'm seeking a proficient and innovative web developer for a portfolio-based project. The main focus of this project is to construct a sleek and user-friendly restaurant website which will mainly showcase our menu in a static format (PDF or image). Key job details: - Design a visually appealing portfolio-style website embodying the restaurant's brand identity. - Incorporating a simple and well-structured static menu (PDF or image) that can facilitate easy navigation for users. - While no e-commerce features are required, an understanding of such features is an added advantage to ensure future scalability. Ideal Skills and Experience: - Proven experience in website design, especially portfolio websites. - Excellent skills in user experience design. - Familiarit...

    $120 (Avg Bid)
    $120 (평균 입찰가)
    54 건의 입찰

    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...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 c...

    $30 (Avg Bid)
    $30 (평균 입찰가)
    12 건의 입찰