Home
Outsource
Remote Job
Products
Newsletter
Pricing
Login
Sign up
Earn money efficiently, follow up
more than 10
+
platforms
outsourcing needs in one stop
Telework
Product
Remote Jobs
Search
All Filters
Location
Select a search location
China
Overseas
Anywhere
Category
Select a search category
Technology & Programming
Design
Writing & Translation
Price
Less than $70
$70-$700
$700-$3000
More than $3000
Platform
Select a source platform
Upwork
开源众包
码市
猿急送
实现
码易
A5任务
人人开发
智城外包网
Guru
peopleperhour
匠迹众包
Clear Data
Total of 113956 records
Sorting
Newest
Amount Desc
Amount Asc
Software Developer
$40-$70/hourly
Senior Full Stack / Web3 Developer Wanted for an Exciting, Well-Funded Web3 Startup! We are a thriving Web3 and blockchain startup, home to a team of exceptional talents committed to creating top-notch hardware and software solutions that fuel the Web3 economy. With over $14M in seed funding from renowned VCs, we are expanding our team and currently seeking a Senior Full Stack Developer who has a solid background in Web3. Desired Qualifications: Bachelor's or Master's degree in Computer Science, Engineering, or a related field 5+ years of experience in full stack development Strong proficiency in web3, JavaScript, Node.js, React.js, and blockchain technologies Experience with Solidity, Ethereum, and other blockchain platforms is a plus Proven track record in designing, developing, and deploying web-based applications
Technology & Programming
Upwork
Overseas
743 days ago
AWS Cloud Architect for Healthcare
$95-$150/hourly
BillionToOne is looking a talented AWS Cloud Architecture to design and implement cloud computing best-practices for advanced DNA sequencing workloads in a regulated environment (healthcare). BillionToOne has created the world's first and only blood test that uses pregnant Mom's blood to detect diseases in the developing baby like sickle cell disease and cystic fibrosis. Our technology uses bioinformatics algorithms on high-throughput DNA sequencers that generate terabytes of data a day. You'll help architect and implement secure, scalable, HIPAA-compliant, and cost-effective AWS environments for processing raw DNA sequencing data into actionable clinical results. As a starting point, you'll implement the AWS reference architecture for HIPAA apps [1] and verify compliance with HIPAA controls. [1] https://aws.amazon.com/solutions/implementations/compliance-hipaa/ Who you are: - You're an expert at designing and implementing AWS architectures. You are deeply familiar with using IAM, VPC, and other AWS services to achieve security controls. - Ability to use Infrastructure as Code tools such as Terraform or AWS Cloud formation is a plus. - Knowledgeable about Docker and Docker-based deployments. - Previous experience working with cybersecurity policies and compliance standards like HIPAA or SOC2.
Technology & Programming
Upwork
Overseas
743 days ago
Create new designs interface for the friendliness of visitors to the website
$30-$55/hourly
We need a new user-friendly interface for our website without completely changing the former interface but by retouching and creating new graphics designs to display in relation to mockup from the previous version. A complete web re-development is to commence as well as enhancing the PHP, Javascript, Python, and other web development software to re-adjust the web asses.
Technology & Programming
Upwork
Overseas
743 days ago
Website designer and developer for a holistic health website
55.0 GBP
I am wanting someone to design and develop a website for my holistic health / aromatherapy website for me. I have a few ideas of a theme of what I have in mind. I am also happy to purchase a template (some that I have seen on Etsy or can share what I have in mind if that makes it easier). Would like this job completed within the next couple of months. You will be liaising with myself regarding this job. I have my logo, colours and fonts that I use for my business. At this stage this is the only work required for my business until I want to add extras on to my website. I would like to have the following included on my website: - home page - about me - services (this page can be hidden at the moment but will be used for future projects)) - shop- where I will be selling items I will be using a square space tap and go if this helps - blog / newsletter -contact I would also like my instagram linked to the website so people can see my posts. I would also like it be set up so when people are on their mobile / devices it is easier to read. If you require further information please just ask. Thanks I’m advance :)
Design
peopleperhour
Overseas
743 days ago
Shopify store management
$10-$30/hourly
I am looking for someone who can manage my online boutique. This job consists of the following task below *Adding new products to my store monthly *managing online orders for customers
Technology & Programming
Upwork
Overseas
743 days ago
Web design/developer
$30-$55/hourly
Job description Web designer/developer needed! In this role you will assist with the design and development of websites, web page layouts, updating and maintaining templates, page layouts and content to meet the needs of the business and to maintain and update current design. You will also integrate different forms of media into sites to improve the look and feel and usability. Perform usability and performance testing on websites to improve the UI/UX user flows. Update web-based PDF files and documents Required Skills and Experience: • Bachelors degree in graphic design, computer science • 3 years of web design and frontend development experience • Proficiency with HTML, CSS, SCSS/SASS, JavaScript • Excellent knowledge of typography and responsive website design • Experience with Adobe Creative Suite (Photoshop, Illustrator, etc.) • Experience with content management systems (OpenText a plus) • XSL and • GIT for version control • Knowledge of design system libraries (Handlebars a plus) • Accessibility/WCAG standards familiarity • Problem-solving and troubleshooting skills for code errors • Excellent verbal and written communication skills • Self-starter with the ability to respond positively to critique of work product. Responsibilities • In this role you will assist with the design and development of websites, web page layouts, updating and maintaining templates, page layouts and content to meet the needs of the business and to maintain and update current design • You will also integrate different forms of media into sites to improve the look and feel and usability • Perform usability and performance testing on websites to improve the UI/UX user flows • Update web-based PDF files and documents
Technology & Programming
Upwork
Overseas
743 days ago
SSO help needed - Integrate Okta or Auto0 with DOMO
$200
We are building an application and need help on the following: - Determining if OKTA or Auth0 is a better fit for our needs - Integrating either OKTA or Auth0 with DOMO and other applications We need this turned around as quickly as possible, over the weekend if need be.
Technology & Programming
Upwork
Overseas
743 days ago
Develop a coded solution for iOS app
$50
I am trying to copy a photo image to paste to Instagram Stories as the background image, and in parallel, copy a string, to manually paste thereafter via the Instagram Stories Link feature. I have developed a workaround solution that works, but lacks in reliability. I've appended it below. For example, if the Instagram mobile app had already been closed, then my workaround won't work. In addition, there are times when a prompt to "Allow Paste" pops up prior to pasting to Instagram, and in those instances, the delay again causes the workaround to fail. I have seen this is request is possible in examining the "NGL" iOS app, and am wondering how I might able to replicate their share behavior. The deliverable is this coded solution in Swift. My workaround (I had to replace bracket with parentheses in order to paste into job description): func presentToIG(with instagramUrlScheme: URL, _ pngImage: Data) ( let pasteboardItems = [["com.instagram.sharedSticker.backgroundImage": pngImage]] let pasteboardOptions: [UIPasteboard.OptionsKey: Any] = [.expirationDate: Date().addingTimeInterval(60 * 5)] UIPasteboard.general.setItems(pasteboardItems, options: pasteboardOptions) UIApplication.shared.open(urlScheme, options: [:]) ( isDone in if isDone ( DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.8) ( UIPasteboard.general.string = urlLinkString ) ) ) )
Technology & Programming
Upwork
Overseas
743 days ago
Adding pages and feature to my new wordpress site
$15-$25/hourly
Hello Sunny Scottsdale Blog Project MENU Home Page- Should be the main blog page. Have 3 sections •Latest Blog Posts •Best of Scottsdale •Video Section Vacation Rentals - (should be drop down menu) Scottsdale Rentals - Page Already Created Surrounding Area Rentals - Use a duplicated page of Scottsdale Rentals Things to do - (should be a drop down menu) Top Restaurants (filtered by blog category, “restaurants”) Best Attractions (filtered by blog category, “Things to do”) Events (need to set up a basic landing page for events) Also need to create a template page that would showcase a vacation rental Page should include an image gallery, for photos of the house rental, brief text about the property and a main image. Also a link to “Book now” Booking PlugIn installed. We would need a way to book various properties. (think hotel) People can choose which type of room they want then book it.
Technology & Programming
Upwork
Overseas
743 days ago
Webflow SAAS informational site cleanup - Quick Turnaround Needed!
$500
We have a Webflow template that we've built out on our own but we need expert help to get things cleaned up and help us optimize the website so it can begin ranking in search. One of the main issues is cleaning up all of the size breaks to ensure that elements resize correctly. This is currently a 1-page site but our hope is to find a partner that can continue to work with us long term as our business evolves. We also need the navigation bar adjusted (remove one of the links and change to a different section), Testimonials widget adjusted (remove a few cards, change information on others, and the footer built out. We need to begin sending traffic to this site ASAP and have it ready for review. www.bispoke.io
Technology & Programming
Upwork
Overseas
743 days ago
I need an MEP engineer
30.0 USD
Hey all, I need MEP Engineer that is familiar with California Construction Code or the American Construction/Residential Code. The engineer must have experience and examples of commercial and residential Mechanical, Electrical and Plumbing projects in California or in America.
Design
peopleperhour
Overseas
743 days ago
Simple Cattle Ranch Brand Design
10.0 USD
I need a simple cattle brand designed with a country western font. Simply just a G with wings on both sides.
Design
peopleperhour
Overseas
743 days ago
I need an expert in SumSub API integration
150.0 GBP
I need an expert in SumSub for API Integration. We have a full development team who has built our platform but they are not able to install sumsub correctly. I am getting a lot of repeat requests from the same user, and they tell me it’s impossible to resume an application which I have done on sumsub myself many times. What I need is Sticky banner telling users to verify themselves on login in for verified - Done Once clicked it takes you to a Verification part in “My Account” - Done This will show a cross to show unverified - needs completing Once clicked it will open an iframe to start the sumsub verification - not done Once the sumsub verification is done, it will show a spinning hour glass to show the verification is processing - not done Once complete it will get a tick symbol to show verified - not done If failed, it will show as failed and allow the user to click on and correct whatever document or part failed - not done The process will repeat indefinitely till the user is verified.
Technology & Programming
peopleperhour
Overseas
743 days ago
Webflow SAAS informational site cleanup and Integration with Outseta - Quick Turnaround Needed!
$500
We have a Webflow template that we've built out on our own but we need expert help to get things cleaned up and help us optimize the website so it can begin ranking in search. One of the main issues is cleaning up all of the size breaks to ensure that elements resize correctly. This is currently a 1-page site but our hope is to find a partner that can continue to work with us long term as our business evolves. We also need the navigation bar adjusted (remove one of the links and change to a different section), Testimonials widget adjusted (remove a few cards, change information on others, and the footer built out. We need to begin sending traffic to this site ASAP and have it ready for review. www.bispoke.io
Technology & Programming
Upwork
Overseas
743 days ago
Grassroots 311 Service Request System (email form and mapping)
$2,500
Seeking a fullstack developer who can develop a minimum viable product for a request for service system similar to 311, but much more limited in scope. The web application allows a user fills out a request form with their address, the application identifies the right service representative based on the address, and then sends the request via email to the representatives. The project essentially consists of three major features address lookup, email form, and logging of sent emails into a database. Most aspects of this project will focus on the backend development. The frontend work will be functional. There is zero design expected other than forming a logical layout. The ideal candidate will have experience working in Vue, React, or Angular frameworks. The email form will send via AWS Simple Email Service and emails should be logged into a PostgreSQL database. The recipient of the emails will see the user's email address as the sender. Again, emails will be sent to specific contacts based on the a user's address. GIS, geocoding, or experience with applicable mapping APIs is required. Expected database tables: • Admin users • Email log (timestamp, name, address, body) • Users The admin functions include: • Admin area accessible by username and password (stored as a hash) • Export user data • Export email log • Ability to view individual messages • Filter messages by date range, name (A-Z), and/or location • Toggle to hold messages or allow them to be passed through • Ability to screen messages before sending • Dashboard to provide metrics by time period Company expects a minimal level of documentation, especially around use of NPM packages and external APIs. Company will secure and pay for all services required for the project including, but not limited to server, database, and APIs. Applicants are expected to work directly with project owner. Project owner and applicant will agree upon a reasonable regular meeting schedule to ensure good communication and project management. The project will need to be developed on Github and final payment will be made upon transfer of project ownership. Lastly, applicants are expected to sign a non-disclosure agreement as it relates to the work that is being developed.
Technology & Programming
Upwork
Overseas
743 days ago
Pluginhive Previous Booking Mass Deletion
200.0 GBP
Hi Everyone, We have a client who is looking to delete more than 20 bookings at a time, which this plugin allows https://www.pluginhive.com/product/woocommerce-booking-and-appointments/ in the Admin - Bookings - All Bookings section, we can only delete 20 at a time. We need to increase this to 400/500 at least. We have spoken with plugin hive, and they advised that the bookings sit over several database fields, so the best way to delete them is via this section they built. We will require this to be tested on a subdomain we have for the client first, then rolled out, if successful to the main website. Please note this can not be done by emptying one database table, as the details site along several.
Technology & Programming
peopleperhour
Overseas
743 days ago
修复七星棋牌游戏亲友圈一个小bug
¥ 1000
bug:七星棋牌游戏亲友圈可以配置100种玩法桌子,但一操作就只显示前10种玩法桌子了,后11以上全部消失不见了,(被系统自动删除了),这里“操作”是指:拉新玩家或设置管理员(组长)、或者一上分、下分、后11种以上的玩法桌子都消失不见了。只有前10种玩法的话太少了,有懂七星棋牌的来帮忙修复。
Technology & Programming
猿急送
China
743 days ago
Configure new Office Network (Meraki)
$50-$100/hourly
Looking to setup an office network using Meraki gear. We ave 1 MX Firewall appliance, 1 MS225 Switch and 2 MR36 APs. I'm fairly familiar with administering a network and would like to work with someone over Zoom / Google Meet to configure the following: - 5 separate VLANs and proper routing between them. - Traffic shaping for rules. - DHCP for the VLAN with fixed assignments - Static IPs for my networking gear - 3 SSIDs with VLAN tagging Looking to get this done as soon as possible.
Technology & Programming
Upwork
Overseas
743 days ago
Stateflow expertise for logic sequencing state diagram of proprietary program trading algo
$2,000
I have started using stateflow to sequencing 29 indicator outputs based on state diagram with 2 control rules for 5 states with 3 entry and 6 exist sequences -- constituting the order execution component of the proprietary algo.
Technology & Programming
Upwork
Overseas
743 days ago
Converting WordProcess to Python/Django
150.0 USD
I am looking highly skilled programmer who can convert Wordpress to Python/Django
Technology & Programming
peopleperhour
Overseas
743 days ago
1
...
3468
3469
3470
3471
3472
...
5698
微信公众号
Tips