Eclipse architecturetrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 eclipse architecture trabajados encontrados, precios en USD

    I'm seeking a skilled developer to assist in developing a .Net backend () and Angular frontend web application with a vibrant design flavor. Expected Backend Features: - Database Design and Integration - API Development so Web Application can consume backend Data - Establish a new micro services with...and user-friendly design. - Added Media Elements: I'd like to enhance user experience with video embeds and carousel images in the frontend. - Directory listing website with ability to create accounts, register, chat, advanced filtering, accept payment etc Skills Needed: - Excellent .Net and experience - Proficiency in Angular and frontend design - Experience in API and micro-service architecture - Familiarity with video embedding and carousel integration on frontend appl...

    $2298 (Avg Bid)
    $2298 Oferta promedio
    86 ofertas

    Detailed in four main sections: Architecture (including Finishes), Civil Works, Structural Works & MEP Works. Prepare Bill of Quantity for construction using SMM& standard. (Imperial Units) Building itself section will be devide by floors as much as possible for Finishes & Structure. Separate a bill for all External Works (remain works except Building)

    $336 (Avg Bid)
    Acuerdo de Confidencialidad
    $336 Oferta promedio
    6 ofertas

    I am looking for a skilled developer to help create an Angular project with a .NET Core backend. Here's a set of p...and the .NET Core backend to ensure code reliability and maintainability. Utilize testing frameworks like Jasmine, Karma, xUnit, or NUnit. 9. **Deployment**: Set up deployment pipelines for continuous integration and continuous deployment (CI/CD). Deploy the application securely to a hosting environment such as Azure, AWS, or Google Cloud Platform. 10. **Documentation**: Document the project architecture, codebase, API endpoints, and deployment process for future reference and collaboration among team members. By fulfilling these requirements, you can develop a robust and scalable web application using Angular and .NET Core, meeting both functional and non-fu...

    $783 (Avg Bid)
    $783 Oferta promedio
    42 ofertas

    ...memorable itineraries across the whole of Japan for our DMC business. The trips range between 7 to 14 days and are from moderate pricing level to luxury/high end departures. - Expert knowledge about the local culture, outdoor adventures, and historical sites. We go to new and exciting locations, not just the traditional areas. - Creativity in incorporating special interests like culture, religion, architecture, photography, fashion, contemporary art, cinema, traditional arts etc - Proficiency in crafting active itineraries involving hiking, walking, cycling, kayaking, ocean swimming, or cross-country swimming - Experience creating Multi Activity, Expeditions, Retreats and Camp (wellness, triathlon, CEO groups etc) programs. You MUST have experience in the Japan travel industry ...

    $11 / hr (Avg Bid)
    $11 / hr Oferta promedio
    13 ofertas

    Project Description: We are seeking an experienced blockchain developer to implement a solution for a critical challenge within our blockchain application. Our platform operates on the Polygon network and provides each user with a wallet to manage their digital assets, specifically focusing on the deposit and transf...Integration with Existing Wallet Infrastructure: Ensure the gasless transaction system is fully integrated with our existing wallet infrastructure, allowing for a seamless user experience when managing and transferring USDT. Testing and Documentation: Conduct thorough testing of the system to ensure its reliability and security. Additionally, provide comprehensive documentation detailing the system architecture, usage, and any relevant guides for future maintenance or...

    $237 (Avg Bid)
    $237 Oferta promedio
    17 ofertas

    I need a skilled bot developer to design a ChatGPT bot that will be used to generate personalized travel itineraries. Key Information: - The bot should be accessible both from a website and a mobile application. - It must accurately gather information from users to tailor a perfect itinerary. Key prompts will include: - Trip duration - Budget - Preferences in terms of architecture - Interest in well-known locations or undiscovered spots - Fitness level - Specific day and time preferences - Preferred travel season Presentation: - The final itinerary should be presented as a detailed day-by-day schedule with sufficient descriptions. Ideal Skills: - Candidates should have a strong background in bot development, specifically with ChatGPT bots, and be able to demonstrat...

    $2385 (Avg Bid)
    $2385 Oferta promedio
    65 ofertas

    I am looking for a talented 3D render artist ...high-quality modern interior design visualization. The purpose of this project is to achieve a realistic representation of my design, which follows a modern aesthetic. While the main focus will be on rendering the interior, an essential element of this project is: - Lighting Effects: To create a vivid and lifelike ambiance in the rendered space. Ideally, you will have experience in interior design or architecture, and have a keen eye for realistic detail. Previous experience in replicating modern aesthetics and working with lighting effects in 3D renderings will be highly valued. This project will require a solid understanding of modern design and a creative approach to lighting. Please provide examples of similar work you've do...

    $132 (Avg Bid)
    $132 Oferta promedio
    16 ofertas

    Seeking a proficient Java expert who can assist me with an issue I'm facing in Eclipse dealing with debugging. Specifically, the problem lies in the Java module/package. Key Responsibilities: - Decode and fix the java module/package error - Possible review of package imports in Eclipse (uncertain if this is a problem) Ideal Candidate: - Proficient in Java - Strong knowledge of Eclipse Debugging tool - In-depth understanding of Java modules/packages - Has ability to quickly troubleshoot and resolve issues Quick resolution of this problem is crucial - apply if you can help!

    $25 (Avg Bid)
    $25 Oferta promedio
    4 ofertas

    ...planning and a keen eye for UI/UX design principles, with the ability to guide and direct UI/UX designers in creating a visually appealing and user-friendly platform that drives lead generation and enhances user experience. Responsibilities: -Collaborate with our team to understand project goals, target audience, and brand identity. -Develop a comprehensive plan for the website, including site architecture, content strategy, and user flow. -Provide UI/UX direction and guidance to UI/UX designers, ensuring adherence to best practices and alignment with project objectives. -Create lead generation forms and provide input on their integration into the website. -Develop community development pages with listings fed in through an MLS (Multiple Listing Service) integration. -Ensure con...

    $33 / hr (Avg Bid)
    Destacado Acuerdo de Confidencialidad
    $33 / hr Oferta promedio
    79 ofertas

    I am seeking an experienced architect or architectural design professional to create a comprehensive plan for a small, modern style house. The deliverables should include floor plans, elevations and an unfurnished 3D model. Key requirements: - Use a modern architectural style in...experienced architect or architectural design professional to create a comprehensive plan for a small, modern style house. The deliverables should include floor plans, elevations and an unfurnished 3D model. Key requirements: - Use a modern architectural style in your design - The size of the house should be small - Provide a 3D model which is not furnished Ideal skills and experience: - Architecture or architectural design background - Experience with modern style designs - Proficiency in creating...

    $69 (Avg Bid)
    $69 Oferta promedio
    34 ofertas

    I need help with debugging my stack and queue operations that have logical errors. Key Tasks: - Debugging the code - Correcting the push, pop, and peek operations Ideal Skills: - Strong knowledge in Java - Experience in debugging Java code - Familiarity with stack and queue operations make the Code posted below in working order. I am using Eclipse to write these two data structures. and i want to write a short test to ensure that your stack and queue work as expected.i need the working files as .java files public class MyStack<T> { private static class StackNode<T> { private T data; private StackNode<T> next; public StackNode(T data) { = data; } } private StackNode<T> top; public T pop() { if (top == null) throw new EmptystackException();...

    $20 (Avg Bid)
    $20 Oferta promedio
    8 ofertas

    I need a comprehensive iOS application for grocery ordering. Essential features should include: - User registration and login. This is a must for personalized user experiences. - Product catalog with search functionality, so users can easily navigate through our extensive range of products. - S...which payment gateway to integrate with after bid acceptance. Ideal freelancers for this job should have prior experience in iOS development and building shopping apps. Integrating payment gateways is a critical skill as well. Looking forward to seeing your proposals! This will require services and interfaces for both the customers, and the merchants. The milestones will include: 1. Architecture. 2. UX Design 3. Implementation 4. Cloud Deployment 5. App Store ...

    $15334 (Avg Bid)
    $15334 Oferta promedio
    127 ofertas

    ...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 education technology and a co...

    $521 (Avg Bid)
    $521 Oferta promedio
    42 ofertas

    ...navigation and effortless interaction for both users and administrators. - High Security Standards: With a robust backend architecture and stringent security measures, we guarantee the utmost protection of your data and ensure compliance with industry standards to safeguard sensitive information. - Optimized Backend API Code: Our team of experts has meticulously optimized the backend API code for efficiency, speed, and scalability, enabling smooth communication between the frontend and backend components. Professional Points - Backend Development: - Implementation of RESTful APIs for seamless integration with external systems. - Utilization of microservices architecture for modular and scalable backend infrastructure. - Integration of WebSockets for real-time communicatio...

    $21 / hr (Avg Bid)
    $21 / hr Oferta promedio
    61 ofertas

    I'm seeking a professional to design a 36x24 (3 car) garage which will primarily be used for parking cars. The design should adhere strictly to building codes. ...codes. - Material: The garage should be designed with wood as the main construction material. - Roof: The design should feature a gable roof which is both functional and aesthetically pleasing. - Detailed List: To aid the construction process, including a comprehensive material list in the plan would be greatly beneficial. The ideal freelancer for this job possesses substantial experience in architecture or construction design, and a keen understanding of building regulations. Knowledge and experience in designing wooden structures is key. Fluency in using architectural design software such as AutoCAD, Revit or sim...

    $27359 (Avg Bid)
    $27359 Oferta promedio
    50 ofertas

    I'm seeking a talented graphic designer to create a minimalist, stylized logo for my architecture studio, "10 & 10 Studio" located in México City. At the studio we mainly design contemporary architecture including private residences, country houses, condominiums, commercial buildings and interior design. We are passionate about simple and well-stylized design without leaving aside luxury and special attention to detail. The logo must be: -Minimalist and stylized -Contain the full name “10 & 10 STUDIO” -A color option and a grayscale or black and white option are desirable for stationery and printed records. -Reflect personality -It is desirable that it be in 2D The logo must not contain: -Shapes related to silhouettes of houses or b...

    $100 (Avg Bid)
    Garantizado
    $100
    469 participaciones

    ...with knowledge in progressive web applications (PWA) to clarify and specify my software design details. This document is crucial to my project as it will define the system requirements, describe the software architecture, and outline the coding guidelines. Key responsibilities: - Understand and articulate the software system requirements - Document the software architecture of the PWA - Define clear and concise coding guidelines Ideal skills required: - Deep understanding of progressive web applications - Proven experience in technical writing - Familiarity with software architecture - Proficient in software coding guidelines - Ability to articulate complex software requirements Ensure that you have a solid understanding of PWA development and software de...

    $30 (Avg Bid)
    $30 Oferta promedio
    13 ofertas

    ...developer to review specific areas of the said code. Particular attention should be dedicated to the following: 1. Overall Architecture and Design: - Your task will be to critically assess the codebase structure and layout, giving a critical evaluation of the design principles in place. 2. Detailed Data Flow Review: - I'm particularly interested in an in-depth examination and assessment of the data inflow and outflow systems. You'll analyze how data enters, is processed, and leaves the system, helping ensure efficient and effective data handling. Ideal skills and experience: - Proficiency in the XMRig codebase - Extensive understanding of efficient software architecture and design - Experience in conducting code reviews with a focus on data flow - Ab...

    $250 (Avg Bid)
    $250 Oferta promedio
    2 ofertas

    Company name is TechVriddhi I am in need of a distinct, attention-grabbing logo for my digital real estate company. Here are the requirements: - The primary color for the logo should be blue. - It should be designed in a way that it can be used for both web and print media. Thus, it needs to be clear and legible at different scales and...used for both web and print media. Thus, it needs to be clear and legible at different scales and in different formats. - Finally, the logo should creatively incorporate a house, key, and building. The ideal freelancer for this project will have experience in graphic design, specifically logo creation, and understand design principles for both web and print use. Familiarity with real estate or architecture imagery would be beneficial but isn'...

    $16 (Avg Bid)
    $16 Oferta promedio
    15 ofertas

    I am looking for a knowledgeable and experienced freelance architect to help me with a commerc...and readable architectural drawing The job will entail delivering an accurate site drawing of the commercial build with a particular focus on site dimensions. Experience in commercial architecture, specifically in creating detailed drawings, is essential to this project. Therefore, a freelancer with a strong background in commercial architectural design and a keen eye for detail would be the ideal fit for this project. Your skill to capture all the critical aspects in your drawings will be crucial in moving this project forward. Skills & Experience desired: - Architectural Design - Commercial Architecture - Detailed Drawing Capabilities - Knowledge of Site Dimensions and ...

    $9 / hr (Avg Bid)
    $9 / hr Oferta promedio
    31 ofertas
    Trophy icon Emblematic Eclipse-Inspired Logo Design Finalizado left

    I'm seeking a skilled and creative graphic designer to create an iconic logo for my corporation, BH company, which is dedicated to supporting the transformation of teenagers. The logo's design should illustrate the concept of darkness transitioning into light, akin to an eclipse, or the sun breaking through from behind the moon. Key features to be implemented: - Incorporate a representation of light, such as an eclipse or similar motifs. - Ensure the logo is professionally styled, suitable for a corporate setting. - Apply a distinct color scheme of blue, black, and white. - SLBH is the acronym for the company. Can be used or incorporated into design or can be the basis for the design. Ideal freelancer's profile: - Have experience in graphic and logo design...

    $50 (Avg Bid)
    Garantizado
    $50
    90 participaciones

    I'm seeking an experienced Django developer to help complete an app that is currently under construction. Your primary task will be to integrate a PostgreSQL database and facilitate API interaction. Key Responsibilities: - Integrate the Django app with a PostgreSQL database - Se...primary task will be to integrate a PostgreSQL database and facilitate API interaction. Key Responsibilities: - Integrate the Django app with a PostgreSQL database - Setup and manage API integration Required Skills: - Proficiency in Django application development - Experience in database management, particularly PostgreSQL - Adept at API integration - Strong understanding of application architecture and database design Please provide examples of similar projects you've completed in the...

    $322 (Avg Bid)
    $322 Oferta promedio
    32 ofertas

    ...website that reflects our brand identity and seamlessly integrated with a Learning Management System (LMS). This website will serve as our primary platform to showcase our comprehensive services, connect with students and parents, and ultimately, drive enrollment and includes the following features: - User registration and login - Course catalog and enrollment - Progress tracking - Scalable architecture, responsive design, and SEO optimization - A robust content management system - LMS with built-in website features - Security and analytics guarantees, with feedback implementation - An online payment gateway - Interactive elements and social media integration - Improved website speed and performance optimization - Rich results implementation with snippets, structured data (sche...

    $1550 (Avg Bid)
    $1550 Oferta promedio
    82 ofertas

    ...methodologies. Contribute to Microservice-based architecture and CloudOps/DevOps experiences, particularly with AWS and Azure. Work in a fast-paced environment using Lean Startup and Agile methodologies. Foster a culture of innovation, sharing knowledge, and promoting best practices. Qualifications: Preferably 1-3 years of relevant experience. Proficiency in at least one compiled language (Extra points for Go) and one interpreted language (Extra points for JavaScript). Good familiarity with various database technologies, including SQL and Document-based storage (MongoDB). Experience with API Design, LCM & implementations (REST API, OpenAPI specs). Familiarity with DDD/TDD and CD/CI practices. Strong experience in Microservice-based architecture and services. Clou...

    $2608 (Avg Bid)
    $2608 Oferta promedio
    15 ofertas

    ...I would like create a ddbb of clients (personal info), contracts (length, contract code, price) and payments (monthly, extra, punctual, deductions, etc). Payment would be calculated through fixed info and through input info. I would need to feed this ddbb every week, and would need to have a clear control panel. Key responsibilities will include: - Designing and creating a scalable database architecture - Ensuring secure and reliable data storage - Crafting logical and physical data models The ideal freelancer for this project should have: - Strong skills in Python programming - Proficiency in Database Management - Experience in managing and organizing user data - Understanding of Data Security and Protection - Good problem-solving skills and attention to detail. This is a g...

    $30 (Avg Bid)
    $30 Oferta promedio
    17 ofertas

    I'm searching for a designer who can deliver a traditional Kerala style home elevation with a verandah for a single-storey house. The key deliverables are: - Authentic Kerala architecture - Comprehensive elevation design including the verandah Ideal skills and experiences for this job include: - Profound understanding and experience in traditional Kerala architectural design - Solid portfolio of previous home elevation designs - Attention to detail This project will require careful consideration to ensure the design reflects a genuine, traditional Kerala style single-storey home with a verandah.

    $85 (Avg Bid)
    $85 Oferta promedio
    17 ofertas

    I'm seeking a proficient 3D designer who can create a 3D elevation of a residential house in Kerala style. The house is approximately 1,000 - 2,000 sqft. Key features I want to highlight are: - Innovative roof design - Detailed balcony structure - Unique window styles A strong understanding and experience with Kerala style architecture are essential. You should also have prior experience creating 3D elevations for residential homes of a similar size. Please showcase your previous work of similar projects when bidding. Looking forward to a tasteful design reflecting the rich architectural essence of Kerala.

    $98 (Avg Bid)
    $98 Oferta promedio
    13 ofertas

    I'm seeking an architectural expert to generate a 3D view for a new, large residential development with 5+ bedrooms. Services should encompass a full-scale digital model incorporating detailed and innovative design patterns. Ideal experience and skills: - Extensive experience in residential architecture - Proficiency in 3D modeling software - Portfolio of large-scale residential projects - Attention to detail in creating realistic and intricate models - Ability to envision and incorporate innovative design elements. I look forward to bids from highly-qualified individuals or firms, and to embarking on this exciting project.

    $96 (Avg Bid)
    $96 Oferta promedio
    23 ofertas

    We require a highly skilled NodeJS expert to troubleshoot and resolve some performance issues we are currently experiencing. Our API which services hundreds of concurrent users, has unfortunately been plagued with slow performance, high memory usage, and frequent crashes. Key aspects of this role include: - Analyzing the current application's architecture - Providing a detailed report on the root causes of the performance issues - Proposing a comprehensive solution to fix these issues - Optimising the performance of our NodeJS application - Implementing measures to prevent future crashes and memory leaks or bloating. Ideal Skills Include: - Profound experience in NodeJS, understanding its advantages and pitfalls - Proven experience with API development - Ability to deciph...

    $87 (Avg Bid)
    $87 Oferta promedio
    16 ofertas

    I'm seeking a skilled AutoCAD designer for an upcoming project, specializing in industrial architectural design. Key responsibilities will involve creating detailed, industrial-styled architectural drawings. Ideal candidates should possess: - Expertise in AutoCAD with a specialty in architectural designs. - Adeptness in generating industrial-themed designs - Capability to work...Expertise in AutoCAD with a specialty in architectural designs. - Adeptness in generating industrial-themed designs - Capability to work independently, adhering to project specifications Please note, the software version is flexible; however, recent versions are preferred for compatibility reasons. Looking for a competent designer with a keen eye for detail, to bring my envisioned industrial architectu...

    $101 (Avg Bid)
    Local
    $101 Oferta promedio
    5 ofertas

    I'm in need of an experienced architect who specializes in modern des...design. The project involves designing a residential building. While the entire building design is important, there's no particular focus as no preference was specified in terms of interior planning, exterior aesthetics or space utilization. A variety of skills and experience would be ideal for this project: - Strong understanding and experience with modern architectural style - Residential architecture experience - Ability to work with both the big picture design and smaller, detailed elements - Ability to translate my ideas and requirements into functional and appealing space - Strong communication skills to ensure alignment in vision and design execution. If this sounds like you, I look forward...

    $147 (Avg Bid)
    $147 Oferta promedio
    41 ofertas

    ...and customizing entities, workflows, forms, and reports. You will also be responsible for integrating Dynamics 365 with other systems and managing data migration. The ideal candidate should have a strong understanding of Dynamics 365 architecture and experience with customization and development using Power Platform and Microsoft Azure. Skills required: -Troubleshooting and fixing existing issues within the module -Resolve issues related to Case Management, Knowledge Management, and Service Level Agreements (SLAs) - Strong knowledge of Dynamics 365 architecture and customization - Experience with Power Platform and Microsoft Azure - Proficiency in configuring entities, workflows, forms, and reports - Ability to integrate Dynamics 365 with other systems - Experience with d...

    $21 / hr (Avg Bid)
    $21 / hr Oferta promedio
    9 ofertas

    ...Need a 3d computer picture showing the home on poles with windows, doors, walkway. Also maybe a picture of the actual land the pole home will be on in the back ground. do not need render. It will be cladded outside with colour bond metal. Key responsibilities: - Develop a 3D model showcasing a unique, attractive exterior facade. - Leverage design techniques to accentuate the traditional architecture of the pole home. - Adherence to the primary building material: metal. The ideal candidate should have: - Proven experience in 3D modeling and architectural design. - Familiarity with traditional architectural designs. - Proficient in following specific design requirements. - A portfolio showcasing your previous work on home exteriors. As a designer, your vision and ...

    $20 - $165
    Sellado
    $20 - $165
    43 ofertas

    I am seeking a talented 3D artist to create a captivating photorealistic visualization for a property development. This will be utilized for our marketing and advertising initiatives. The materials created will be key in helping potential buyers see the beauty and potential of the property. Key elements to emphasize include: -Landscape design -Building architecture -Interior design The ideal candidate for this project should be adept at creating photorealistic 3D visualizations and have a keen eye for detail in order to portray our development in the best possible way. Experience in architectural and landscape 3D modeling is a significant bonus. This task requires a fine balance between artistic capabilities and technical expertise due to the high level of detail and realism expec...

    $495 (Avg Bid)
    $495 Oferta promedio
    77 ofertas

    I'm embarking on a project to build a large ...aesthetically pleasing, is necessary. - Home Office: The house should have a dedicated, distraction-free home office. Bring your ideas in designing a workspace that fosters creativity and productivity. - Outdoor Living Space: I'm particularly interested in integrating the indoors with an outdoor living area. If you have experience in designing patios, decks, or landscapes that complement the architecture of the home, this would be a great asset. Ideal candidates should have proven experience in residential design, with a strong portfolio that showcases a knack for contemporary designs, large-scale housing projects, and creative use of space. Previous work in designing open plan living areas, home offices and outdoor spaces wi...

    $517 (Avg Bid)
    $517 Oferta promedio
    47 ofertas

    I am in need of an experienced architect who specializes in modern residential designs to help conceptualize a single-family home. Key Responsibilities: - Developing a unique archi...conceptualize a single-family home. Key Responsibilities: - Developing a unique architectural design that is both aesthetically pleasing and functional. - Incorporating modern elements into the design, without neglecting comfort and practicality. Ideal Skills and Experience: - Previous work in residential architecture, especially modern single-family homes - Exceptional understanding of designing modern style houses. - Strong dedication to keeping up-to-date with modern architecture trends. I look forward to working with a professional who can translate my ideas into an extraordin...

    $434 (Avg Bid)
    $434 Oferta promedio
    55 ofertas

    I need a skilled and knowledgeable freelancer to create a stunning 3D rendering for a modern residential building. Your task will be showcasing the architecture and uniqueness of this modern design in an engaging and realistic way. Ideal Skills & Experience: - Significant experience in 3D modeling and rendering. - Proficiency with relevant software like AutoCAD, SketchUp, 3ds Max, or similar. - Deep understanding of architectural structures, particularly modern residential designs. Scope of Work: - You will be provided with architectural plans and specific details. - The rendering must accurately represent the modern architectural design, creates an impactful visual representation. - High emphasis on details such as the play of light and shadows, textures, and perspective. Q...

    $176 (Avg Bid)
    $176 Oferta promedio
    78 ofertas

    ...to have excellent graphics designing skills to handle the aesthetic aspects of both the game and the website. Full knowledge of current design trends and aesthetics is expected. • Website Development: A proficient website developer is also sought with a keen eye for design and user experience, to ensure a usable and attractive final product is delivered. Professional knowledge about website architecture and UI design is needed. Overall, I am looking for someone with a diverse skill-set and utility within the different areas required in this project....

    $4766 (Avg Bid)
    $4766 Oferta promedio
    45 ofertas

    ...exterior and interior rendering. It's crucial to include bespoke furnishings and decor to reflect the exquisite detailing found in Hamptons style homes. Therefore, the freelancer must have a keen eye for detail and an excellent understanding of interior design. The final product should be delivered as static images. The ideal freelancer should have: - Significant experience in 3D rendering of architecture and interior design - A portfolio with examples of highly detailed home interior renders - Understanding or experience in Hamptons style designs - Ability to deliver high-resolution, static images in a timely manner. Your task will include: - Creating a detailed 3D render of the home exterior - Designing and rendering multiple interior spaces with customized furnishing...

    $339 (Avg Bid)
    $339 Oferta promedio
    81 ofertas

    I'm seeking a qualified and creative architect for the design of a medium-sized residential building, featuring 3-4 bedrooms. Design Requirements: - Experience with modern architectural styles is mandatory. This will give the home a crisp, sleek, minimalistic look. Please share your portfolio related to modern architecture. - An easy-to-access, well-integrated roof terrace is a must, catering for relaxation and social events. Detailed knowledge about safety and utilization factors relevant to roof terraces is essential. If you have a knack for balancing functionality and aesthetics in home design, please bid. I am excited to see your ideas for my new abode!

    $138 (Avg Bid)
    $138 Oferta promedio
    39 ofertas

    This project is all about translating the current architecture of a small, soon-to-be-demolished house into a fresh, modern 2D design. The existing structure comprises 4-6 rooms, all of which need to be included in the final blueprint. Key Responsibilities: - Develop a detailed 2D architectural layout, maintaining accuracy and consistency - Emphasize a modern aesthetic, reflecting current and stylish design trends - Include all existing rooms in the design, maintaining their original proportions Ideal Candidate: - Proven experience in 2D architectural design - Strong sense of modern aesthetics - Ability to translate existing structures into new designs - Exceptional attention to detail and accuracy - Knowledge of architectural regulations and rules PLEASE READ: We have to keep ...

    $87 (Avg Bid)
    Garantizado
    $87
    32 participaciones

    ...scheme to a soft and pastel aesthetic - A restructuring of our layout to increase usability and accessibility is also essential User Experience: - The user journey should be seamless and intuitive, making it effortless for visitors to navigate through our site - Interactive elements should be optimized to ensure they serve our site's purpose effectively Content Organization - The information architecture should be reconsidered, ensuring it is logically structured, easy to follow, and effectively communicates our not-for-profit's mission and endeavors The ideal freelancer for this job will have robust knowledge and experience in web design, UX, and content strategizing. Evidence of aesthetic judgement matching soft, pastel color schemes and effective content organi...

    $334 (Avg Bid)
    $334 Oferta promedio
    64 ofertas

    ...currently seeking an experienced developer capable of converting an existing CPU mining source code, written in C++, into a GPU miner optimized for NVIDIA's GeForce series. The source code is written in C++, and the libraries are in Java. Ideal Skills and Experience: Proficiency in C++. Experience in GPU programming, primarily with NVIDIA GPUs. Familiarity with the GeForce series and their architecture. Previous work on similar projects is highly desirable. Must understand data mining processes. Knowledge of Java libraries. Responsibilities: Modify the existing C++ source code to work with NVIDIA GeForce GPUs. Ensure the GPU miner is fully optimized to achieve the best performance from the GeForce series. Thoroughly test the solution across different GeForce models to ens...

    $544 (Avg Bid)
    $544 Oferta promedio
    26 ofertas

    ...effectively communicate our product's value proposition. - Brand Marketing Architecture: Develop a cohesive brand narrative and visual identity to elevate our product in the competitive landscape. - Pitch Deck Design: Create visually stunning slides that align with our brand and effectively convey information. Additional Information: - Collaborative Approach: We'll provide some initial information, but we expect you to leverage your expertise in market research, content creation, and brand marketing architecture to gather more details and create a compelling pitch deck. How to Apply: If you're ready to take on this exciting challenge and showcase your skills in market research, content creation, brand marketing architecture, and pitch deck design, p...

    $118 (Avg Bid)
    $118 Oferta promedio
    26 ofertas

    I have a need for a Expert Java developer to code a webpage search system. This search system will have a variety of requirements, including: - The ability to index new URLs - A capacity for recursive indexing of all found URLs - The provisions for end-users to retr...need for a Expert Java developer to code a webpage search system. This search system will have a variety of requirements, including: - The ability to index new URLs - A capacity for recursive indexing of all found URLs - The provisions for end-users to retrieve search results sorted by importance This project will demand a comprehensive understanding of Java and familiarity with client-server architecture. Ideal candidates will have prior experience with systems that search by keywords, categories, and other advance...

    $40 (Avg Bid)
    $40 Oferta promedio
    13 ofertas

    ...Debugger a. Inspect element b. Debugger should be debug in editor not in browser c. Above 2 points to be done in Windows(Android) and in Mac(IOS) 6. Upload to Playstore (Android) and Appstore (Iphone) 7. Apply google fonts 8. Version a. How are we maintain the App Version b. How can we bring notice to user when new App version is ready based on the priority 9. React Native Micro frontend architecture. Basically, there are 2 reusable libraries where App A and B uses Auth Lib which will contain Common Lib Common Lib ------> Auth Lib ----> App A Common Lib ------> Auth Lib ----> App B So, all above app should be in my git repository Please note, this project requires immediate attention and therefore, ability to begin work as soon as possible is necessary...

    $964 (Avg Bid)
    $964 Oferta promedio
    19 ofertas

    I'm in need of an experienced architect who can provide a design for a new traditional style home. Your responsibilities would include but not limited to...traditional style home. Your responsibilities would include but not limited to, creating a layout, choosing materials, designing the aesthetics, and providing detailed blueprints. Your design must be functional, cost-efficient and align with the homeowner's vision. Skills & Experience Required: - Proficiency in CAD or similar architectural design software - Extensive knowledge of traditional architecture and interior design - Proven experience in residential home design - Clear understanding of building codes and regulations - Excellent planning and project management skills - Ability to meet deadlines and work wi...

    $80 (Avg Bid)
    $80 Oferta promedio
    19 ofertas

    ...MikroTik OS via API, and PPPoE protocols. The project entails creating a custom third-party module for UISP that integrates seamlessly with PHP and allows communication with MikroTik OS through its API. Key Requirements: 1. UISP Knowledge: The ideal candidate should possess in-depth knowledge of UISP (UniFi Network Controller Software) to develop a custom third-party module that aligns with its architecture and functionalities. 2. PHP Skills: Proficiency in PHP programming language is essential for the development of the module. The developer should be capable of writing clean, efficient, and maintainable PHP code. 3. Communication with MikroTik OS via API: Experience in communicating with MikroTik OS through its API is crucial. The developer should understand how to establis...

    $131 (Avg Bid)
    $131 Oferta promedio
    19 ofertas

    ...meeting to finalise layout). and then final meeting to make final change's before handover to client . This all details should be as per clients requests and detailed planning drawings submitted to awarded freelancer. Ideal candidates should have a solid background in architectural 3D modelling and rendering, with a portfolio demonstrating similar traditional style projects. Understanding of architecture, interior design, and landscaping will be a great advantage. Upon completion freelancer will furnish the client with the following, this list is not limited and is open to change during progress meetings : Lumion Rendered 3D Model inclusive of all details requested , must be available to view on free rendering software. Rendered Model on seperate rendering software p...

    $383 (Avg Bid)
    $383 Oferta promedio
    46 ofertas