Activemq configuration mule esb using springproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    2,000 activemq configuration mule esb using spring proiecte găsite, la prețul de USD

    I'm seeking a proficient and diligent freelancer who can guide me through the configuration of my Formstack platform to achieve seamless merging of form data into PDF documents. Specifically, the task involves populating form fields in PDF files using the data gathered from simple forms with fewer fields on my Formstack platform. It would be beneficial if the potential freelancer has: - Expertise in using Formstack and handling PDF documents - An understanding of form data integration and field filling - An ability to simplify complex tech steps for a non-technical person - Excellent communication skills to explain the step-by-step process This task could potentially lead to more work in the future, levering your expertise in managing and configuring other plat...

    $328 (Avg Bid)
    $328 Oferta medie
    23 oferte

    I am looking for an experienced data analyst who is well-versed in PySpark to clean up a medium-sized dataset in a CSV file format. The file contains between 10k-100k rows, and your primary role will be to: - Remove duplicate data entries - Deduplicate the dataset - Handle missing values - Aggregate the resultant data Your proficiency in using PySpark to automate these processes efficiently will be critical to the success of this project. Therefore, prior experience in handling and cleaning similar large datasets would be beneficial. Please note, this project requires precision, meticulousness, and a good understanding of data aggregation principles.

    $25 (Avg Bid)
    $25 Oferta medie
    9 oferte

    I am in need of an expert in WordPress who will help in creating a brand new, e-commerce website from scratch. Key Tasks - Customization of a chosen theme to suit my brand - Successful installation and configuration of necessary plugins - Optimization of the website for speed and performance Crucial Feature - The website needs to have a fully-functioning e-commerce setup. Ideal Skills and Experience - Extensive WordPress experience; specifically in site-build from scratch - Proven proficiency in theme customization, plugin installation & configuration, and website optimization - Prior experience in setting up e-commerce functionalities on WordPress.

    $12 / hr (Avg Bid)
    $12 / hr Oferta medie
    152 oferte

    ...goal is to ensure high availability and resilience of our database system. **Responsibilities:** - Assess the current environment and plan the implementation of replication and failover. - Configure replication among the 3 Windows servers to ensure data consistency and integrity. - Implement an automatic failover system to minimize downtime in the event of failures. - Document the entire configuration and implementation process, providing clear instructions for the internal team. - Offer guidance and best practices for the ongoing maintenance and monitoring of the system. **Required Skills:** - Experience with PostgreSQL, especially in Windows environments. - In-depth knowledge of replication and failover techniques. - Ability to create detailed and understandable documentati...

    $670 (Avg Bid)
    $670 Oferta medie
    9 oferte

    I am looking for a WordPress expert who can upload my completed blog site onto Cpanel. - You will be responsible for theme customization, plugin installation and configuration, and content creation. - I have full access to the Cpanel of my hosting provider, which will make the uploading process easier and seamless. - The selected candidate must have significant experience in WordPress and Cpanel operations, with an emphasis on blog site uploading and management. This task involves not only technical expertise but also an understanding of user interface and user experience best practices. - Please demonstrate your ability to handle such tasks in your proposal by providing examples of blog sites you have previously uploaded onto Cpanel.

    $80 (Avg Bid)
    $80 Oferta medie
    69 oferte

    I'm looking for a seasoned developer to create and design a minimalist, clean interface for my OpenCart 4 online store. I'm open to design suggestions, but the aesthetic should lean towards a minimalist and clean look. The current design is as Key requirements for this project are: - A mobile-friendly interface. - An intuitive product search mechanism. Ideal freelancers for this job will have proven experience creating and designing OpenCart interfaces, particularly ones that are minimalist in style. Your portfolio should demonstrate your ability to implement the key functionalities mentioned above.

    $117 (Avg Bid)
    $117 Oferta medie
    17 oferte

    Objective: To set up and configure Microsoft Office applications for a small business in New Delhi, India, to modernize operations and enhance productivity. Key Requirements: Primary MS Office Applications: Excel: For managing data, performing calculations, and creating reports. Outlook: For email communication, scheduling, and task ...and creating reports. Outlook: For email communication, scheduling, and task management. SharePoint: For document management and collaboration among team members. Installation Scope: The MS Office suite will be installed on 1-5 devices to accommodate the needs of the small business. User Proficiency: The users of the MS Office suite are beginners. Therefore, the setup will include basic configuration and user-friendly customization to ensure ea...

    $923 (Avg Bid)
    $923 Oferta medie
    36 oferte

    BUDGET $60 ==>> ALL TASKS ARE STATED HERE, IF YOU BID AND INCREASE YOUR FEE AFTER WE TALK, I WILL SAY GOODBYE TO YOU!!! <<==  I need a true expert in Nbuntu 22.04 NEW Server and MAGENTO RESTORE.  LINUX DEDICATED SERVER Dual Xeon E5-2670 | 2.60GHz / 3.3GHz Turbo 16 Cores / 32 threads | 96GB DDR3 | 960GB SSDWORK SCOPE - REVIEW ALL ATTACHMENTS  1.  Using Cloudflare self renewing certificate, configure properly for all domains.     -  All domains must show as https - secure 2.  Install WHM / Cpanel and configure properly.    -  Grant Access to Cpanel Support must work 3.  Install PHP 7.2 to 8          - ONE site uses Magento 1.9 - uses PHP 7.2 - TWO Sites are...

    $170 (Avg Bid)
    $170 Oferta medie
    16 oferte

    ...experiencing an error message stating "We couldn't find a mailbox for this recipient". I'm unable to access the migrated user's mailbox using any other email client or application apart from the on-premise OWA. I'm seeking someone with expertise in MS365 migration and troubleshooting OWA access issues who can offer their support. Key skills needed: - Experience with MS365 migration - Understanding of OWA access issues - Ability to perform problem diagnosis and solution implementation Your primary task would be to rectify the error in accessing emails from the on-premise OWA post-migration. This process might involve troubleshooting error messages, configuration issues and connectivity problems. Your expertise in problem-solving and under...

    $28 / hr (Avg Bid)
    $28 / hr Oferta medie
    28 oferte

    Website migration * Analyse current website arhitecture (what programming language etc) * Analyse new server arhitecture (is High availiability needed or basic dedicated server) * New server setup. Operating system installation. Configuration (including backup system) and tuning for best performance. Software installation (web server, database server, control panel, mail server...) * Migration of websites without downtime * Migrations e-mails (if needed) * DNS Changes (new ip, mx record, spf and dmarc)

    $450 (Avg Bid)
    $450 Oferta medie
    1 oferte

    This is a $15 Job We currently have a perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;"); ...

    $47 (Avg Bid)
    $47 Oferta medie
    23 oferte

    I am seeking a knowledgeable freelancer to assist me in setting up a Self-Hosted Supabase on a Windows Server 2019. Although I didn't specify the exact purpose of this setup, I'm planning on using it for certain tasks that include building a web application and data storage and retrieval. Real-time collaboration tools might also be a requirement, for which the Supabase would be a perfect fit. Key requirements include: * Expertise in configuring Self-hosting Supabase on Windows Server 2019 * Demonstrable experience, ideally in a similar project or server setup * Ability to work independently, but also to collaborate as part of a team when necessary Ideal candidate should: * Be at least at an intermediate level in this field * Showcase significant technical proficiency to...

    $34 (Avg Bid)
    $34 Oferta medie
    4 oferte

    I am in need of an expert who is proficient in PFR reactor modeling to assist in a specific project. The project will predominantly involve simulating the behavior of an ex...behavior of an exothermically reacting system inside a Plug Flow Reactor. Key Tasks: - Drawing up both 1-D and 2-D pseudo homogeneous models of the system - Comparing the 1-D and 2-D models to highlight the differences in behavior - Temperature vs reactor length and conversion of reactant vs reactor length profiles. Ideal Skills & Experience: - Vast experience in reactor modelling - Proficient in using simulation software - Strong understanding of thermodynamics, specifically exothermic reactions Please note: This project requires a strong theoretical background and practical experience in chemical rea...

    $118 (Avg Bid)
    $118 Oferta medie
    8 oferte
    WHM Linux expert S-a încheiat left

    More details: What specific tasks do you need assistance with as a WHM Linux expert? Server configuration, Troubleshooting, Security enhancements Which Linux distribution are you using for your server? almalinux How soon do you need your project completed? ASAP

    $164 (Avg Bid)
    $164 Oferta medie
    16 oferte

    It need to have BOTH logos in your design (TBOE and RPX) - logos attached. It needs to have the words TBOE and RPX (using the colors and logos of attached files) and the word Venture in the logo you create. I need this by 3/27 at 12 am EST. - Although the logo should be unique, it should also remain professional and reflect our company's principles. Ideal skills and experience: - Excellent in creative logo design - Proficient in typography - Capable of reflecting company's ideals in design

    $35 (Avg Bid)
    Garantat
    $35
    202 intrări

    ...requirements. - Apply frameworks like , Django/Flask, Spring Boot, or Laravel to structure and streamline the development process. - Employ tools such as Postman for API testing, and Swagger/OpenAPI for documentation, ensuring a high-quality developer experience. - Integrate authentication and security protocols, including OAuth 2.0 and JWT, to protect the API and user data. - Manage databases (SQL or NoSQL) effectively, ensuring data integrity and performance. - Containerize the API service using Docker for easy deployment and scalability. - Oversee the API's deployment on cloud platforms (AWS, Azure, Google Cloud Platform) or services like Heroku, ensuring high availability and responsiveness. - Implement CI/CD pipelines using Jenkins, Travis CI, or Gi...

    $23 / hr (Avg Bid)
    Acord de confidenţialitate
    $23 / hr Oferta medie
    108 oferte

    I am seeking a competent and experienced developer to create three interrelated components - a WordPress plugin, a C# service, and an iPhone app, all focused around software activation and tracking. Fix Budget $250. Only Bid if can do this job for this budget. Key components includes: 1. **WordPress Plugin** * Main functionality: Software activation. * Auto Key Generation On Purchase or Trial key (All Has to Be Unique and only 1 device Per Key ) * Trial , Recurring and One Time Purchase options * Should Be Able To Add Multiple Software's for activation * option to add which features to be active for Software Add On Purchase * Manual Key Generation * Needs to Track if Software is Uninstalled in order to allow other pc to active the software (In Cas...

    $166 (Avg Bid)
    $166 Oferta medie
    35 oferte

    ...specialist to help me establish a HTTPS connection for my API. Part of this task includes the configuration of the SSL certificate on IIS, in light of owning both domain and SSL certificate. - Objective: I need expert help to navigate the complexities of this process, specifically the generation of a Certificate Signing Request (CSR). - Challenges: The CSR generation process is a bit too complicated for me to grasp. - Task: The ideal freelancer for this job will assist me in configuration of the SSL certificate on IIS. This includes guiding me through the CSR generation process and helping to troubleshoot any related errors. I need a freelancer who: - Holds expertise in SSL certificate configuration on IIS. - Has considerable experience with Node.js applications....

    $7 / hr (Avg Bid)
    $7 / hr Oferta medie
    10 oferte

    ...troubleshooting my home internet - Securing my Wi-Fi network from unrecognized access - Checking any suspicious activities on my devices - Preventing unwanted access to my personal information The devices connected to my home network include smartphones, computers/laptops, and smart TVs/streaming devices. Ideal skills for the job: - Strong experience in IT support - Knowledge of network setup and configuration - Proficiency in software and hardware installation - Solid background in ethical hacking and internet security. Let's ensure the security of my home network! I have a small home business where I work with sensitive client information. My internet provider is Google Fiber. I’m looking for someone to ethically hack my home internet to view all incoming...

    $153 (Avg Bid)
    $153 Oferta medie
    16 oferte

    More details: I have a AWS IoT Core account where MQTT devices are publishing data to it. I require the assistance to set-up Ignition SCADA V8.0 Mqtt engine to subscribe to the topics within AWS IoT Core.

    $40 (Avg Bid)
    $40 Oferta medie
    5 oferte

    I've recently purchased a Laravel betting script and need a professional to set it up on my live production server. I need help notably in: 1. **Installation and Configuration:** Handle the setup of the betting software, ensuring it operates smoothly with no bugs. 2. **Customization Advisory:** Provide strategic recommendations based on your expertise to optimize the settings and functionality of the script. Ideal freelancers should possess profound knowledge and experience working with Laravel, betting systems, and live server deployment and configuration. An aptitude for problem-solving and ability to provide insightful recommendations is also appreciated.

    $36 (Avg Bid)
    $36 Oferta medie
    29 oferte
    Sharepoint config work S-a încheiat left

    share point configuration metadata

    $190 (Avg Bid)
    $190 Oferta medie
    19 oferte

    I'm seeking a professional to undertake a series of tasks relating to my traccar server hosted on STC cloud. Your responsibilities will be: - Server installation and setup - Server configuration and customization - Regular monitoring and troubleshooting Additionally, you will be responsible for integrating real-time tracking and facilitating API config and website setup. Ideal freelancer should have: 1. Expertise in traccar server architecture 2. Proficiency in server management on STC Cloud 3. Experience with API configuration 4. Proficiency in real-time tracking solutions We're looking for an expert who can ensure a smooth server operation whilst adding the desired features to our traccar setup. Your ability to understand and implement our needs will be cruc...

    $1089 (Avg Bid)
    $1089 Oferta medie
    41 oferte

    As a business owner, I am in need of an experienced professional to configure a ProFTPD server on an AWS EC2 instance from scratch. The OS can be any flavor of Linux that AWS provides. Post-configuration, I'll also need a tutorial on adding users and managing files on the server. Requirements: - Expertise in setting up ProFTPD server on AWS EC2 - Strong knowledge of Linux, any flavor - The ability to implement specific security protocols on the ProFTPD server, details of which will be shared upon project initiation - Excellent documentation and teaching skills for providing a detailed guide for adding users and files to the server The ideal freelancer for this task should have an intermediate level of expertise as server operator. I look forward to your proposals and working ...

    $481 (Avg Bid)
    $481 Oferta medie
    28 oferte

    I am troubled with the configuration of custom conversion tracking using my Facebook Pixel. My primary objective is to monitor and get insights on purchase conversions. The ideal freelancer would: - Have experience with Facebook Pixel configuration. - Be proficient in custom conversion setup. - Have the ability to troubleshoot configuration-related problems. Your task would involve: - Assisting me with the entire configuration process. - Helping set up accurate tracking for purchase conversions. Upon completion, I expect a seamless custom conversion tracking for purchases on my website through Facebook Pixel.

    $28 (Avg Bid)
    $28 Oferta medie
    30 oferte

    I'm seeking a developer with experience in Vivox, audio features in games, and familiarity with the Intersect game engine. The main objectives include: - Integrating real-time voice communication, in-game voice chat channels, and positional audio into the Intersect game engine. - The setup and configuration should be easy. - The integration should be seamless with the game mechanics, not disrupting current gameplay. - The integration should support both local and global voice chats, allowing players to communicate regardless of their virtual location. - Lastly, the implementation should be compatible with the Windows platform. Ideal Skills and Experience required: - Previous experience with Vivox voice chat integration. - Experience working with Intersect Gaming Engine. - ...

    $149 (Avg Bid)
    $149 Oferta medie
    14 oferte

    I am seeking a highly experienced professional in the field of email server configuration, to set up 10 SMTP servers for me, using different Email Service Providers (ESPs) - Gmail, Outlook, and Yahoo Mail. Key Requirements of the Project: * Each SMTP server must be intricately configured with proper RDNS & SPF setup, ensuring high acquirement authentication and deliverability. * The servers are going to be used for sending marketing emails and improving email deliverability, therefore a thorough understanding of Bulk Emailing and ESP deliverability guidelines is crucial for the success of this project. * Warm up plans would need to be created for each server as around 300,000 emails are going to be sent from each server. Therefore, a solid anti-spam deliverability s...

    $27 (Avg Bid)
    $27 Oferta medie
    6 oferte

    I'm in need of a Mechanical Design Engineer who can develop a spring type cylinder design for me. The design should cater for extension and contraction movements under medium load conditions. Key specifications: - The primary function of this spring-type cylinder will be extension and contraction. It should be able to handle this efficiently while bearing medium loads. - The cylinder is to be made entirely out of steel for durability and resilience under load. - A detailed design sketch or CAD model will be required. The ideal candidate for this project would have considerable experience in mechanical engineering, specifically in designing and calculating load capacities. Mastery in using CAD tools, especially for creating designs involving metal components, is...

    $146 (Avg Bid)
    $146 Oferta medie
    23 oferte

    Design of four legged tower according TIA-222G code in MS Tower software. Available material list, tower geometry, location for wind loading, antenna configuration is already provided. After analysis and design the tower structural members will be finalized. Based on reaction anchor bolt, base plate will be design. A design report, anchor bolt, base plate drawings and line diagram (member sizes and Connection bolt) will be provided. This is the milestone one. After completing the first milestone we will proceed for detailed drawings. At this stage we will model this tower for drawing generation. Detailed tower fabrication and erection drawings will be provided. This is the second and final milestone.

    $1500 (Avg Bid)
    $1500 Oferta medie
    1 oferte

    As a project undergoing rapid development, I urgently need an expert in AWS and SMTP to assist with some crucial tasks. These will include: configuring our SMTP server, setting up AWS services, and troubleshooting any related issues that may arise. - Communication I strongly prefer phone calls for task discussions, faster resolution, and any potential troubleshooting. - Documentation Upon completion, I would require a brief overview of the steps taken during the process. This documentation should be simple and easily understandable. Ideal Skills and Experience: - Proficient in AWS services - In-depth knowledge of SMTP server set-up - Experience in troubleshooting - Ability to explain technical details understandably and briefly. With your skills and expertise, I'm sure we ca...

    $36 (Avg Bid)
    $36 Oferta medie
    15 oferte

    As a project undergoing rapid development, I urgently need an expert in AWS and SMTP to assist with some crucial tasks. These will include: configuring our SMTP server, setting up AWS services, and troubleshooting any related issues that may arise. - Communication I strongly prefer phone calls for task discussions, faster resolution, and any potential troubleshooting. - Documentation Upon completion, I would require a brief overview of the steps taken during the process. This documentation should be simple and easily understandable. Ideal Skills and Experience: - Proficient in AWS services - In-depth knowledge of SMTP server set-up - Experience in troubleshooting - Ability to explain technical details understandably and briefly. With your skills and expertise, I'm sure we ca...

    $128 (Avg Bid)
    $128 Oferta medie
    34 oferte

    I'm currently battling with server configuration problems on my Microsoft Exchange 2016 setup. I'm in desperate need of a swift and permanent fix. - You will focus on troubleshooting and fixing the configuration issues that are affecting the overall performance of the Exchange Server. - You should be highly knowledgeable of Microsoft Exchange Server 2016 and should have had experience tackling similar issues in the past. Ideal skills and experience: - Expert knowledge of Microsoft Exchange Server 2016 - Proven track record troubleshooting and fixing server configuration issues - Excellent problem-solving skills - Fast and efficient communication This task is critical and demands immediate attention. Your expertise is needed to restore optimal function...

    $172 (Avg Bid)
    $172 Oferta medie
    10 oferte

    I am seeking a competent developer to configure a PrivateGPT application based on an existing GitHub project. The goal is not just to implement but also to enhance it with multi-user capabilities. Github project: The PrivateGPT will be used as is - Proper configuration is required for a multi-tenant setup. Key features: - User authentication: Different users should be able to log into the system securely using their unique credentials. - User roles: The system should support at least two roles: Admin and User. Admins have full access to all settings and controls, while Users have customized permissions defined by Admins and upload and use their own documents. - User settings: Each user's settings should be customizable and include the selection

    $18 / hr (Avg Bid)
    $18 / hr Oferta medie
    60 oferte

    I have a google sheet where we put 3 paragraphs of data into 1 cell. I have included an image showing the "reasoning" columns (D-J) which needs to be split into 3 sets of data (K-Q), (R-X) & (Y-AE) I already did the first row manually. For this job you need to split the cells into the target rows and also have a QA step and recombines the split data into a "QA Check" concatenation. Then a final check to verify that the original = QA check. This is to verify no data was lost. Here is a read only link to the sheet: https://docs.google.com/spreadsheets/d/1TiyKKNjrEHeCrNySmmiD9xWQXTjd1OAh-8fUluSLRR0/edit#gid=420694380 rows 4-509 need to be done. Only work with the new fields, do not edit the original data This needs to be done with formulas, not manually. ...

    $21 (Avg Bid)
    $21 Oferta medie
    12 oferte

    ...integration. The main goal of this app is to foster healthier lifestyles. It will accomplish this by offering comprehensive functionality that includes: - Tracking exercise progress, specifically by monitoring distance covered during exercise, calories burned during workouts, and the duration of exercises. - Monitoring daily nutritional intake and providing relevant insights about food consumed by using the Open Food Facts API. Ideal Skills & Experience: - Android Java - Proficient with GoogleFit API & Open Food Facts API or similar The overall design and layout of the app should be clean and simple to promote seamless user interaction. The successful freelancer will have a strong understanding of integrating various APIs into a single application. Major Subsystems...

    $148 (Avg Bid)
    $148 Oferta medie
    31 oferte

    ****NO AGENCY PLEASE WE DO NOT WANT TO WORK WITH AGENCY ONLY DIRECT DEVELOPER WHO HAS NO AFFILIATION WITH ANY COMPANY***** I'm in need of a proficient Magento 2 developer and designer who can tackle a variety of tasks including: - Custom coding and module development: This involves creating and modifying functionalities to suit our specific needs. - Installation and configuration: I need someone who can smoothly handle Magento 2 installations and setup. - Theme customization and development: This includes designing the frontend from a mockup and customizing the existing theme. I'm on the lookout for someone who can enhance my website's features and functionality by focusing on its design and development aspects. Please note that I'm interested in direct contac...

    $55 (Avg Bid)
    $55 Oferta medie
    41 oferte

    I am seeking a Java expert with a comprehensive understanding of Spring Boot to provide non-specific assistance with my project. As I have not defined specific tasks, the ideal candidate should be experienced with: - Database integration - REST API implementation - UI development - User authentication and authorization - CRUD operations - Integration with third-party APIs A wide range of expertise is appreciated to be prepared for a diverse set of potential challenges.

    $19 / hr (Avg Bid)
    $19 / hr Oferta medie
    32 oferte

    Check complete servers. The server was reinstalled with Almalinux 9 on a WHM/Cpanel environment - Nginx - PHP - Apache - Redis - Elasticseach - RabbitMQ - Optimize all Services for maximum performance for Magento 2. - I...reinstalled with Almalinux 9 on a WHM/Cpanel environment - Nginx - PHP - Apache - Redis - Elasticseach - RabbitMQ - Optimize all Services for maximum performance for Magento 2. - Install Varnish 7.3 on WHM/CPANEL and configure for Magento 2. - Varnish configuration for Live Domain and Develop Domain (in total there are 4 Develope Sub Domian) - Configuring GEOIP for magefan Extensions - - Final configuration Nginx+Apache+Varnish+Redis

    $163 (Avg Bid)
    $163 Oferta medie
    15 oferte

    I am in need of an EDI Specialist to configure an OFTP2 client for text file sharing with a customer. The project requirements inclu... The project requirements include: - Text file handling: The text files will be in plain text format. Understanding of manipulating and handling such files is essential. - Error handling: In case of errors, the system should be capable of generating a report for later manual review. The ideal candidate will have: - Strong knowledge and experience with EDI, in particular OFTP2 client configuration. - Extensive experience working with plain text files. - A detail-oriented approach to be able to generate accurate error handling reports. Please bid informing your previous experience with similar projects and detailed approach for this a...

    $28 / hr (Avg Bid)
    $28 / hr Oferta medie
    4 oferte

    I'm having an issue with my Spring web flow project. When I click on button controls, they're not responding as expected. Ideally, I want the buttons to trigger and activate a certain function in the system, specifically to start a process. To find a resolution for this, I need someone skilled in: - Java - Primefaces JSF - REST API. Your task will involve diagnosing, troubleshooting, and fixing the identified issues so the button controls perform their intended purpose effectively. Previous experience in handling similar tasks and a firm understanding of Spring web flow is a huge plus.

    $24 (Avg Bid)
    $24 Oferta medie
    17 oferte

    ...in both languages. Key Duties: - Developing bilingual functionality for all pages - Installation and configuration of specific WordPress plugins (if necesary), I would like to continue using Divi from Admin of WordPress. Ideal Skills: - Extensive experience in WordPress platform - Strong knowledge of Hostinger hosting - Expertise in WordPress plugins configuration. Specific tasks: 1) Multilingual site that integrates/imports the current pages in English (which are hard-coded). 2) Manageable via Admin (continue using Divi). 3) Ensure that the current site is fully migrated to Hostinger. 4) Ensure that in October (the end of the WordPress contract) I will be able to continue using Admin in 5) WordPress. Suspect redirection to Hostinger.com. Th...

    $159 (Avg Bid)
    $159 Oferta medie
    55 oferte
    Data analysis using R S-a încheiat left

    Complete Exploratory Data Analysis and Data Cleaning using R/R studio

    $6 / hr (Avg Bid)
    $6 / hr Oferta medie
    1 oferte

    I am on the hunt for a seasoned Vue.js developer with expertise not just in core areas but also integration. In specific, I require support with: - Component Development - State Management - Vue Router Configuration The chief mission of the project is the creation of an interactive and engaging dynamic user interface. I'm searching for freelancers who can highlight their past experiences in similar functions. The ideal candidate would be able to showcase their ability to use Vue.js to make robust, engaging interfaces that can retain the user's attention while providing excellent performance.

    $77 (Avg Bid)
    $77 Oferta medie
    17 oferte

    I'm in need of an experienced ServiceNow developer to assist with Incident Management, Change Management, and Configuration Management functionalities. Key Deliverables: - Implement incident management modules - Oversee change management functions - Streamline configuration management process Ideal Candidate Skills: - Advanced ServiceNow expertise - Proven experience in Incident, Change, and Configuration management - Strong track record of successful ServiceNow projects Please highlight your relevant experience and projects you've completed in your application as it holds significant weight for this role.

    $2193 (Avg Bid)
    $2193 Oferta medie
    37 oferte

    ...integrate with Active Directory (AD) on Windows Server 2022 for user authentication. Details: ====== We have a functioning Squid v4 installed on a Debian Linux Bullseye server and need an expert to adjust its authentication settings. The essential requirements for this project are: The ideal freelancer for this job should possess: - Deep knowledge and robust experience in Squid v4 deployment and configuration - Familiarity with Windows Server 2022 - Proven track record in integrating Squid with AD This task is very definitive and can be just a few minutes if you are familiar with this. The Squid server is essentially working with the Windows Server AD already because applications on Windows clients can already connect to the Internet via the Squid server (via NTLM auth). The ...

    $85 (Avg Bid)
    $85 Oferta medie
    4 oferte

    I would like to design and program a database and interfaces for website It contains electronic applications The idea of ​​the site is to combine two projects into one project, that is, merging the direct classified advertising project with the freelancing project in one site. I have a Photoshop design that explains the details of the project, consisting of 244 pages

    $4074 (Avg Bid)
    $4074 Oferta medie
    53 oferte

    i will have to collect all 1260 pdf based on your given instruction from

    $350 (Avg Bid)
    $350 Oferta medie
    1 oferte

    I'm looking for an experienced AWS expert to help set up a bulk mailing system using Amazon SES. Although there's no specific programming language requirement, a strong background in cloud solutions and an understanding of AWS services are critical. Project Key Requirements: * Thorough understanding of Amazon SES for bulk mailing. * Proficient in setting up and managing AWS services.. * Currently using Gmail as the email service provider. * Need configuration to send bulk emails using 3 different domain emails * Require a standard SMTP setup on AWS instance. * Proficiency in AWS EC2 and SES configuration. * Experience with SMTP protocols and email service integration. And should pass all the authentications SPF, Dkim and Dmarc...

    $25 (Avg Bid)
    $25 Oferta medie
    9 oferte