Alina Minchuk
Winning proposal- Projects 16
- Rating -
- Rating 586
Budget: 1500 UAH Deadline: 7 days
Good Morning Alexander!
I am pleased to make for you a landing design and pages with services. As a certified specialist in the field of UI/UX Web, Mobile Design, I will do everything quality, beautiful and timely.
With hope for cooperation and respect, Alina
Link to the portfolio: Behance
Email: [email protected]
Skype: k.alina8988
Budget: 1200 UAH Deadline: 7 days
Hello to Alexander!
Could you send the TZ?
I will be happy to accomplish your project!
Are there images and texts for the site?
Contact +380958863921 - telegram/viber
@Katrin9 - telegram
Budget: 3500 UAH Deadline: 7 days
Hello to you.
The cost of the main 1200gn, the deadlines are 2 days, the internal 600gn, the deadlines are 1-2 days.
Do you need an adaptive design or just for PC?
My work: Freelancehunt
Posts Tagged: @relouz
Budget: 3500 UAH Deadline: 3 days
Hello to you! Ready to perform the task. Please contact me, I will do it properly and in time.
I will be happy to cooperate!
by Burchenko Olexii
>Portfolio: Behance
>Telephone: +38 (093) 272 22 77
>Telegram: HTTPS://t.me/Lburchenko
>Skype login: lburchenko
Budget: 5000 UAH Deadline: 5 days
Examples of work can be seen here https://goo.gl/photos/RXhDcXAgZJBrA9Db9
- Projects 6
- Rating -
- Rating 461
Budget: 1500 UAH Deadline: 3 days
Hello to you.
I would be very interested in taking up your project. I work quickly and efficiently, paying attention to the little ones. Always in contact and if there are difficulties, then ready to offer another option.
Look at the portfolio where you can get to know my work:
Behance
with respect,
and light.
- Projects 8
- Rating -
- Rating 516
Budget: 2000 UAH Deadline: 3 days
Hi, I will make the design of the landing and the necessary pages. From my part, timely performance of the work, attention to the details, creative approach and the ability to hear the customer. Specifically in terms of costs and deadlines, I will be advised after getting acquainted with TZ.
Portfolio - Freelancehunt
Details can be discussed by:
Personal message on the site
- email - [email protected]
Budget: 6000 UAH Deadline: 6 days
I’m creating a unique design for your project. (Without a spoon)
My portfolio is: Behance
My telegram: @eighty_y
Budget: 3000 UAH Deadline: 3 days
Hello Alexandra.
My name is Daniel, I'm a web designer and master with more than a year of experience, there were similar projects. Ready to deal with yours, the design makes strict or bright, in both cases selling. I love flats, material design, apple approach, I put in my drawings. I’m developing design in Adobe XD or Figma, making several patterns at once: for desktop, tablets, mobile, if necessary, modal windows and animations.
I would like to immediately ask the question: how many screens, what technology and what functionality is needed from the banding? Please sign up, I will be happy to collaborate!
The portfolio:
The profile.
Prices and deadlines:
The deadlines are relative, because you need to get to know more in detail about the TZ. About the payment - objective for 1 page of the landing. Don’t go on small bets, it’s non-professional or beginners who are ready to do “maximally quality for 100 pounds and 1 day.”
The contacts:
Telegram: @pluxurypink t.me/pluxurypink
Email: [email protected]
Budget: 170 UAH Deadline: 10 days
Good Morning Alexander
I was interested in the order, I would very much like to realize the design for it.
I guarantee a modern, thoughtful and adaptive fitch
Write me, I’m sure you’ll be happy with your collaboration.
(About time, the price is indicated per hour of work)
Budget: 1000 UAH Deadline: 30 days
I have to get acquainted with TZ.
How many screens in the lending?
Do you need a mobile version?
My portfolio:
Behance
- Projects 9
- Rating -
- Rating 619
Budget: 2000 UAH Deadline: 10 days
Ready to start work right now. Landing and 3-4 pages I will make in 10 days-2000 UAH. Do you need a Descop.version? Write Viber /Telegram 380660536072
Portfolio Freelancehunt
Budget: 1111 UAH Deadline: 1 day
Good afternoon, design unique or template? there is any special desire?
Proposals concealed
Proposals are currently absent
Current freelance projects in the category Web Programming
Hello everyone, we need to create a website for event creation and ticket sales. Possible options include using a ready-made template, a framework, or your own solution. It is preferable that you have experience in developing websites for ticket sales. We will send examples of websites in private messages. If necessary, we will create a prototype. If you have previously worked on similar websites, please send examples in private messages. We will discuss the details in private messages. Thank you and have a great day!
Development of the Architecture for a Unified Fleet Management Platform for WordPress SitesProject Context There is a fleet of several dozen WordPress sites hosted on a single server and maintained by one team. The sites are gradually being transitioned to a unified development and support standard — a common design system with a unified block library (ACF + Gutenberg) and a unified security standard. An architecture is required for centralized management of this fleet.Task A technical architecture for a unified fleet management platform for WordPress sites needs to be developed. The platform is not a metrics dashboard, but a full-fledged system for centralized management and access.Platform Requirements Single Sign-On for Super Administrator — a single entry point for managing all sites in the fleet: overview of status, versions, compliance status. One-click access to the admin panel of each site — the ability to enter the wp-admin of any site in the fleet from a single interface, without storing/entering passwords for each site separately. A well-thought-out authentication mechanism is required (tokens with limited lifespan, binding to a specific user, complete access logging). Role Segmentation: the super admin sees and manages the entire fleet; administrators of individual sites have access only to their own sites. Unified Design System with Site-Level Customization — a common block library (ACF + Gutenberg), distributed to all sites through a central update mechanism, but with the ability for local customization of blocks for a specific site without losing compatibility with future updates of the library. Common Monitoring and Alert Dashboard — status of sites and server, alerts about outages/problems, update status and compliance of each site with respect to the unified standard. Convenient Addition of New Sites to the Network — the platform must support quick cloning/deployment of a new site based on a unified standard (Core plugin, design system) and connect it to the Hub with minimal manual steps.Architectural Constraints (Important) WordPress Multisite is not considered and is not suitable for this task. The reason is not the convenience of the interface, but the fundamental architectural properties of Multisite: A shared database and core for all sites in the network mean a single point of failure: an incorrect plugin or core update can simultaneously disable all sites in the network, not just one. A shared pool of server resources (PHP workers, database connections) means that abnormal load on one site (promotion, traffic spike, attack) degrades the performance of all other sites in the network, including those not related to this load. This systemic property of Multisite cannot be eliminated by process or discipline — therefore, an architecture is required where each site remains an independent installation (own database), and unification and centralized management are achieved by other means.Preliminary Architectural Direction Currently, the most promising architectural approach appears to be Hub & Spoke, where independent WordPress installations (“Spokes”), each with its own database, are united: by a common distributable Core plugin (block library, security baseline, bridge module for connection to the Hub); by a central management application (“Hub”) — site registry, one-click login, monitoring, alerts. However, this architecture is not a predetermined solution. If the executor believes that there is a more suitable architectural approach, they may propose an alternative provided it is technically and economically justified. A separate task within the terms of reference — a reasoned analysis and recommendation: to build the Hub from scratch custom or to take a ready-made self-hosted solution (MainWP, InfiniteWP, ManageWP or analogs) as a basis and expand it under specific requirements (integration with the Core plugin, compliance tracking of block versions, future marketing layer). A comparative assessment of timelines, support costs, flexibility, and limitations of each option is needed, with a clear recommendation.Architectural Requirements When designing the solution, the following non-functional requirements must be considered: fault tolerance and absence of a single point of failure for the fleet of sites; the ability for independent updating, rollback, and maintenance of each site; minimization of blast radius during failures and update errors; the ability for horizontal scaling as the number of sites grows; security of centralized management and delegated access; the possibility of subsequently isolating the Hub into a separate infrastructure without changing architectural principles; expandability of the platform for adding new centralized services. Moreover, the architecture must remain viable when the number of sites increases from several dozen to 100+ without the need for a fundamental revision of the chosen approach.Long-Term Development of the Platform The platform is viewed as a long-term foundation for the company's digital ecosystem, not just as a tool for administering WordPress sites. When designing, the possibility of subsequently adding centralized services (for example, managing marketing activities, analytics, component library, integrations, and other modules) without the need to rework the basic architecture must be considered.Technologies The specific stack is not predetermined — the executor independently proposes and justifies technologies in the architectural document (language/framework for the Hub, hosting/deployment model, authentication mechanism, etc.), based on the requirements of the task. A reasoned proposal for technologies is a mandatory part of the work result, alongside a comparison of custom vs ready-made solutions for the Hub.What is Required from the Executor Experience in designing multi-site/multi-tenant architectures on WordPress (principally — NOT based on Multisite) Practical experience with MainWP/InfiniteWP/ManageWP or similar fleet management systems — understanding their capabilities and limitations at the API/extendability level Experience in developing production-level WordPress plugins (ACF, Gutenberg block development, REST API) Understanding security issues when building centralized/delegated access systems (token-based auth, access auditing, minimizing blast radius) Ability to prepare architectural documentation: diagrams, API contracts between Hub and sites, data schemaWork Format The first stage — an architectural document with a reasoned solution (custom vs ready-made solution), a scheme of component interaction, API contract Hub ↔ Core plugin, phased implementation plan. The document should include a wireframe scheme of the platform interface (key screens: site registry, admin access, monitoring dashboard). Following the approval of the architecture — further cooperation may be possible. Important Note Independent architectural development is expected, based on practical experience in designing and operating similar systems. It is not sufficient to provide a compilation of general recommendations or standard responses generated by AI. Each key architectural decision must be accompanied by a technical justification: why this approach was chosen, what alternatives were considered, what its advantages, limitations, and potential risks are in the context of this project. If necessary, the executor should refer to practical experience, existing solutions, documentation, open-source projects, or other sources that confirm the viability of the proposed architectural solutions.
I'm looking for an experienced programmer to work on a website that runs on ModX Revolution. Currently, a number of technical improvements need to be made, including: making changes to the website; replacing photos, banners, and size grids; updating contact information; other minor edits; connecting Google Analytics; integrating the payment system LiqPay, etc. In the future, I plan to regularly develop the website, so I'm looking for a responsible specialist for long-term cooperation who can promptly carry out the necessary improvements. Requirements: confident experience with ModX Revolution; quality execution of tasks; adherence to agreed deadlines; willingness for ongoing collaboration Work on the website - https://marimoth.com Write to me and we will negotiate Maria
Hello everyone. I am looking for a specialist who can help solve the problem with the React source files. The issue is that they are missing. Therefore, a new repository needs to be created, extract as much as possible from DevTools/source maps, and then restore the project. I will provide details to the candidates. I look forward to your responses.
The site is built on the Next.js framework (based on React). All points in the technical specification need to be completed. The technical specification is attached in the file. I look forward to your proposals.