Job application template janitor jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 job application template janitor jobs found, pricing in USD

    We are seeking an experienced developer to convert the SPM12 GUI interface, currently built on the MATLAB compiler, into a Python application. The source code for SPM12 is available at SPM12 GitHub repository Objectives: • Translate the entire SPM12 codebase from MATLAB to Python while maintaining functionality. • Develop a Python-based GUI that replicates the current MATLAB interface. • Ensure the converted application integrates well with Python scientific computing stacks. Key Deliverables: • A fully functional Python version of SPM12. • Source code with comments and documentation. • A user guide for the Python-based GUI. Skills Required: • Proficiency in MATLAB and Python programming languages. • Experience with GUI...

    $18 - $150
    $18 - $150
    0 bids

    As an expanding business, we require a proficient Asp.net MVC expert for our new project. The main tasks are: * Developing an e-commerce web application * Integrating a comprehensive product catalog * Implementing a functional shopping cart This project requires someone who has proven their ability to craft user-friendly websites that are not only visually appealing but also functional and secure. It would be beneficial if you have prior experience with developing e-commerce platforms. We look forward to working with a seasoned professional who can deliver robust results. The ideal candidate needs to be savvy in Asp.net, MVC, database integration, and user interface design for a seamless user experience.

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

    I n...Requirements: - Copying text from my smartphone- The texts are not in a document but on my phone. A good understanding of how to copy and paste from a phone is essential. - Paste into the appropriate location- The text will need to be pasted into the correct place, whether it be a website, document, or elsewhere. Time Expectation: - I am looking for someone who can assist me part-time. This means the job doesn't need to be completed all at once. A longer-term arrangement is possible if the collaboration is successful. Ideal Skills: - Understanding of basic phone functions - Strong attention to detail - Ability to follow instructions accurately If you are interested, please provide a brief overview of your relevant experience as well as a summary of how you would appr...

    $263 (Avg Bid)
    $263 Avg Bid
    53 bids

    I'm seeking an app developer in the Philippines to collaborate with a skilled web developer on a unique project. The app will have multiple functionalities, including user registration and login. Your role will involve closely working with the web developer to ensure seamless integration between the web and mobile platforms. The ideal candidate would: - Have prior experience in app development - Be based in the Philippines - Be able to work closely with a web developer - Be proficient in integrating a variety of functionalities - Have a creative and collaborative mindset Please note that the target audience for this app has not been specified, so you should be comfortable working on a project with potentially broad appeal.

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    68 bids

    ...who can design a custom Microsoft Word template for my company. This template will play a crucial role in the creation of documents aimed at our external clients. Key Requirements: - Microsoft Word Expertise: You must have a deep understanding of Microsoft Word’s functionalities and be able to create a fully custom template. - Design Skills: The template should not only be functional but also visually appealing and in line with our brand image. - Attention to Detail: It is crucial that the template is designed specifically for external client communications. - Communication: I require clear communication on the progress and any potential questions or issues that may arise. Please note that I will provide you with the specifications that the ...

    $117 (Avg Bid)
    $117 Avg Bid
    44 bids

    ...TouchDesigner and Python developer to create a script for automatically sending MOV videos as email attachments. Key Requirements: - Design and develop a Python script for TouchDesigner that can attach MOV videos to outgoing emails. - Ensure the script is robust, reliable and can handle various video sizes. - Email content doesn't need to be customized for each recipient, so a standard email template is sufficient. - Mail input from user side Your role will involve: - Understanding the project's requirements and the specific constraints of sending MOV videos via email. - Creating the necessary Python script within the TouchDesigner environment. - Testing and refining the script to ensure it performs reliably across different email platforms. - Creating mail input syst...

    $514 (Avg Bid)
    $514 Avg Bid
    37 bids

    I'm in need of a skilled individual who can assist me in creating flat file templates for Amazon. I need a highly experienced Amazon listing expert. I need it in 24 hours. I will also work with you there are 1125 products. And Raw file is ready upc, description, Sku etc. It is copy paste work. - The task will involve exclusively the creation of the templates, not data importing or formatting. - Please specify your experience with Amazon's flat file system when responding. Ideal skills: - Proficient in creating flat file templates for Amazon - Prior experience with Amazon's flat file system - Excellent attention to detail

    $23 (Avg Bid)
    $23 Avg Bid
    3 bids

    I'm in need of a skilled individual who can assist me in creating flat file templates for Amazon. I need a highly experienced Amazon listing expert. I need it in 24 hours. I will also work with you there are 1125 products. And Raw file is ready upc, description, Sku etc. It is copy paste work. - The task will involve exclusively the creation of the templates, not data importing or formatting. - Please specify your experience with Amazon's flat file system when responding. Ideal skills: - Proficient in creating flat file templates for Amazon - Prior experience with Amazon's flat file system - Excellent attention to detail

    $25 (Avg Bid)
    Local
    $25 Avg Bid
    2 bids

    I'm looking for a meticulous freelancer to retype my scanned documents into Microsoft Word. The documents contain both images and graphics which also need to be included in the Word file. Key requirements: - Retype scanned documents into Microsoft Word - Include all images and graphics in the Word file Formatting: - I need the final Word file to adhere to a specific template which I will provide Ideal Freelancer: - Proficient in Microsoft Word - Attention to detail and accuracy - Experience with file conversion and manipulation - Ability to follow provided templates for document formatting

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

    We are looking for someone to create a USPTO Trademark Application OBJ for the application files below. Candidates should confirm that they have experience with USPTO trademark applications. If you have already completed USPTO identity verification, let us know as well. Thank you

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

    ...recruit volunteers. TEMPLATE - purchased COPY - completed PICTURES - available THUMBNAILS - being completed GOAL - for the one-page site to look & function exactly like the template TIMELINE - it time line is missed, contract is cancelled HOURS - we meet multiple times a day for 5-minute sprint meetings during US hours; if you're not available during US business hours, please do not apply Key features to be included on the page: - Detailed information about my background as a candidate - Clear campaign goals and objectives for potential supporters - A volunteer registration form to capture interested parties - Information on voting dates - An overview of the role I'm running for The design for the landing page has already been taken care of, with...

    $127 (Avg Bid)
    $127 Avg Bid
    46 bids

    I am looking for a person who can build my USDT/BTC flash application

    $659 (Avg Bid)
    $659 Avg Bid
    10 bids
    Pasar un template de C++ a C 6 days left
    VERIFIED

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

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

    I need a wizard in Microsoft Word for a particular job. The task requires fixing issues related to page numbering and the table of contents in my document. Here's what you need to do: - The documents appear to have page numbering inconsistencies which require correction. - The table of contents needs to be arranged with numerical page numbers. It is worth noting that the document does not follow any specific style guide or template. So, a general understanding of Microsoft Word formatting rules is necessary. Ideal candidates should have: - Mastery in Microsoft Word - Experience in troubleshooting and fixing Word formatting issues - Understanding of different formatting styles (although the work does not require adherence to a specific style guide) This is a quick fix...

    $18 / hr (Avg Bid)
    Urgent
    $18 / hr Avg Bid
    52 bids

    I'm seeking a skilled developer to create a Blazor application with a unique keyboard feature. Key Points: - Your primary task will be to develop a Blazor application. - This application needs to have a unique keyboard feature. Ideal Skills: - Strong experience with Blazor development is a must. - Knowledge of creating unique UI features. - Understanding of user experience design.

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

    I am looking for a web designer to create a professional and user-friendly website that will cater to individual car owners. The primary goal of the website is to display our services and provide contact information for potential customers. Key Features: - Display services: You'll need to design a layout that elegantly showcases the various services ...management platform, like WordPress or others you are comfortable with. If you use any premium plugins that require purchase, you must advise, And of course SEO must be a crucial item on the list. our Facebook to get a feel for the business, what we do and obtain photos you may use on the website. If you submit an already available generic template from the web, you will be rejected.

    $635 (Avg Bid)
    Guaranteed
    $635
    36 entries

    I'm seeking a capable music journalist to handle dynamic tasks in a bustling entertainment setting. I require someone with a knack for weaving engaging narratives while maintaining an informative tone that appeals to a general audience. Your Responsibilities: - Write compelling articles about various music and entertainment-related topics. - Conduct in-depth interviews with artists, industry professionals, and key players in the music scene. - Create fascinating documentaries that spotlight notable industry trends and events. Ideal Skills and Experience: - Strong written communication skills and a flair for storytelling. - Prior experience in music journalism or related fields. - Excellent research skills and a keen eye for industry trends. - Ability to engage a gener...

    $250 - $750
    Local Urgent Sealed
    $250 - $750
    24 bids

    I need a professional developer to assist with creating a Shopify template. The design is based on a Magento template from my another shop. Key requirements for this project include: - Creating a Shopify template that closely mirrors the design of an existing Magento template, incl. graphics and layout I am looking for someone with the following skills: - Proficient in Shopify and Magento, with the ability to translate designs between the two platforms

    $161 (Avg Bid)
    $161 Avg Bid
    110 bids

    We are seeking an experienced freelancer to set up a Node.js application on our web hosting service, ensuring it runs correctly and is accessible via a custom domain. Hosting Environment: - Web hosting service: - Custom domain: - Node.js Manager is accessible through the hosting control panel. Task Requirements: - Configure the hosting environment to run a Node.js application. - Upload and set up a simple Node.js script that responds with a fixed message for any route. - Ensure the application is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should

    $50 (Avg Bid)
    $50 Avg Bid
    34 bids

    I'm in need of a proficient UI-UX designer (Individual) to work on an ongoing job portal project. The ideal candidate should be able to create wireframes and prototypes, design user interfaces and experiences, and focus on creating a responsive design in Figma. Key Responsibilities: - Create wireframes and prototypes for the job portal - Design user interfaces and experiences that are intuitive and user-friendly - Implement a responsive design in Figma, with a strong focus on mobile responsiveness - Develop navigation menus that are clear and easy to use - Integrate interactive elements and animations to enhance user engagement Design Preferences and Branding Guidelines: - Pay special attention to specific colors and fonts that match our branding - Integrate our logo a...

    $42 (Avg Bid)
    $42 Avg Bid
    27 bids

    ...for Game Bookings) The table looks like this image, so you will have to use case insensitive SQL to find the `11_bkntc_services` WHERE name is PARTIALLY equal to the "Projects name" (2nd Image) as I have multiple actual games per "Project" The WP page in question is Https:// The "Book Now" button uses the code in the image below found in this file: wp-content/themes/gamico/template-parts/project/ to show the Booknetic category based on the game. ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Ideal skills for this project: - Strong experience with WordPress, particularly in taxonomy management. - Understanding of how to set up and link

    $26 (Avg Bid)
    $26 Avg Bid
    9 bids

    Development of a mobile application for tourism is needed. The app will be available on both iOS and Android platforms and will be designed in a minimalistic style. Key Features: - Map Navigation: Users should be able to use the app as a navigational aid. - Tourist Attractions: The app must provide information about various local tourist attractions. - Customer Reviews: Users will need to have the option to read and write reviews of these attractions. - Customer Participation: Additionally, a provision should be made to allow customers to add new attractions. Ideal Skills: - Developers should have expertise in iOS and Android app development. - Knowledge and experience in creating minimalistic designs are necessary. - Experience dealing with GPS and map integration. -...

    $2329 (Avg Bid)
    $2329 Avg Bid
    108 bids

    I'm seeking an AI developer to create an AI Resume Creator. The primary focus of this project is to take a normal CV / Resume and format it into our company format. It's quite a simple ...development - Proficiency in creating customizable sections for user-friendly interfaces - Understanding of how to analyze user's skills for personalized output Key Deliverables: - Implementation of an automatic template selection feature - Ensuring that the AI adequately analyzes user's skills for template selection - Testing and refining the algorithm to optimize the user experience and resume quality Your role will be instrumental in shaping the direction of this AI project. The ability to execute the vision of an AI resume creator with a strong focus on the automati...

    $193 (Avg Bid)
    $193 Avg Bid
    41 bids

    I need a skilled C# Winform .NET developer to protect my application using obfuscation techniques. The goal is to prevent reverse engineering and ensure the highest level of security. Key Requirements: - Implement Basic name mangling, Control flow obfuscation, and String encryption for the application. Ideal Skills and Experience: - Strong proficiency in C# and .NET framework - Prior experience with implementing obfuscation techniques - Knowledge of application security best practices This project is a great opportunity for a developer with a keen interest in application protection.

    $160 (Avg Bid)
    $160 Avg Bid
    19 bids

    I need a person that have active indeed employer account and can post my job.

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

    Overview: This application will enable Shopify store owners to collect and display customer reviews. However, only customers who have made a purchase will be able to leave a review. You can use the product reviews sample app from Shopify Github if you want, it is not a problem for me. Project Requirements: User Authentication: • Only customers who have made a purchase should be able to leave a review. • There should be no public option for writing a review on the store’s frontend. Review Collection: • After a purchase, customers should receive an invitation via email to write a review. Review Display: • Reviews submitted by customers should be displayed on the respective product page of the Shopify store. Webservice Integration:

    $161 (Avg Bid)
    $161 Avg Bid
    29 bids

    I am in need of an experienced developer to create a project management web application that's colorful and vibrant. My vision is to have: - Task allocation and tracking: An integrated functionality that gives us the ability to multi-task and keep track of on-going projects. - Time tracking: Time management is crucial for us, we need a system that keeps things timely and organized. Ideal candidates should have experience in developing project management software or any relevant web applications. Familiarity with a vibrant and colourful user interface is also a key requirement. Show me your relevant portfolio so we can collaborate effectively to bring this vision to life.

    $318 (Avg Bid)
    $318 Avg Bid
    16 bids
    Email Template Creation 6 days left
    VERIFIED

    I'm looking for an experienced professional to create a visually appealing email template. The template will be used on my domain-based email account for an email campaign aimed at increasing product sales. Key requirements: - Creation of a visually appealing, professional and engaging email template. - Ensuring the template is compatible. - A well-designed layout that can effectively deliver our sales-focused message. - Understanding of email marketing best practices, i.e., user-friendly design, call-to-action placement, etc. Targeted Customers: Entrepreneurs, Company Owners, Founders, Investors, Rich People, Executives and Directors, Research Professors Message to be delivered: We are offering Product Design & Development Service. Now, we need to s...

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

    Project Description: Mobile Application for Inventory Management Objective: Develop a 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 u...

    $212 (Avg Bid)
    $212 Avg Bid
    7 bids

    PiipAi is actively seeking a dedicated and experienced QA (SOFTWARE TESTER) to join our dynamic team. About Us: PiipAi is a forward-thinking software company committed to delivering innovative solutions that empower businesses. Our flagship product is a comprehensive Human Resource management suite designed to streamline operations and optimize people management. We envision this suite as a specialized CRM, tailored specifically to people-centric management. Role and Responsibilities: As a QA (Software Tester) at PiipAi, your role is pivotal in ensuring the quality and reliability of our software. You will work closely with our development team to meticulously test and validate our applications, identifying and rectifying any issues that may arise. Key responsibilities include: - Conductin...

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

    I'm looking for someone to complete a task with Canva. Producing eBooks. I've already created template and cover for several ebooks, it takes me too much time to move the text from the word document so that’s the job. Ideal Skills and Experience: - Proficiency with Canva - Experience in ebook design - Strong attention to detail This task is straightforward and would suit someone who has experience working on similar projects. Images show the details and example. Looking forward to hearing from you. Jake

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

    I'm interested in application development for both Android and iOS platforms. The key feature is to allow sending SMS messages to a selected database. Any professional stepping into this project should be able to handle: - Database development: The backend needs to be designed to store contact details efficiently. Expectation is to accommodate less than 100 contacts initially, with potential for future expansion. Strong database management skills are a prerequisite. - App development: Looking for someone with profound knowledge of Android and iOS app development. Familiarity with SMS integration in apps is essential. Don't shy away from illustrating your previous experience in similar projects when bidding.

    $25 (Avg Bid)
    $25 Avg Bid
    5 bids

    I need an expert to design a professional, payslip PDF template that's efficient for printing specific income data. The PDF should feature text fields for: - Name and Surname - dates - hourly wages - other income data Ideal freelancer should have: - Proficiency in Adobe Acrobat or similar PDF software - Strong graphic design skills - Experience in form design and data privacy consideration This project requires quick turn around without compromising of quality, please bid if you're up to the task.

    $62 (Avg Bid)
    $62 Avg Bid
    46 bids

    I'm in need of a professional who can convert both scanned documents...ideal candidate will have the following skills and experience: - Proficient with MS office - Expert in handling MS Excel - Ability to follow a specific Excel template provided - Attention to detail to ensure accurate data entry ***The task is very simple and just requires attention to detail. I need mainly 4 Data Rows: 1. Date 2. Payor/Payee 3. Amount 4. Short Description of Transaction (if given in the doc) Please message me to talk about the project and the realistic bid price per Job. Your responsibility would be to ensure that the scanned files and photos are accurately reflected in the Excel sheet based on the provided template. The quality and accuracy of the data is crucial, so a...

    $20 (Avg Bid)
    $20 Avg Bid
    144 bids

    I'm in need of a knowledgeable Linux and AWS expert to assist me with various tasks relate...expert to assist me with various tasks related to command-line operations, system administration issues, and application support using AEM admin console. Key Requirements: - Strong command-line skills: You should be proficient in using the Linux command line for a variety of tasks. - System Administration: Experience in Linux system administration is essential, as I need assistance with file management, user management, and package management. - AWS Services: Familiarity with AWS services, particularly the AEM admin console, is a must. The ideal candidate for this role should possess a deep understanding of Linux, system administration, and AWS services to provide timely and effecti...

    $264 (Avg Bid)
    $264 Avg Bid
    16 bids

    I'm in need of a skilled full-stack developer to create a w...com/watch?v=31bTy7zQIBo&ab_channel=YerzhanZhauymbai The target audience for this website is less than 10 employees so the system should be designed to handle this scale effectively. Additionally, the website should be able to generate daily reports based on the tracked data. This will help me keep tabs on the efficiency and productivity of my team on a daily basis. Ideal skills and experience for the job would include: - Proficiency in web development technologies - Previous experience in developing similar systems - Strong understanding of user experience principles - Ability to integrate reporting features into the system If you're confident in your abilities to deliver such a product, I'm looking...

    $151 (Avg Bid)
    $151 Avg Bid
    23 bids

    I need someone with experience in Shopify and the Order Printer app to assist me in updating the 'Order Forms' and 'Tax Invoice' templates. The previous version of the app has been updated, and as a result, the code for these templates needs to be adapted. The 'Order forms template' must have: Order Number and Order Date Notes from Customer Quantity, Item Details fields including variants and customisation details. Estimated Delivery Date Customer & Shipping Details The 'Tax Invoice' must have: TAX INVOICE Logo Order Number and Order Date Business Name & Address ABN: Customer Name & Address Quantity, Item Details and variant Pricing, Discounts etc Tax displayed as GST Your main focus will be to ensure that the ...

    $25 (Avg Bid)
    $25 Avg Bid
    11 bids

    ...with expertise in both User Interface (UI) and User Experience (UX) for a web application. The primary goal of the project is to elevate user engagement and enhance usability. Ideal Skills and Experience: - Proven UI and UX design experience specifically for web applications - Ability to understand and incorporate strategies for increasing user engagement - Competence in improving the usability of digital tools - Proficiency in wireframing and prototyping, and iterative design - Comprehensive portfolio showcasing relevant work Your responsibility will be to design an intuitive, engaging interface that maximizes user engagement and improves the usability of the application. A clear understanding of web application usability standards is required. I look forward to...

    $128 (Avg Bid)
    $128 Avg Bid
    16 bids

    It is necessary solve two bugs to a Laravel application regard the frontend of condition use php 7.4. if it is necessary you must do changes to the database and the backend

    $32 (Avg Bid)
    $32 Avg Bid
    59 bids

    I'm seeking an experienced graphic designer who can create a stand-up banner and table cloth designs based on an existing PSD template. The project involves: - Designing a large stand-up banner and table cloth (8ft x 4ft) - Adhering to the provided PSD template style The final deliverables should be: - High-quality and print-ready designs - Utilizing the existing template while introducing new and creative elements - Designs should be suitable for a large format and visual from a distance As I'm not familiar with the printing terminology, I'll need you to ensure the design includes what is needed for a professional print job. Ideal skills and experience for this job include: - Proficiency in Adobe Photoshop/Illustrator - Experience in...

    $26 (Avg Bid)
    $26 Avg Bid
    65 bids

    I'm in need of an expert in After Effects to help me customize Template A as soon as possible. Key Responsibilities: - Modify text: The template will need text adjusted to fit my project's requirements. - Visual effects: Adjust and fine-tune visual effects to match the overall aesthetic and mood required. - Color scheme: The color scheme of the template needs to be changed to match my specific needs. The ideal freelancer for this job should have: - Proven experience of working with After Effects, with a portfolio demonstrating successful template customization. - Strong skills in graphic design and video editing. - Excellent attention to detail, as the project requires precision and timely completion. - Ability to work under tight deadlines, ...

    $18 (Avg Bid)
    $18 Avg Bid
    12 bids

    I'm looking for a professional who can create job ad templates for me in both Word and PDF formats. 6 ads to copy paste to 6 templates I can share few samples you can use the same to design. All contents, logos, images & similar editable formats will be shared. Will award for the lowest price with reviews.

    $13 (Avg Bid)
    $13 Avg Bid
    27 bids

    I'm looking for an experienced developer with significant expertise in React and Node.js to build a custom ecommerce website for me. Key requirements for this project include: - **Platform:** The website will be built on React and Node.js. Familiarity with these platforms is a must. - **Design:** I'm seeking a custom design for the website, as opposed to a template-based one. The ideal candidate should have a strong background in creating visually appealing websites that are both user-friendly and functional. - **Functionality:** The primary features needed on the website include a product catalog with filters, and customer account and profile management. The ability to implement these features seamlessly and intuitively is crucial. If you have a proven track rec...

    $1439 (Avg Bid)
    $1439 Avg Bid
    73 bids

    I'm in need of an exceptional landing page that focuses on promoting my product. While I have some branding elements like color schemes and logos, I'm open to creative interpretations within this framework. Key Requirements: - The main objective is to showcase the features of the product in an engaging and visually appealing way. - The landing page should also have a contact form integrated for lead generation and customer inquiries. Ideal Candidate: - Previous experience in creating engaging and conversion-optimized landing pages is crucial. - Strong understanding of user experience and design principles. - Ability to work within existing branding guidelines while adding a creative touch. Please provide examples of your previous landing page designs and any relevant experie...

    $100 (Avg Bid)
    Guaranteed
    $100
    12 entries

    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 Avg Bid
    15 bids

    I'm looking for a developer to create a VPN application that will run on both IOS and Android. This application should support both SoftEther VPN Protocol and OpenVPN. Key features to be included: -Protocols: Support both SoftEther VPN Protocol and OpenVPN. - Data encryption: An essential feature for securing users' data - Kill switch: A crucial function that ensures users' internet traffic is cut off should the VPN connection fail - Multi-location support: The VPN should offer various server locations for users to connect to securely The ideal candidate should have experience in developing applications for both IOS and Android, as well as prior experience in VPN development. A strong understanding of network security concepts and protocols is a must. The abi...

    $333 (Avg Bid)
    $333 Avg Bid
    16 bids

    ...integrate our brand identity into a pre-existing website template we have purchased. This project involves implementing our brand colors, fonts, and visual elements to create a cohesive and compelling design. Project Overview: • Objective: To incorporate our brand identity into an existing website template with minimal changes, ensuring a simple and efficient development process. • Scope: The project will include updating page colors, fonts, and images to reflect our brand. The template will remain largely unchanged to maintain development simplicity. • Deliverables: A visually appealing website that aligns with our brand identity, using both vector and image overlays where appropriate. Key Requirements: 1. Brand Integration: • Update the te...

    $100 (Avg Bid)
    $100
    2 entries

    I need an experienced and reliable professional to install a WordPress template (Envato Elements - Barta Theme) onto my personal domain. Although there are no specific customizations or modifications I want presently, I need someone with a creative eye who can advise on the best layout and arrangement for a personal blog/news site. Further, I currently don't have a hosting provider and assistance in selecting the best one would be very helpful. The ideal freelancer for this project should: - Have extensive experience with WordPress - Have experience in web hosting - Be familiar with the Envato Elements - Barta Theme or similar templates - Have a good understanding of layout design for blog/news sites

    $381 (Avg Bid)
    $381 Avg Bid
    31 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
    11 bids

    I'm on the hunt for a skillful coder proficient in web scraping, specifically for Website A. The goal of this project is for obtaining valuable and significant data for analysis, competitive intelligence, and price comparison. While there's no explicit mention of the type of data to be scraped, I anticipate that a capable offering will cater to a variety of needs such as: - Text content - Image content - Metadata Ideal Experience and Skills: - Proven experience with web scraping - High proficiency in handling large data sets - Comfort in navigating Website A - Ability to collect comprehensive data categories Looking forward to a potential collaboration to achieve this goal!

    $7 - $20
    Sealed
    $7 - $20
    48 bids