Server server post phpKazi

Kichujio

Utafutaji wangu
Chuja ukitumia:
Bajeti
hadi
hadi
hadi
Aina
Ujuzi
Lugha
    Jimbo la Kazi
    2,000 server server post php kazi zimepatikana, bei imeletwa USD
    Extend an existing Flowise App 4 siku left
    DHIBITISHWA

    I'm in need of a seasoned developer who can widen the data sources of an ongoing Flowise application to harness OpenAI and Langchain. The project's scope requires: - Retrieval of data from an existent Pinecone index - Performing external API calls with "post" for varying endpoints Currently, the flowise app gets data from existing pinecone index. You are required to extend flowise sources using API calls.

    $211 (Avg Bid)
    $211 Wastani wa Zabuni
    6 zabuni

    ...looking for a skilled web developer with profound experience in domain transfer and AWS services. Currently, my website is hosted on AWS server, but I intend to migrate the domain from an old to a new one. I'm unclear if I want to transfer both my domain registration and DNS management to AWS Route 53, therefore I need someone to guide me through my options and potential impact. My website operates on WordPress CMS, meaning the successful individual must have solid knowledge in this area. Key Responsibilities: - Assess the potential impact of transferring domain registration and DNS management to AWS Route 53 - Migrate domain from old to new one on AWS server - Ensure smooth transition without loss of data or downtime Desired Skills: - Significant experience in A...

    $71 (Avg Bid)
    $71 Wastani wa Zabuni
    23 zabuni

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    $50 / hr (Avg Bid)
    $50 / hr Wastani wa Zabuni
    2 zabuni

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    $27 (Avg Bid)
    $27 Wastani wa Zabuni
    53 zabuni

    1/Implementing a Node.js server capable of handling POST requests. 2/Receiving and processing cookie data from the client. 3/Storing received cookie data securely, possibly in a database or file system.

    $23 (Avg Bid)
    $23 Wastani wa Zabuni
    21 zabuni

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    $27 (Avg Bid)
    $27 Wastani wa Zabuni
    17 zabuni

    I'm seeking a seasoned developer to create a Postgres database and FastAPI project. The postgres database will have pgvector embeddings And fastapi will havw standard get post functuins to retrieve data and embeddings and store data in tables. Will share tabe structures And api endpoints to have

    $95 (Avg Bid)
    $95 Wastani wa Zabuni
    31 zabuni

    I'm looking for a professional with experience using ListingPro - Directory & Listing WordPress Theme to integrate and host a PHP directory software. We are building something similar to: I want freelancers to submit their applications with examples of their past relevant work. The ideal candidate should have a strong background in PHP, WordPress theme customization, and a knack for creating user-friendly interfaces. Strong experience with ListingPro, as well as knowledge of payment integration, will be a significant advantage.

    $292 (Avg Bid)
    $292 Wastani wa Zabuni
    34 zabuni
    Guest Post for spacetax.de 4 siku left
    DHIBITISHWA

    Need someone who can create and post guest posts on specific sites for the categorie of spacetax More infos about spacetax can be found here

    $110 (Avg Bid)
    $110 Wastani wa Zabuni
    31 zabuni

    ...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 Magento 2.4.3 - uses PHP 7.4 ...

    $170 (Avg Bid)
    $170 Wastani wa Zabuni
    16 zabuni

    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 Wastani wa Zabuni
    1 zabuni

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good understanding...

    $100 (Avg Bid)
    $100 Wastani wa Zabuni
    21 zabuni

    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;")...

    $45 (Avg Bid)
    $45 Wastani wa Zabuni
    25 zabuni

    Im building three custom product options in a WooCommerce environment. These 4 options are sort of upsell products. Every option has a additional price (first ...has a additional price (first option is free). Once a user select a certain option the additional cost is being added to the entire cart. With that i mean, every product that is in the cart (also quantity based) wil have the additional cost added. I already almost build this function in jQuery. However, The newly populated prices are not being post/used in the actual WooCommerce Cart totals. Im looking for a skilled WooCommerce/Javascript/PHP developer who can finish my script. So that the jquery populated price values are actually being used in the WC Cart totals. ***** IMPORTANT. This project needs to be f...

    $30 (Avg Bid)
    $30 Wastani wa Zabuni
    13 zabuni

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

    $34 (Avg Bid)
    $34 Wastani wa Zabuni
    4 zabuni

    I'm looking for a skilled professional who is proficient in Photoshop and some other things to help me with a photo editing task. The project requires the removal of some lamp post signs and must be delivered in 4K (Ultra HD) resolution. No specific changes beyond that are needed. Ideal candidates will have a keen eye for detail to keep the edited photo looking as natural as possible.

    $16 (Avg Bid)
    $16 Wastani wa Zabuni
    36 zabuni

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax error’ messages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working with the best fit.

    $21 (Avg Bid)
    $21 Wastani wa Zabuni
    22 zabuni

    extinderea siteului cu custom post type

    $35 (Avg Bid)
    $35 Wastani wa Zabuni
    1 zabuni

    I'm in need of an expert to set up FileMaker Pro 19 on our Windows server. Key tasks include: - Installing FileMaker Pro 19 server on a Windows environment - Setting up the system for comprehensive data management and web publishing - Enabling both local network access and remote access from the internet Candidates with proven experience in setting up FileMaker in Windows Server environments, familiarity with webdirect and understanding of both local and remote network setups will be highly regarded. Proficiency in data management and web publishing is also a must.

    $486 (Avg Bid)
    $486 Wastani wa Zabuni
    17 zabuni

    I am in need of an experienced traditional wedding photographer for a one location event. The main focus will be the couple and family photos. Key responsibilities: - Capturing all key moments on the wedding day - Working closely to photograph all requested family photos - Deliver high-quality, professionally edited photos post-event Ideally, applicants should have: - Strong experience in traditional wedding photography - Exceptional skills in catching candid moments and family shots - Ability to work in a single location - Good communication skills for coordinating family shots.

    $25 - $50 / hr
    Ya Eneo
    $25 - $50 / hr
    0 zabuni

    I have wordpress site with custom theme. I don't like the global font CSS broadly. H2 are too large, there are no gaps after bullet points to a paragraph, some modules have crappy spacing etc... Your task is to review Post (and page modules - ACF) and not every single error you can find. Then you detail the changes to make for a developer to implement. There is no stressful deadline. You don't have to be an artist. I want someone who pays a lot of attention to detail and wants to make content more pretty. You will have a dev to implement for you (yes you can iterate). Site is custom so you can't edit yourself (unless dev teaches you where to make changes). This is a relatively basic skill need, so I'm not going to pay much. However, I'm happy to pay ...

    $8 / hr (Avg Bid)
    $8 / hr Wastani wa Zabuni
    105 zabuni

    ..."I am an expert in Azure App service Linux" We have a PHP code mounted on the app service but when we run PHP Artisan DB:show we get a PDO expection This Task will be performed on an y "ANYDESK" session as we will not be providing any access to any of our environment. So if you are ok with that pls quote otherwise No We need of a skilled PHP, MySQL, and Azure expert to enable a connection between PHP code on an Azure App Service Linux and a MySQL database. , the successful applicant will be responsible for: - Establishing, testing, and troubleshooting the DB connection. - Ensuring the code can perform essential tasks like data insertion, retrieval, and updating operations flawlessly. Ideal Skills & Experience: - Proficiency in ...

    $17 (Avg Bid)
    $17 Wastani wa Zabuni
    5 zabuni

    I require an accountant to assist in setting up my Limited Company in the UK. - Sector of Operation: The company will operate in the recycling sector, focusing specifically on recycling specific materials. Ideal Skills and Experience: - Familiarity with the recycling sector or similar industries would be beneficial. - Extensive experience in UK company law and registratio...sector or similar industries would be beneficial. - Extensive experience in UK company law and registration process. - Proven track record in setting up businesses in the UK. - Awareness of legal requirements for companies wanting to operate in the recycling industry. Your tasks will include guidance on the entire registration process, and potentially, more tasks related to the financial management post-reg...

    $163 (Avg Bid)
    $163 Wastani wa Zabuni
    6 zabuni

    I need a proficient Laravel developer for the installation of a Laravel project on a Linux server. They must have a solid understanding of Linux server administration and be comfortable using MySQL. Skills Required: - Expertise working with Linux Servers - Experience with Laravel 6 - Familiarity with MySQL database setup The project involves installing Laravel 6 on my Linux server and integrating it with the MySQL database. Please only bid if you have prior experience with these technologies.

    $29 (Avg Bid)
    $29 Wastani wa Zabuni
    54 zabuni

    ...for high-quality prints of my artwork. Project Expectations: Full responsiveness for a smooth experience across desktop, tablet, and mobile. An SEO-friendly setup to enhance my online visibility. An easily manageable backend for updating portfolio pieces, blog entries, and shop items. Payment gateway and social media integration. Provision of walkthrough or documentation for website management post-launch. What I Will Provide: Access to my wordpress website with YOOtheme Pro. All required images, content, and specific design preferences. Ideal Candidate: Must possess a strong portfolio demonstrating expertise in YOOtheme Pro and WordPress development. Should have prior experience with e-commerce sites, especially those powered by WooCommerce. Needs to have a creative design se...

    $140 (Avg Bid)
    $140 Wastani wa Zabuni
    97 zabuni
    Convertir pdf a word con php 4 siku left
    DHIBITISHWA

    Quisiera convertir un pdf a word con php, le paso una url del pdf y me descarga convertido en word

    $22 (Avg Bid)
    $22 Wastani wa Zabuni
    40 zabuni
    PHP developer needed urgently -- 4 4 siku left
    DHIBITISHWA

    We're in need of a PHP developer who can jump in and navigate through uncharted territories. Our project is versatile and requires immediate attention. - Your tasks will be to better integrate our databases, enhance our backend operations and work on web application development. - An ideal candidate possesses strong problem-solving skills, versatility and a track record of meeting tight deadlines. - We want to see your past work, experience and detailed project proposals. - You will be working on undefined PHP projects which may include building websites, creating web applications, or customizing existing PHP work. - A keen eye for detail and the ability to adapt quickly will be your key to success in this role.

    $93 (Avg Bid)
    $93 Wastani wa Zabuni
    38 zabuni
    Old PHP App User admin 4 siku left
    DHIBITISHWA

    Back in the hayday of PHP ( circa 2011) our young company created a volunteer manager for a local extended car facility. It still works to a degree but I think most of the mysql queiries are depreciated and I'm Wordpress guy who does not code. Curretly the client is just trying to get a volunteer admin password to change but it won't save. Would be good to future proof this software.

    $25 / hr (Avg Bid)
    $25 / hr Wastani wa Zabuni
    154 zabuni

    ...difficulties with our current agency, requiring an urgent takeover of our project. Our current platform runs on WordPress, but we want to completely overhaul it to benefit from a more suitable architecture, particularly in terms of mobile compatibility. Need : We need to overhaul our platform to provide functionality. This includes user interfaces for guests and owners, the ability for hosts to post their listings, as well as online booking management. Responsibilities: We expect your partner to take charge of the complete overhaul of our platform, ensuring adapted architecture, friendly user interfaces, and smooth integration of online booking functionalities. Target : Our platform targets both travelers looking for temporary accommodation and owners wishing to offer their pr...

    $4340 (Avg Bid)
    $4340 Wastani wa Zabuni
    104 zabuni

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

    $1094 (Avg Bid)
    $1094 Wastani wa Zabuni
    40 zabuni

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

    $481 (Avg Bid)
    $481 Wastani wa Zabuni
    28 zabuni
    PHP Core Script Modification 4 siku left
    DHIBITISHWA

    I am seeking a seasoned PHP developer capable of editing a core script. New Functionality: 1. To the subscription plan setup, we will add a field called "Total Searches" , "Total Chats" and Total Notifications" 2. Each time someone clicks on the search button, it will reduce the total number of searches available. Same of notifications 3. User has the ability to enter "Notification key words" 3. Each time someone uploads a file, it should be sent to be indexed via an api call. 4. If the notification key words are discovered when the file is being indexed, a notification should be sent to the customer stating that X file has referenced the search term.

    $41 (Avg Bid)
    $41 Wastani wa Zabuni
    38 zabuni

    Hi, I need support with Quickbooks 2019 UK Version and Peachtree 2013. I'm upgrading server and I need you to take a backup of current quickbooks and peachtree and after the installation restore it back to as it is before. There are 15 users for the Quickbooks and 5 Users for the PeachTree. More details: Which accounting software are you currently using? Quickbooks What version of Peachtree are you currently using? Peachtree 2013 How many years of data do you need to migrate from Peachtree to Quickbooks? 2-5 years

    $450 (Avg Bid)
    $450 Wastani wa Zabuni
    6 zabuni

    I require an intuitive interface developed in PHP for fridge temperature tracking. Key requirements include: * Flexible Addition: The system must allow the option of adding fridges as and when required. * Daily Updates: The system needs to update and display the temperature of each fridge twice daily. (hand-write) * Celsius Display: All temperature readings should be displayed in Celsius only. The ideal candidate for this project would have a strong command of PHP and experience with data input and display interfaces, as well as a basic understanding of temperature monitoring systems. An ability to deliver a user-friendly, intuitive interface is essential.

    $41 (Avg Bid)
    $41 Wastani wa Zabuni
    25 zabuni

    I'm seeking a graphic designer to create an engaging image post to feature on a billboard for the American School of Ahmadi. The post will focus on upcoming school events. Key Requirements Include: - Creativity in design so it catches viewers' attention. - Since the graphic type question was skipped, versatility in using different graphic types (illustrative, real life images, abstract) is preferred. - Ability to convey the exciting anticipation of upcoming school events through visual design. Ideal skills and experience: - Graphic Design - Billboard Advertising - Experience in Education Sector advertising would be beneficial. School name: American School of Ahmadi Post: school registration is open Text: - registration is open for the new academic year 2024...

    $24 (Avg Bid)
    $24 Wastani wa Zabuni
    91 zabuni

    we need someone with a huge experience in PHP things... lets chat to check the details...

    $13 / hr (Avg Bid)
    $13 / hr Wastani wa Zabuni
    81 zabuni

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

    $27 (Avg Bid)
    $27 Wastani wa Zabuni
    6 zabuni

    I need a professional with a deep understanding of Stripe, to integrate it into my third-party web application. The main purpose of this integration is to enable online payments on my platform. The instructions: My webapp uses a webservices API for some admin and user tasks. The command for updating a users credit in my app is "". Create a billing page/form so that when the user goes to pay the link will update to use the users username for the data_username parameter and the amount they payed into the data_amount parameter and then stripe will handle the payment and once the payment is complete will update the users credit in the app using the webservices API. Skills and Experience Required: - Strong experience in Stripe API integration - Familiarity with web-based applica...

    $10 / hr (Avg Bid)
    $10 / hr Wastani wa Zabuni
    96 zabuni
    PHP Page Redesign & Enhancement 4 siku left
    DHIBITISHWA

    I'm seeking a skilled and talented PHP developer to improve my webpage's user interface and functionality. my webpage about quiz system and running good but I want to add the following: 1- add date aof attempting the exam to the page () 2- add different type of questions (matching and true or false) with auto correction. 3- add function for teacher to be able to upload file (video or image) to any question 4- show student attempt and print it summary: I want to improve the exam section(adding different type of questions) know the date when the student attempted the exam know which questions he answered wrong

    $42 (Avg Bid)
    $42 Wastani wa Zabuni
    68 zabuni

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

    $23 (Avg Bid)
    $23 Wastani wa Zabuni
    10 zabuni

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

    $138 (Avg Bid)
    $138 Wastani wa Zabuni
    30 zabuni

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

    $165 (Avg Bid)
    $165 Wastani wa Zabuni
    11 zabuni

    >>>> BUDGET $500 <<<< DO NOT BID UNLESS YOU ARE AN EXPERIENCED ARCHITECT with STEEPLY SLOPE EXPERIENCE and REVIEWS +++ PLEASE READ ENTIRE POST BEFORE SUBMITTING A QUOTE +++ If you submit a fee, then increase it after we discuss, I will say goodbye to you!!!! **** ALL TASKS ARE STATED HERE ***** VIEW ALL ATTACHMENTS BEFORE YOU BID!!! +++ DELIVER DWG and PDF files in ARCH D 24" x 36" format, Scale is 1/4 inch = 1 foot +++ 1. CREATE TWO (2) NEW Foundation {with STRUCTURAL CALCULATIONS and design works to create detailed schedules}, Elevations (in relation to land contour/slope), Section and Roof Plan for 2(TWO) Buildings :: EACH drawing should have a Comprehensive Details Page, for example Foundation Plan should have a Foundation Details page ...

    $470 (Avg Bid)
    $470 Wastani wa Zabuni
    18 zabuni

    I am seeking a talented freelancer who can create professional and formal live-action Instagram videos to promote a specific product/service. This position would best suit someone who has: - Extensive experience in creating high-quality Instagram videos, - A keen visual eye for both capturing engaging footage and performing post-production editing tasks, - Understanding of brand messaging, and the ability to incorporate this into the production creatively, - Proficiency in creating professional and formal videos. The videos will be used primarily for promotional purposes, so a sophisticated and business-like tone is crucial. Despite being formal, the videos should also be creative and engaging, enticing viewers to learn more about the product or service being promoted. I look forw...

    $24 (Avg Bid)
    $24 Wastani wa Zabuni
    27 zabuni

    ...their infants and toddlers. The ideal designer/developer would possess: - Proficiency in WordPress Design - Understanding of SEO principles (example keywords to rank for are: infant daycares near me, best toddler daycares, preschools near me) - Experience designing and developing for affiliate or lead generation websites - Ability to use custom blocks that populate dynamically from databases into post pages Functionality Requirements: - Built in WordPress - mobile responsive - SEO optimized - Fast Loading times - Geo-location or showing local daycares on maps - Rating systems and commenting - User account creation and management (to have parents comment and to have daycares claim profiles). Content for the pages includes: - Detailed program information - Facility photos - ...

    $110 (Avg Bid)
    $110
    38 wasilisho
    Php Backend Developer 4 siku left
    DHIBITISHWA

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using tha...streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the staff to confirm whether the empty cylinder has been received. If yes, it should update the Empty Cylinder stock; if no, it should not. Database management, Creating Two New database and a button in a dashboard., Need someone Who understand complex Backend Architecture in php & Mysql.

    $13 (Avg Bid)
    $13 Wastani wa Zabuni
    13 zabuni

    ...create a dynamic and user-friendly blog website. The template should encourage engagement and facilitate easy exploration of my content. Key Requirements: - Design a sophisticated blog website template that showcases articles in an appealing and accessible way. - Incorporate important features like a search bar so visitors can quickly find relevant content. - Enable comment sections for each blog post to foster an engaged community. - Foster wide reach and community growth by integrating social media links. Optional tasks: - I have not yet decided on integrating the subscriber link with an email marketing service. Your advice and potential to implement this feature would be beneficial. Ideal Skills: - Strong background in website design, particularly blog templates. - Ex...

    $151 (Avg Bid)
    $151 Wastani wa Zabuni
    68 zabuni

    Hello, We are looking for a freelancer or a company to audit and secure our Microsoft Exchange Server 2019 installation. We favor freelancers or companies with Microsoft certifications and similar experience in auditing and securing Microsoft Exchange Server 2019 installation.

    $41 / hr (Avg Bid)
    $41 / hr Wastani wa Zabuni
    20 zabuni

    ...our existing Laravel PHP API, I'm looking for an experienced professional who can deliver high-quality refactoring work to enhance its functionality and efficiency. Scope of Work: - Authentication Improvements: The chosen freelancer will need to notably enhance the security of our API. Expertise in implementing OAuth is necessary as we'd like to incorporate this system into our API. Additionally, we would like to simplify the user registration process to facilitate user access. - Performance Optimization: The API currently experiences bottlenecks in resource usage. I want these issues to be identified and resolved, creating an API which operates more efficiently. Ideal Skills & Experience: The ideal candidate for this project is highly proficient in Laravel an...

    $32 (Avg Bid)
    $32 Wastani wa Zabuni
    44 zabuni

    Hello, We are looking for a freelancer or a company to audit and secure our Windows Server 2022 installation. We favor freelancers or companies with Microsoft certifications and similar experience in auditing and securing Windows Server 2022 installation.

    $46 / hr (Avg Bid)
    $46 / hr Wastani wa Zabuni
    25 zabuni