Block chain jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 block chain jobs found, pricing in CAD

    This project seeks an expert in AI and Battery Management Systems (BMS) to create comprehensive documentation. The main aims are: - Detecting sudden acceleration, specifically rapid increases in speed - Implementing a battery optimization function. The ideal BMS will balance energy consumption across all vehicle systems to ensure optimum perf...including agents that will act decision maker in real-time from mapping the decision from state to action. Create the state and action space, state transition and rewards to achieve the training goal. Deliverables; Documentation including backgrounds, tech trees, methods for data collection/feature extraction/detection model/threashold definition/RT monitoring/integration of BMS. Illustrations, block diagrams, sample dataset, tables an...

    $457 (Avg Bid)
    $457 Avg Bid
    11 bids

    SEEKING BIDS. I'm seeking a talented designer to create a Wordpress Elementor block/element with a modern aesthetic. Required elements for this design project include: - Customizable font styles: The ability to tweak and adjust the font style is crucial. I would prefer the use of sans-serif fonts to maintain a clean, modern look. - Interactive design: Although not explicitly stated in the questionnaire, any additional interactive or dynamic feature you can integrate into the design will be highly appreciated. Ideal candidates would have a solid understanding of Wordpress and Elementor, a keen eye for modern design, and the ability to incorporate custom typography into their work. A portfolio featuring similar work is a plus. Bring your creative flexibility and problem-solv...

    $69 (Avg Bid)
    $69 Avg Bid
    102 bids

    Mandator Skills-The person should be able to coordinate with SAP Basis, DC Windows, Other vendors, Plant folks and get the work done. Track in Excel. This all, apart from his core SAP PP/WM ( Warehouse management ). SAP PP/WM Expertise: In depth understanding of SAP PP/WM modules including configuration, customization, and integration with other SAP m...Professional (PMP) certification or equivalent project management credentials. Relevant industry certifications and training programs related to SAP and project management. Typically, 5+ years of experience in SAP PP/WM implementation and support roles. Prior experience in a project management role, preferably managing SAP projects. Experience working in manufacturing or supply chain industries would be adv...

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

    I'm looking for a talented graphic designer with a keen sense of vintage and retro design principles. The project involves creating ...engaging merch design that doesn't feel like an ad. I can't wait to see your creative interpretations! It will be on a black hoodie.. It's okay if you want to use place holders for the water heaters and place them in after you have shown the design. Once I have chosen a designer I will supply the logos, as it is a confidential issue with our collaborator. their logo is red, with lowercase block letters. I have attached some inspo for the graphic style I am after but it is very loose. just want the most creative and trendy design possible to take away from a boring product like Hot Water Heaters which are attached and need...

    $571 (Avg Bid)
    $571
    64 entries
    Content writer for thesis mba 6 days left
    VERIFIED

    More details: What is the topic or subject of your thesis? Operations What specific areas in operations do you need your thesis to focus on? Supply chain management, Quality management, Process improvement How many pages or words should your thesis be? 50-100 pages

    $24 - $204
    Sealed
    $24 - $204
    14 bids

    Hello, I need someone who can improve and set up the following project on Jupyter Notebook. This...improvements needed: 1. You have to implement it, which means you need to make a simple file using Django/Flask so I can test the actual requests being blocked. (Local project) 2. You have to improve the datasets and also introduce an ASN-based IP address blacklist. This way, if an IP address belongs to a datacenter IP address, it blocks it automatically. (I can provide you with the ASN block list.) 3. You can use any algorithmic enhancements and mention it. Important Note: Clear Documentation on Jupyter notebook is very important. When bidding, please be specific about your approach as that will help me to pick the most suitable person. Thanks. Deadline: April 15th. Budget: $100

    $93 (Avg Bid)
    $93 Avg Bid
    13 bids

    Hello, I need someone who can improve and set up the following project on Jupyter Notebook. This...improvements needed: 1. You have to implement it, which means you need to make a simple file using Django/Flask so I can test the actual requests being blocked. (Local project) 2. You have to improve the datasets and also introduce an ASN-based IP address blacklist. This way, if an IP address belongs to a datacenter IP address, it blocks it automatically. (I can provide you with the ASN block list.) 3. You can use any algorithmic enhancements and mention it. Important Note: Clear Documentation on Jupyter notebook is very important. When bidding, please be specific about your approach as that will help me to pick the most suitable person. Thanks. Deadline: April 15th. Budget: $100

    $95 (Avg Bid)
    $95 Avg Bid
    37 bids

    Hello :), I need someone to make a machine learning project that can spot bot traffic at HTTP/HTTPS level. Basically, the idea is to figure out if a visitor/request to a server is legit or not. If they're not legit, the website should block them, maybe with a 403 error. I know this could be done without machine learning, but I specifically want a machine learning project that has some kind of a model. You can use any available data set + augmented data is acceptable. This is a demo project, so it doesn't have to be perfect but the documentation has to be very very clear in jupyter notebooks. You need to come up with a basic formula for detecting traffic. If any API is needed I can give that too. Deliverables: 1. Jupyter Notebook File 2. Source Code 3. Basic instruction...

    $117 (Avg Bid)
    $117 Avg Bid
    13 bids

    Hello :), I need someone to make a machine learning model that can spot bot traffic at HTTP/HTTPS level. Basically, the idea is to figure out if a visitor/request to a server is legit or not. If they're not legit, the website should block them, maybe with a 403 error. I know this could be done without machine learning, but I specifically want a machine learning project that has some kind of a model. You can use any available data set + augmented data is acceptable. This doesn't have to be perfect but the documentation has to be very very clear in jupyter notebooks. You need to come up with a basic formula for detecting whether HTTPS/HTTP traffic is legitimate or not. (As for the datasets, maybe you can use server log datasets? I am not too sure on this.) Deliverables: ...

    $99 (Avg Bid)
    $99 Avg Bid
    40 bids

    Overview In this challenge, you are tasked with the simulation of mining process of a block, which includes validating and including transactions from a given set of transactions. The repository contains a folder mempool which contains JSON files. These files represent individual transactions, some of which may be invalid. Your goal is to successfully mine a block by including only the valid transactions, following the specific requirements outlined below. Objective Your primary objective is to write a script that processes a series of transactions, validates them, and then mines them into a block. The output of your script should be a file named that follows a specific format. Requirements Input You are provided with a folder named mempool containing several JSON f...

    $16 (Avg Bid)
    $16 Avg Bid
    1 bids

    Hello :), I need someone to make a machine learning project that can spot bot traffic. Basically, the idea is to figure out if a visitor to a webpage is legit or not by looking at stuff like where they came from and what browser, window size etc and I will be also giving you some data center IP address range list (You have to use more data points than this). If they're not legit, the website should block them, maybe with a 403 error. I know this could be done without machine learning, but I specifically want a machine learning project. You can use Flask to make a basic webpage and run the model along with it using javascript to communicate with it. You can use any available data set + augmented data is acceptable. This is a demo project, so it doesn't have to be perfect b...

    $112 (Avg Bid)
    $112 Avg Bid
    11 bids

    ...The industry I'm interested in is logistics, transportation, and supply chain management. The ultimate goal is three-fold: - Attract Job Opportunities: The CV and profile should be crafted in a way that grabs the attention of recruiters and potential employers in my preferred industry. - Impressive Professional Presence: Besides just listing down experiences and qualifications, I need them woven into a compelling personal narrative that enhances my professional stature. - Increase Networking Opportunities: The writer should optimize the LinkedIn profile to expand my connections within the industry. Skills and Experience: - Exceptional writing skills - Understanding of logistics, transportation, and supply chain industry - CV and LinkedIn profile writing exp...

    $48 (Avg Bid)
    $48 Avg Bid
    31 bids

    I'm seeking a WordPress expert who can help me achieve specific functionality on my website. The primary focus is to make the following changes: - Implement the custom functionality by hiding specific WordPress blocks when viewed via mobile. - Specifically, the changes will involve hiding the 'Embed Block' when the site is accessed on mobile devices. Ideal candidates should have: - Proficiency in WordPress custom coding - Experience with mobile-responsive design adjustments - Understanding of user experience principles, particularly for mobile devices This project is a fantastic opportunity for someone who loves problem-solving and has a keen eye for detail. Your input will significantly enhance the mobile user experience of the site.

    $55 (Avg Bid)
    $55 Avg Bid
    44 bids

    ...process. The video should document, instruct, and demonstrate optimized methods for utilizing these devices in a warehouse setting. Specific Project Requirements: - Comprehensive understanding and familiarity with barcode scanners - Ability to record and produce high-quality, clear, and engaging instructional videos - Previous experience or knowledge within the warehouse, logistics, or supply chain context preferred - Video output must be compatible with PC/Windows OS This project will not only require video production skills but also a keen understanding and experience with barcode scanning. The end product should not only be informative but engaging, aiding in enhancing the efficiency of our warehouse operations. Your expertise in this field will be highly valuable in acc...

    $461 (Avg Bid)
    $461 Avg Bid
    24 bids

    I am seeking a reliable freelance Purchase Executive with a strong understanding of the retail sector, specialized in procuring bakery/food products. for Part time online timings flexible Minimum exp- 5 years in purchase in a hotel / fast food chain/ restaurant/ bakery chain who has the experience of buying food items. Responsbilities include: * Negotiating cost-effective contracts with suppliers. * Managing delivery schedules to assure consistent availability of products. Ideal candidate would have: * Solid experience as a Purchase Executive within the retail sector for 5 years. * Proven track record with bakery/food products procurement. * Strong negotiating and management skills to ensure optimum delivery and cost-effectiveness.

    $305 (Avg Bid)
    $305 Avg Bid
    4 bids

    I'm seeking the skills of an Odoo ERP expert to customize one that fits my business operations. My business encompasses Sales and Marketing, Finance and Accounting, and Supply Chain and Inventory, and therefore I require someone experienced enough to integrate these areas into the system effectively. Key Requirements: - Demonstrable comprehensive understanding of Odoo 16 - Ability to personalize Odoo ERP to fit multi-section business operations - Evidence of Modifying or Building ERPs in the past As a prospective freelancer for this project, make your application stand out by providing previous ERP projects you have handled. Showing your past work demonstrates competence and gives me the confidence that you'll deliver high-quality output. I'm looking forward to y...

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    32 bids

    I'm in urgent need of a skilled Odoo website developer who must have the following expertise: Create website in Odoo through customization using Odoo web frameworks Design and develop Odoo e-commerce website Consulting for designing Proof-of-concept for Odoo content management system Attractive theme design, snippets and building block based on core Odoo web framework I need someone who can commence immediately and deliver quality work in the shortest time possible. Online portfolio or proved past work in this area would be a great plus. Thank you.

    $23 / hr (Avg Bid)
    Featured
    $23 / hr Avg Bid
    62 bids

    I'm looking for an experienced architect to create detailed engineered plans for a single-family, mountain-style home with a floor area of under 750 sq ft. And a garage below. Cinder block lower level as will be partially back filled. External star entry is fine. Bare minimum to appease Yavapai county AZ as a second dwelling unit. The blueprint should effectively utilize minimal space whilst preserving the aesthetic charm of a traditional mountain home. Ideal skills and experience: - Proficient in residential architectural design - Prior experience in designing mountain or rustic style homes - Excellent know-how of space-efficient layouts - Familiarity with building code and regulations - Strong portfolio showcasing single-family home designs. Your job is to produce a detai...

    $683 (Avg Bid)
    $683 Avg Bid
    41 bids

    I'm planning to build a home addition for a client which will be a garage to house a camper and boat. This project will involve constructing a retaining wall that is 20ft wide x 6.5ft tall on back end then level out on sides from 6.5ft to ground level. The ground runs downhill from the front of the house, (shows one block 12in in the front) and at the back end is 6.5ft from top of block. The dimensions of this garage home addition are expected to be approximately 18ft x 40ft. At this point, no specific features such as electrical outlets, overhead storage, or plumbing connections are needed. I am more concerned on how the wall should be built to handle the weight and have the proper drainage! Ideal candidate should have: - Extensive experience in constructing retaining ...

    $1439 (Avg Bid)
    $1439 Avg Bid
    43 bids

    I need a competent Lisp progra...I have a code that is used for underground drilling permits in the CAD environment. I have a LISP suite that stations a line by generating notes, that generates MLeaders when the subject of the permit crosses a utility lines and puts it on the layer automatically with correct verbiage. This code also uses a block as model space representation of a viewport, where the commands in that suite let me fill out LAYOUT space blocks automatically, and zooms in on the spot where the subject block resides in model space. I'm having issues with this code with this code and I'd love to discuss those issues with the right candidate. If this sounds like something you might be able to create from scratch, then this is the job for you, and I'm ...

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

    ...an Excel specialist with intermediate proficiency to assist with data analysis, forecasting, and supply chain management tasks. Here’s a summary of the key responsibilities: - Perform extensive data analysis - Develop forecasts - Manage supply chain operations Key tasks will also include: - Data cleaning and preparation - Creating intuitive, effective data visualizations and statistical analysis Although I don't have an explicit preference for the types of data visualizations, I expect the chosen freelancer to make recommendations and create charts/graphs that best represent the data in a clear and comprehensive manner. For this project, experience in forecasting and supply chain management is crucial. Freelancers who can demonstrate prior experien...

    $101 (Avg Bid)
    $101 Avg Bid
    31 bids

    A 4–5-page paper on the assigned subject, single-spaced, typewritten (not hand-written)

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

    ...knowledge of the regulatory implications in drug supply chain would be particularly vital. Let's delve into the key points of the project; - Subject of paper: Science, with a focus on drugs. - Key Focus: We're looking at the regulatory role and their implications in the drug supply chain. - Objective: The ultimate goal is to craft a comprehensive research paper looking at the effects, usage, or development of drugs in the supply chain. Skillset and Experience: - Background in science, preferably drug-related disciplines. - Strong understanding of supply chain concepts within the drug industry. - Ability to conduct in-depth research and compile findings in clear, coherent manner. - Understanding of regulatory impacts on the drug supply chain...

    $106 (Avg Bid)
    $106 Avg Bid
    40 bids

    We are looking for a Logo Designer. Business name ‘ Yaduwise’ Supplying company of various products. For more details, see the description.

    $80 (Avg Bid)
    $80
    378 entries

    I require assistance with modifying a detailed DWG formatted drawing. The project encompasses the following tasks: - Insertion of company details into the title block: This includes adding a distinct company name and logo, alongside specific project name and code. - Adjusting the layout: This will further enhance the visuals and legibility of the drawing. - Date and revision details update: This also includes the addition and editing of designated notes according to provided specifics. An individual with experience in technical drafting and proficiency in using DWG editing software would be an ideal fit for this job. Accurate interpretation of information to be included is crucial.

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

    Hello :), I need someone to make a machine learning project that can spot bot traffic. Basically, the idea is to figure out if a visitor to a webpage is legit or not by looking at stuff like where they came from and what browser, window size etc (You have to use more data points than this). If they're not legit, the website should block them, maybe with a 403 error. I know this could be done without machine learning, but I specifically want a machine learning project. You can use Flask to make a basic webpage and run the model along with it using javascript to communicate with it. You can use any available data set + augmented data is acceptable. This is a demo project, so it doesn't have to be perfect but the documentation has to be very very clear in jupyter notebooks. ...

    $131 (Avg Bid)
    $131 Avg Bid
    5 bids

    ...modify and enhance the existing functionalities of my PLC programs. Specifically, those written for Allen Bradley PLC (RSlogic 5000) and Homewell PLC systems. This work will also involve functional block programming. Your tasks will include: - A comprehensive review of our existing PLC programs, which I'd consider of intermediate complexity. - Suggestions for modifications and enhancements. - Actually carrying out these modifications. Ideal Skills: - Deep understanding and experience with Allen Bradley PLC (RSlogic 5000) and Homewell PLC systems. - Demonstrable proficiency in Functional Block Programming. - Previous experience with intermediate to complex PLC systems. - Excellent troubleshooting and problem-solving skills. Please note, this project is specifically...

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

    Hello :), I need someone to make a machine learning project that can spot bot traffic. Basically, the idea is to figure out if a visitor to a webpage is legit or not by looking at stuff like where they came from and what browser, window size etc (You have to use more data points than this). If they're not legit, the website should block them, maybe with a 403 error. I know this could be done without machine learning, but I specifically want a machine learning project. You can use Flask to make a basic webpage and run the model along with it using javascript to communicate with it. You can use any available data set + augmented data is acceptable. This is a demo project, so it doesn't have to be perfect but the documentation has to be very very clear in jupyter notebooks. ...

    $135 (Avg Bid)
    $135 Avg Bid
    12 bids

    ...processes. Our requirements include: Identifying potential manufacturers that specialize in OEM (Original Equipment Manufacturer) and, if possible, ODM (Original Design Manufacturer) services. Assistance in negotiating with manufacturers to ensure products meet our specifications and quality standards. Guidance on regulatory compliance, importation logistics, and establishing a cost-effective supply chain. Insights into market trends and advice on potential partnership opportunities. Confidentiality is of the utmost importance to us during this process. We are keen on protecting our business interests and strategies, thus, specific details about our brand and product specifics will be shared at a later stage of the discussion, under a mutual agreement of nondisclosure. I am lo...

    $369 - $1106
    Local
    $369 - $1106
    0 bids

    We are seeking an experienced Videographer to help us create effective and engaging social media advertisements geared toward people passionate about lawn care. Your role will involve: - Developing impactful social media video ads - Ensuring these ads cater directly to individuals interested in achieving the 'best lawn on the block' - Using your innovative videography techniques to promote our easy-to-use liquid fertilizers. The primary feeling we want to convey is that anyone can achieve an amazing lawn using our products, and we want this message delivered in a high-quality, professional manner. The ideal freelancer for this project should have: - A strong background in videography and social media advertising -The creator must have access to a well-kept home l...

    $4081 (Avg Bid)
    Local
    $4081 Avg Bid
    1 bids

    I have a binance smart chain crypoto token contract on the binance blockchain where i need a Website Front End coded up where users can interact with my smart contract. I need a webpage where users can buy my "Brake" Token with their crypo wallet. I assume Wallet Connect would be the best wallet to intergrate into the webpage. Users will need to be able to connect their wallets to the website you build for me. On the front end users will need to be able to enter how many Brake tokens they want to buy. there will be 65,000 Brake tokens available at $1 each The Token Pricing will need to be able to Calculate the price of Brake Tokens dynamically based on the current exchange rate between BNB and USD. You can use a price oracle or external API to get the current BNB/USD pri...

    $187 (Avg Bid)
    $187 Avg Bid
    56 bids

    ...requires the development of a multi-tenant Private Cloud platform that encompasses a broad range of IaaS and SaaS offerings. Our goal is to provide a scalable, secure, and efficient cloud environment tailored to various internal needs. Key Features to Include - IaaS Features: # Compute Services: Deploy various VM instance types to cater to diverse computing needs. # Storage Services: Implement both block and object storage solutions for high availability and redundancy. # Networking Services: Design and implement a robust network infrastructure including VLANs, Software-Defined Networking (SDN), load balancers, and virtual firewalls for optimal performance and security. # Data Protection Services: Integrate snapshot and backup services along with scheduled run and auto-scaling ...

    $27 - $223
    Sealed
    $27 - $223
    4 bids

    I am looking for a professional experienced with WalletConnect v2 to integrate it into my staking website which is built on Binance Smart Chain. Key Goals: - To enable secure and convenient wallet connections to my staking website. - Facilitating easier wallet switching for seamless user experience. Ideal Candidate: - Has experience specifically with WalletConnect v2. - Deep understanding of Binance Smart Chain. - Proven track record in integrating bespoke blockchain solutions to enhance user experience.

    $856 (Avg Bid)
    $856 Avg Bid
    18 bids

    I am searching for an expert in Matlab and Cplex optimization models who can develop a decision support dashboard application. This dashboard will be a critical tool in making data-driven decisions. Key skills preferred for this project are: - understanding Cplex optimization models - Solid knowledge and experience in Matlab application development - ability to link matlab and cple...in Matlab and Cplex optimization models who can develop a decision support dashboard application. This dashboard will be a critical tool in making data-driven decisions. Key skills preferred for this project are: - understanding Cplex optimization models - Solid knowledge and experience in Matlab application development - ability to link matlab and cplex - Understanding or experience in supply chain ...

    $853 (Avg Bid)
    $853 Avg Bid
    14 bids

    I'm in need of an expert in either Python or Node.js. The task is to develop a BOT that is capable for the Telegram platform, associated with the TON network. Key duties: - Establish a crypto wallet for each user. - Confirm cryptocurrency transactions accurately. - Implement a notification system within the BOT. Ideal candidate/s should have: - Proficiency in either Python or Node.js. - Experience with BOT creation especially on the Telegram platform. - Understanding of TON network. - Familiarity with cryptocurrency transaction mechanisms. The BOT should perform efficiently, handle secure transactions and provide prompt notifications.

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

    ...booking calendar to my WP website. This system's key purpose is for both employees and clients to book appointments seamlessly from sign in page of website. Functionalities needed: - An intuitive interface for viewing appointment availability. - A straightforward booking system for clients to secure appointments. • Booking calendar availability for multiple user posting appointments • Be able to block dates and time that are already booked • The client be able to get over view of available times, and dates over two months and select a time. • Time is either locked in or pending approval at this time an email is sent to both parties • SMS/email sent 24 hours before appointment Ideal Skills: - Experience in developing similar booking systems. - St...

    $426 (Avg Bid)
    $426 Avg Bid
    32 bids

    ...All on the main page. So users can choose what to watch on the TV GUIDE. * The TV showtimes (dates - times) are OPTIONAL to include. * Search bar, search based on categories or keywords like channel names * Categories for channels * ON-DEMAND YOUTUBE VIDEOS DO NOT NEED TO BE INCLUDED * TV Remote must work with basic functions! We are a Christian based non profit company. We are a new kid on the block. We help families and the community. We do not make any profit yet. We have a small - low budget for this project. You must be okay to work within our project BUDGET. You must be okay with working for a Christian company and working with a smaller - limited - low budget. The payout for this project is small and will not exceed $200 USD. We want someone who cares and will work with u...

    $171 (Avg Bid)
    $171 Avg Bid
    19 bids

    ...the right skill set, and a knack for the cryptocurrency world need apply. Ready to join this exciting venture? Let's discuss! Certainly! Here's a suggested milestone breakdown for the BOSS meme coin project: Milestone 1: Project Planning and Preparation Define project objectives, scope, and requirements Research and select a blockchain platform for token creation (e.g., Ethereum, Binance Smart Chain) Identify and evaluate potential blockchain development firms Finalize project budget, timeline, and resources Sign contracts and agreements with selected firm Milestone 2: Design and Architecture Collaborate with the chosen firm to finalize the design and architecture of the BOSS meme coin platform Develop specifications for tokenomics, including token supply, distribut...

    $1469 (Avg Bid)
    $1469 Avg Bid
    26 bids

    ...China and Hong Kong. * Implementing inventory optimization strategies within the company. * Obtaining quotes from different suppliers. * Generating quote comparisons and contributing to internal supplier selection based on the quotes. * Providing solutions to improve company spending and outsourcing. Sourcing Specialist Requirements: * Bachelor's degree in administration, logistics, supply chain or related field. * Proven experience in sourcing processes. * Proficiency in Microsoft word, PowerPoint, excel, and outlook. * A thorough understanding of sourcing methodologies. * Strong negotiation skills. * Sound time-management and organizational skills. * English: Work level (reading / speaking / writing). * CV *Ideallly based in Hong Kong

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

    ...collection professional to collect exam questions with answers and put screenshots into google drive. Exams list: CCFA CrowdStrike Certified Falcon Administrator Exam HPE6-A72 Aruba Certified Switching Associate Exam GCP-GCX Genesys Cloud CX Certified Professional Exam NCP-MCI v6.5 Nutanix Certified Professional Exam HPE0-V25 HPE Hybrid Cloud Solutions Exam MB-330 Microsoft Dynamics 365 Supply Chain Management Exam MB-920 Microsoft Dynamics 365 Fundamentals Finance Exam MS-721 Collaboration Communications Systems Engineer Exam MB-800 Microsoft Dynamics 365 Business Central Functional Exam 2V0-21.23 VMware vSphere 8.x Professional Exam SPLK-3001 Splunk Enterprise Security Certified Admin Exam NS0-162 NetApp Certified Data Administrator, ONTAP Exam 5V0-22.23 VMware vSAN Specialis...

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

    Hi! I'm going to create a separate project for this. We need help creating several branded items for an upcoming event related to a Case Competition. The most pressing deliverable is the event's logo. Once we finish that, we need to move fairly quickly and create two standing banners with the event's logo. I already have an idea for the logo, but we need your creativity and skills to make it look great. The event will happen annually and we should be able to like the logo in 2 years from now.

    $136 (Avg Bid)
    $136 Avg Bid
    1 bids

    ( Apply only if you can start ASAP) I'm in need of a well versed writer in the domain of blockchain technology, specifically with a deep understanding of Smart Contracts and Distributed Ledger Technology. The purpose of this report is to delve into these specific areas, exploring the pivotal details, potential applications, and their advanced functionalities. Key deliverables and capabilities required: • Comprehensive understanding of Blockchain, smart contracts, and distributed ledger technology. • Strong research and analytical skills to explore these aspects thoroughly. • Constructive writing, able to arrange findings in a clear, informative report. • Preferably if you have written blockchain-related reports previously. As this project doesn't specifi...

    $45 (Avg Bid)
    $45 Avg Bid
    10 bids

    I'm seeking a skilled graphic designer to create a business card for Wholesale Fence Store. The card should have a modern aesthetic with the inclusion of a different types of fences. The color scheme I prefer is red and black. A background in commercial material supply will be looked on favorably. Vinyl Fence, Aluminum Fence, Chain-link fence email, : Name Rich phone number : Ideal Skillset: * Proficiency in modern design * Experience in color theory * Experience designing for construction businesses * Creativity and originality in concept development Your portfolio demonstrating relevant skills and aesthetics will greatly help me in decision-making. Thank you.

    $54 (Avg Bid)
    Guaranteed
    $54
    997 entries

    ...requires the development of a multi-tenant Private Cloud platform that encompasses a broad range of IaaS and SaaS offerings. Our goal is to provide a scalable, secure, and efficient cloud environment tailored to various internal needs. Key Features to Include - IaaS Features: # Compute Services: Deploy various VM instance types to cater to diverse computing needs. # Storage Services: Implement both block and object storage solutions for high availability and redundancy. # Networking Services: Design and implement a robust network infrastructure including VLANs, Software-Defined Networking (SDN), load balancers, and virtual firewalls for optimal performance and security. # Data Protection Services: Integrate snapshot and backup services along with scheduled run and auto-scaling ...

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

    ...for a skilled team with experience in creating robust blockchains similar in functionality to Ethereum, Tron, or Fantom. My main focus for this network revolves around these three important pillars: * Decentralization * Scalability * Smart contract functionality Ideally, the network should come with these specific features: * Token creation and management * Smart contract development * Cross-chain interoperability The programming languages required for the job are Solidity and Java. You're expected to have substantial experience and expertise in both of these languages. In essence, I'm searching for professionals who can breathe life into my vision of a network that merges the independence of decentralization, the breadth of scalability, and the practicality of sma...

    $2564 (Avg Bid)
    $2564 Avg Bid
    12 bids

    ( Apply only if you can start ASAP) I'm in need of a well versed writer in the domain of blockchain technology, specifically with a deep understanding of Smart Contracts and Distributed Ledger Technology. The purpose of this report is to delve into these specific areas, exploring the pivotal details, potential applications, and their advanced functionalities. Key deliverables and capabilities required: • Comprehensive understanding of Blockchain, smart contracts, and distributed ledger technology. • Strong research and analytical skills to explore these aspects thoroughly. • Constructive writing, able to arrange findings in a clear, informative report. • Preferably if you have written blockchain-related reports previously. As this project doesn't specifi...

    $39 (Avg Bid)
    $39 Avg Bid
    11 bids

    Looking to re-envision my current logo with a three-dimensional concept. Need someone experienced in 3D modelling who is able to convert an existing RGB image into a 3D STL file. ...Specifications: - The input will be an RGB file - The final 3D model should have medium dimensions, fitting well within the range of 500px - 1000px - Deliverable will be an STL file Ideal Candidate Skills: - Proficiency in 3D design, preferably with logo transforming experience - Understanding of RGB color model - Familiarity with STL file formatting I would like the Helix logo with on a base block with the actual twisted steel fiber standing in front of the name. the rebar is .5 millimeters wide 25 millimeters long and 6 twist. I want it blown up to be at least 6" long. in front of the name an...

    $99 (Avg Bid)
    $99 Avg Bid
    19 bids

    I'm seeking a proficient developer to create a simple bot that can execute market orders on Pancake Swap, trading on the Binance Smart Chain network. The bot's core function doesn't require the capacity to detect instant market changes. Key Requirements: - Proficient in bot development, particularly on Binance Smart Chain - Experience with Pancake Swap and familiarity with executing market orders - Ability to create a user-friendly software for bot operations - Strong knowledge of digital tokens and their trading mechanisms Please detail your experience with bot creation, Pancake Swap, and Binance Smart Chain in your bid. Prior related work samples will be highly appreciated.

    $215 (Avg Bid)
    $215 Avg Bid
    26 bids

    ...driven tasks. Be prepared to provide samples of similar work completed. At the start of your reply, please state "I have read the full details of your request." Specific requirements: 1. First block to pre-load should always be a custom category block, displayed with a required dropdown field, where editors are only able to select one post category. 2. Each category, once selected, should load additional, pre-selected blocks which should not be able to be removed or re-ordered by the editor. If possible, the top category block should always remain at the top of the edit page but it's okay if this block also needs to reload with the selected category pre-selected, to be able to clear out all the other blocks not assigned to the selected categor...

    $41 - $340
    Urgent Sealed
    $41 - $340
    35 bids