Java banking project jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 java banking project jobs found, pricing in USD

    I'm in need of a proficient Power App developer ...a proficient Power App developer with substantive experience in Model Driven App development. Key Details: - The essential feature I want my Power App to have is workflow automation. - Although I skipped the second question about specific tasks for automation, I encourage interested bidders to proactively suggest recommendations based on their expertise in workflow automation. - I need this project completed ASAP. Hence, your ability to work under tight deadlines without compromising the quality of work will be beneficial. Ideal Skills: - Robust experience with Power Apps, particularly in Model Driven App development. - Strong understanding of workflow automation. - Excellent time management skills. Looking forward to you...

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

    I'm on the search for an experienced automation tester well-versed in Python and Java. Tester will work on the automation of web applications tests using key tools - Selenium and PyTest. Ideal Skills and Experience: - Proficiency in Python and Java - Extensive experience using Selenium and PyTest - Prior experience in automation testing for web applications is essential. The primary responsibility will be creating and executing comprehensive automated test plans for our web application to ensure the software meets the predetermined criteria and quality standards. I am excited to work with a tester passionate about reducing errors and maintaining software consistency.

    $326 (Avg Bid)
    $326 Avg Bid
    27 bids

    I want to create an organ software that lets you add and subtract all kinds of different stops and is physically modelled. It is actually, believe it or not, inspired by Modartt's Organteq. **Technical Skills Needed:** Knows how pipes organs work and how JUCE works. - **Programming Languages:** Proficiency in Java, Python, C++ is crucial. Experience with JUCE (for creating audio applications) will be highly advantageous. - **Software Development:** I want you to see what is wrong with my organ software and how to improve upon it. So far I have used ChatGTP and askcodi but they aren't the most efficient of course. The whole point is to improve upon the code written by the AI chatbots that I used. - **Debugging and Troubleshooting:** Ability to identify and fix bugs eff...

    $23 (Avg Bid)
    $23 Avg Bid
    6 bids

    I'm seeking a highly skilled code auditor. It is essential that you bring proficiency in multiple languages including HTML, JavaScript, PHP, Angular js, Node js, Native Android (java,kotlin), and React Native js. Your main focus will be on improving the quality and maintainability of my codebase. The ideal candidate should possess the following qualifications: - Proven experience in multiple programming languages as mentioned above - Strong concentration on code quality and maintainability - Capability to proactively make improvements in the codebase A responsibility of the role is to analyze the previous & Newer code after integration, and as such, you should be comfortable with hands-on amendment tasks. Your insights and suggestions will be greatly appreciated as we ...

    $19 (Avg Bid)
    $19 Avg Bid
    9 bids

    ...by Graphy. Graphy provides pre designed app to the educator to sell his courses. The limitations are that ads can not be run and some other user interface related limitations as well. Key updates include customization of the app, primarily in terms of interface adjustments, and integration of AdSense and other measures for revenue generation. The ideal candidate should have: 1. Proficiency in Java codelength language. 2. Experience in updating and customizing apps for better monetization: integrating tools like AdSense and others and making the revenue by freemium model. Like subscription by a nominal fees to remove the ads. Tasks will include: 1. Making minor User Interface Adjustments: - Enhancement of the app's visual aesthetics. Creativity will be a valued skill...

    $120 (Avg Bid)
    $120 Avg Bid
    12 bids

    I have a log4j appender that sits in another module part of the same project I use it via a dependency. I only want to store the messages in an array list but when i add the dependency in my xml file i get this error when starting up my application: 2024-02-25T23:28:31.047002100Z main ERROR Error processing element HttpAppender ([Appenders: null]): CLASS_NOT_FOUND 2024-02-25T23:28:31.081762600Z main ERROR Unable to locate appender "HttpAppender" for logger config "root"

    $23 (Avg Bid)
    $23 Avg Bid
    10 bids

    Seeking a skilled developer to create a Telegram channel tailored for high-volume transactions, automated payments, and Excel reporting. Key requirements: -Automated transaction setup -Integration with secure, cost-effective payment system compatible with American Express -Automated Excel-based reporting...also serve as the source for customer and sales information. Additionally, the Telegram channel will pull information directly from the Excel document for seamless integration and real-time updates. Ideal candidate has expertise in Telegram channel development, secure payment integration, and automated reporting. Familiarity with financial transactions, particularly in high-volume settings, and banking systems like American Express is preferred. User-friendly channel operation ...

    $1111 (Avg Bid)
    $1111 Avg Bid
    14 bids

    ...(DSA). I have a particular interest in problems that involve Trees and Graphs, Sorting and Searching, and Dynamic Programming. Ideal Skills & Experience: - Advanced level understanding of DSA - Experience in solving complex DSA problems - Proficient in Java programming language - Familiarity with trees, graphs, sorting and searching algorithms - Knowledge in dynamic programming is a must The freelancer is required to code efficient solutions in Java and explain the complexities and reasoning behind the solutions. This challenging project is ideal for those who have a knack for problem solving and a keen interest in exploring different types of algorithmic problems. The aim is to understand and gain insights into how various algorithms perform under different c...

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

    As the lead of my project, I am currently in need of an accomplished Java Software Automation Tester. Your responsibilities will primarily revolve around ensuring the functionality of our software through well-structured testing. Ideal expertise: - Proficient in Java programming language. - Extensive knowledge in utilizing Selenium as the primary automation tool. - Significant experience in functional testing. Deep understanding of the above tools and procedures is vitally important. If you possess these qualifications, I am looking forward to collaborating with you. Let's ensure the smooth performance of our software together.

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

    We are looking for a Java developer with strong java background, minimum 5 years working experience. We are developing online streaming products. Those with experience in online streaming will be advantage in the selection. We will provide more details on the project works once selected

    $512 (Avg Bid)
    $512 Avg Bid
    66 bids

    I currently require assistance resolving some issues on my project. I'm working with a React Material UI application that's integrated with a Java Spring backend. At the moment, I'm facing trouble with the login screen. The main issues include: - Frontend not calling the API - Lack of response from the frontend to the backend API. I need a full stack developer with a deep understanding of both frontend and backend operations to come onboard. The perfect candidate should be proficient in Java Spring and React Material UI. Your responsibilities will be to diagnose the communication issue between the frontend and backend, ensure the correct function of the login screen, and confirm that backend API endpoints are correctly configured and accessible. E...

    $151 (Avg Bid)
    $151 Avg Bid
    49 bids

    im looking for Android Java class that does the following 1. generate public and private encryption keys 2. get a base-64 version of the public key that can transmit to the server 3. accept a base-64 key from the server 4. use those keys to encryot and devrypt data to/from the server 5. a corresponding c# class for the server that does the same thing You dont need to write any network code, just those two classes one in java and the other one in c# .net 4.5.2 the java class should be like this public class RSAUtil { private PublicKey publicKey; private PrivateKey privateKey; public RSAUtil() { // generate public and private keys } public String getPublicKey() { // return base-64 version of the public key } public void ...

    $35 (Avg Bid)
    $35 Avg Bid
    12 bids

    I...a skilled Java developer who can help me with a compact project which encompasses various aspects, including: - UI Design: Creating user interface that is simple, clear, and user-friendly. - Database Implementation: Implementing robust and efficient database functionality. - Code Development: Coding specific special features that contribute to the functionality of the project. Despite lacking a specific goal discussed, your capability to input towards a fruitful proof of concept, a functional prototype or implementation of functionality would be appreciated. Although not explicitly mentioned, proficiency in prior work, experience or ability to provide a detailed project proposal would be beneficial. By combining your expertise with my vision, I believe we ...

    $21 (Avg Bid)
    $21 Avg Bid
    28 bids

    I need an experienced Java developer who can work part-time for 2-3 hours daily. The right person will have to perform a multitude of tasks including, but not limited to: - Bug Fixing: Identify and resolve issues within our software to improve its overall performance. Knowledge and experience in bug-fixing is key. - Feature Development: Help expand the software's capabilities. This includes both enhancing current functionalities and creating new ones. - Code Optimization: Have the ability to refine and optimize our existing code to ensure maximum performance. Skills and experience needed for this project: - Proficiency in Java programming language, with most work in core Java. - Familiarity with Spring framework and Hibernate. - A proven track record in ...

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

    I'm in need of a proficient Java programmer to create a Gossip protocol for a distributed system project. The specialist should have extensive experience in Socket programming in Java as it will be pivotal. Key Project Requirements: - Solid background in developing distributed systems - Proficiency in Java and strong experience with socket programming - Ability to deliver high-quality code, optimizing for readability and maintainability To Implement a fully distributed gossip algorithm for calculating or discovering (a) the average value in the network, (b) the size of the network, (c) the maximum and minimum values in the network and then some other gossip functions. Use UDP and serialized Java Objects exclusively for network communicatio...

    $198 (Avg Bid)
    $198 Avg Bid
    13 bids

    Gossip Protocol. I am seeking an experienced...system. To Implement a fully distributed gossip algorithm for calculating or discovering (a) the average value in the network, (b) the size of the network, (c) the maximum and minimum values in the network and then some other gossip functions. Use UDP and serialized Java Objects exclusively for network communications. Nodes may only gossip with immediate neighbors (by node number). Skills and Specifications: - Proficiency in server-client and distributed systems - Strong understanding of system architecture - Proficient in Java Responsibilities: - Develop a distributed system with a primary function for a gossip protocol - Implement system scalability capabilities and task distribution - Regular updates on progress and poten...

    $132 (Avg Bid)
    $132 Avg Bid
    5 bids

    Exciting Opportunity to Shape the Future! We're on the lookout for a passionate and experience...lookout for a passionate and experienced developer to join us in crafting something extraordinary. If you have a background in building SaaS, cloud, and AI products, this is your chance to play a pivotal role in creating an amazing product. We are specifically seeking someone skilled in: Developing and deploying machine learning models Proficiency in Python, Java, or similar languages Familiarity with AWS, Azure, or Google Cloud This project has the potential to evolve into a long-term, full-time commitment, providing an excellent opportunity for those who are eager to make a lasting impact in the world of technology. If you're ready to be part of an innovative journey...

    $580 (Avg Bid)
    $580 Avg Bid
    59 bids

    I am currently seeking assistance in opening a bank account capable of receiving international transfers. I would appreciate guidance on the process and any necessary requirements.

    $20 (Avg Bid)
    $20 Avg Bid
    6 bids

    I'm looking for a talented Java developer to assist in the creation of a fallback DFA project. Due to the technicality of this project, experience and proficiency in Java is a must. You will be given a template and the code should fall within the template. Code should pass all public tests Key Responsibilities: * Write clean, maintainable, and efficient Java code * Assist in designing a robust, scalable fallback DFA system Qualifications: * Relevant experience in Java * A robust portfolio showcasing past work involving similar tasks To apply, please provide a brief overview of your past work and experiences that make you a good fit for this project. Documentation of your work would be appreciated. Your expertise in this area will de...

    $39 (Avg Bid)
    $39 Avg Bid
    7 bids

    ...be accurately formatted into a pre-specified CSV file for ACH banking transactions. The CSV fields will include vendor name, invoice number, amount, routing information, vendor account details, and payment date. Key Requirements: - Proficiency in Excel and CSV data manipulation. - Experience with financial data and understanding of ACH transaction processes preferred. - Ability to design a semi-automated system with checkpoints for manual review to ensure accuracy. - The system must highlight errors in the data and provide a detailed report for necessary manual intervention. - Flexibility to handle Excel files and convert them into the necessary CSV format, adhering to a strict template for banking transactions. This project is ideal for someone with a strong bac...

    $412 (Avg Bid)
    $412 Avg Bid
    66 bids

    I am seeking a developer equi...gadget effectively and efficiently. Ideal skills and experience: -ESP understanding - Proficiency in at least one popular programming language (Python, JavaScript, Java, etc.) - Hands-on experience in gadget development, specifically smart home devices - Strong understanding of the requirements and challenges facing smart home device programming - Demonstrable experience in successfully completed similar projects. Your task will revolve around making informed suggestions about the most suitable programming language for this project and then proceeding to code the device. Your expertise will be pivotal to the completion of our project. We're not just looking for a freelancer, we're looking for a team player who will positivel...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    39 bids

    ...novice with a keen personal interest in mastering Java, I'm in pursuit of an experienced Java tutor. My focus is to gain knowledge starting from the basics, moving onto object-oriented programming, and finally, tackling advanced concepts and frameworks of Java. Ideal Tutor Would Provide: - Clear explanations on Java's syntax and structure - Hands-on learning for object-oriented programming concepts - Deep dive into advanced Java concepts and frameworks Required Skills and Experience: - Proficiency in Java programming - Extensive experience with object-oriented programming - Knowledge on Java's advanced concepts and frameworks - Great communication and teaching skills. I'm hopeful to transform my interest into a strong foundatio...

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

    I am seeking an experienced lead generator who ...an experienced lead generator who can effectively target startups for both website and app development services. Key Responsibilities: - Generating high-quality leads of startups in need of tech development - Providing confirmed and converted leads - Focus on projects that align with Java, Python, and Javascript coding languages Ideal Candidate: - Has a successful track record in lead generation within the startup ecosystem - Familiar with both website and app development projects - Understanding of Java, Python, and Javascript programming languages would be a plus Help us to reach potential startup clients and be part of our growth journey. Your contribution will directly impact our success. Let’s uncover the op...

    $89 (Avg Bid)
    $89 Avg Bid
    10 bids

    ...expert who specializes in both front-end development and web application development. Key Project Requirements: - Advanced Javascript skills for writing efficient functions. - Proficiency in front-end development with a focus on enhancing the user experience. - Expertise in web application development. - Familiarity with the JS framework is an absolute must. Ideal skills and qualifications: - Minimum of 3 years of extensive Javascript development. - Previous projects demonstrating proficiency in JS framework. - Proven ability to creatively solve development challenges. ----------- My Flutter app shows meanings of words as Ruby tag on any web site in a web view. I am looking for a skilled Java Script developer to create JS functions and CSS for my web view app on Flut...

    $24 (Avg Bid)
    $24 Avg Bid
    16 bids

    I'm looking for a proficient app developer with expertise in creating Android applications. The focus of this project will be on developing an app with embedded social networking features, streamlined animations, and interactive buttons. Skills and Experience: - Experience in handling front end and backend app development - Proficiency in Java or Kotlin for Android development - Experienced in designing user-interface animations - Ability to create responsive, interactive buttons - Strong knowledge of social networking features implementation - Good understanding of Android application life cycle - Familiarity with user-experience design.

    $155 (Avg Bid)
    $155 Avg Bid
    8 bids

    ...experts in various fields to assist us in handling our expansive course catalog. We offer a wide array of IT courses from Web and App Development, SEO, Digital Marketing, to Graphic Designing, AI, Machine Learning, Basic Computer literacy, Advanced Excel, and languages such as Java, Python, SQL, AWS, and more. Our goal extends beyond providing these courses. We're also involved in website and app development, digital marketing and graphic design services, implementation of AI and Machine Learning solutions, and development of Java, Python, SQL, AWS applications. Our target audience is broad, as our services cater to students, professionals, small to large businesses, individuals who seek personal development, across non-profit organizations, government organizations ...

    $315 (Avg Bid)
    $315 Avg Bid
    15 bids

    I'm in need of a skilled WordPress expert to redesign my existing website, Pages: Home page Java Page Python Page Digital marketing page Hire from us page Campus to corporate page On going interview page Recent placements page BTM Layout page

    $253 (Avg Bid)
    $253 Avg Bid
    62 bids

    Looking for NodeJs and K8S developer with 4 years of experience. Experience with Go & Java is a plus.

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

    ONLY BID IF YOU HAVE EXPERIENCE ON SAGE CLOUD API I'm looking for an expert who's proficient in Java and has extensive experience with Sage Cloud API integration. Key Responsibilities: - Interacting with Sage by calling API - Get list of suppliers - Create/Update Purchase Order Ideal Experience: - Strong Java programming skills - Proven experience in working with Sage Cloud API integration - Familiarity with implementing data synchronization - Experience in customizing API endpoints and creating automated workflows - Ability to develop Purchase Order creation feature Please ensure your proposal includes relevant experience and projects you have completed that demonstrate your aptitude for this role.

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

    Looking for a highly skilled Fintech expert to develop my vision for a functional mobile banking, cross-border payment and investment platform. This project will require a deep knowledge of integrating different fund transfer services and meticulous attention to security. Key requirements: - Develop a platform supporting account management, with a special focus on fund transfers. - Fund transfer functionality should be comprehensive and support interbank transfers, cross-border transfers, and mobile wallet transfers. - Implement a robust two-factor authentication system to secure all fund transfers. The ideal candidate will possess extensive experience in Fintech, mobile banking development, and security integrations. A proven track record of successful fund-tra...

    $328 (Avg Bid)
    $328 Avg Bid
    26 bids

    ...error in my flutter project when i run flutter doctor --android-licenses Error: LinkageError occurred while loading main class : com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 Android sdkmanager tool was found, but failed to run (C:UsersAsusAppDataLocalAndroidSdkcmdline-toolslatestbin): "exited code 1". It appears the version of the Java binary used (C:Program FilesAndroidAndroid Studiojbrbinjava) is too out-of-date and is incompatible with the Android sdkmanager tool. If the Java binary came bundled

    $16 (Avg Bid)
    $16 Avg Bid
    15 bids

    ...are seeking a skilled Java developer to join our project focused on PDF manipulation. The project is currently underway and requires the integration of additional functionalities: 1. Crop Tool with Zoom and Preview functionalities: Implement a tool to crop portions from PDF to specified dimensions. 2. Select Tool: Develop a feature allowing users to select specific areas of a PDF document. 3. Measure Distances Tool: Create a tool for measuring distances between elements within the PDF. We utilize Apache PDFBox for PDF processing; therefore, familiarity with this library is preferred. Experience in developing similar functionalities will be highly advantageous. Successful implementation of these features may lead to further opportunities for collaboration on this ...

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

    Politician Constituency Management Application Requirements: 1. Social Feed Integration: • Aggregated social feed from various platforms. • Featured post highlighting significant updates. 2. News Section Management: • Admin ability to upload photos and videos for news updates. 3. Student Portal: • Enquiry Form: • A user-friendly form for student inquiries. • Mentorship Progr...further education. 4. Appointment Booking System: • Convenient booking system for constituents to schedule meetings with the politician. 5. Public Enquiry Portal: • A platform for the public to submit inquiries, feedback, or concerns. 6. Notification System: • Push notifications for important announcements and updates. You have to first create Figma and create Front end i...

    $1384 (Avg Bid)
    $1384 Avg Bid
    54 bids

    Seeking a developer proficient in either Python or Java, capable of creating a system to efficiently import mixed type data from a web source. The solution should be capable of efficiently importing up to 100,000 data rows within 1-2 minutes. Key requirements include: - Proficiency with Python or Java. - Experience with handling both numerical and text data. - Capability to source data directly from the web. - The system should be high-speed, importing an estimate of 100,000 rows within 1-2 minutes. Freelancers with previous experience in similar data import projects will be given priority. Budget is - 600 INR (Fixed)

    $7 - $18
    $7 - $18
    0 bids

    I need a little help with handling markers in Mapbox SDK v.11

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

    Currently, I am in need of a versatile programmer t...am in need of a versatile programmer to help with a yet to be determined project. Due to my lack of technical expertise, I haven't selected a specific programming language or targeted a precise goal or purpose. Ideal Skills: - Ability to work with multiple programming languages including but not limited to Python, JavaScript, and Java. - Adaptability, as the project direction is currently unclear and may require changes midway. - Experience in web development, mobile app development, data analysis could be utilized. - Ability to improve efficiency, enhance user experience, or solve a specific problem depending on the path we choose for the project. Looking forward to your applications and we can discu...

    $159 (Avg Bid)
    $159 Avg Bid
    22 bids

    I'm searching for a skilled web developer to create an e-commerce website for selling food items. This platform is intended to cater to both individual consumers and businesses. Key Requirements: - Design and develop a user...secure payment system for online transactions. - Implement an effective inventory management system for easy tracking of food items. - Optimize the website for both desktop and mobile use. Skills and Experience: - Proven experience in e-commerce website development, preferably relating to food items. - Proficient in Java, PHP, HTML, CSS, JavaScript, and other relevant languages. - Understanding of SEO best practices. - Experience with database management is a plus. I expect the project to be delivered promptly and professionally. Looking forwar...

    $136 (Avg Bid)
    $136 Avg Bid
    33 bids

    I'm aiming for a comprehensive approach in crafting an e-commerce websit...engagement and trust-building * An integration of marketing features such as pop-ups during the user journey On the user experience end: * Account creation with OTP based verification to ensure security * Storage of user data, behavior data, and order history for personalized touchpoints For the transactions, I require support for the following methods: * Credit/debit cards * UPI * Net Banking Please have a look at to understand what I'm looking to develop. Ideal candidates would have an extensive background in e-commerce website design and development, along with experience in UI/UX, payment portal integration and data management that ensures an end-to-end user experience.

    $740 (Avg Bid)
    $740 Avg Bid
    29 bids

    We are looking for an experienced backend developer to join our project. The tasks will mainly revolve around developing RESTful APIs, implementing database functionality, and coordinating with our front-end application. We will be working monthly basis. we just need 3 hours per day. Here's what I'm specifically looking for: - Proven experience working with Java Springboot and Node.js - Comfortability developing backend applications - Ability to design and implement RESTful APIs and Web Sockets When applying, please include your relevant experience, particularly with Java Springboot and Node.js. Your previous work/experience will help shape the success of this project. So, if you feel this role suits your skills and experience, please feel free to a...

    $314 (Avg Bid)
    $314 Avg Bid
    25 bids

    3 years of relevant experience with extensive knowledge of Automation Framework Design and implementation using Selenium Tool Experience in Manual & Automated Testing of Web based Applications. Good Experience in Creating test Scripts using Web driver in java. Good Experience in data driven testing and cross browser testing. Good Experience in automating test case using TestNG and BDD(Cucumber) Framework. Good Experience in writing XPath to locate web Elements

    $310 (Avg Bid)
    $310 Avg Bid
    32 bids

    I require a knowledgeable...installation of a software program that needs Java 11 or more. - Verify Java Installation: Firstly, I'm uncertain if my Windows computer has Java 11 or a higher version installed. The chosen freelancer must aid me in verifying this. - Software Installation: If Java 11 or above is already installed, the freelancer will then guide me through the installation process of my software. - Administrative Rights: Note that I do hold administrative rights on my computer. Skills and Experience: Ideally, the freelancer should have experience with software installation, particularly with Java-related applications, and be familiar with the Windows operating system. Excellent communication skills to guide through each step are a must...

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

    Looking for a skilled Java developer to create a program that opens DICOM files with CT scans and performs two critical functions. The right candidate for this project should have experience in medical imaging and 3D visualization. Key Features: 1. 3D Visualization: Interactive detailing feature to show the CT scan in 3D, allowing for direct interaction and exploration of the image. And allow to capture and show the position X,Y, Z from clicks. 2. Radiodensity Extraction: Designing an array mechanism that extracts and uses the radiodensity values, making this data available to other developers for further use. Please note, the primary programming language for this project is Java, and prior familiarity with medical imaging processing will be highly advant...

    $506 (Avg Bid)
    $506 Avg Bid
    22 bids

    I'm in need of a certified translator to accurately translate my Spanish bank statements into English. It is a requirement that the translator must ...accurately translate my Spanish bank statements into English. It is a requirement that the translator must be proficient in both languages, understand financial terminology, and be knowledgeable of both Spanish and English banking systems. Accuracies in the translated documents are important as they will be used for official purposes. Ideal skills and experience: - Proficient in Spanish and English language - Experience in translation, specifically from Spanish to English - Understanding of financial/banking terminology - Knowledge of both Spanish and English banking systems - Possesses certification authenticat...

    $21 (Avg Bid)
    $21 Avg Bid
    18 bids

    I need a certified translator to translate both banking and educational documents from Spanish to English. Ideal skills and experience: - Certified in English translation - Prior experience in translating banking documents - Experience with academic documents translation - Attention to detail for technical banking and educational terminologies - On-time delivery of translated documents. Your expertise in translation will be vital in ensuring accurate translation of my important documents. Please provide examples of previouly translated banking and/or academic documents if possible.

    $20 (Avg Bid)
    $20 Avg Bid
    41 bids

    Seeking an experienced developer to enhance our existing dongle voice SMS termination system with chan dongle and asterisk on Linux using custom firmware. The main focus will be on three key aspects: voice...be on three key aspects: voice call termination, SMS termination as well as custom firmware development. While keeping the focus on the dongle voice SMS termination system, you will also need to utilize your Java skills to ensure seamless integration with our Linux server control system. Skills & Experience - Developing firmware - Working with chan dongle and asterisk on Linux - Java programming I invite applicants who can showcase both their past experiences relevant to this role along with any other skills and competencies that might be beneficial for the execu...

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

    As an entrepreneur looking to establish an online presence, I'm in need of a skilled programmer to help develop a Css / Html product Candidates should possess: - Proficiency in HTML/CSS for website layout and aesthetic - The ability to work in JavaScript,or Java should the need arise - Strong attention to detail - A portfolio showcasing their past work and experience - The ability to read, understand, and potentially customize existing software. Please include detailed explanations about similar projects you've worked on before, along with references if possible. Remember, I'm not just looking for a coder. I'm seeking a problem solver with a knack for creativity. This could be your chance to help build something amazing from the ground up. Unleash your imaginat...

    $29 (Avg Bid)
    $29 Avg Bid
    83 bids

    I need some JAVA Full stack online Corporate trainers on freelance basis. Timings - 9am-12pm, 2-5pm [6 hrs] Mon-Fri Each batch is of 3.5 months, after that next batch will be assigned. The Ideal Candidate: - Solid expertise in Java Springboot at an intermediate level - Proficiency in Spring Framework Core, Spring Boot, and Spring Data JPA is a must - Previous experience in teaching or training is highly preferred Good communication skills Camera will be off while teaching.

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

    ...in building an innovative SaaS service. If you have a strong background in TTS development and are passionate about pushing the boundaries of what's possible, I would love for you to work for me. please no recruiters because I need to talk directly to the developer. Requirements: Proven expertise in Text-to-Speech development. In-depth knowledge of relevant programming languages (e.g., Python, Java, C++). Experience with AI frameworks and natural language processing. Demonstrated success in implementing and optimizing TTS features. Figma design Responsibilities: Lead the design and implementation of advanced text-to-speech AI features. Collaborate on defining software

    $8195 (Avg Bid)
    $8195 Avg Bid
    44 bids

    I'm looking for a skilled Java programmer to create a blog platform. Familiarity with blog-specific functions is very important. Here's what I want to ask: - Develop a web application - Enable user registration and login - Visual commentary - Strong search function Priority will be given to candidates with prior experience in similar projects and healthy knowledge of Java.

    $24 (Avg Bid)
    $24 Avg Bid
    17 bids

    I require a comprehensive research proposal that highlights the influence of Islamic banking on worldwide economic growth. The proposal should primarily shape around: - A detailed comparison between Islamic banking and conventional banking - A global coverage, rather than confining to a specific geographic area. The ideal professional for this undertaking should have a firm comprehension of Islamic banking practices, profound knowledge of global economic trends, and an excellent command over research methodologies. Previous experience in writing research proposals, specifically in the field of banking & finance, will be highly appreciated.

    $112 (Avg Bid)
    $112 Avg Bid
    50 bids