Sql software jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 sql software jobs found, pricing in GBP

    Location: HCMC, Vietnam I'm looking for a proficient Software Developer with a specialty in mechatronics and motion control for an industrial project. This is a full-time position for 2-4 months, based in Vietnam, and offers an excellent opportunity to work on a cutting-edge production line control system. Technical Requirements: Strong Proficiency in Rust: Applicants must either mastering Rust or a solid background in C/C++ with a strong willingness to learn Rust. GUI Development Experience: Prior experience in building Graphical User Interfaces is essential. Linux System Programming: Good knowledge of Linux system programming is required, including dealing with serial ports, systemd, and SSH. Version Control Proficiency: Familiarity with Git, GitHub, and GitLab. Modbus Prot...

    £2028 (Avg Bid)
    £2028 Avg Bid
    39 bids

    I'm looking for a proficient Unity 3D developer who can build a 3D modeling software for VR Headset. The main expectation from the software would be: - The ability for users to create new shapes using the mouse. - Extrusion of 2D objects into 3D using button and mouse. - Cut and join different shapes using button and mouse. - Modify color, size, and orientation of selected shapes using button. - Moving the created objects by selecting it across all three axes using button. - We want to also save the shapes created and the current screen and have some menu from where these saved projects can be opened. - We also want the feature to delete existing object when selected using mouse. Do all this using C# language only. All we want using c# in unity 3d for VR headset Also, ...

    £2009 (Avg Bid)
    £2009 Avg Bid
    4 bids

    I'm seeking a professional with podcast editing skills and knowledge about suitable software. I'm currently operating on Windows and will be publishing my 10-minute podcast three times a week. Your role will include: - Suggesting the best software for my podcast needs - Improving the sound quality of each podcast episode - Adding relevant effects and music for an enhanced listener experience - Uploading the edited episode to Patreon. The freelancer must have proficiency in sound editing and familiarity with Patreon. Extensive knowledge about podcast editing software compatible with Windows is a must.

    £24 / hr (Avg Bid)
    £24 / hr Avg Bid
    26 bids

    ... Deadline: 14th March 2024 Software: PowerPoint/ Depends on Task. Task: Imagine you are a data scientist recently hired by the government to demonstrate the new SQL database you have created. Imagine the government is also planning on storing the names of people involved in accidents. You produced a relational database in SQL. In your presentation, you should introduce the potential technical, ethical, and legal issues of storing the data. How might an SQL relational database address some of these? Present and describe an entity-relationship diagram (ER diagram) for the database. There are a lot of columns in each table, so do not show them all. Just show primary keys, any foreign keys, and a representative sample of 2 or 3 of the other columns. Present ...

    £19 (Avg Bid)
    £19 Avg Bid
    19 bids

    I need assistance involving incorrect output being produced by my PHP/SQL code. I require an expert who's proficient in: - Debugging PHP/SQL, primarily focusing on calculation issues. - Understanding how aggregated functions operate. My problem involves miscalculations within the aggregated functions. An expert in SQL that can accurately rectify this issue is necessary. The successful freelancer should having strong experience in PHP/SQL and great debugging skills.

    £11 (Avg Bid)
    £11 Avg Bid
    18 bids

    I'm looking for a highly skilled PHP and SQL professional to assist me in managing my database. Specifically, I need help with: - Database Management: I require someone well-versed with handling databases, ensuring that their structure and performance are optimal. - Data Structuring: My project predominantly deals with tables and requires someone with an in-depth understanding of them to ensure efficient data structuring. Ideal skills and experience for this job would include a strong command of PHP and SQL, a deep understanding of database structures, and substantial experience in database management and structuring, especially tables.

    £13 (Avg Bid)
    £13 Avg Bid
    18 bids

    I'm looking for an experienced PHP developer to configure and run my application, integrating it with a SQL Server for data storage. Key requirements for the project: - Expertise in PHP development - Proficient in SQL Server database management - Ensure data security and integrity during migration Considering the urgency of the project, ideally looking for candidates who can start working immediately. Respond with your available start date and a detailed outline of how you intend to approach this project.

    £122 (Avg Bid)
    £122 Avg Bid
    53 bids

    I'm seeking a highly skilled software developer who can build a comprehensive cooperative software for Windows platform. This software must handle the full spectrum of cooperative accounts and loan disbursement needs. Key Features Required: - Accounts Management: The software must be able to seamlessly handle all aspects of account management in a cooperative. - Loan Disbursement: In addition to account management, the software must efficiently manage the entire loan disbursement process. - Cooperative Member Management: Another crucial feature is managing cooperative member data, such as membership status, financial contributions, and loan status. The end users will be my cooperative employees who possess advanced software knowledge, so I&...

    £115 (Avg Bid)
    £115 Avg Bid
    12 bids

    I am currently in need of a meticulous data entry specialist with a good sense and understanding of SQL Server. Your primary responsibilities would involve: - Organizing and processing data on our SQL Server - Keeping the database updated - Ensuring data integrity and security - Regular reporting and documentation This project requires a detail-oriented professional with excellent keyboard typing skills and profound knowledge of spreadsheets and online databases. An ideal candidate would have experience in managing SQL Server databases. Impressive organizational skills and a keen eye for detail are both a must to do well in this role. I await your proposals.

    £9 / hr (Avg Bid)
    £9 / hr Avg Bid
    18 bids

    I am seeking expert software developers to create an innovative and efficient inventory management system tailored specifically to serviced and furnished apartments. The system needs to strategically track our inventory which includes Furniture, Appliances, and Linens. Key Features Needed: - Real-time Inventory Updates: The application must provide real-time updates on inventory levels, facilitating quick and informed decision-making. - Reporting & Analytics: It should generate insightful reports, offering a comprehensive view of our inventory status and movement over time which will be essential in strategic planning. Maintenance Tracking: The software also needs to deliver a thorough method to Track Maintenance History and Generate Maintenance Reports. This will give...

    £170 (Avg Bid)
    £170 Avg Bid
    15 bids

    I have a stored procedure on a MS SQL Server that is running a SQLCMD statement to output a CSV file in the following format where #sqlStatementHere# is the SQL string. I won't give specifics to the database structure as that part is irrelevant. sqlcmd -s, -W -Q "set nocount on; #sqlStatementHere#'" | findstr /v /c:"-" /b > '+@OutputFilePath; My problem is that some varchar fields contain special characters such as quotes and double quotes and commas. This is causing some rows of the CSV file to be invalid. I am assuming we can pass in some parameter to this SQLCMD to escape special characters or perhaps wrap the entire varchar data in double quotes. You will not be given access to the database for this project. You can easily create...

    £50 (Avg Bid)
    £50 Avg Bid
    18 bids

    I have a stored procedure on a MS SQL Server that is running a SQLCMD statement to output a CSV file in the following format where #sqlStatementHere# is the SQL string. I won't give specifics to the database structure as that part is irrelevant. sqlcmd -s, -W -Q "set nocount on; #sqlStatementHere#'" | findstr /v /c:"-" /b > '+@OutputFilePath; My problem is that some varchar fields contain special characters such as quotes and double quotes and commas. This is causing some rows of the CSV file to be invalid. I am assuming we can pass in some parameter to this SQLCMD to escape special characters or perhaps wrap the entire varchar data in double quotes. You will not be given access to the database for this project. You can easily cr...

    £32 (Avg Bid)
    £32 Avg Bid
    17 bids

    I'm looking for a skilled video producer who can create a high-quality demo video that showcases my software service's user-friendly interface. The goal is to demonstrate our product's ease-of-use as a key selling point. Skills and Experience: - Proven experience in video production and editing - Familiarity with software and tech industry - Ability to highlight and explain complex features in a simple, understandable manner - Creativity in storytelling through video - Attention to detail Deliverables: - A polished demo video that highlights our software's user-friendly interface - Incorporate engaging visuals and narration to explain the functionality - Final video file in a high-resolution format.

    £57 (Avg Bid)
    £57 Avg Bid
    21 bids

    I'm in need of a proficient backend developer to implement key functionalities related to User Authentication, Database Management, and API Integration. The ideal candidate should have: - Proficiency in Java, PHP, JavaScript, SQL, MongoDB, and AWS. - Solid experience with backend frameworks - Spring Boot, Laravel, and Django. Your job will be working on an Examination Portal for a university. It can be desktop application as well as Website.

    £590 (Avg Bid)
    £590 Avg Bid
    53 bids

    Hi Kazi Md Nurul I., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    £118 (Avg Bid)
    £118 Avg Bid
    1 bids

    I'm seeking a developer skilled in SSIS, C# and SQL for this project. The task involves fetching JSON data from an API using oauth with a username and password. This data will then need to be written to a SQL table. The main specifications are: - API provides JSON data - Only specific fields are required from the JSON data for the SQL table write operation - These fields are constant and will not change in the future Confident understanding and experience with JSON, C#, API fetch, SSIS, and SQL are paramount. The ideal candidate will be adept at creating smooth integrations, dealing with API provided data and handling SQL scripts.

    £155 (Avg Bid)
    £155 Avg Bid
    15 bids

    I am in urgent need of a professional who can methodically carry out manual testing on my software. The selected freelancer should have: - Expertise in software testing with a focus on manual testing. - Experience testing for functionality and user interface design. - The ability to identify potential issues or bugs in the system early on. - Attention to detail in providing concise, accurate feedback on their findings. Your role will primarily involve comprehensively testing the functionality and user interface design to ensure the software works efficiently and is user friendly. A strong background in manual software testing and a keen eye for detail will make you an ideal candidate for this project. This is an excellent opportunity for someone who enjoys ta...

    £234 (Avg Bid)
    £234 Avg Bid
    76 bids

    Apply only if you can immediately start the wo...addition. Section addition. I'm looking for an expert PHP developer to enhance the interface of my custom PHP software. As much as I have not clarified which specific pages need attention, I expect the freelancer to demonstrate flexibility and readiness to work on various sections. The pages may include but not limited to the homepage, about us or services page. An ideal candidate should have significant experience in PHP programming. Please detail your experience when applying. Note that whilst there might be existing content and links, be prepared to create some as the project progresses. I'm looking at a blend of creativity and practicality in achieving this goal. The software should not only be enhanced functiona...

    £5 / hr (Avg Bid)
    £5 / hr Avg Bid
    67 bids

    I need a talented scriptwriter to create captivating, educational YouTube videos about my email marketing software. Target audience is beginners in email marketing. The scripts should: 1. Cover the benefits of using my software. 2. Be informative and educational in style. Ideal candidate: - Has experience in script writing, particularly for educational content. - Understands basic concepts of email marketing. - Is able to simplify complex information for beginners. - Has excellent written communication skills.

    £5 / hr (Avg Bid)
    £5 / hr Avg Bid
    17 bids

    I am seeking a professional with expertise in custom software development for process automation, specifically compatible with Windows. Your task will be to create a software solution that can automate our integral business functions. Ideal Skills and Experience: - Deep understanding of software development for process automation - Proficient in Windows-based software development - Track record of delivering custom software solutions In your bid, please provide examples of the similar custom software you've developed to facilitate process automation. Experience and knowledge specific to our requirement will be highly regarded.

    £4073 (Avg Bid)
    £4073 Avg Bid
    14 bids

    ...method like JWT (JSON Web Tokens). This includes login, registration, and role-based access control. 2. **RESTful API**: Develop a set of RESTful APIs using .NET Core to handle data exchange between the Angular frontend and the backend server. This includes endpoints for CRUD operations (Create, Read, Update, Delete) for various resources. 3. **Database Integration**: Integrate a database (e.g., SQL Server, MySQL, PostgreSQL) with .NET Core using Entity Framework Core or another ORM (Object-Relational Mapping) tool. Ensure proper data modeling and management. 4. **Frontend Development with Angular**: Build the frontend user interface using Angular. Design and implement components, services, and modules to create a responsive and intuitive user experience. Utilize Angular featu...

    £616 (Avg Bid)
    £616 Avg Bid
    42 bids

    I'm in search of a proficient software developer ideally with exposure to Python, Java and C++. While I appreciate experience and previous work, my primary concern lies in candidates' ability to detail their approach to developing software. I encourage interested freelancers to provide: - Detailed project proposals: Flesh out what you see as your role and responsibilities. Please also present a step-by-step implementation strategy explaining how you would approach my software development needs. Ideal candidates will possess: - Proficiency in Python, Java, C++. Knowledge of additional languages is a plus. - Strong analytical and problem-solving skills. - Experience with crafting thorough and detailed project proposals. Consideration will be given to can...

    £206 (Avg Bid)
    £206 Avg Bid
    8 bids

    I am seeking a proficient Java developer to build a workflow engine (Business Process Management). Business process actually goes through various stages/steps and users with different roles will be handling different steps. When the first step in the process is completed, system should identify the next step in the sequence and also the role required for handing that next step. Once this is done, system should place the form in the tray of users that have the role required for handling that step. This is called workflow engine. The project is about building this workflow.

    £218 (Avg Bid)
    £218 Avg Bid
    26 bids

    I'm looking for a skilled software developer proficient in Python and Scikit Images. The core tasks involved will be: - Image processing - Developing machine learning algorithms This project aims to implement machine learning algorithms for image recognition. The output expectation from the image analysis process is generating data for further analysis. Ideal Skills and Experience: - Solid experience with Python and Scikit Images - Strong expertise in image processing techniques - Proven track record with Machine Learning algorithms - Experience in software development related to image analysis and recognition Your contribution will be pivotal in the data analysis stage of our project. Your role will demand both technical acuity and creative problem-solving to me...

    £1355 (Avg Bid)
    £1355 Avg Bid
    6 bids

    ...startup that is innovating at the leading edge of Artificial Intelligence movie and game production. Our competitors are the likes of Sora, DALL.E and Runway.ml. This remote work job is for initially 10 hours per week at NZD $31 per hour with the opportunity for promotion in the future. Technologies that you must be able to use competently. C# and LINQ Visual Studio 2022 MS Web API Javascript SQL We are looking for someone who: * Is fundamentally enthusiastic and passionate about learning AI technologies. * Can learn quickly. * Can speak English well enough to communicate appropriately in a joint Zoom session with our English speaking developers. * Be available to RDP into our data center resources from 3pm and 5pm Monday to Friday New Zealand time while performing Zoom m...

    £12 / hr (Avg Bid)
    £12 / hr Avg Bid
    48 bids

    This project is a Ai based project that will take AI and have it sort through multiple job listings with freelancer websites and match up with existing users. The users will get a notification on weather or not they want to accept or decline the job in a area in the software called Matches, where the jobs get stored for 24 hours or until accepted. once declined the job gets deleted and goes to the next person. If not accepted in 24 hours the job will get bumped to the next person who matches the gig. Decide on the machine learning model or algorithm suitable for my Freelancer Gig Matcher. Develop an interface or integration with popular freelancer platforms to fetch real-time data. This ensures that the AI model stays updated with the latest information about freelancers and p...

    £713 (Avg Bid)
    £713 Avg Bid
    42 bids

    I am seeking a seasoned professional who can create an impactful software company deck intended to attract new customers. This deck needs to effectively: - Highlight our company's expertise and experience in the software industry - Showcase successful case studies or testimonials from satisfied clients - Demonstrate the unique features and benefits of our software products/services The intended tone for this project is professional and formal. Having prior experience designing high-quality decks and an understanding of the software industry is highly valuable.

    £73 (Avg Bid)
    £73 Avg Bid
    1 bids

    I am looking for a skilled freelancer with profound expertise in Excel and SQL, particularly on the Mac platform. Key tasks include: - Importation of numeric data from an Excel workbook into Microsoft Azure Data Studio using Python - The data is arranged over multiple worksheets, all of which are interrelated. - Apart from the primary data importation job, the freelancer will be tasked with devising an efficient method of performing this task on a daily basis. Ideal Skills: - Strong Excel and SQL skills with experience in data migration. - Proven ability to handle related datasets spread over multiple worksheets. - Experience with automation, to maintain daily import tasks. - Familiarity with Mac operating systems. Your bid should demonstrate a clear understanding of...

    £99 (Avg Bid)
    £99 Avg Bid
    26 bids

    For my personal project, I'm seeking a skilled Figma designer to create an engaging website that will showcase my creative work. The main purpose of the project is to provide a digital platform where viewers can appreciate my creativity and talent. The ideal designer for this task should have: - Exceptional skills in Figma software - Experience in designing aesthetically appealing websites - Ability to translate artistic vision into digital format - A keen eye for detail Since I forgot to specify what specific creative work of mine will be displayed, you must be flexible and capable to highlight any form of artwork, be it visual art, photography, or writing samples. I look forward to working with a designer who can bring my creative vision to life with a unique and captivat...

    £158 (Avg Bid)
    £158 Avg Bid
    136 bids

    Please completely read this project description, and check attached requirements file before bidding. TECHNICAL REQUIREMENTS Solution Solution must be delivered in Visual Studio 2022 Community Edition Awarded freelancer must provide SQL scripts to create database and tables. Prefered solution projects structure in VS Solution: API DTO Models Repository Services WebAssembly Backend Asp.net Core 8 SQL Server 2019 or later Frontend Blazor Web Assembly The budget placed on this project is already final and negotiations for it will not be entertained. Tip is only provided to those freelancers who accomplish the job before the estimated days by the freelancer when bidding. I only pay additional money for new additional requirements, not included in original s...

    £190 (Avg Bid)
    £190 Avg Bid
    42 bids

    I'm seeking an experienced Laravel developer with knowledge in SQL Database Management, MQTT, and IoT integrations. Essential skills and experience involve: 1. **IoT Devices Integration**: The professional should have previous experience integrating Laravel with various IoT devices. In this case, the object of integration includes smart home devices, industrial sensors, and wearable devices. 2. **SQL Database Management**: I need assistance in managing my SQL database for various functionalities. Specifically, the task requires skills in data retrieval, data storage, and data synchronization. 3. **Template Customization**: I have my own pre-designed templates which need adjustments. The main element to be modified is the layout and structure. Experience in cust...

    £118 (Avg Bid)
    £118 Avg Bid
    22 bids

    I am in need of a seasoned PHP/SQL programmer to create a robust Admin Panel for my website. The panel should focus mainly on two key functionalities: User management and Content management. For User management, the software should allow me to function as a Super Admin with the rights to full access of all components and operations within the panel. Content management is another critical feature. It should specifically cater to handling products, allowing me to conveniently add, update and remove product listings. Ideal skills for this project includes: - Proficient in PHP/SQL - Experience in building admin panels - Sound understanding of user and content management - Familiarity with product-based platforms is a plus. Your proposal should include your previous...

    £198 (Avg Bid)
    £198 Avg Bid
    73 bids

    Title: Experienced Software Developer Needed for Custom Waste Management SystemDescription:We are a dynamic waste management company based in South Africa, striving for excellence in our operations. We're on the lookout for a skilled software developer or a small development team to create a comprehensive, custom software system to streamline our Scope:The ideal system will:Allow manual loading of work schedules for the service booking and allocation of work to different route planning capabilities, including distance and required diesel a diesel management system, detailing purchases and consumption by each vehicle, with an automatic balance logging Proof of Delivery (POD) numbers for each collection,

    £1858 (Avg Bid)
    £1858 Avg Bid
    85 bids

    ...robust functionality and user experience. • Provide documentation for the plugin, including installation, configuration, and user guides. • Offer technical support and updates as needed to address any issues, improvements, or Moodle updates. Requirements: • Proven experience in Moodle plugin development, with a portfolio of previous projects. • Strong proficiency in PHP, HTML, CSS, JavaScript, and SQL. • Familiarity with Moodle's architecture, coding standards, and best practices. • Excellent understanding of UX/UI design principles, especially in the context of educational platforms. • Ability to work independently and collaboratively in a remote environment. • Strong communication skills, with fluency in English. • A passion for...

    £410 (Avg Bid)
    £410 Avg Bid
    42 bids

    I kindly would like to have a budget for the following project: Futura Centro is a soon-to-be-launched medical clinic focused on mental health. For this matter, we developed a software (coded on PHP and Laravel) that will help our users (psychiatrists, psychologists, patients and support team) reduce time in administrative tasks. I only mentioned the software to give you a context of our company, but the software itself won’t be a crucial part of this project. What we need to do is the following: STEP 1: I just bought a Wordpress theme (Healsoul, from Envato) to be the institutional webpage of my company. I need to correctly install it and set it up on AWS, using a domain I already own (). May I mention I already read the wordpress theme documentation and is ...

    £335 (Avg Bid)
    £335 Avg Bid
    91 bids

    ...artistic illustrator to revamp an existing software. Mainly, enhanced functionalities and improved performance are paramount. Key tasks include: - Upgrading the current c# source code into a new software - Incorporating new 6 language support into the software and dark/light interface. - Developing an appealing, clean user interface with few new features. Ideal candidates should have prior experience in c# development and user interface design, with a demonstrated ability to deliver high-quality, professional work. Fluency in multiple programming languages is a plus. This job requires both technical rigor and artistic flair, so a portfolio showcasing similar past projects would be advantageous. First see all attached photos, is current software i have w...

    £118 (Avg Bid)
    £118 Avg Bid
    36 bids

    ...seasoned Google AdWords Specialist who can effectively manage a campaign geared towards generating leads and sales for my telecommunications software business. Key responsibilities will include: - Setting up the campaign - Running and tweaking it as necessary - Providing clear explanation about the process This job will likely span over a period of 6 months, requiring approximately one hour a week. The monthly ad budget is around $1000. The ultimate goal is to target businesses, persuading them to choose our top-notch telecommunication solutions. Hence, experience in B2B marketing, as well as an understanding of the telecommunication software market, is highly desirable. Feel free to bid if you're a proactive, results-driven strategist with a track record o...

    £12 / hr (Avg Bid)
    £12 / hr Avg Bid
    47 bids

    I have a php js mysql based software. a part of it already imports csv data and makes records in the system. I want to make some improvements (remove columns, change calculation mode, add a bulk action button) The instructions are in the following videos video 1, purchases: video 2, sales and bulk button: (I am attaching csv files in the project)

    £85 (Avg Bid)
    £85 Avg Bid
    50 bids

    I'm in need of a software for my WhatsApp Business API service provider. It's crucial for the software to have: - Contact Management: Managing contact details should be made effortless with this planned software. Think mass imports, segmented lists, advanced searching and more. - Message Automation: I'm interested in streamlined SMS and MMS campaign creation, customization and automation to help drive ROI. - Analytics tracking: Key performance indicators should be at my fingertips. I need data like delivery success rates, response rates and cost per response in a user-friendly interface. Regarding the technology stack, there's a degree of flexibility here. Whether it's Java, Python, C#, or some other language you're comfortable with, I&...

    £533 (Avg Bid)
    £533 Avg Bid
    15 bids

    I am seeking a talented developer, ideally experienced in Xano, for backend system development. This project encompasses. Need help in checking current sql server table structure and recommend us proper We have created api in in java and sql server based database system. Need to convert existing api to xano

    £6 / hr (Avg Bid)
    £6 / hr Avg Bid
    6 bids

    I'm particularly seeking a technology integration specialist with a deep understanding of the functional workings of office management software. Key responsibilities: - Understand and analyze the current software system - Implement automations - Manage event attendance features - Oversee waiver processes Ideal freelancer should have: - Extensive experience with office management software - Strong proficiency in software automation - Expertise in event management and document control Your prime objective will be to refine our current office management software to more efficiently handle automations, event attendance, and waivers. Your expert advice and implementation actions will play a crucial role in enhancing our system's capabilities.

    £6101 (Avg Bid)
    £6101 Avg Bid
    81 bids

    I'm looking for a talented Python developer with a solid understanding of Django and MySQL. The purpose of this project is to develop a robust database management system. These are some key features that the application should have: - Integration with Django's ORM (Object-Relational Mapping) library. - Custom SQL query functionality for advanced data operations. - A system for data backup and recovery to prevent data loss. You should have a proven track record with both Django and MySQL, and be able to show examples of similar projects you have worked on. A strong understanding of database design and management is a must.

    £6 / hr (Avg Bid)
    £6 / hr Avg Bid
    15 bids

    I'm looking for an expert in WordPress plugin troubleshooting, specifically with knowledge of the "Sideways8 Private Pages" plugin. My site is currently having issues with this plugin, as it's no...issues with this plugin, as it's not compatible with the WordPress version and hindering user authentication to private pages. The issue specifics are as follows: - Compatibility: The plugin isn't working with the WordPress version. Ideal candidates should have experience in WordPress plugin development and troubleshooting, with an extra emphasis on authentication issues. Knowledge in PHP and SQL is also crucial. Your task will involve resolving the aforementioned issues and ensuring the "Sideways8 Private Pages" plugin are fully functioning as...

    £25 (Avg Bid)
    £25 Avg Bid
    38 bids

    As a business practitioner, I'm looking out for a proficient software designer who can build a software to automate visual data entry tasks. - Main Purpose: The main aim of this software is to assist in automating tasks, primarily data entry of visual data. Key Requirements: - Create an interface for simple visual data entry and automate the process. - Provide a logical and efficient mechanism for the translation of visual data inputs into system-compliant formats. - Siliconize user experience by ensuring the software is intuitive, user-friendly, and effective. Skills and Experience: - Experience in designing software for automation tasks - Proficient in working with visual data - Strong software development background - Prior experience ...

    £234 (Avg Bid)
    £234 Avg Bid
    22 bids

    As an organization, we are aiming for proficient data analysis and reporting using the SQL database, which is below 1GB. We need an experienced professional with skills in: - Writing strong SQL queries - Developing effective SSIS packages - Creating insightful SSRS reports This project primarily focuses on enhancing our data comprehension and subsequent reporting, thus requiring a thorough command of SQL related tasks. The suitable freelancer for this job should possess strong analytical skills and have a proven track record of database management and optimizing results.

    £24 (Avg Bid)
    £24 Avg Bid
    28 bids

    I'm in need of an experienced freelancer Sales Partner with a strong sales managerial background in the B2B SaaS industry. The freelancer will have the perfect opportunity to utilize their business development expertise to increase my revenue, expand the customer base, improve customer retention, penetrate new markets, enhance brand visibility, and help achieve my sales targets. Ideal Skills and Experience: • Proven record as a successful Business Development Executive. • The robust experience of working with B2B US/EU markets. • Strong ability to build relationships and make sales presentations. • Apt in sales management and have been involved in managerial roles in a B2B Saas company. • Eager to take on new challenges. • Hands-on experience in cold ca...

    £1379 (Avg Bid)
    £1379 Avg Bid
    18 bids

    ...Demonstrated sales/marketing acumen. Strong verbal and written communication skills in English. Basic understanding of Information Technology. Shift Timings: 9:30 AM EST to 2:30 PM EST. Previous experience in inside sales/marketing is advantageous. Familiarity with Whitepapers, SQL, MQL, HQL, and BANT campaigns. Proficiency with online research tools such as LinkedIn Sales Navigator, , and Seamless.ai. In order to apply, please share the answers to the below questions 1. Have you worked on Whitepapers, SQL, MQL, HQL, and BANT campaigns before? 2. How many years of cold calling experience do you have in USA 3. How many calls can you make in 5hours a day Please attached give a link to your recording for us to evaluate....

    £3 / hr (Avg Bid)
    £3 / hr Avg Bid
    6 bids

    ...regularly conduct activities for our members, and need an effective way to manage these. - Reports: Generation of detailed reports is critical. - Membership payments: Ability to handle membership payments. The ideal freelancer for this job would be someone with a strong background in web development. Experience in converting local apps into web-based systems is a tremendous plus. Proficiency in SQL, HTML, JavaScript and knowledge in online payment systems is necessary. Previous experience with NGOs or membership-related systems would give you a great headstart. Expectations: To deliver a fully operational, easy-to-use web-system that meets our functionalities requirement. Your focus should be on user experience, functionality, and system efficiency with a touch of simplicity....

    £179 (Avg Bid)
    £179 Avg Bid
    45 bids

    I am looking for an experienced Python developer with knowledge in DevOps, S3, SQL and AWS Lambda. The main task will be developing a script for parsing HTML and perform the following tasks: - Extract specific data points such as text contents, meta tags, and hyperlinks - Clean and format the extracted data - Store the cleaned and formatted data in a database Prior experience in dealing with HTML parsing using Python is a must. Also, knowledge of SQL for database management and AWS Lambda for automating the parsing process would be highly beneficial. Thanks!

    £16 / hr (Avg Bid)
    £16 / hr Avg Bid
    72 bids

    I need a skillful Laravel developer to convert my old website. You will be required to pre...skillful Laravel developer to convert my old website. You will be required to preserve specific aspects through the transition, and also focus on boosting the security of the site. Key project requirements: - Expertise in Laravel, website conversions, and security measures. - Well-versed in protecting against SQL injection attacks. On this job, you'll have to: - Migrate the website into Laravel without losing its current features. - Implement anti-SQL injection measures. - Fortify the overall security of the website. A thorough understanding of website security is crucial for this role. Please share any similar projects you've completed. Let'...

    £35 (Avg Bid)
    £35 Avg Bid
    18 bids