Source code dairy manegement asp net indiapráce

Filtrovat

Moje poslední hledání
Třídit podle:
Rozpočet
pro
pro
pro
Typ
Dovednosti
Jazyky
    Stav zakázky
    2,000 source code dairy manegement asp net india zakázek nalezeno, ceny v EUR

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

    €5 / hr (Avg Bid)
    €5 / hr Průměr. nabídka
    1 nabídky

    I'm currently looking for an experienced WordPress developer who can quickly design a page on Elementor as per the content that I have and it should go with the theme of the rest of the website. Here's what you should bring to the table: - Proven experience as a WordPress developer. - Comprehensive portfolio showcasing the diverse projects you've worked on. - Ability to develop well-structured project proposals that detail how you plan to meet my project needs. Your experience with different types of WordPress sites (technology, e-commerce, blogging, and portfolio websites) will be a significant advantage. I look forward to your detailed application showcasing your past work and experience.

    €39 (Avg Bid)
    €39 Průměr. nabídka
    41 nabídky

    Edit: There seems to be uncertainty how this device is used and what it must provide. Please search YouTube for video for quick talker by able net. This will help you understand it. Thank you! ---------------- Hello! In this contest, you should submit an image. 3D model is NOT needed. I have attached photo of an existing product. People who are unable to speak using their own voice due to a disease or handicap will use this device. They will handle it with their hands. Little paper cards with symbols / icons can be put in the slots. The device can be programmed. One can program which audio file should be played when the card / symbol is pressed with a finger. That is what the loudspeakers are for. The symbol represents what the computer voice will speak if the symbol is pressed...

    €57 (Avg Bid)
    Zaručené Top soutěž
    €57
    66 příspěvky

    I am aiming to create a cab aggregator application that can compete with established brands in India like Ola, Uber and Indrive. This app must be constructed to be compatible with both Android and iOS platforms. I would like the overall aesthetic of the app to be traditional, offering easy usage while still exuding a sense of reliability and efficiency. Crucial elements for the app include: - GPS tracking: This feature is necessary to locate both cabs and customer's location in real-time to facilitate smooth pickups. - Online payments: Cabs should be paid for in an easy, frictionless manner. Therefore, the app must support various forms of online payment. - Cab fare estimation: To enhance transparency, passengers should be able to estimate their cab fare prior to journey comme...

    €581 (Avg Bid)
    €581 Průměr. nabídka
    22 nabídky
    U-net milestone Ukončeno left

    First task, getting the dataset and best u-net architecture

    €92 (Avg Bid)
    €92 Průměr. nabídka
    1 nabídky

    My project is to create an easy-to-follow journey guide for high net worth individuals who are looking to make investments in the property market. We’re looking for a comprehensive guide that will provide strategies on conducting property analysis, understanding the current market trends, and implementing successful investment strategies. The ultimate goal is to make it easier for investors to make smart decisions, and to ensure a successful and profitable investment journey. We envision a medium that uses interactive slides with visuals as a basis for material. Canva or any type of slide show format can be used to create an engaging and informative presentation. We want this project to be of the highest quality and a valuable resource for all investors. By engaging the audi...

    €30 (Avg Bid)
    €30 Průměr. nabídka
    26 nabídky

    I need help to fix issue in this url

    €2 / hr (Avg Bid)
    €2 / hr Průměr. nabídka
    8 nabídky

    I'm seeking a capable developer to create an API that integrates our .NET-based Accounting Software with other various systems. This project will allow for better communication and data transfer between our key systems, improving efficiency and effectiveness. Key Responsibilities: - Creating a functional API that seamlessly integrates with our .NET accounting software - Ensuring flawless data communication between systems Ideal Candidate: - Experience in API development - Proficient in .NET - Understanding of accounting software systems - Prior experience in system integration Your technical proficiency, attention to detail, and understanding of our business needs will greatly contribute to the success of this project.

    €13 / hr (Avg Bid)
    €13 / hr Průměr. nabídka
    79 nabídky

    I am seeking a seasoned market strategist with deep expertise in wealth management and investment advisory, in order to effectively target high net worth individuals and business owners. The thrust of this initiative will be: - Crafting appealing marketing strategies that cater to the specific needs of these distinct yet affluent groups. Focused on a new product offering in the Private Placement Life Insurance Space to bring to the marketplace. Big opportunity to focus on making investments Tax- Free in a legitimate and financially sound strategy. Leveraging the capabilities of SignatureFD, Fund Evaluation Group, and Axcellus - Ideating and implementing business plans that will augment our client acquisition greatly. For this demanding role, the freelancers need to possess not j...

    €46 / hr (Avg Bid)
    €46 / hr Průměr. nabídka
    8 nabídky

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

    €20 / hr (Avg Bid)
    €20 / hr Průměr. nabídka
    101 nabídky

    ...entrepreneur, I'm intending to create a comprehensive ebook focusing on the current funding scenario of the Indian startup ecosystem. This ebook is specifically designed to provide valuable insights to venture capitalists exploring funding opportunities in India. Checkout the key features of this project: - Analyzing Funding Resources: The ebook will shed light on various sources of funding, including private equity, venture capital, angel investment, government initiatives, etc., and their roles in shaping the startup landscape in India. Ideal Candidate: I'm looking for a business writer, preferably with a deep understanding of venture capitalism and the Indian startup scene. They should be able to effectively research, analyze trends, and present complex top...

    €48 (Avg Bid)
    €48 Průměr. nabídka
    10 nabídky

    I'm looking for an experienced Angular 2+ developer who can handle the completion development of a web application for a real estate auction platform. - You will be required to design, code, fix bugs and deploy a functional website that provides users with a seamless auction experience. - The website should allow users to register, post their properties for auction, bid on properties, and manage their auctions. - Your expertise in Angular 2+ is crucial for this project to ensure efficient and agile development. - Experience with .NET remains a significant plus, given it might be required for backend tasks. - You should also have a good grasp of web design using bootstrap and deployment to a Lamp server - Previous work in developing auction or e-commerce platfor...

    €599 (Avg Bid)
    €599 Průměr. nabídka
    97 nabídky

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

    €19 (Avg Bid)
    €19 Průměr. nabídka
    9 nabídky

    I am seeking an experienced software developer for a project which involves building software with a microservices architecture using Docker and Docker Compose. Skills and Experience: - Fluent in utilizing React for frontend development - Proficient in .Net for backend development - Knowledgeable in MongoDB as a database technology - Prior experience working with Docker and Docker Compose - Familiarity with .NET Core 7.0 framework is also a must Your role will encompass frontend and backend development as well as database management. Being adept in the mentioned tech stack is crucial for your successful accomplishment of tasks. Your knowledge in microservices architecture will be put to test in this project. Please highlight your proficiency with the required technologi...

    €25 / hr (Avg Bid)
    €25 / hr Průměr. nabídka
    80 nabídky
    Trophy icon Ship-Net Minimalist Logo Design Ukončeno left

    I'm in need of a logo for our new business - Ship-Net. The concept should be minimalistic, instilling feelings of reliability and trust. The color scheme should primarily consist of various shades of reds and blacks. Key Needs: - Minimalistic style logo - Red and black color palette - Must convey reliability and trust I am looking for a simple yet elegant logo using the name and letters. It must be 100% original / available for global TM and submitted in all file types/different sizes/no watermarks and also website button when finalized. Our goal is to represent a full shipping service with levels like amazon prime. Ideal skills for freelancers would be prior experience in minimalistic logo design, a strong aesthetic eye, and previous work with reds and blacks palette. A ...

    €46 (Avg Bid)
    Zaručené
    €46
    653 příspěvky

    I'm seeking a proficient developer with experience in implementing Single Sign-On (SSO) via Azure Active Directory to integrate Office 365 into a new .NET MVC application. The main functionality required is: - Implement login authentication of the application using Office 365. Key qualifications: - Mastery in .NET MVC framework. - Proficient knowledge of Office 365 integration. - Experience implementing SSO using Azure Active Directory. Your expertise should allow for seamless integration, ensuring a secure and efficient login process for application users through Office 365. Efficient communication and attention to detail are critical in this project, as any changes should not disturb any other functionality of the application.

    €166 (Avg Bid)
    €166 Průměr. nabídka
    14 nabídky

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

    €14 (Avg Bid)
    €14 Průměr. nabídka
    5 nabídky

    NO Agencies - Independants only. Please incldude a link to your CV .Net developers with strong C#, MVC, SQL Server experience is essential. We are looking for the right people. This is a long term, full time role. Good salary. YOU NEED TO HAVE: - Good understanding of current development models .Net MVC and entity frameworks. - SQL Server is preferred database platform, - Scrum and Agile experience, - Microsoft .NET Technologies: ASP.NET, MVC, - Very positive optimistic attitude, - Good troubleshooting skills and logical thinking NOTE: - We are looking for long term full time people. We want to hire people who will work with us for the next few years. If this is not what you are interested in please do not apply. - This role will require you to work full time w...

    €11 / hr (Avg Bid)
    €11 / hr Průměr. nabídka
    57 nabídky
    Trophy icon Aerosol Coating Label Creation Ukončeno left

    We are in need of a label design for a new product of ours. It...need a copy of the fonts and images you will use. I have attached the template below. The front panel is the only part we need a design for as the manufacturers have all the other information for the back. Product Name: Flexible Color Coating Sub: "A Color Coating for Vinyl, Leather and Hard Plastic." A place for the name of the color that can be easily changed.(ex. 204 Black) Size Near Bottom: 12 Net Wt (348 G) Made in the USA badge I have included a template below as well as a picture of another line of coating we sell. You can use this as inspiration but it also needs to look different enough so it stands out. I have also included our brand logo to put on the can (Envy) with both a black background and the...

    €46 (Avg Bid)
    €46
    22 příspěvky

    I'm seeking a talented Facebook Ads freelancer in India that can propel my sales to another level. Specifications: - The ad campaign's core aim is to bolster sales. Your previous experience in this field will be invaluable. - The target demographic for these ads is adults aged 25-54. Expertise in creating messaging that resonates with this demographic is essential. The product or service being promoted is currently undisclosed, giving you the creative freedom to inject your ideas into the project. Ideal Skills: - Facebook Ad campaign development - Understanding of Indian market demographic details - Proven track record of sales boosting campaigns - Creative and innovative thinking Your ability to think out of the box is key as I am open to various tactics to drive...

    €122 (Avg Bid)
    €122 Průměr. nabídka
    8 nabídky

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

    €19 / hr (Avg Bid)
    €19 / hr Průměr. nabídka
    50 nabídky

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

    €380 (Avg Bid)
    €380 Průměr. nabídka
    21 nabídky

    I'm building a new product development team, currently seeking experienced frontend developers, ideally someone well-versed in React, Redux, JS, TS, with a minimum of 4 years under their belt. This is a long-term project designed to create an encrypted file system in the cloud...well-versed in React, Redux, JS, TS, with a minimum of 4 years under their belt. This is a long-term project designed to create an encrypted file system in the cloud, capable of editing and viewing within the browser. The frontend functionality needs to include: - Responsive Design - User Authentication - API Integration - Integration of SyncFusion Editor Components We would prefer freelancers based in India as we are building a team. Looking for long-term work. We are paying the Freelancer fees via F...

    €2 - €7 / hr
    Na plný úvazek Zapečetěný DOM
    €2 - €7 / hr
    30 nabídky

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

    €111 (Avg Bid)
    €111 Průměr. nabídka
    43 nabídky

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

    €132 (Avg Bid)
    €132 Průměr. nabídka
    23 nabídky
    After Effect video Ukončeno left

    ...following words: First: To all of our customers in: Second: Albania Algeria Andorra Argentina Armenia Australia Austria Azerbaijan Bahrain Barbados Belarus Belgium Bosnia and Herzegovina Brazil Bulgaria Cameroon Canada Canary Islands Chile China Colombia Croatia Cyprus Czech Republic Denmark Ecuador Egypt Estonia Finland France Georgia Germany Grabo RUS Greece Guatemala Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Israel Italy Japan Jordan Kazakhstan Kosovo Kuwait Kyrgyzstan Latvia Lebanon Lithuania Luxemburg Macedonia Malaysia Malta Mauritius Mexico Moldova Mongolia Montenegro Morocco Netherlands Netherlands Antilles New Zealand Nigeria Norway Pakistan Peru Philippines Poland Portugal Qatar Romania Russia Saudi Arabia Serbia Singapore Singapore Ebaco Slovakia S...

    €28 (Avg Bid)
    €28 Průměr. nabídka
    70 nabídky

    ...not hold accounts in any of these platforms and if there is a pre-requisite you need to let me know. • Platform Understanding: I require someone with a deep understanding of these platforms to formulate a strategy that optimizes my presence and reach for better lead generation. • Targeting Expertise: My targeting approach is primarily interest-based (stock market trading) and location-based (India). Ideally, candidates should possess experience and proven skills in implementing interest-based and location-based targeting campaigns. • Conversions: The core objective of this project is Lead Generation and Conversion. Therefore, candidates with a proven record in designing effective lead generation strategies that convert to revenue would be given preference. &bu...

    €99 (Avg Bid)
    €99 Průměr. nabídka
    11 nabídky

    I am currently seeking a highly qualified candidate with robust experience in developing web applications and designing database structures. The location of operation will be Hyderabad, and preference will be given to local candidates. Key responsibilities: - Developmen...be given to local candidates. Key responsibilities: - Development of both interactive and informational web applications - Designing suitable database structures To perform efficiently in these tasks, the candidate should ideally have: - A minimum qualification of graduation - At least 9 years of relevant experience, which should reflect in their seniority level - Expertise in C#, ASP.NET, .NET COO, and SQL databases For your bid to be considered, please ensure your profile aligns with the aforementioned req...

    €28602 (Avg Bid)
    €28602 Průměr. nabídka
    17 nabídky

    I urgently need an experienced ASP.NET develo...application. The specific bugs are not defined yet but it involves issues that usually occur in ASP.NET applications. - Freelancers applying should specifically include details about their experience in ASP.NET development. - Although specific skills or knowledge weren't mentioned, an understanding of general ASP.NET development processes and troubleshooting errors is crucial. - Familiarity with .NET Core, SQL Server, and Entity Framework would be a plus. Your job will be to pinpoint the sources of these issues and resolve them. Ideally, your bid will reflect an understanding of the volatility of bug fixing, where some issues may be quick fixes while others may present more of a challenge. Please include relevant examples of ...

    €326 (Avg Bid)
    €326 Průměr. nabídka
    25 nabídky

    Final deliverables over a month will be - 20 reels (say avg 30-40) seconds - 10 posts ( where minor editing to be done on photos that I select and give you) We are a couple who have left jobs and are traveling across India. So if your work is good and we get engagement, there are high chances of getting into YouTube video and vlog creation very soon I'm looking to engage an innovative and creative freelancer to develop Instagram Reels that feature diverse travel destinations. Here's a breakdown of what I need: - The reels should capture the beautiful attributes of beach, city, and mountain destinations to attract a self-focused audience. - Although the content must be centered around travel, incorporating an element of inspiration and wanderlust is essential. - The ...

    €80 (Avg Bid)
    €80 Průměr. nabídka
    22 nabídky

    ...interaction flows and sample wireframes to guide development. Hiring and managing a back-end developer (specializing in .NET latest framework) and a front-end developer (specializing in React). Ensuring the product is developed for deployment on Azure Web Sites and Azure Database, adhering to best practices for scalability and security. Coordinating with stakeholders to gather requirements and provide regular project updates. Managing the project timeline, budget, and resource allocation. Skills and Qualifications: Proven experience as a Project Manager in the technology sector, preferably with systems design background. Strong understanding of both front-end (React) and back-end (.NET) development processes. Experience with IoT projects, specifically with ESP8266 or simi...

    €10 / hr (Avg Bid)
    €10 / hr Průměr. nabídka
    41 nabídky

    Create an app icon for the open-source app Loungy.

    €64 (Avg Bid)
    €64 Průměr. nabídka
    1 nabídky

    ...ease from the doctor’s interface A detailed medication report to know the number of prescriptions or patients to whom these medications were prescribed and according to the specified period A reservations report for all clinic reservations according to the specified period The ability to record all clinic expenses and incidentals Reports on all clinic accounts, including expenses, revenues, and net income Multilingual Arabic and English If you do not specify the price directly, there will be no change in it...

    €695 (Avg Bid)
    €695 Průměr. nabídka
    50 nabídky

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

    €128 (Avg Bid)
    €128 Průměr. nabídka
    6 nabídky

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

    €96 (Avg Bid)
    €96 Průměr. nabídka
    19 nabídky

    ...freelancers measure their careers and what individual strategies they engage in. I will conduct in-depth interviews in person at the IIM Bangalore campus (if available in Bangalore) or over a video call (present outside Bangalore) that may take around one hour of your time. Please share your contact details or message me if you meet the following criteria. a) engaged in full-time freelancing based in India b) Working on medium to highly skilled (e.g., content writers, web developers, graphic designers, and IT consultants) gig assignments for more than one client c) Registered on over two gig work platforms (e.g., or freelancer.com). Overall, I require 25-30 respondents for the interviews. All the participants are eligible for an Amazon gift voucher of Rs. 500. The participation...

    €7 / hr (Avg Bid)
    €7 / hr Průměr. nabídka
    13 nabídky

    This project primarily focuses on enhancing my website's SEO ranking. I'm seeking an experienced SEO specialist or content marketer to assist with: - Sourcing technology blogs based in India that have a monthly traffic ranging from 300k - 1M, predominantly from India - Crafting compelling informational articles relevant to my niche, to be submitted as guest posts on these blogs I'm preferably looking for someone with: - Proven experience in SEO and content marketing - Familiarity with the Indian technology blog landscape - Strong writing skills capable of creating engaging, informative content - Demonstrated ability to build quality backlinks Your main goal will be augmenting my website's visibility and ranking on search engines. Prior experience with ...

    €76 (Avg Bid)
    €76 Průměr. nabídka
    48 nabídky

    I'm seeking an experienced .Net developer who is skilled in ASP.Net, .Net Core and MVC. Your task will be to focus on web development. This includes certain functionalities such as making enhancements to the existing system and integration with a hardware device using APIs. Key Requirements: - Proficiency in ASP.Net and MVC - Able to work on enhancements for the current system - Proficient in hardware device integration using APIs The goal is to enhance the app and perfectly with our hardware device, improving the interfacing and general user experience. A good understanding and skills in web design and development is a must. Be ready for an adventurous and challenging venture!

    €255 (Avg Bid)
    €255 Průměr. nabídka
    103 nabídky

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

    €474 (Avg Bid)
    €474 Průměr. nabídka
    32 nabídky

    I'm on the hunt for an experienced ASP DOT NET storefront developer to solve a recent issue encountered with my clients website - from a product page enquiry form. Emails are not being received from the product page contact form. What I am looking for: • Expert knowledge and experience with ASP DOT NET • Proficiency in resolving email-related issues • Ability to work quickly and efficiently Your responsibility will be to fix the reason the emails are not being sent.. Your skills and experience will be central in restoring this essential part of our operation, so we can continue to effectively communicate with our customers.

    €28 (Avg Bid)
    €28 Průměr. nabídka
    38 nabídky

    Require person to source best e-commerce platform / theme as a platform to create and international e commerce site with the same look and feel, features and capabilities of the following site Note: The site will be an international e commerce site for consumers all over the world to purchase wines from all over the world. It has to have facility to plug in drop shipping suppliers and have all the features, and the functionality look and feel of the sample site including the following; • Multi language • Multi country and currency • Club membership sign up / register • Club membership log in with special prices • Two tier price list – retail and membership • Cart – CC and PayPal facilities • Drop ship facility to plug in drop ship s...

    €146 (Avg Bid)
    €146 Průměr. nabídka
    73 nabídky

    I'm seeking an experienced .Net Core5 developer proficient in the Serenity framework to provide enhancements and development services in my current application. Here are the specifics: - Work on user authentication and authorization. - Undertake integration of databases. - Develop APIs. Existing Application Enhancement Requirements: - Reinforce the reporting and analytics module with data visualization features. - Optimizing workflow automation processes. - Development of additional new pages. Skill Requirement: - Proficient in .Net Core5 and the Serenity framework. - User authentication and authorization development. - Database integration. - API development. - Capability to enhance reporting and analytics with emphasis on data visualization. - Experience with ...

    €1 - €4 / hr
    Zapečetěný
    €1 - €4 / hr
    19 nabídky

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

    €147 (Avg Bid)
    €147 Průměr. nabídka
    43 nabídky

    I need a freelancer with the following qualifications to commit and push C++ code from a Linux environment to Github: • Strong knowledge and experience with C++ programming. • Proficient in Git versioning and repository management. • Familiarity with the Gitflow workflow methodology. This project requires seamless code transfer, ensuring consistency and minimizing potential conflicts. I would prefer the use of Gitflow branching model for its beneficial structure for larger projects. If you have a keen eye for detail and are organized with your coding practices, then you would be a perfect fit for this project.

    €19 (Avg Bid)
    €19 Průměr. nabídka
    18 nabídky

    ...orders and handling customer inquiries related to listed products. • Providing regular reports to the Company regarding sales, inventory status, and customer feedback. • Responsible for mistake if happened. • Encourage clients to write reviews 2. Commission: The Agent shall be entitled to a commission for each successful sale of a product listed by the Agent. The commission rate shall be 40% of the Net amount (after all fees and tax deducted) for first 6 months and 35% afterward. The report will be made twice a month. The commission shall be payable by the Company to the Agent within 7 days of receiving report from the Agent. 3. Term: This Agreement shall commence on March 18th, 2024, and shall continue till March 18th, 2025 or until terminated by either party up...

    €4 / hr (Avg Bid)
    €4 / hr Průměr. nabídka
    29 nabídky

    I'm in immediate need of a proficient C programmer who can perform some quick alterations to my code. While the specifics changes remain undefined, the successful candidate should be comfortable with variable renaming, algorithm modification, and function addition. Your application should prominently showcase your experience with similar work, as that's my key selection criterion. A lack of project prerequisite details implies a level of flexibility, but you should be ready to work within possibly varying programming environments. Skills and Experience: - Proficiency in C programming - Experience in renaming variables, modifying algorithms and adding functions - Flexibility to work in different programming environments

    €14 (Avg Bid)
    €14 Průměr. nabídka
    12 nabídky

    I am seeking an experienced freelancer to design and set up a fully functional dropshipping store on Shopify. This store will focus on a range of products including, but not limited to, Fashion and Apparel, Electronics and Gadgets, Home and Decor, and Utilities. Key Requirements: - The store should facilitate both national and international orders. - Our target market will be India. - The preferred payment method for the store is UPI, Online wallets, Internet banking, Credit/Debit Card. - The store must be equipped with Facebook ads setup and marketing strategies that increase customer engagement and drive sales. Ideal Skills/Experience: - Shopify store design and setup - Knowledge of Dropshipping stores - Experience in the various niches of products mentioned - Facebook ads and ...

    €87 (Avg Bid)
    €87 Průměr. nabídka
    21 nabídky

    I am currently seeking a skilled senior .Net developer with experience in .Net Standard 2.1 and Angular 2+. Key responsibilities include: - Building robust architecture - Coding and debugging existing source code The ideal candidate for this project should have: - Proven experience with .Net Standard 2.1 - Expertise in Angular 2+ - Proficiency in code design, building architecture as well as coding and debugging - Strong problem-solving skills This role would suit someone with a passion for programming and solving complex coding challenges. Please provide examples of previous work with .Net Standard 2.1 and Angular 2+ during the bidding process.

    €11 / hr (Avg Bid)
    €11 / hr Průměr. nabídka
    37 nabídky

    We need urgently a sales representative who is specialized to close the sales. We are US based flower ecommerce wholesaler. The job is to handle the inbound and outbound calls and convince the customer and help them to close the sales and place the order. We want to hire only from INDIA and want only independent freelancer because we work them as a in-house team. American or British accent is added advantage.

    €5 / hr (Avg Bid)
    €5 / hr Průměr. nabídka
    15 nabídky

    I'm looking for an experienced developer to enhance the accuracy of my Large-scale Atomic/Molecular Massively Parallel Simulator (LAMMPS) DPD coding. Specifically, the current code isn't reliably matching the behavioural patterns of particles in comparison with experimental data. Key areas where you could be of assistance: • Debugging and improving the accuracy of the simulation results. • Tweaking the code to better align with experimental data about particle behavior. The ideal candidate for this work would have significant experience with LAMMPS DPD coding and be able to demonstrate a thorough understanding of particle behaviour simulations. Familiarity with experimental data comparison is also crucial.

    €26 / hr (Avg Bid)
    €26 / hr Průměr. nabídka
    16 nabídky