
In Progress
Posted
Paid on delivery
I have a functioning application whose front-end is written in React.js and TypeScript while the back-end runs on FastAPI, with most payloads exchanged as JSON. The next step is to bring the codebase up to date—squashing known bugs, rolling out several small features that are already scoped, and tightening performance—before pushing a stable build to Huawei Cloud. You will dive into the existing repo, review my issue list, and work through each item methodically. Once the fixes, additions, and optimisations are merged, I need a clean deployment pipeline configured (Docker or native tools are fine so long as the result sits reliably on Huawei Cloud and can be reproduced). Deliverables • Patched and refactored source code (React.js, FastAPI, TypeScript/JavaScript) • New features implemented and unit-tested • Measurable performance improvements (I’ll run simple benchmarks to confirm) • CI/CD workflow set up and documented, ending in a live Huawei Cloud deployment • A brief hand-off note outlining the deployment steps and any environment variables Acceptance criteria is straightforward: the application must run without regressions, all new functionality should pass basic user testing, and the build must deploy seamlessly to my Huawei Cloud account. If this sounds like a stack you’re comfortable with, let’s get started right away.
Project ID: 40541396
64 proposals
Remote project
Active 23 secs ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

I CAN START WORK IMMEDIATELY I have carefully reviewed your requirements and understand that you need an experienced developer to stabilize your existing React.js + TypeScript + FastAPI application, implement scoped features, optimize performance, and establish a reliable CI/CD pipeline with deployment to Huawei Cloud. Here's how I'll approach the project: Audit the existing codebase and review your issue list to prioritize bug fixes and feature implementation. Resolve bugs, refactor where necessary, and maintain clean, modular, and well-documented code. Implement the new features while preserving your existing architecture and ensuring no regressions. Optimize frontend rendering, API performance, database interactions, and overall application responsiveness with measurable improvements. Write and update unit tests for all new functionality and verify existing functionality through comprehensive testing. Configure a reproducible deployment pipeline using Docker (or native deployment if preferred), automate builds with CI/CD, and deploy the application securely to Huawei Cloud. Relevant Full-Stack Projects: [login to view URL] [login to view URL] One quick question: Is your FastAPI backend already containerized with Docker, or would you like me to containerize both the frontend and backend as part of the CI/CD and Huawei Cloud deployment setup?
₹14,000 INR in 8 days
2.1
2.1
64 freelancers are bidding on average ₹25,495 INR for this job

Your FastAPI backend will bottleneck under concurrent requests if you haven't implemented async workers properly, and React re-renders can spike CPU usage if state management isn't optimized. Both issues compound when you move to production on Huawei Cloud without load testing first. Quick question - what's your current response time under 50 concurrent users, and have you profiled which API endpoints are slowest? Also, does your Huawei Cloud setup require specific compliance configurations or VPC isolation? Here's the architectural approach: - FASTAPI OPTIMIZATION: Refactor blocking I/O calls to async/await patterns, implement connection pooling for database queries, and add request caching where applicable to cut response times by 40-60%. - REACT PERFORMANCE: Audit component tree for unnecessary re-renders using React DevTools Profiler, implement code-splitting with lazy loading, and migrate heavy state logic to context providers or Zustand to reduce bundle size. - CI/CD PIPELINE: Build a GitHub Actions or GitLab CI workflow that runs unit tests, generates Docker images with multi-stage builds to keep containers under 200MB, and auto-deploys to Huawei Cloud using their CLI tools with zero-downtime rolling updates. - HUAWEI CLOUD DEPLOYMENT: Configure Elastic Cloud Server instances with auto-scaling policies, set up Object Storage Service for static assets, and implement health checks that trigger rollback if deployment fails validation. I've migrated 4 production apps from AWS to alternative cloud providers including Alibaba and Tencent Cloud, so Huawei's tooling is familiar territory. Let's schedule a 20-minute call to review your repo structure and current bottlenecks before I start the refactor.
₹22,500 INR in 7 days
7.3
7.3

Hello there, I can help you clean up, optimize, and deploy your React + FastAPI application smoothly. I have 15+ years of experience working with similar stacks, and I also use AI in my workflow to speed up debugging, refactoring, and performance improvements—so you get high-quality results in less time and cost. I’ll go through your repo and issue list step by step—fix bugs, implement features, improve performance, and set up a reliable CI/CD pipeline for Huawei Cloud (Docker or native, as needed). Everything will be well-tested and deployment-ready without regressions. You’ll get clean, stable code, a smooth deployment process, and clear handover notes. Let’s chat, Himanshu
₹25,000 INR in 7 days
6.3
6.3

I have read your job post and I am a Full Stack Developer with experience in React.js, TypeScript, FastAPI, Docker, CI/CD, and cloud deployments. I have worked on existing production applications where I fixed bugs, added new features, improved performance, and deployed applications using automated CI/CD pipelines. For your project, I will review the current codebase and issue list, resolve bugs, implement the scoped features, optimize both the React frontend and FastAPI backend, add unit tests, and configure a reliable deployment pipeline for Huawei Cloud. I will also provide clear deployment documentation, environment variable details, and ensure the application is stable, well-tested, and easy to maintain. Could you share which Huawei Cloud service you are using (ECS, CCE, or another)? Do you already have a CI/CD platform in place, such as GitHub Actions or GitLab CI?
₹15,000 INR in 15 days
5.1
5.1

The hidden risk is that FastAPI async endpoints and the React TypeScript bundle will fail on Huawei Clouds container runtime because missing env var injection and layered image caching cause silent 500 errors. Ill fix this with a multistage Dockerfile that pins Node and Python versions, adds healthchecks, and uses Huawei Cloud Container Registry CI/CD to validate env vars before each deploy. Last month I cut deployment time 42% for a similar FastAPI+React stack by moving to multistage builds and automated CI on Huawei Cloud. First Ill audit repo and run the test suite in a Huawei emulator to expose missing vars and async issues. Quick question are you using Huawei Clouds SWR for the React frontend or a container service? That decides whether we need an Nginx layer. - Abdullah Z. (@redspector) | CEH | OSCP | AWS | Docker
₹33,750 INR in 25 days
4.4
4.4

React.js with FastAPI is a stack I maintain for production apps—deployed via Docker and traditional CI on GCP, AWS, and on a recent internal tool, Huawei Cloud. Review, patch, feature, and containerize is routine. You’ll get: bugfixes, the new features written and unit-tested (Jest/React, pytest), bottleneck cold paths profiled and optimized, then a repeatable CI/CD pipeline (GitHub Actions if you prefer, or Huawei code pipelines) delivering containers or native deploys to your Huawei Cloud setup. Handoff includes step-by-step deployment notes with clear env variables and rollback guidance. Direct repo access and your feature specs are all I need to start. Any service dependencies or API keys needed for the pipeline? Pradeep
₹25,000 INR in 7 days
4.4
4.4

Hi there, I have over 10 years work experience with Linux and Cloud Computing as well as doing mostly backend programming in python but some react/FE as well. Ping me and i'll help you out. Cheers!
₹25,000 INR in 7 days
4.5
4.5

As an experienced full-stack developer, I can assure you of my ability to tackle your project with proficiency and precision. With an expertise in CI/CD and JavaScript, your codebase is certainly within my comfort zone. I have a proven track record of delivering top-notch patches and incorporating new features without introducing regressions, which aligns perfectly with your project goals. Moreover, having worked with React.js, FastAPI, TypeScript/JavaScript—your application's core stack—I understand the nuances of maximizing their potential and tightening performance. Equipped with a broad skillset encompassing modern development frameworks including Docker, I will configure for you clean deployment pipelines perfectly suited for Huawei Cloud. In addition to my technical skills, my commitment to long-term maintainability shines through in every task I undertake. With me, you can expect not only measurable performance improvements but also a comprehensive hand-off note outlining the deployment steps and environment variables to ensure a seamless navigation even after project completion. Let's embark on this journey today, and together we'll make your application perform even better on Huawei Cloud.
₹25,000 INR in 12 days
3.9
3.9

Your setup reads clean — React.js + TypeScript on the front, FastAPI serving JSON, now needing the backlog squashed and a reproducible build onto Huawei Cloud. The "reproducible deployment" line is the part most people skip, so I'd lock that down first. At Apie Technologies (8+ yrs) we regularly take over live React/TS codebases — recently we cleared a scoped bug-and-feature backlog on a TypeScript dashboard and wired its Python backend into a Dockerized CI/CD pipeline with documented env vars. Plan: triage your issue list, separating regressions from the new scoped features, work through them with unit tests as I go, profile the slow paths for measurable wins, then containerize and stand up CI/CD ending in a live Huawei Cloud build plus a short hand-off note. Is your issue list already prioritized, and is the Huawei Cloud environment provisioned, or should I set that up too? Ping me.
₹24,000 INR in 14 days
4.1
4.1

Hi, I’m Armin Nikdel. I can take this on for INR 23000 in around 10 days: review the React/TypeScript and FastAPI repo, map the issue list into fixable items, patch the JSON API flows, and add the small scoped features with focused unit tests. For deployment, I’d use a Docker-based path unless your Huawei setup already points to a better native route, because it keeps the build reproducible. I’ll also tighten performance around obvious frontend/API bottlenecks, keep server-side validation strict, use parameterized data access where relevant, and avoid noisy logs while leaving clear deployment notes and env var documentation. Can you confirm which Huawei Cloud service you want the final deployment to run on, or should I choose the simplest reliable Docker target from your account setup?
₹23,000 INR in 10 days
3.8
3.8

Hi, I'm excited to bid on your Code Update & Huawei Deployment project. With expertise in React.js, FastAPI, and TypeScript, I'm confident in delivering patched and refactored source code, new features, and measurable performance improvements. I'll work through your issue list methodically, set up a CI/CD workflow, and configure a clean deployment.
₹25,000 INR in 7 days
4.4
4.4

Huawei Cloud is the bit most people underestimate on a job like this. Getting a React/FastAPI stack running locally in Docker is straightforward; wiring it to Huawei CCE or ECS with SWR as the registry, proper env injection, and a pipeline that actually re-deploys on push involves patterns that don't map 1:1 from AWS or GCP. My approach: read the codebase before touching deployment. I'd do a pass through the React/TypeScript frontend and FastAPI backend, fix the known bugs, add the unit tests, tighten the obvious performance issues, then containerize both services cleanly before going near the cloud side. The CI/CD config and deployment docs come last, written against the actual setup rather than guesses from the brief. 37,500 INR for 7 days, one milestone on completion. This is an indicative estimate from the brief; I'll give you a firm number once I've had a look at the repo and the scope is locked. Does the repo have any Docker setup already, or are I starting containerization from scratch?
₹37,500 INR in 7 days
3.1
3.1

I can update your React.js + FastAPI app by fixing bugs, adding scoped features, and improving performance before deploying a stable build to Huawei Cloud. I’ll review the repo, work through your issue list, implement and test new features, and set up a reproducible CI/CD pipeline with Docker or native tools. Deliverables: patched source code, tested features, performance improvements, documented deployment workflow, and a clean Huawei Cloud release. Best regards,
₹25,000 INR in 7 days
2.8
2.8

Your stack is already solid, so the priority isn't rebuilding it—it's stabilizing the existing codebase, improving performance, and making deployments repeatable. That's the approach I'd take from the first sprint. I'll review the repository and issue list, resolve bugs, implement the scoped features, optimize both the React/TypeScript frontend and FastAPI backend, add unit tests where appropriate, and set up a reliable CI/CD pipeline with Docker and GitHub Actions for automated deployment to Huawei Cloud. Everything will be documented so future releases remain straightforward. One suggestion is to introduce centralized logging and application monitoring during deployment. It makes diagnosing production issues much faster and helps prevent regressions after future updates. One question: Is the application already containerized with Docker, or would creating a production-ready Docker setup be part of this project?
₹25,000 INR in 7 days
2.4
2.4

HI After carefully reviewing your project requirements, I can help you update and stabilize your existing React.js + TypeScript frontend and FastAPI backend by fixing bugs, implementing the scoped features, and improving overall performance. I will work directly from your repository, address issues methodically, and ensure all changes are properly tested and regression-free. Once completed, I will set up a clean, reproducible CI/CD pipeline using Docker or native tools and configure a reliable deployment to Huawei Cloud. Deliverables will include refactored code, tested feature updates, performance optimizations, deployment workflow, and clear documentation for handover and environment setup. Kind regards, ALOP
₹12,500 INR in 3 days
3.0
3.0

Hello, I can help update your React.js code and handle Huawei deployment requirements. I can work on code improvements, bug fixes, API integration, build configuration, Huawei AppGallery compatibility, testing, and final deployment support. I have experience with React.js development, mobile/web app updates, deployment processes, and optimizing applications for smooth performance. Ready to start. Regards, Acute Tech Solutions
₹25,000 INR in 7 days
1.9
1.9

Hi, I've reviewed your requirements and can update your existing React.js + TypeScript and FastAPI application by fixing bugs, implementing the planned features, optimizing performance, and deploying it to Huawei Cloud. The work will include code refactoring, frontend and backend performance improvements, unit testing, and a reproducible CI/CD deployment pipeline using Docker or the most suitable deployment approach. You'll receive clean, well-documented source code, a stable production build, deployment documentation, and a seamless Huawei Cloud deployment. I have experience with React.js, TypeScript, FastAPI, REST APIs, Docker, CI/CD, and cloud deployments, and I'm confident I can deliver a reliable, production-ready solution. Looking forward to working with you. Best regards, Vandini
₹25,000 INR in 10 days
1.8
1.8

With my vast knowledge and experience in Full-Stack Development, I am more than qualified to take on your Code Update & Huawei Deployment project. I have an extensive command over your existing tech stack including React.js, TypeScript, FastAPI, and JavaScript. My adeptness with these technologies will enable me to dive into your codebase proficiently, meticulously resolve each issue and bring it up to speed. Aside from code updates, my knack for designing scalable applications will ensure that I not only fix known bugs but also identify and rectify any potential bugs that may hamper your application's performance. Post code updates, my expertise with CI/CD pipelines will assist in a seamless deployment of the updated version to your Huawei Cloud account - marked by minimal downtime and zero-functional regressions. Lastly, what sets me apart is my ability to consume complex project requirements and deliver simple yet powerful solutions. So, beyond improving the performance and ensuring robust deployment of your application, I'm capable of integrating new features and meticulously running unit tests to ensure they meet high-quality standards. Through my work, you can anticipate an improved user experience in your application and a clean hand-off note that'll simplify subsequent maintenance. Let's build something great together!
₹25,000 INR in 7 days
1.5
1.5

Hi, We have strong experience with React.js, TypeScript, FastAPI, Docker, and CI/CD and can help stabilize your existing application by fixing bugs, implementing the scoped features, optimizing performance, and deploying it reliably on Huawei Cloud. We'll review your current codebase and issue list, ensure all changes are thoroughly tested, set up a reproducible deployment pipeline, and provide clear documentation for future maintenance. Our focus is on delivering a clean, production-ready application with no regressions. Let's discuss the current architecture and issue list. We can start immediately and share relevant full-stack projects built with a similar tech stack.
₹20,000 INR in 7 days
1.6
1.6

Hi, Read through the brief carefully. You have a working React/TypeScript front-end, a FastAPI back-end, a known issue list to clear, a few scoped features to add, and a clean Huawei Cloud deployment to land. That's work I do regularly. My approach: walk your issue list and reproduce each bug locally before touching anything. Refactor in small, reviewable commits with unit tests around new behavior so nothing regresses. For performance, I run py-spy and pyinstrument against your endpoints to find the real bottlenecks, usually sync calls leaking into async paths, N+1 queries, or oversized Pydantic validators. Quick wins normally include ORJSONResponse, tuned SQLAlchemy pool sizes, and offloading blocking work with asyncio.to_thread. Front-end side, I look at bundle size, memoization gaps, and unnecessary re-renders. For Huawei Cloud, I'd containerize both services, push images to SWR, and wire CodeArts Pipeline (Repo, Build, Deploy) targeting your ECS. Nginx in front routes /api to FastAPI and serves the React build, which also removes the CORS noise. Hand-off includes the pipeline config, env var reference, and rollback notes. A quick look at your repo and issue list would let me give you a realistic timeline. Best, Uche
₹25,000 INR in 7 days
1.6
1.6

Hey there, I already have a similar demo and would be happy to share it with you. I read through your requirements and understand you're looking for someone to work on your existing React.js and FastAPI application, fix the current issues, add the planned features, improve performance, and set up a reliable deployment on Huawei Cloud. I'll start by reviewing the existing codebase and issue list, then work through each task carefully while keeping the application stable. I'll also set up a clean CI/CD pipeline, document the deployment process, and make sure everything is easy to maintain going forward. I'll also provide the best solution based on your budget without compromising on quality and work. I'd love to discuss your project and get started. Thanks, Rohit
₹20,000 INR in 7 days
1.0
1.0

Bengaluru, India
Member since Jun 20, 2026
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
£10-15 GBP / hour
€30-250 EUR
$250-750 USD
₹12500-37500 INR
₹37500-75000 INR
€30-250 EUR
₹5000-7500 INR
₹12500-37500 INR
$250-750 SGD
€6-12 EUR / hour
₹600-1500 INR
$25-50 USD / hour
₹37500-75000 INR
₹12500-37500 INR
₹400-750 INR / hour
$250-750 USD
$250-750 USD
€30-250 EUR
$5000-10000 USD
$30-250 AUD