Open source project bidding script jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 open source project bidding script jobs found, pricing in USD

    Currently I have a PHP script that calls data from a MySQL db and echos the data into rows on a PHP page. The only problem I face the rows will become large and I don't want it all to appear on one page. I need something like the pagination function to insert "next" and "previous" links and only display 5 records on a page then "next" to display the other 5. This should be a quick job for someone competent in PHP. Additionally if you could please explain to me the code you injected into mine so I can add it to all my other PHP pages on my project that would be great.

    $417 (Avg Bid)
    $417 Avg Bid
    81 bids

    Hi I have a python matplotlib script that allows user to scroll through a 3D image, in nifti file format. It has a slider that allows you to scroll through the z axis of the image. I would like for the image to have a text box that updates chosen coordinates that are selected by clicking on the image at a given slice. I would like for the chosen coordinates to only update if the user clicks on the canvas where the image is. I would also like for the text box to be outside the canvas and slider. If you have previous experience with Matplotlib, this should be no problem. Thank you!

    $134 (Avg Bid)
    $134 Avg Bid
    16 bids

    I require an proficient developer to create a script that can send out automated emails through Gmail. This task should be accomplished with an appropriate scripting language for Gmail's environment. Key Requirements: - Send out notification emails. - The notifications will be for scheduled reminders and service status updates. - Targeted audiences are all users and selected groups. Relevant skills include proficiency in JavaScript (as Gmail Scripts commonly employs this language) and familiarity with Gmail's API. Knowledge of handling scheduled tasks and interaction with user databases is also beneficial. In short, I'm looking for a coding and Gmail expert who can automate the process of sending important reminders and status updates to our users. The system shou...

    $502 (Avg Bid)
    $502 Avg Bid
    47 bids

    I recently switched to a new web developer and am in need of guidance on transferring my entire store data from old Woo Commerce account to the new one. Key Tasks: - Directing me on how to transfer all the store data (products, orders, customers) from my old Woo Commerce account to the new one. - Advising on the best practices to ensure a smooth transition with minimal disruptions to my bus...and Experience: - Proficient in Woo Commerce and e-commerce data transfer. - Excellent communication skills to guide me through the process clearly and effectively. - Proven experience in similar accounts transfer projects. Your role will be purely advisory and instructional, as I will be handling the actual data transfer myself. Please provide a brief overview of your relevant experience when bi...

    $34 (Avg Bid)
    $34 Avg Bid
    34 bids

    how to decode : All report content comes from the json data we provide, I explain the logic details in report logic.pdf., please check its content. I also attached a json data and a tire report , they come from one scan, you check its content to verify the report logic. we have to make similar script to generate report from our system

    $152 (Avg Bid)
    $152 Avg Bid
    40 bids

    I'm in need of a talented scriptwriter that can help lighten up my YouTube channel with some comedy. The script: - Should be medium-length, ranging between 5-10 minutes. - Does not have any specific theme or topic, but creativity and humor sense is a must. - The humor should be tailored to appeal to teenagers and young adults. Skills & Experience: - Fluent in Hindi - Comedy writing experience - Deep understanding of youth culture and slang - YouTube scriptwriting experience is a plus.

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

    I'm seeking a creative graphic designer with expertise in HTML to craft a monthly newsletter The first page should be like a magazine-like aesthetic, utilizing: - A cap...in graphic design and HTML. Experience in newsletter design and understanding of layout and visual design principles for web is highly desired. Your ability to create a compelling, engaging front page alongside a clean, professional layout for the remaining content is crucial. Your eye for detail and understanding of effective user experience will be key to the success of this project. Here are some musts when bidding 1. You must bid and put this is NOT an Automated bid or I will delete it. 2. Place a bid on the cost of your work. Do not bid and then ask what my budget is. 3. If you have sample wo...

    $89 (Avg Bid)
    $89 Avg Bid
    53 bids

    I'm looking for a developer to create a simple starter trading script. This is can be based on another script and does not need to be written from scratch. Develop a simple script that buys a particular cryptocurrency when it drops X% and sells it when it recovers Y%. Once that is established, we can look at adding the usual trading indicators as part of the strategy, but I want to start basic. Ability to customize buy and sell points as well as add different cryptocurrencies. Very Important: Host the script in the cloud for convenience and to avoid personal management responsibilities. I don't want the script to run on a server like AWS that I'd have to manage and continually monitor for uptime, etc. The script should allow fo...

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

    I'm in n...primary aim is to effortlessly convert simple Python code into its C++ equivalent. Ensuring to maintain specific functionalities such as: - Data Visualization: This functionality must be retained during the conversion process. The C++ code must facilitate the graphical representation of data as efficiently as the initial Pine script. - Algorithmic Operations: The output C++ code should continue to perform certain algorithmic operations, similar to the Pine script. Ideal candidates should have previous experience in similar projects and a strong understanding of both Pine and C++. Excellence in this task may lead to potential future collaborations. This is a great opportunity for candidates looking to build their expertise in code conversions. I look forw...

    $145 (Avg Bid)
    $145 Avg Bid
    25 bids
    3D Video Script Development 6 days left
    VERIFIED

    I'm in need of a script that can produce a 3D flipbook video similar to the one I've provided. The script will take source images and render them into a 3D video using , Python, PHP or any other solution Requirements: - Development of a script that can process images into a 3D flipbook video - Experience with framework is preferred - Ability to understand and replicate the style and functionality of the provided reference video - Past work in similar projects is necessary, so make sure to include this in your application If you're interested, please contact me for more information.

    $494 (Avg Bid)
    $494 Avg Bid
    58 bids

    I have 3 personal photos that I'd like enhanced. The specific improvements I'm looking for are adjusting the brightness and contrast, as well as enhancing the colors. The pictures are for personal use, so they don't need any additional text or graphics. Ideal Skills: - Proficient in Photoshop...well as enhancing the colors. The pictures are for personal use, so they don't need any additional text or graphics. Ideal Skills: - Proficient in Photoshop or Illustrator - Experience in photo editing and enhancement - Understanding of color balance and contrast - Attention to detail and ability to deliver high-quality results Please provide samples of your previous photo editing work when bidding. I look forward to working with a skilled professional who can bring o...

    $23 (Avg Bid)
    $23 Avg Bid
    93 bids

    ...Raspberry Pi 5. I have the camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the

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

    I am in need of a skilled Linux and Bash Script expert to help me with my current project. Although I haven't specified exact tasks or goals, I am seeking assistance in the following areas: - Linux installation and configuration - Bash scripting and automation - Troubleshooting and debugging I expect the successful freelancer to have a deep understanding of Linux systems and be proficient in Bash scripting. Your past work and experience in similar projects will be valuable. Please detail how you can assist and your approach in your application. Thank you.

    $84 (Avg Bid)
    $84 Avg Bid
    8 bids

    I'm in need of a seasoned bidder, experienced in Bidding . I will offer 10% Per client to them Key responsibilities include: - Managing bidding for all accounting and bookkeeping related projects. - While there’s no pressing time limit, maintaining consistent activity and regular bidding is necessary. Your knack for securing bids and your deep understanding of accounting will be integral in driving my project's success. Let's connect if this sounds like you.

    $12 (Avg Bid)
    $12 Avg Bid
    1 bids

    I am seeking a skilled PHP developer to resolve issues on my website's offer/gigs page. The website runs on a PHP MicroJobs Script, and there are several bugs affecting the functionality of this page. Issues Encountered: Error Messages: Users are encountering error messages when attempting to submit offers or gigs. Incomplete Transactions: Some transactions are not completing successfully, leading to inconsistencies in the database. Page Responsiveness: The page's responsiveness needs improvement for better user experience across devices. Requirements: Proficiency in PHP and experience working with PHP MicroJobs Scripts. Strong problem-solving skills to identify and fix bugs efficiently. Ability to optimize page responsiveness for various devices. Excellent communicatio...

    $16 (Avg Bid)
    $16 Avg Bid
    19 bids

    Please Sign Up or Login to see details.

    Featured Sealed

    I'm in need of a developer who can create a n8n script to login to a specific website and extract stock data for multiple companies. Key features of this project include: - Extraction of table data: You should have knowledge and experience working with web data extraction, specifically with table data. - Selection of stocks data: The script should have the ability to select and extract information from the stock table. - Capability for multiple companies: The tool should be versatile to handle data extraction for multiple companies, not limited to just one. Experience in the use of n8n for data extraction from websites, especially in the finance sector, will be a significant advantage for this project. One of the page is: And the table is in the &q...

    $151 (Avg Bid)
    $151 Avg Bid
    37 bids

    I'm in need of a skilled scriptwriter who can craft a compelling Spanish script for a 2-minute educational corporate video. The aim of this video is to educate professionals and companies about a specific topic. Ideal skills would include: - Native Spanish proficiency - Strong background in scriptwriting - Experience in creating educational content - Understanding of corporate communication - Ability to write engaging and informative content - Familiarity with video scripts and voice-over requirements Your script should be: - Succinct yet informative - Able to convey complex ideas in an accessible way - Appropriate for a professional audience Please share any relevant experience and provide a sample of your work if possible.

    $19 (Avg Bid)
    $19 Avg Bid
    12 bids

    Just like the title says, i currently have a script on my site that displays text on mouse over, just not sure why it wont let me add line breaks; i can not give you access to the site, but i can send you the script. I have tried adding... '<br>, n, b, ' not really sure why its doing it. Thanks,

    $46 (Avg Bid)
    $46 Avg Bid
    27 bids

    I have the source code for an open source tool that I need help compiling. It's crucial that the compiled tool is compatible with macOS. Additionally, I have a patch that needs to be applied. I would require concise documentation that outlines the key steps to apply the patch and compile the tool. Expertise in C, open source tools, compiling, and patch application is essential. The ability to provide clear and concise documentation is also a must.

    $24 (Avg Bid)
    $24 Avg Bid
    5 bids

    I'm lookin...accessories category. Key Aspects: - The main objective of the project is to increase the conversion rate, not just the website traffic. - The primary target audience for these campaigns is middle-aged adults (25-54). Ideal Skills and Experience: - Proven track record of managing successful Google Ads campaigns for ecommerce. - Experience in the fashion and accessories industry would be a significant advantage. - Understanding of the behavior and preferences of middle-aged adults. - Ability to optimize campaigns for increased sales conversions, not just clicks. - Proficiency with Google Ads tools and analytics to track and report on performance. Please include examples of your previous work in similar projects when bidding. Accuracy and timeliness are...

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

    I'm in need of an experienced PHP developer to significantly enhance and upgrade my existing PHP script. The scope of work involves: - Adding new functionalities: Specifically, I am seeking to integrate payment gateway and app, as well as implement a subscription wallet and automated payments system. A background in financial integration technologies is preferred. - Modifying existing features: Notably, the user profile management feature and data management & reporting functionality need revisions. Experience in generating robust user interfaces and crafting intuitive data management systems will be key. Prospective freelancers should have demonstrated experience with PHP, user interface creation and data management tools. Proven skills in payment gateway and app integ...

    $463 (Avg Bid)
    $463 Avg Bid
    92 bids
    Website Cleanup and Redesign 6 days left
    VERIFIED

    ** Read FULL description before bidding! ** Format for your proposal is at the end. Anyone not following the format will be automatically declined. I am looking for a talented web designer to help clean up and redesign my website. This project will involve four main areas of focus: Design Layout, Content Organization, and Speed. Design Layout: - Change color scheme: I need a fresh color palette that is visually appealing and cohesive. It should include a black and white core like my logo with red/blue accents. The images should be updated with the same colors using photoshop recoloring. - Update fonts and typography: I am looking for a modern, readable and consistent font that matches my logo. - Optimize for mobile devices: The website should be responsive and provide ...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    78 bids

    I'm in need of a Python script that can monitor specific events or conditions that I choose and send notifications to a Discord channel. I would like this to be done on a regular basis, for example, every hour. Key Points: - You need to create a Python script. - It should monitor for specific events or conditions (to be specified). - It must send notifications to a Discord channel. - The monitoring interval should be every hour.

    $33 (Avg Bid)
    $33 Avg Bid
    25 bids

    I am urgently in need of a skilled freelancer to assist in B2B lead generation for my aluminium extrusion products. The ideal candidate should be experienced in exploring opportunities within the Construction, Au...sectors. Skills And Experience - Proven B2B lead generation experience with excellent track records - Knowledge and understanding of these industries are indispensable - Excellent communication and negotiation skills Task - Identify potential leads within these industries - Strategically pitch our aluminium extrusion products My project timelines are strict as I need this completed ASAP. Please ensure you can commit to this timescale before bidding. Your bid should reflect your understanding of this task and your approach on how to deliver a successful r...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    9 bids

    I'm seeking a professional who can strategicall...Candidate: - Experience in farm house and plantation planning: The ideal freelancer for this project should have a proven track record in designing layouts for similar properties, balancing between residential and plantation areas. - Strong organizational and spatial planning skills: Given the scope of the project, a freelancer with strong organizational skills and ability to optimize space effectively would be preferred. - Design creativity: An eye for design, aesthetics, and the ability to blend it seamlessly with functionality would be highly valued. Please provide your understanding of the requirements and your relevant experience when bidding. Your proposal should outline your approach to this project...

    $11 (Avg Bid)
    $11
    0 entries

    Hi, As discussed in meeting , We are going with Phase 1

    $107 (Avg Bid)
    $107 Avg Bid
    1 bids
    Shopify Store Optimization 6 days left
    VERIFIED

    I am seeking an experienced Shopify professional to help maximize the sale potential within my online store. - Product Range: My store features a roster of less than 100 physical products, and I'm seeking help to increase their visibility, optimize their listings, and, overall, improve sales. - Platf...venture, so specialist knowledge of this platform is essential. - Ideal Candidate: The ideal candidate will have a proven track record of successful Shopify store optimization and sales growth. Business acumen, e-commerce expertise, SEO understanding, and Photography skills for product listing optimization, will all be appreciated. Please include evidence of your past work and successes when bidding. I look forward to working with you to best showcase my products in the digit...

    $149 (Avg Bid)
    $149 Avg Bid
    145 bids

    I have a set of customer data in Excel spreadsheets that needs to be cleaned. The data has issues like duplicate entries, incorrect information, and missing values that need to be addressed. Ideal Skills: - Experience with customer data cleaning - Proficiency in Excel and data management - Attention to detail to identify and rectify duplications and inaccuracies - Ability to handle missin...Skills: - Experience with customer data cleaning - Proficiency in Excel and data management - Attention to detail to identify and rectify duplications and inaccuracies - Ability to handle missing values effectively and efficiently. The right freelancer should be able to work with precision to ensure the data is accurate and usable. Please share your experience and approach to data cleaning when bi...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    40 bids

    I'm in need of an experienced professional who can help me with the writing and preparation of a Request for Quote (RFQ) to be submitted through the General Services Administration (GSA). Key Responsibilities: - Develop a comprehensive RFQ to solicit competitive quotes - Ensuring that the RFQ is tailored to select the most suitable supplier - Aligning the RFQ with GSA procurement regulations ...Skills and Experience: - Prior experience with GSA RFQs and government contracts - Strong background in technology and/or professional services procurement - Excellent writing and communication skills - Attention to detail and compliance with procurement regulations - Proven track record of successful RFQs and supplier selection Please provide examples of your previous work in this area when ...

    $1081 (Avg Bid)
    $1081 Avg Bid
    27 bids

    I'm looking for a professional who can develop a Pine script for me that will generate buy/sell trading signals on cryptocurrencies and any other stock or commodity market based on the diversion concept. The deliverables should give me the ability to change the indicator equitation or parameter as i want to toon up the peaks and valleys detection. also he should include the testing and functioning of Pine Script code and Elements to ensure its accuracy in generating Buy/Sell signals. Ideal candidates will have: - Familiarity with TradingView platform and Pine scripting. - A good understanding of trading signals and indicators. - Proven experience with cryptocurrencies and their market trends.

    $122 (Avg Bid)
    $122 Avg Bid
    12 bids

    I am looking for a freelancer who can help me create a software script for bulk messaging on my website. The purpose of the bulk messaging is to message users about available rooms with text that we can customize. I already have a specific message that I want to send out. I don't have a preferred platform or language for the script, so I am open to suggestions. Ideal skills and experience for the job: - Proficiency in Python or JavaScript - Experience in creating scripts for bulk messaging - Ability to customize the messaging content - Familiarity with website integration and messaging APIs Here's a video of the website and what's needed, please watch this and bid. It's a simple script but I don't have the time to make this so please b...

    $184 (Avg Bid)
    $184 Avg Bid
    36 bids

    As the project owner, I am urgently seeking experienced PHP developers to enhance the capabilities of multiple open source projects. The exact projects requiring development haven't been specified, but the key components will include: Brief description: Members can also upload items (only to designated columns set by administrators). Assumption: The administration will set up a category column—Card Trading. Members who log in can upload related items to sell, but only to that column; they cannot upload to other columns. Let's break it down step by step: User Column: Modify the administrator's product management template. The administrator will set up a category, such as the Card Trading Market. Then, all items uploaded by users will be catego...

    $45 (Avg Bid)
    $45 Avg Bid
    26 bids

    I'm looking for a seasoned Python developer with specific experience in image especially video analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame numb...

    $260 (Avg Bid)
    $260 Avg Bid
    25 bids

    This is not a template project description ,So Please do not send template bidding proposals, Please read conditions mentioned below and then only bid . 1. This website will review specifically credit cards . 2. This website should be engaging . 3. I mainly focus of user interface , it should be unique than our competitors. There are many competitor on the same niche , so USP of our website should be User interface. 4. If you are going to use WordPress or any framework and want to build the site over it , then share the demo website link of the themes or skin you are going to use . 5. If you have developed already a review website for any kind of product or service , then share your work 6. I do not want to check your past works of irrelevant websites . I am here for...

    $125 (Avg Bid)
    $125 Avg Bid
    51 bids

    ...success of this project. The project encompases 3+ websites, new logo design, testing, and hosting capabilities. Key Requirements: - Mastery of Wordpress or similar. - A minimum of 5 years experience in full stack development. - Expert in UX/UI. - Integration of chat function. - Integration of ticketing system. - Integration of chat function. - Integration of advertising banner function. - A proven record in deploying and maintaining functional, secure and high-quality applications. - Experience in building a forum or blog. Ideal candidates should detail their extensive experience with similar projects. Please highlight any accolades, milestone achievements, or particularly challenging undertakings to provide a comprehensive view of your capabilities. I encourage all ...

    $38 / hr (Avg Bid)
    $38 / hr Avg Bid
    125 bids

    Project Duration: 1 Hour Project Type: Python Script Modification Project Level: Normal Server Type: Ubuntu 22.04 Number of Changes Required: 1 Project Overview: We have an existing Python script that allows us to upload a CSV with two columns: Prompt Output The script then submits each “Prompt” to the OpenAI API, inserts the output into the “Output” column. We would like one change made to the existing script. Change Required: We would like to add one more column to the CSV file, “Id”, it will be the first column. We use “Id” as our own reference number for the row This column and its value should be retained in the output file. 5* FEEDBACK WILL BE LEFT FOR YOU

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    34 bids

    I'm looking for someone to create two separate PCBs with USB-C connectors. The first board will consist of a USB-C female to USB-C male connector, while the second will have a USB-C female to USB-C female connector. Key Requirements: - Design of two separate PCBs with USB-C connectors - One PCB should h...additional components or features are required. Ideal Skills and Experience: - Proficiency in PCB design and layout - Experience with USB-C connectors and associated protocols - Ability to design for both data transfer and charging - Knowledge of mounting connectors at angles on PCBs The final deliverables for this project should be the design files for both PCBs, ready for fabrication through pcbway or other suggested mfg. Please include any relevant experience while b...

    $161 (Avg Bid)
    $161 Avg Bid
    5 bids

    I'm in need of a professional, creative, and speedy logo (two different logos already design finalized) The time frame is essential - I'm looking for quick, quality work. • The intended purpose of the logo is for product promotion. It needs to...attractive, compelling, and must be able to effectively communicate our brand values to prospective customers. • The overall style for the logo is already done, create it in photoshop and give me PSD file and high-quality image, with distinct size logo. • Ideal Skills: Graphic Design, Logo Design, Creative Design, Time Management. • This project needs to be done ASAP. Please consider this timeline when bidding. Your experience, past project samples, and timeline for delivery will greatly i...

    $37 (Avg Bid)
    $37 Avg Bid
    50 bids

    I have a set of scanned Hindi documents that need to be transcribed into Microsoft Word for further processing. Key Requirements: - Digitalizatio...of this task is to convert the scanned copies into a digital format. - Basic Formatting: The text should be typed with basic formatting (e.g. bold, italic, etc.) but does not need to exactly match the scanned copies. Ideal Freelancer: - Proficient in Hindi: The freelancer should have a strong command of the Hindi language to accurately transcribe the content. - Experienced in Data Entry: This project requires good data entry skills to ensure accurate and efficient transcription. - Proficient in Microsoft Word: Prior experience with transcribing documents in Microsoft Word is preferred. 3 books in Hindi scanned copies each one with 70...

    $78 (Avg Bid)
    $78 Avg Bid
    41 bids

    As a website owner with an aim to create an interactive online community, I'm looking for a skilled web developer able to implement e-commerce, user registration and login, as well as a content management system on my site. This site will not only serve as a platform for community building, but w...The successful candidate should have: - Proven experience in full-stack web development with a focus on e-commerce, user registration, and content management system. - Strong understanding of user experience design principles. - Previous experience in building online communities will be a plus. I'm open to suggestions and recommendations from freelancers who can bring valuable insights to this project. Please include samples of previous work that demonstrate your releva...

    $730 (Avg Bid)
    $730 Avg Bid
    75 bids

    I'm looking for a Python script that uses PyAutoGUI to control keyboard inputs, with a specific focus on interacting with a Firefox web page. I would do it myself as its simple python. However, it needs to branch into two different output. 1 clicking certain buttons and then a Then a final enter button to refresh the webpage and get a new list of buttons to select. 2. The second branch does the same thing except that it pushes different bottons so the tab order is different. Having two outcomes makes the python code to difficult for me so that i why I need help. I will also have to fine tune the number of tabs after you give me the code. So branch one will have different tabs frequency than the other branch. The UI should reflect that. I am open to creative ide...

    $45 (Avg Bid)
    Guaranteed
    $45
    8 entries

    I'm looking for a talented script writer to work on a draft comedy script for a TV project. This script will be targeted at an adult audience. Key Points: - Your primary task is to review, modify and work on the draft to create a compelling, engaging, and humorous script that will captivate the listeners. - The tone of the script should be light-hearted, witty, and entertaining, in line with the comedy genre. - Understanding of TV scripts and their unique requirements is a plus. Ideal Skills: - Proven experience in comedy scriptwriting, especially for radio. - Ability to tailor humor for an adult audience. - Strong understanding of pacing and structure in scripting. - Familiarity with the TV industry and its specific requirements. - Excellen...

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

    I need a script that will convert any html div to pdf (and download).

    $30 (Avg Bid)
    $30 Avg Bid
    34 bids

    I'm seeking a seasoned AWS security expert to bolster our current AWS infrastructure. The ideal freelancer will have in-depth experience with implementing security measures within AWS, particularly leveraging AWS WAF, AWS IP Reputation, and AWS CloudTrail. Key Responsibilities: - Implement rigorous access control policies to ensure only authorized personnel can access our resources. - Con...CloudTrail. - Strong understanding of encryption protocols and access control policies within AWS. - Experience with monitoring and logging tools to ensure our security measures are routinely reviewed and updated. - Ideally, previous experience with sophisticated security implementations on AWS, particularly with large-scale applications. Please ensure to highlight your relevant experience when ...

    $462 (Avg Bid)
    $462 Avg Bid
    18 bids

    PLEASE READ before bidding. I'm in need of a skilled React Native developer to help me design and build a social networking app. The app should be compatible with both iOS and Android operating systems. Expected no of screens to be developed: 25 Key Requirements: - Extensive experience with React Native - Previous work on social networking apps - Proficiency in both iOS and Android platforms The app's primary function is to facilitate social networking, so it should be built with user engagement in mind. I aim for it to be a seamless, intuitive and user-friendly environment for social interaction. Backend APIs are developed using Django. Those will be provided. Job in scope 1. Design the UI 2. Develop the front end Your bid must include 1. Examples of past projects 2...

    $671 (Avg Bid)
    $671 Avg Bid
    160 bids
    iOS xCode App for Voice Notes 5 days left
    VERIFIED

    I'm seeking an experienced app developer for a project. The task is to create an app on the iOS platform using xCode. This unique application will allow users to send short voice notes to their friends via the internet, with the ability for these notes to be played through notifications. Key Features: - The app needs to have an ability to send voice notes, with a maximum duration of less than 1 minute. - Upon receiving, the voice note can be played automatically or manually based on user settings in the app. Ideal Skills: - Extensive experience with iOS development and xCode is a necessity for this project. - Experience with online communication features, such as voice note sending/receiving, will be highly beneficial. - Knowledge in user-interface design to i...

    $324 (Avg Bid)
    $324 Avg Bid
    15 bids

    ...the rebranding and extending of existing Codecanyon scripts. - **Script Rebranding**: I need a meticulous freelancer able to successfully rebrand scripts to brands of clients. - **Extending Scripts**: Your tasks also include extending Codecanyon scripts by adding extra functionalities, ensuring consistent, flawless operation , implementing APIs and adding the functionalities in the existing flutter app, testing, fixing any bugs to ensure smooth operations of the system. Pay : 1. INR1200/day or fixed amount as decided by our project managers, for 8 hours of work on anydesk/github for adding functions 2. INR 2000/project for rebranding+testing+fixing 2 Apps systems of codecanyon like professional apps. 3. INR3000/project for rebranding+testing+fixing 3 ...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    5 bids