Sql programming freelance projects jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 sql programming freelance projects jobs found, pricing in USD
    R Programming Expert Needed 6 days left
    VERIFIED

    I'm in need of a skilled R programmer for help with a project. I'm looking for someone who is experienced in R programming, data analysis, statistical modeling, and data visualization. Your role would be to assist me with my project and help me to achieve the best possible outcome. The ideal candidate should have: - Proficient in R programming - Proven experience in data analysis and statistical model building - Familiarity with data visualization techniques - Strong communication skills This may be an ongoing project, so availability and dedication would be a plus. Please provide examples of your previous work in your bid.

    $79 (Avg Bid)
    $79 Avg Bid
    19 bids

    I'm seeking a Python expert to assist me with a data analysis project. Specifically, I need to: - Analyze financial data: The project involves interpreting and analyzing financial statistics and metrics. Experience in financial analysis is preferred. - Present results via a...interpreting and analyzing financial statistics and metrics. Experience in financial analysis is preferred. - Present results via annotated code: The deliverable should be the Python code used for the analysis, with comments and annotations explaining each step. This will help me understand the process and replicate it in the future. The ideal freelancer for this project would be skilled in Python programming, have experience with financial data analysis, and a strong ability to communicate technical co...

    $165 (Avg Bid)
    $165 Avg Bid
    19 bids

    I'm in need of a smart and efficient developer to create a b...only generate signal when user request it Martingale Strategy: - We require basic customization of the martingale strategy. Bot generate perfect signal for any of this Broker: 1. pocketoption 2. Olymptrade Skills and Experience: - Proficiency in Python/nodejs programming language. - Experience in creating Telegram Robots - Experience with creating binary signal trading robots. - Knowledge of pocket option, Olymptrade signals. - Familiarity with CURRENCY and OTC signals winning strategy. Please provide examples of similar projects you have worked on in your proposal. Here are examples of the telegram bot I want. You can check them out on telegram. 1. @trademind_bot 2. @Algo_Trade_Bot 3. @PocketSignalB...

    $110 (Avg Bid)
    $110 Avg Bid
    4 bids

    We are seeking a skilled developer or development team to create a comprehensive web crawler system. This system should scrape, structure, and update information from web pages, handle large projects, and be accessible via a powerful API. The system should offer user-friendly features for both individuals and businesses and include flexible user management for both customers and employees. Project Requirements 1. Web Crawling and Data Extraction -Develop a system capable of scraping entire websites and extracting data from each page. -The system should divide the scraped information into sections to facilitate easy reading and understanding. -For e-commerce sites, the system should identify and structure the following information: --Product category (including breadcrumbs for hiera...

    $2320 (Avg Bid)
    $2320 Avg Bid
    55 bids

    ...in Excel. We are an accounting firm and I am looking to automate my compliance practices. Tasks include 1) rolling forward previous year excel work papers 2) taking information from. Client data sheets (excel) and importing into new excel workpaper workbook 3) data analytics based on metrics 4) hyperlink to source data Ideal candidates should have: - Proven experience with Excel macro programming and automation - Ability to work with numeric and legal data - Strong attention to detail to ensure data accuracy This will be a valuable addition to our workflow. Looking forward to your proposals....

    $748 (Avg Bid)
    $748 Avg Bid
    25 bids

    I'm looking for a professional who can help me to run a software I downloaded from GitHub on my Windows system. Here's the main outline of what I require: - Understanding the program: I need someone who can navigate through the program and understand its functionalities. - Cus...likely involve adjusting settings, modifying code, or integrating additional features. - Troubleshooting: If the program does not run as expected, I would need the freelancer to troubleshoot the issue and provide a solution. The ideal candidate should have: - Proficiency in the programming language of the software - Experience with running software on Windows - Ability to understand and configure complex software. I would prefer if the freelancer can provide a summary of their experience ...

    $25 (Avg Bid)
    $25 Avg Bid
    7 bids

    We are looking for developers who are proficient in WooCommerce and Google Sheet API to help with our ...including product catalog, shopping cart, and payment gateway integration. - Implement integration with Google Sheet API for specific data processing & syncing requirements. Ideal Candidate: - Proficient in WooCommerce, including setting up product catalog, shopping cart, and payment gateway integration. - Experienced in integrating external APIs, specifically Google Sheet API, App Scripts Programming. - A good understanding of data processing and how to leverage Google Sheet for such purposes. The project has a flexible timeline, but ideally, we would like to get it completed as soon as possible. There are ample opportunity for the right candidates for a long term business...

    $134 (Avg Bid)
    $134 Avg Bid
    47 bids

    I need a freelance PMP certified project management trainer for delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to apply so they can be contacted at short no...

    $650 (Avg Bid)
    $650 Avg Bid
    2 bids

    Hello! I need someone who is an expert in web programming with PHP to translate any kind of PDF for free in using PHP. This PDF must not lose its quality. It must remain intact and it must preserve the ORC format, style and all. I want the translation to be exactly like the one from onlinedoctranslator.com. I know you're going to tell me that the Google Translate api isn't free, but you can use this library (link removed) . Then it has to choose the number of pages in the PDF. Even if the PDF is 100 pages or more, it must be able to translate it. It must support encrypted PDFs and PDFs protected by passwords. I will use your code in my site. You can visit it and you'll see that the PDF translation is missing. I've told you everything and I hope you'll give ...

    $10 (Avg Bid)
    $10 Avg Bid
    2 bids

    I'm looking for help from a talented programmer with C++ experience and low-level programming knowledge. The main purpose of this project is to develop a keyboard input emulator specifically for gaming purposes. Basic requirements: - Compatibility: The emulator must be designed to run on Windows operating systems. - Programming Language: It is important to develop the emulator using C++. - Purpose: Macro tests will be performed with the emulator in the game. Your role will be as follows: - Design and develop a reliable and efficient keyboard input emulator for gaming. System level programming is required. (It will simulate the keyboard on the hardware and perform keydown and keyup operations. I want it to press the z1 key when the Capslock LED is on. I want it t...

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids

    Task 1: Write dynamic programming and recursive programs for a given problem obtained from 4 practical task selection test. • Implement a recursive program to solve the given problem. • Analyze time complexity of the recursive program (brute force) and dynamic programming approach using Big O and Omega notations. • Implement a dynamic programming approach by defining a table to store previously calculated values and using them to compute the next value in the sequence. Write recursive solution. • Test both programs for different input sizes and compare their performance. Task 2: Parallelize the algorithms for the second and third recursive equations obtained from the 1 practical selection test, and also parallelize second and third algorithms ob...

    $51 (Avg Bid)
    $51 Avg Bid
    8 bids

    Hello! I need someone who is an expert in web programming with PHP to translate any kind of PDF for free in using PHP. This PDF must not lose its quality. It must remain intact and it must preserve the ORC format, style and all. I want the translation to be exactly like the one from onlinedoctranslator.com. I know you're going to tell me that the Google Translate api isn't free, but you can use this library (link removed) . Then it has to choose the number of pages in the PDF. Even if the PDF is 100 pages or more, it must be able to translate it. It must support encrypted PDFs and PDFs protected by passwords. I will use your code in my site. You can visit it and you'll see that the PDF translation is missing. I've told you everything and I hope you'll give ...

    $14 (Avg Bid)
    $14 Avg Bid
    8 bids

    I'm looking for a skilled and experienced coder to work remotely on a website develo...project. The project involves: - Building a website: Your primary task will be to create a professional website from scratch. This includes developing the site's front-end and back-end, and ensuring it is functional, user-friendly, and visually appealing. I'm open to hearing your suggestions on the programming languages and technologies to be used for the project. Your expertise in coding and web development will be crucial in bringing this project to life. Prior experience with similar projects and a portfolio of past work will be highly regarded. Looking forward to collaborating with a talented coder who can take ownership of this project and deliver a high-quality web...

    $438 (Avg Bid)
    $438 Avg Bid
    71 bids

    I'm currently in need of an expert software developer to assist with maintaining and updating existing software initially on a hourly basis but i would consider full time as we build relations. This position requires someone proficient in Java, C#, HTML, CSS, and PHP (codeignitor). Key Responsibilities: - Maintaining and updating the existing software as required - Debugging and troubleshooting issues - Collaborating with other team members Ideal Skills: - Strong proficiency in Java, C#, and PHP - Previous experience in software maintenance and updating - Excellent problem-solving skills - Ability to work full-time and communicate effectively - Experience working in a team environment I'm looking for an individual who is reliable, skilled and able to commit to a full-time r...

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    67 bids

    Hi, I am looking for expert to connect SQL database togoogle looker studio so we can analise data and creat reports, it is a long term coopartion. Please provide implementation cost and hourly charge. Best.

    $392 (Avg Bid)
    $392 Avg Bid
    42 bids

    I am in need of a freelance coder well-versed in Lua and experienced with IceSL. The task involves: - Developing a custom Lua script that can generate a 3D model. - The 3D model in question is a gear coupling. - The gear coupling is designed to be used for power transmission in a larger system. Skills and Experience Required: Mechanical Engineer - Proficient in Lua scripting language. - Experience with IceSL for 3D modeling. - Understanding of mechanical components - specifically gear coupling design and its function in power transmission. - Ability to generate an accurate and efficacious model for power transmission requirements. This task requires an understanding of code as well as a foundational knowledge of mechanical engineering principles. If you possess these skills ...

    $159 (Avg Bid)
    $159 Avg Bid
    10 bids

    ...programmer who is well-versed in SQL Server 2019. The primary task is to ensure that new columns added to the database are correctly displayed in the Excel report generated by the application also fix some minor areas that will discuss in detail Key Responsibilities: - Troubleshoot and fix the issue of new columns not being displayed in the Excel report - Ensure that all relevant data is correctly fetched from the SQL Server 2019 database - Implement a seamless solution that does not affect the overall functionality of the application Ideal Skills and Experience: - Strong proficiency in C# programming language - Expert knowledge of SQL Server 2019, including stored procedures and functions - Prior experience with similar tasks involving Excel report generat...

    $147 (Avg Bid)
    $147 Avg Bid
    51 bids

    Of course, here is the translated version of the freelance advertisement: --- ### Freelance Consultant in Twitter Training Sales **About Me:** Passionate about digital marketing and social media, I am a freelance consultant specializing in the sales of training courses on Twitter. With several years of experience in the field, I have helped numerous businesses and individuals increase their sales and maximize their presence on this platform. **Services Offered:** - **Sales Strategy Development:** Creating strategic plans for selling your training courses on Twitter. - **Ad Campaign Management:** Designing and managing targeted ad campaigns to reach your ideal audience. - **Profile Optimization:** Enhancing your Twitter profile to attract more followers and potentia...

    $102 (Avg Bid)
    $102 Avg Bid
    11 bids

    I'm looking for a wizard developer who can create an enterprise API. I do not have a preferred programming language, therefore, use the one you find most suitable and efficient. I need the API to include the following features: I am seeking a skilled developer to create a API to act as a third party implementation to serve clients such a service oriented businesses as Massage Therapists for client booking via scheduling calendar of showing available appointments ( this calendar shall also be utilized by the client to create time blocks when required ) in addition require online credit card initial deposits at time of scheduling and final payments featuring Vaulting to retain credit card details for future or ongoing appointments. A feature automation to fwd notifications cl...

    $467 (Avg Bid)
    $467 Avg Bid
    69 bids

    I need a skilled data analyst proficient in R to perform an in-depth statistical analysis on a large dataset of more than 10,000 records. The main objective is to conduct thorough statistical analysis rather than predictive modeling or data visualization. Key Requirements: - Proven experience and expertise in R programming. - Ability to apply a wide range of statistical techniques including: - Descriptive - Logistics - Bivariate - Univariate - Multivariate - Multidimensional Ideal Candidate: - Proficient in handling large datasets. - Experienced with statistical analysis on a similar scale. - Strong understanding of various statistical techniques. - Ability to present the results in a clear and comprehensible manner.

    $119 (Avg Bid)
    $119 Avg Bid
    19 bids

    ...and developer to work full time on our customers websites. Your primary responsibilities will include graphic design, HTML/CSS coding, JavaScript and Bootstrap programming in Spanish and English Key Responsibilities: - Develop and maintain websites using HTML, CSS, JavaScript and Bootstrap using our proprietary CMS. - Implement interactive features and dynamic content using JavaScript. - Optimize images for fast loading. Must be strong in responsive design using CSS media queries. Skills and Experience: - Proficiency in Graphic Design software. - Strong experience in HTML/CSS. - Proven track record in JavaScript programming. - Ability to work creatively and proficiently. - Excellent communication and collaboration skills. - Strong Spanish and English spea...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    108 bids

    We are seeking an experienced freelance developer to design and develop an online service booking platform targeted at legal professionals. The project includes creating both a web application and a mobile application for service providers. Responsibilities:Design and develop an intuitive user interface for three distinct profiles: clients (bailiffs), service providers (drivers, couriers, movers, locksmiths), and administrators. Integrate a real-time booking system with calendar and availability management. Implement secure payment systems and automatic notification features. Ensure compatibility between the web and mobile to best practices for security and data protection. Required Skills:Proven experience in web and mobile in front-end and back-end

    $522 (Avg Bid)
    $522 Avg Bid
    65 bids

    (Business Development Executive) (with good track record) + Must have strong Sales Managerial Experience in any B2B SaaS company OR been as a Sales Partner. + Experience in dealing with B2B + USA Market + Must be interested in taking on new challenges. + Should have hands-on experience. + Only Freelancers are Allowed (No Agencies or No Companies)

    $3866 (Avg Bid)
    $3866 Avg Bid
    6 bids

    I'm in need of a skilled web developer and programmer to assist with my current project. Unfortunately, I wasn't able to specify the exact purpose of the site, the features I require, or the target audience. However, I...or the target audience. However, I can provide additional information once we're in discussion. Key Responsibilities: - Collaborate with me to determine the website/application purpose, features, and target audience - Develop and code the site/application based on our discussions - Ensure the final product is user-friendly and responsive Ideal Candidate: - Proficient in web development and programming - Excellent communication skills - Able to adapt and work with evolving project requirements - Experience in eCommerce, database integration, and paym...

    $50568 (Avg Bid)
    $50568 Avg Bid
    22 bids

    Are you a talented 3D designer with a passion for creating vibrant and engaging event layouts? SARYA EVENTS LLC OPC is seeking a skilled freelancer to bring our UAE Union Day, Flag Day celebrations, and wedding venues to life through stunning 3D visualizations. About the Project: We are planning grand celebrations for UAE Union Day and UAE Flag Day, incorporating traditional Emirati elements and activities, as well as designing beautiful wedding venues. We need detailed 3D visualizations for the following venues: Scope of Work: UAE Union Day Venues: Locations: Indoor and outoor location. Objective: Showcase patriotic decorations and activities that highlight traditional Emirati culture and heritage. Tasks: Create detailed 3D models of event layouts tailored to each specific venue. Desig...

    $86 (Avg Bid)
    $86 Avg Bid
    32 bids

    ...standards of code quality and push for continuous improvement. **What You Need:** - BS/MS in Computer Science, Engineering, or related field. - 2-3 years of full-stack development experience, with significant focus on mobile apps. - Strong proficiency in Flutter or similar, front-end technologies (HTML5, CSS3, JavaScript), and backend development (Node.js, Django). - Experience with databases (SQL & NoSQL), cloud services (AWS, Google Cloud, Azure), and versioning tools like Git. **Why Join Us?** - Flexible working hours and a chance to work in a dynamic, fast-paced environment. - Continuous learning and professional development opportunities. ? **Apply Now!** Send your resume, a cover letter, and work samples/portfolio demonstrating your expertise relevant to the role. ...

    $433 (Avg Bid)
    $433 Avg Bid
    19 bids

    ...reliability of the application. 7. Work closely with the QA team to identify and fix bugs and performance issues. 8. Stay up-to-date with the latest trends, technologies, and best practices in mobile game development for Android. Requirements: 1. Proven experience as an Android App Developer with a portfolio of released applications or games on the Google Play Store. 2. Proficiency in Java or Kotlin programming languages and Android SDK. 3. Strong understanding of mobile game development principles, including UI/UX design, performance optimization, and memory management. 4. Experience with game development frameworks such as Unity or Unreal Engine is a plus. 5. Familiarity with version control systems (e.g., Git) and Agile development methodologies. 6. Excellent problem-solving ...

    $908 (Avg Bid)
    $908 Avg Bid
    10 bids

    I am seeking a talented freelance illustrator to visualize my children's book aimed at the 4-8 years age group. - Style: I'm interested in a vibrant, whimsical cartoon style, with the ability to bring unique and lovable characters to life. - Character Design: The book will showcase one to three main characters. Experience in creating engaging, relatable characters is essential. - Skills and Experience: Ideal candidates will have prior experience working on children's books, good understanding of child psychology and what appeals to this particular age group. This project demands creativity, consistency in style, character design, and color selection, as well as a keen understanding of story pacing for illustrations. If this sounds like the right project for you, pl...

    $63 (Avg Bid)
    $63 Avg Bid
    55 bids

    ...skilled developer to create a rock paper scissors game on a Raspberry Pi. The outcome should be displayed on an LED. The following are the key requirements for this project: - **LED Display Design:** I don't have a specific design in mind for the LED display, so I'm open to creative suggestions. It would be great if the design can enhance the user experience and make the game more engaging. - **Programming Language:** I'd prefer the game to be developed using Python. Please ensure you're proficient with Python and can create a smooth and efficient game. - **Control Mechanism:** I'll need the game to be controlled via a web interface that's accessible through a network. This is essential for user interaction and convenience. Ideal skills and experie...

    $18 (Avg Bid)
    $18 Avg Bid
    6 bids

    I'm on the lookout for a skilled RHEL Engineer to assist in getting our server on the Certified Hardware List. The role will require expertise in the core language of RHEL. Although I'm unsure if proficiency in C is obligatory, having it would be a welcome advanta...role will require expertise in the core language of RHEL. Although I'm unsure if proficiency in C is obligatory, having it would be a welcome advantage. Specifically, the Engineer will: - Understand the requirements for RHEL certification - Prepare the server for the process - Perform the tasks and tweaks necessary to meet certification conditions I anticipate that a strong understanding of programming, RHEL, and Linux-based operating systems will be necessary. Experience with server certification will a...

    $102 (Avg Bid)
    $102 Avg Bid
    4 bids

    I'm looking for a skilled developer with experience in cTrader platform and C# programming to create a custom Renko-based cBot for me. Key Requirements: - C# Proficiency: The developer should be well-versed in C# programming language, as the cTrader platform typically uses this language for cBots. - cTrader Platform Knowledge: Experience with this platform is essential, the developer should have a strong understanding of how to work with its APIs and develop cBots. - Custom Renko Functionality: I need the developer to implement a custom brick size for Renko charts in the cBot. -Automated Trading Execution: The cTrader bot should be able to automatically execute trades based on the parameters of the strategy. - Backtesting and optimisation capabilities: The ideal devel...

    $605 (Avg Bid)
    Featured Urgent
    $605 Avg Bid
    15 bids

    ...user login/signup, in-app messaging, push notifications, photo and file upload. Advanced features should also include GEO Fencing, QRCODE/Barcode scanning and face recognition. The app should be supported by SQL and allow user details to be saved and retrieved from a database. Furthermore, the app needs to integrate with Google services like Maps and Calendar. The design of the app should be minimalistic but seamless for easy user interface. Therefore, a developer with design skills would be perfect for this task. - ESSENTIAL SKILLS: - Android app development - Knowledge of SQL - Minimalistic app design - Experience in GEO Fencing, QRCODE/Barcode scanning, Face Recognition - API integration with Google services This project will require rigorous testing to...

    $666 (Avg Bid)
    $666 Avg Bid
    13 bids

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled develop...shapes in various styles with user adjustable settings and configurations - adding additional shapes into the created shapes in separate layers to create more complex outcomes - export of the pixelated images as 300dpi vectorized or rasterized files - intuitive interactivity with user friendly adjustments, selections and editing The ideal freelancer would have extensive experience in graphic programming, creating image pixelation algorithms and a strong background in developing highly interactive programs for Windows, understanding artistic elements/nuances and familiarity with software development and adhering to deadlines Winning bidder will s...

    $489 (Avg Bid)
    $489 Avg Bid
    28 bids

    I'm...API, including the integration of a websocket webhook for real-time communication. - Developing Automation Scripts: I will need you to create Python scripts that can automate various communication tasks on my behalf. This might involve sending messages, responding to specific triggers, or even managing contacts. Skills and Experience: - Proficiency in Python: You should be an expert in Python programming, as this will be the primary language used in the automation scripts. - Experience with API Integration: Previous experience working with WhatsApp Cloud API or similar cloud-based communication APIs would be a plus. - Understanding of Websockets: Since we're aiming to set up a webhook for real-time communication, a good understanding of websockets and their implemen...

    $18 (Avg Bid)
    $18 Avg Bid
    9 bids

    I'm looking for a Python content writer who can create technical documentation at an intermediate level geared towards software developers. Key Requirements: - Previous experience writing technical documentation. - Comprehensive understanding of Python programming language. - Ability to break down complex concepts into easily digestible content. - Knowledge of the needs and interests of software developers. The documentation should be structured, engaging, and provide a thorough explanation of Python concepts that are relevant and useful for software developers. A long-term collaboration may be possible for the right candidate.

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

    ...project is for advanced developers. Those that can read complex code structures - I mean it. You must be able to understand ReactJS but also understand a large existing project with little help from me. We're looking for a full-time programmer who is hard working, honest, and enjoys learning. Are you the kind of person where your yes means yes and your no means no? Do you have several years of programming experience with all things ReactJS? Place, "ReactJS developer" on the top of your bid. This full-time position requires attention to detail - someone that understands spoken and written English, fluently. We have enough work for over a year. On the top, after "ReactJS developer", please tell me what was your most difficult ReactJS project you completed...

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    50 bids

    I'm in need of a skilled developer with strong experience in NodeJS, React, and Next/NestJS. The p...Search Functionality: The application will have a search feature that allows users to find specific content or items efficiently. This will require robust search algorithms and user-friendly interfaces. - Payment Gateway Integration: The application needs to support payment processing. You'll need to integrate a payment gateway to handle transactions securely and seamlessly. Your experience in SQL will also be valuable to ensure efficient data management and integration with the web application. Please provide examples of your past work that demonstrate your expertise in these areas. I'm looking for a reliable, communicative individual who can deliver a high-quality...

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

    As the project owner, I'm seeking a professional skilled in Pine Script with experience in retrieving code from private scripts on Trading view. The key objectives of this project include: - Extracting...indicators like Moving averages, Pivots, Fibonacci and MACD. - The code extraction should consider compatibility with variable timeframes. Whilst exact timeframes aren't specified yet, flexibility should be maintained to accommodate potentially any (e.g. 1 minute, 5 minutes, 1 hour, and more) I expect freelancers interested in bidding for this project to have proven experience in Pine Script programming and a reliable understanding of trading indicators. Kindly attach a sample of a similar project you've worked on, if available. This way I can evaluate your suitabil...

    $114 (Avg Bid)
    $114 Avg Bid
    4 bids

    ...diagram, relational schema, database dump, SQL files, and queries for a library database system. Requirements: - ER Diagram: An ER diagram is required with rationalities similar to the example provided in this link: - Relational Schema: Develop a relational schema that effectively models the database. - Database Dump: Provide a database dump for the system. - SQL Files and Queries: The project should include a set of SQL files and queries that effectively interact with the database. - Managerial Queries: Develop a minimum of 20 managerial queries that will be used to analyze and manage the library database. Deadline: This project must be completed by Monday. Ideal Skills: - Proficiency in database design and SQL - Experience with ER diagram creation - A...

    $177 (Avg Bid)
    $177 Avg Bid
    11 bids
    Projects Manager 6 days left
    VERIFIED

    ...construction and marketing projects, ensure effective team communication, manage the budget, and deliver the projects to our clients on time. Key Responsibilities: - Planning and scheduling: Develop project timelines, set milestones, and allocate resources efficiently. - Team coordination and communication: Maintain clear communication channels among team members, contractors, and clients. - Budget management: Responsible for ensuring projects stay within budget, and identifying cost-saving opportunities. - Fulfill client projects: Deliver projects in a timely manner that meets or exceeds client expectations. I'm particularly looking for a professional with a background in multiple tier management over contractors and a proven track record of d...

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

    As a communications en...communications engineer needing assistance with Natlab programming, I require a professional, preferably with a background in my field, to convert and integrate specified intermediate-level algorithms into MATLAB code. The project will entail the following: - Familiarizing yourselves with the existing code. - Converting given algorithms into MATLAB code. - Implementing the newly created MATLAB code into the existing code. Ideally, you should have a solid grounding in debugging, performance optimization, and feature implementation. This role needs an individual with a keen eye for detail and an understanding of the inner workings of the Natlab program, especially in communications engineering. Previous experience with similar projects would be an...

    $24 (Avg Bid)
    $24 Avg Bid
    8 bids

    I am in need of a skilled freelance video editor with dedicated expertise in YouTube video editing. The assignment involves editing videos that are less than 5 minutes in length. Key Responsibilities: - Editing shorter videos (under 5 minutes) for YouTube - Prioritizing audio enhancement to improve the overall quality Preferred Skills: - Expertise in audio enhancement - Experience in editing YouTube content - Knowledge of current YouTube trends - Ability to complete tasks efficiently I am looking forward to working with someone who can quickly understand my needs and help me to make my videos stand out.

    $10 (Avg Bid)
    $10 Avg Bid
    22 bids
    MS Access Form Input Design 6 days left
    VERIFIED

    I require an expert in MS Access and Visual Basic programming to design a user-friendly form input interface for my project. - This interface should be intuitive and be capable of capturing and effectively managing predominantly text data. - Familiarity with database systems and strong understanding of user interface design principles will be extremely advantageous. - I'm looking for someone who can deliver quality work promptly. Demonstrative past experience in similar tasks will be highly advantageous.

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

    I need a seasoned professional who can provide me with comprehensive support on major projects and tasks completion. The role involves assisting in project planning, task management, and troubleshooting, along with other related activities that could improve my efficiency and productivity. The ideal candidate should be proficient on following:- Task would related to this :- Load testing architecture Created infra in azure (VM's, synapse load balancer, DNS mapping) Internal VM configuration Nginx conf files change (private IP, domain) Azure VM network security group rules DNS mapping in Cloudflare Majorly daily daily work would be on :- Jenkins build, And Deploy in Azure (VMs, Tomcat) and Azure Devops Interaction with CloudFare, Azure Redis Site 24x7 and Mongo...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    4 bids

    As a Python Developer, I'm intent on automating specific repetitive tasks related to file management and organization. Key Responsibilities: - Develop scripts in Python to automate repetitive file management tasks. These tasks are slowing down our productivity and we need a solution to streamline them. - Implement an effective, reliable and user-fri...Python to automate repetitive file management tasks. These tasks are slowing down our productivity and we need a solution to streamline them. - Implement an effective, reliable and user-friendly automated system that requires minimal manual intervention. - Ensure the system is highly secure and can handle large volumes of data effectively. The ideal candidate will have: - Proficiency in Python programming language and experience...

    $130 (Avg Bid)
    $130 Avg Bid
    18 bids

    ...Requirements: - Fully automated: The tool should be capable of removing backgrounds from photos without requiring any manual adjustments. - File Format Support: The tool should support the file format for the background removal. - User-friendly: The tool should be easy to use and navigate, even for those with no prior experience in photo editing. Ideal Skills and Experience: - Proficient in programming languages suitable for creating automated tools - Experience in photo editing and understanding of background removal techniques - Prior experience in developing similar tools or software for photo editing purposes The successful candidate will be able to develop a user-friendly, fully automated tool for background removal with a file format that matches the format. This pro...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    12 bids

    Only Freelancer Appy, Not Agency. Proven past work should be there. I am in need of a talented and experienced Local SEO Specialist to help with three of my projects. These include a Dentist, a Vet clinic, and an NGO. Your main tasks would be local keyword research, improving the local keywords ranking, and generating more appointment bookings, traffic to the locations, or website traffic. Key Responsibilities: - Conduct thorough local keyword research for all three projects. - Calls and traffic should start growing from first month. - Building backlinks every month. - Improve local keywords ranking for the Dentist and Vet clinic - Increase appointment bookings calls for the Dentist and Vet clinic - Increase website traffic for the NGO - Develop and execute strategies to ...

    $86 (Avg Bid)
    $86 Avg Bid
    50 bids

    ... - Automate the generation of slides including related images based on the descriptions. - Ensure each slide is editable by the user for final adjustments. File Generation: - Implement the final step where users can generate and download the completed PowerPoint (.ppt) file after reviewing all slides. Requirements: Proven experience in developing Telegram bots. Proficiency in programming languages such as Python, Node.js, or equivalent. Experience with PowerPoint automation libraries (e.g., python-pptx). Familiarity with natural language processing and handling multilingual input. Strong understanding of user experience and user interface design principles. Ability to integrate image search APIs to fetch relevant images for slides. Excellent problem-solving sk...

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

    Are you a skilled communicator with a knack for scheduling appointments? Glimmer Grove Design is seeking freelance appointment setters to assist us in reaching potential clients and scheduling Zoom calls to showcase our beautifully crafted websites. Responsibilities: - Utilize provided dialer, script, and lead list to make outbound calls to businesses without websites. - Engage with business owners or decision-makers to discuss our website offerings. - Schedule Zoom calls to present our pre-built website demos. - Maintain accurate records of appointments scheduled. - Requirements: - Excellent communication skills, both verbal and written. - Comfortable making outbound calls and engaging with potential clients. - Ability to effectively follow a provided script while adapting to co...

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