Set server receive xml post data jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 set server receive xml post data jobs found, pricing in USD

    I have a critical Windows Server 2019 running as a database server on-premises, and I am looking for a professional who can efficiently migrate it to Microsoft Azure. Key Requirements: - The current server is Windows Server 2019, so experience with this version is a must. - The server's primary function is as a database server, so experience with database migration and management is crucial. - The uptime of my services is critical and 24/7, so the migration process needs to be planned and executed without causing any significant downtime. Ideal Skills: - Extensive experience with Windows Server 2019 and Microsoft Azure migration. - Proficiency in database management and migration. - Understanding of critical server uptime requirements...

    $67 (Avg Bid)
    $67 Avg Bid
    9 bids

    I want to use brilliant directory website for my directory website. I need someone experienced on local seo and brilliant directory software. Website must be complete ready after your work. You must customize website theme.

    $152 (Avg Bid)
    $152 Avg Bid
    87 bids

    I'm looking to set up a digital product sales platform. - I require the ability for customers to make their purchases using credit or debit cards. - Customers should have automatic and immediate access to their digital products post-purchase. - The platform needs to be user-friendly, secure and reliable.

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    17 bids
    MY Project 4 days left

    ...actions taken since the application was started, showing the actions in the following lines of the list. Project 2. Create a Music MP3 player mobile application in Flutter or in Android Studio that recommends its users the local area popular songs based on their GPS location. Submit the source code and the apk file as Task2.zip. Project 3. Create a Mobile Application for a Cafe Restaurant to receive orders from its Customers. The Application should offer a list of menu items [For Example: Coffee, Garlic Bread, Cheese Sticks etc. ] You can choose the menu items from 4-5 items as per your choice. Try to make the application visually appealing and interactive in terms of graphical user interface (GUI). Demonstrate your coding and presentation skills by creating a short video o...

    $293 (Avg Bid)
    $293 Avg Bid
    28 bids

    ...in two years, and we need to upgrade the team with competence. Marketing wise, we rely over 90% on inbound calls from Google. We want to increase our platforms to include Bing, Yelp Trip Advisor, and so on... We also want to work closely to get really high ranked backlinks (preferably not a birdwatcher's blog from Siberia with 2 followers). Everything we post is authentic, including pictures, AI and videos. We never want to see a cross-post on another website anywhere in the world of the same picture, no stock photos, only unique pictures and contents. We, as a company will help create a lot of these, it's about creating and establishing a great communication flow to archive high-end results, and there are many apps for that. This is a fulltime position for a p...

    $5973 (Avg Bid)
    $5973 Avg Bid
    21 bids

    I'm in need of an engaging blog post that covers budgeting tips and debt management as part of personal finance. The ideal candidate will have a good understanding of personal finance and the ability to write accessibly about financial topics. The post should be aimed at a broad audience, including students, young professionals, and parents. The target length is 750-1000 words. Key points to cover: - Budgeting tips that are easy to understand and implement. - Insightful ways on how to manage debt and save money effectively. - Practical and real-life examples that resonate with the target audience. Experience in personal finance writing or a related field would be advantageous.

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

    I am looking for an experienced writer to create an informative and educational blog post aimed at beginners in the field of personal finance. Specifically, I would like the post to cover the following topics: - Budgeting and saving: The article should include practical tips on how beginners can start managing their finances effectively. - Investing strategies: I am also looking for detailed but beginner-friendly explanations of different investment options, from traditional stocks to cryptocurrencies. The tone of the blog post should be informative and educational, helping readers grasp the concepts without overwhelming them with technical jargon. The ideal candidate for this project should have a strong background in personal finance and investing, with prior exper...

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

    ...can select the school and timings through dropdown menus. We receive the details on our dashboard and print stickers to be pasted on the boxes. Currently, we are facing issues with obtaining accurate order details, leading to mismanagement and manual intervention. We also want to integrate a monthly subscription feature for parents. The ideal candidate should have a strong understanding of PHP and be able to create clean, efficient, and scalable code. As a PHP Developer, you will be responsible for implementing new features, improving existing functionality, and ensuring seamless integration. This is a fixed-price project with a very tight deadline and budget. We need someone who can complete the work within 3 days. You will receive the existing code, review it, implemen...

    $495 (Avg Bid)
    $495 Avg Bid
    51 bids

    I am seeking a skilled professional who can help me migrate my entire website onto Neo4j as a new database and subsequently launch the website live. Key Tasks: - Full migration from the current platform to Neo4j - Ensuring the website is fully functional post-migration - Optimizing the performance of the site - Confirming all data is migrated accurately - Ensuring the website is live and accessible Ideal Skills: - Advanced Neo4j knowledge and experience - Proficiency in website migration - Strong understanding of database management - Proficient in website launching processes Overall, the project requires someone who is not only technically proficient with Neo4j, but also has experience in handling website migration and launching, ensuring a seamless transition and succes...

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

    ...Service Representatives (CSR), Relationship Managers (RM), and Telesales positions. This is a remote position with flexible hours. Responsibilities: Source and attract candidates using databases, social media, and other recruitment platforms. Conduct interviews and filter candidates for open positions. Collaborate with hiring managers to understand job requirements and candidate profiles. Create and post job descriptions on relevant job boards. Screen resumes and job applications. Perform reference checks as needed. Provide a positive candidate experience throughout the hiring process. Requirements: Proven work experience as an HR Recruiter or similar role, preferably within the BPO industry. Familiarity with Applicant Tracking Systems (ATS) and resume databases. Strong knowle...

    $93 (Avg Bid)
    $93 Avg Bid
    8 bids

    I’m currently sitting below 50 followers with an Instagram page focused on Art and Creativity. My main challenges are: - Boosting followers count - Improving post engagement The ideal assistant should have: - Proven experience in Instagram growth, especially for art-themed accounts - Proficient knowledge in Instagram's algorithms & engagement patterns - Capable of crafting strategies that can propel followers count and enhance post interactions In brief: Aim to develop a gainful footing in the Instagram Art circle featuring outstanding post engagement and a substantial increase in followership. Apply if you have a tested track record in delivering these outcomes.

    $71 (Avg Bid)
    $71 Avg Bid
    28 bids

    ...referenced article in the second hint. The following code snippet will help you figure out how your payload should be formatted. for (const key in userInput) { // Input is in the format of {ingredientName}.{attribute} if (!(".")) continue // Split the key name by the '.' character const split = ('.') // Set the attribute for the ingredient by the first two dots // E.g. if the input is vinegar.type=mL it will set // {"vinegar": {"type": "mL"}} in the baseIngredients variable const ingredientName = split[0] if (typeof baseIngredients[ingredientName] === "undefined") { baseIngredients[ingredientName] = {} } const ingredientAttribute = split[1]; // Sh...

    $27 (Avg Bid)
    $27 Avg Bid
    12 bids

    I'm in need of an experienced photo editor to assist with post-processing my real estate raw photos. Key Requirements: - Exposure Adjustment: The images need to have the exposure adjusted to ensure they are well-balanced and visually appealing. - Color Correction: Appropriate color correction is crucial to maintain the true colors of the property and enhance its overall visual appeal. - Perspective Correction: Correcting any distortion and ensuring the images are visually correct and aligned. Final Deliverables: - Edited Photos: I require less than 50 photos to be edited. - High Resolution: The final images need to be of high resolution for clarity and quality. - JPEG Format: All images should be delivered in JPEG format. - No Watermark: The edited photos should not contain ...

    $219 (Avg Bid)
    $219 Avg Bid
    43 bids

    ...on a VPS, and this project will be conducted in a test environment before being deployed to production. We aim to collaborate with other teams working on related projects to ensure a smooth integration What You’ll Do: Integrate BigBuy API for product synchronization. Develop automation scripts using ChatGPT for content generation. Create and upload promotional videos to YouTube. Automate blog post creation with enriched product descriptions and videos. Optimize the site for SEO and ensure easy sharing across social media. Skills Needed: WordPress development (PHP, HTML, CSS, JavaScript) API integration (BigBuy, OpenAI, YouTube) SEO best practices Python/Node.js for automation scripting Video editing and creation Why Join Us? Be part of an innovative project at the inter...

    $33 - $272
    Sealed
    $33 - $272
    55 bids

    ...Unicorn 5.31 to an Akta machine and ensure it's functioning properly. Additionally, Fermworks needs to be activated and integrated to work with Labview to run a bioreactor. Key responsibilities: - Connect Unicorn 5.31 to Akta machine - Verify that the connection is functioning correctly - Ensure the automation process is smooth and operational - Provide any necessary troubleshooting or support post-implementation -Ensure Fermworks and Labview are activated properly and the connection is functioning correctly with the bioreactor. -No additional purchases of software. - Familiarity with VMware as a couple programs are located on these virtual machines. Ideal proposals should include: - Experience in connecting different machines - Proven track record in automation project...

    $26 (Avg Bid)
    $26 Avg Bid
    6 bids

    I am looking for a videographer to film a fitness competition, HYROX GdaÅ„sk, on 26th of May. They’re finalized video should be shorter than 10 minutes. Please have a look at this reference video (starting 8:10) Key Responsibilities: - Capturing high-quality videos of the whole sporting event. - Professional post-event editing. - Adding effective after effects to ensure the final video is engaging and thrilling. Ideal Skills and Experience: - Previous experience in filming and editing sporting events. - Excellent knowledge of different video editing software and aftereffects tools. - Innovative and creative with a proven ability to deliver quality content. - Great attention to detail and sensitivity to the atmosphere and dynamics of a sports

    $123 (Avg Bid)
    $123 Avg Bid
    16 bids

    ...Android and iOS to handle WebSocket connections and manage the receipt of notifications. We need a PhoneGap/Cordova plugin for both Android and iOS platforms that enables our mobile application to connect to a WebSocket server and handle notifications efficiently. The plugin must support the following functionalities: Key Features: 1. WebSocket Connection: - Establish a connection to a specified WebSocket server. - Maintain the connection and handle reconnections as necessary. 2. Receive Notifications: - Listen for incoming messages/notifications from the WebSocket server. - Process the incoming messages and trigger a push notification on the device. 3. Push Notifications: - Display push notifications on the device when a message is recei...

    $507 (Avg Bid)
    $507 Avg Bid
    15 bids

    I need a skilled freelancer to install and configure Dolibarr for our company's productive site on our intranet. Here are the specifics: IA definition: (below you can see my own) - We need the inventory management, manufacturing, service contracts and human resources management features to be properly configured. - The system must be set up for 1-10 users to access on our intranet. Customizations and integrations: - We may require custom reports or dashboards, although the specifics for these are not yet entirely defined. - There may be other custom integrations needed as the project progresses. Ideal Skills and Experience: - Proficient in Dolibarr installation and configuration - Previous experience in setting up Dolibarr for small businesses - Strong underst...

    $2056 (Avg Bid)
    $2056 Avg Bid
    42 bids

    I'm searching for an expert in cryptocurrency mining to help establish a mining pool for Quark. Key tasks for this role include: - Configuring the mining software specifically for Quark; - Providing guidance for a mining pool of less than 10 miners; Ideal candidates will have: - Proven experience in setting up diverse cryptocurrency mining operations, especially Quark; - Thorough knowledge of mining setup and operations for pools with less than 10 individuals. Please provide your proposed approach and relevant past experiences during bidding.

    $289 (Avg Bid)
    $289 Avg Bid
    6 bids
    Website fixing 4 days left

    Website seems to be broken , can access it but new posts through word press not happening . Its not allowing me to post new contents. I need to fix this so i can continue add content.

    $60 (Avg Bid)
    $60 Avg Bid
    19 bids

    ...needs to compare the odds to the odds of , obviously following the adding of the vig (pinnacle's profit margin) to the odds, in order to receive the true odds: The software needs to run as a website that only I can access, with a similar layout to that of , as seen on the picture attached. I will also need you to send me the source code following the completion of the project. With betfair both the sportsbook and exchange odds should be taken into consideration separately. (For example the data displayed for betfair sportsbook should be named "betfair" and the data displayed for betfair exchange should be called "betfair exchange") Important! Following the bid there is no further negotiation of the price upwards

    $635 (Avg Bid)
    $635 Avg Bid
    29 bids

    I am Building AWX Server on AWS EC2 Here is the method I am using: So far, I have: I have already Created an EC2 instance for this server. Cloned the AWX Repo, I have completed all installations required (installed Docker, Docker-Compose, I have used pipx to install the Ansible package) I need help with the rest of the instructions from that link. I am building this server in VS Code Ideal skills for the job include strong understanding of AWS, proficiency in AWX tasks and familiarity with Ubuntu server.

    $144 (Avg Bid)
    $144 Avg Bid
    29 bids

    I'm searching for a talented graphic designer who can create a set of 10 minimalist icons for our website. They should be designed in a minimalist style and match our brand colors. Ideal candidate should: - Have a strong background in graphic design, specifically in icon creation - Be experienced in creating minimalist designs - Be able to match the icons to our brand colors Please include samples of your previous work when applying.

    $25 (Avg Bid)
    $25 Avg Bid
    114 bids

    I'm looking for a skilled and experienced writer who can craft an engaging and informative blog post on investing in stocks. The post is intended for families planning their finances, so it should offer valuable insights and practical advice that this demographic can easily understand and implement. Key points you should cover in the blog post: - Tips for creating a budget: This section should provide practical and actionable advice on how families can set up and adhere to a budget. The guidance should be clear and easy to follow, helping readers to better manage their finances. - Strategies for saving money: The blog post should also outline various strategies families can use to save more effectively. This can range from cutting back on non-essen...

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

    I'm in need of an expert in developing Discord bots, particularly one with experience in horse racing prediction...Key Requirements: - **Betting Functionality:** The bot must allow users to place bets on horse races. - **Real-Time Race Updates:** Users should receive live updates on horse racing events. - **Customizable Predictions:** I'd like the bot to provide predictions that can be customized in certain aspects. The bot will need to gather data from reputable horse racing sources such as Racing Post, Daily Racing Form, and Equibase. This is crucial in ensuring the accuracy and reliability of the predictions. **Programming Language:** Python is the preferred language for this project. Your experience with Discord bot development and utilizing horse racin...

    $32 (Avg Bid)
    $32 Avg Bid
    4 bids

    I'm in need of a TikTok savvy individual, ideally a Spanish citizen, to assist me with setting up and managing my account for the purpose of promoting a product or service. Tasks include: - Content creation: You should be able to create engaging content that resonates with a diverse audience. - Account verification: Ensuring the account is authenticated and secure. - Hashtag research: Identifying and utilizing relevant hashtags for optimal reach. Ideal skills and experience: - Proficient in social media management, particularly TikTok. - Experience in product promotion on social media. - Fluent in Spanish with a good understanding of the Spanish audience on TikTok. - Tech-savvy and able to quickly navigate the platform. Your target will be a varied audience, comprising of individu...

    $145 (Avg Bid)
    $145 Avg Bid
    17 bids

    **NO OR LIMITED EXPERIENCE IS OK - FEEL FREE TO APPLY. DO NOT USE GENERIC BID TEXT (NO COPY PASTING)*** Role is perfect for motivated and learning individuals who are eager for feedback and want to grow skills. Duration is 30 days internship. Those who surpass expectations will receive a serious offer to stay on team with better compensation. Sample tasks and responsibilities include, and are NOT limited to: 1. Research key topics or areas of interest and presenting options for the next steps. -> googling 2. Executing next steps and promptly executing action items from discussions. -> take instructions and act fast 3. Propose options from research as requested -> more googling 4. Be able to advise proactively on details including step by step documents where needed...

    $17 (Avg Bid)
    $17 Avg Bid
    32 bids

    I'm in need of an intermediate level mentor to guide me on XML and XSD through Zoom. I want to explore these technologies further and their practical applications. Key points: - Intermediate level expertise: I'm looking for someone who can provide me with in-depth understanding and hands-on experience in XML and XSD. - Zoom sessions: You need to be comfortable with conducting mentoring sessions over Zoom. Please ensure good communication and screen sharing abilities. - Live Screen Sharing Feedback: I prefer feedback to be given in real-time during our sessions. This will allow for immediate clarification and implementation of suggestions. Ideal skills and experience: - Proficiency in XML and XSD. - Prior mentoring or teaching experience. - Excellent commun...

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

    I'm experiencing an issue where my website isn't loading. Thi...where my website isn't loading. This problem has emerged recently, without me making any recent changes to the website or server configurations. I need a skilled professional to help me quickly troubleshoot this issue and get my website back online. Your role will involve: - Investigating and identifying the root cause of the website's failure to load - Resolving the issue effectively and efficiently - Ensuring the website operates smoothly post-fix Ideal candidates should have extensive experience in troubleshooting websites that run on Apache servers. Strong familiarity with PHP-FPM and Webmin will be a significant advantage. Your ability to identify and remedy server issues swiftl...

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

    ...creating an XML file and validating it with an XSD file. I am trying to work with and XSD files but hitting roadblocks. The result I'm seeking is an XML file which encapsulates transaction data. This specific data will be gathered from a database, making database management skills essential for this project. Key things I require guidance on include: - XML element creation for transactional data pieces - Using a database for XML data source - Validating the XML with an XSD file The successful freelancer for this project will need a high degree of proficiency with XML and XSD files. They will need the ability to explain complex concepts in an easy-to-understand manner as this project is about learning these ski...

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

    ...should provide a seamless registration and login process to users. - Search and Filter for Priests: Users should be able to easily search and filter for priests based on location, preferred language, and availability. - Booking and Scheduling System: An efficient booking and scheduling system is required. This should allow users to select their preferred date and time for the service or event, receive confirmation and reminder notifications, and make payments online. Ideal Skills and Experience: - Proficiency in front and back-end development - Experience in building user-friendly interfaces for seamless user experiences - Strong knowledge of search and filter functionalities - Previous experience with booking and scheduling systems, and integrating online payment gateways I&#...

    $679 (Avg Bid)
    $679 Avg Bid
    96 bids

    I'm seeking a Minecraft expert to help me set up a survival mode Minecraft server. Key Project Details: - **Survival Mode Setup**: The primary focus of this project is to create a distinctive survival mode suitable for a smaller player base. - **Unique Items**: I will need engaging, custom, and unique items for players to discover and utilize in the game. - **Crate Rankups Integration**: I also want to include a crate rankups system to add a layer of progression and reward for players. Ideal Skills and Experience: - **Minecraft Server Administration**: Experience in setting up and maintaining Minecraft servers is a must. - **Plugin Development**: Proficiency in developing Minecraft plugins is highly desired, specifically for creating custom items and in...

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

    I am in need of a professional to produce detailed as-built plans for my house, with the aim of renovating both the interior and exterior spaces. Goals: - The planning needs to take into account that the existing layout is to be retained post-renovation. - The end goal is to have a set of plans that accurately reflect the current status of the house, which can then be used as a reliable basis for the renovation design process. Ideal Candidate: - Extensive experience in producing as-built plans - Understanding of renovations whilst being mindful of existing layout prominence - Proficient in using modern architectural software - High attention to detail

    $1785 (Avg Bid)
    $1785 Avg Bid
    60 bids

    We are in the middle of migrating Django to a new server. - Both servers run Ubuntu 20.04, postgres 12, python2.7 - The Django Project is already transferred over - Nginx has been configured - Postgresql has been setup Our struggle is to get the actual application up and running again. Your job will be to: - help to perform a clean export of the postgres database on old server - help to import the postgres database on the new server - ensure the Django application is coming back up smoothly The work will be done using shared tmate ssh sessions.

    $33 (Avg Bid)
    $33 Avg Bid
    21 bids

    I'm seeking a professional who...professional who can configure my Kamailio SIP proxy and RTPengine. The main purpose of this project is to set up call routing and load balancing. Key Responsibilities: - Configure Kamailio SIP proxy for call routing - Implement load balancing features - Ensure compatibility with SIP over UDP Ideal Skills: - Proficient with Kamailio SIP proxy and RTPengine - Strong understanding of call routing and load balancing - Familiarity with SIP over UDP I do not require integration with any specific external systems or services. The primary goal is to optimize my setup for efficient call routing and load balancing. Please share your relevant experience when applying. It should read from a text file, xml or database the list of servers it needs...

    $533 (Avg Bid)
    $533 Avg Bid
    6 bids
    Trophy icon Vintage RH Logo Mockups for Hat 2 days left

    I need a skilled graphic designer to create several mockups of my brand's initials, 'RH', in a vintage style. - The design must be in white - The logo will be placed on the side of a hat. - This is an ice hockey themed brand, if possible you can include a small hockey element in the logo - We have attached the hat where you will apply your mockups - The best mockup will receive $50 and will have an opportunity to work on future design projects with us. Ideal Skills and Experience: - Proficiency in graphic design software - Prior experience with logo design - Understanding of vintage design elements and style - Experience with apparel design would be a plus.

    $36 (Avg Bid)
    Guaranteed
    $36
    243 entries

    ...issue with my IIS 8 server. Specifically, I'm unable to reflect image updates across the server. Key Requirements: - Troubleshoot IIS : You should be experienced with IIS and capable of identifying and resolving server-related issues. - Server Configuration: The problem may be related to server settings, so a deep understanding of IIS configuration and management is desirable. - File Management: The issue seems to be related to file update. You should have expertise in managing files on Windows servers and diagnosing related issues. - Image Handling: The problem specifically pertains to image updating. You should be well-versed in how servers handle image uploads and updates. Your task will involve: 1. Diagnosing the issue: Understand why new ...

    $27 (Avg Bid)
    $27 Avg Bid
    11 bids

    ...EduConnect boasts an intuitive and easy-to-navigate interface, allowing users to find and enroll in courses effortlessly for physical classes. - Extensive Course Catalog: Our platform offers a wide range of courses across various disciplines, including technology, business, arts, science, and more. Each course is meticulously crafted to meet the highest educational standards, ensuring that learners receive the best possible education. - Detailed Teacher Profiles: EduConnect showcases comprehensive profiles of all our instructors. - Course Institute Centers: We only provide information on physical institute centers where certain courses may be available for in-person attendance. The course material and website content should be bilingual, in both English and Hindi. Proven exp...

    $86 (Avg Bid)
    $86 Avg Bid
    15 bids

    ...- Previous experience accurately converting a PSD design to a fully responsive website using MERN stack (or similar stacks) Requirements: Provide daily progress updates Develop the website's frontend and backend with database and admin panel Integrate payment gateways with full nodes for cryptocurrencies Test the website for bugs and security vulnerabilities Launch the website and perform post-launch checks Maintenance and ongoing improvements Monitor the website's performance and user feedback, fix bugs and implement new features based on user demand Must have all components required Must be responsive (work across mobile/desktop/laptop/tablet screens) Must not have any spacing/alignment/responsive/font issues or mistakes Must match design Must have all re...

    $1761 (Avg Bid)
    $1761 Avg Bid
    25 bids

    I came across a minor issue on my website on Digital ocean cloud server. Refer the below error information. I need someone who can fix me immediately in an hour. Error 500 PleskExceptionDatabase DB query failed: SQLSTATE[HY000] [2002] Connection refused

    $19 (Avg Bid)
    $19 Avg Bid
    14 bids

    As discussed, this includes the following - 1. Automated trading functionality in excel using the TWS API 2. Customization of entry and any other rules post discussion 3. Python codes 4. Deployment support and 2-weeks support for smooth operation

    $352 (Avg Bid)
    $352 Avg Bid
    1 bids

    I'm looking for an experienced iPhone & Android developer to add a few key features to my existing mobile app. It's crucial that you first review the current app against our business plan and use that to prepare a detailed report/proposal that highlight the features that are missing. *If we do not receive the detailed report / proposal, you will not be considered*

    $1246 (Avg Bid)
    $1246 Avg Bid
    125 bids

    Hi, We are currently looking for a talented react native developer to help us deliver our first notifications app for iphone and android. We are a web-development company that has developed a community platform that connects people and encourages them to support each othe...encourages them to support each other through sharing time, knowledge and support. We are looking for responses to our brief to understand the cost and time to deliver an app that will keep our community members up to date with all their community notifications. We have attached a brief and here is a link to link to an overview video: We’d love to receive responses by Wednesday the 29th May and we will aim to select a developer to work with shortly after. Best wishes

    $5104 (Avg Bid)
    $5104 Avg Bid
    97 bids

    I'm looking to test database scraping on a website to extract names and potentially contact emails (if available). The data doesn't necessarily need to be organized or cleaned post-extraction. Ideal Skills: - Proficiency in web scraping tools - Understanding of database structures - Familiarity with handling contact information The data should be organized in an excel and csv based on the desired layout.

    $23 (Avg Bid)
    $23 Avg Bid
    26 bids

    I am looking for someone with experience of setting up Google Drive for organisations. We are a small non-profit with remotely working staff, so want to improve our secure file storage, organization, and collaboration. We've been using Google Drive but not all team members can access folders at present. Primary Job Requirements: • Understanding of Google Drive and cloud-based storage systems. • Capability to construct a system that collaborates and shares text documents and spreadsheets efficiently. Key Job Skills: • Google Drive expertise • Cloud-based storage systems knowledge • File management and sharing skills Please only apply if you have experience of setting up Google Drive for an organisation.

    $148 (Avg Bid)
    $148 Avg Bid
    8 bids

    ...help with the restoration of my server. I have experienced some issues with the server and after thorough review, I believe the best approach would be to restore the server data from a full backup. Key responsibilities: - Diagnose server issue(s): The tasks require the freelancer to identify the root cause of the server malfunction. - Conduct server restoration: The main task at hand is to effectively restore the server from a full backup. The ideal candidate should: - Have extensive experience in server restoration, with a specific focus on full backups. - Demonstrate a high level of proficiency in diagnosing and solving server problems. - Be able to work quickly yet effectively to minimize downtime and data...

    $146 (Avg Bid)
    $146 Avg Bid
    12 bids

    I'm in need of a skilled professional to help me set up a high availability cluster for my web servers using Nginx. The primary goal for this cluster is to ensure load balancing, allowing for optimal performance across the servers. The ideal candidate will have experience in server clustering, particularly with Nginx, and will have a deep understanding of load balancing methodologies. You should also be familiar with high availability setups and be able to ensure a seamless failover process in the event of any server failure. The project will require a methodical approach and a strong attention to detail, ensuring that the cluster is set up correctly and is able to function effectively.

    $157 (Avg Bid)
    $157 Avg Bid
    8 bids

    ...Fixing the Razorpay payment gateway extension: The gateway is currently malfunctioning and not processing transactions correctly. The successful freelancer will need to troubleshoot and resolve these issues promptly. - Repairing the order confirmation mail system: The order confirmation emails are not being sent out to customers. This issue needs to be investigated and fixed to ensure customers receive timely updates on their purchases. Please note: - I am unsure if any recent changes or updates to the website have caused these issues. - Previous experience working with Magento 2 is essential. - A strong understanding of payment gateways, particularly Razorpay, is highly preferred. I need a proactive and experienced developer who can quickly identify and resolve these issues wi...

    $82 (Avg Bid)
    $82 Avg Bid
    10 bids

    We will need 50 Social Media Posters to Post in Instagram and Facebook, I'm searching for a skilled graphic designer to create engaging and informative posters for our brand's content on Facebook and Instagram. These posters will have three significant purposes: Promotion of our services and products, increasing brand awareness, and sharing informative content. Our target audience is middle-aged adults, so it's crucial that your designs are tailored towards this demographic, appealing to their taste and preferences. Key Qualifications: - Extensive graphic design experience - Proficient in social media design best practices - Deep understanding of the interests of middle-aged adults - Ability to balance promotional, informative, and brand-related content in design...

    $20 (Avg Bid)
    $20 Avg Bid
    47 bids

    I'm looking for a Python developer to assist with a variety of tasks on a medium-scale project. This would include web development, data analysis, automation scripting, and web scraping. Your responsibilities would cover: - Web Development: Creating and maintaining web applications using Python frameworks. - Data Analysis: Handling and analyzing data to derive insights. - Automation Scripting: Developing scripts to automate manual tasks. - Web Scraping: Extracting and structuring data from websites. Communication is key, and I'd prefer to receive regular updates and progress reports via email. The ideal candidate for this position will have experience with each of these tasks and be able to work on a medium-sized project.

    $95 (Avg Bid)
    $95 Avg Bid
    27 bids