Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Website development, laravel

Translated391 USD

Applications 1

Application viewing is only available registered users.
  1. 436  
    14 days391 USD

    Hello Vadim!
    I have extensive experience (over 12 years) in creating online stores, catalogs, and corporate websites.
    I create projects on the popular framework - Laravel.
    Experience in web scraping, using and writing APIs, connecting various libraries.
    Technologies: laravel, vue, livewire, bootstrap, git

    You can find more information and my portfolio on my website: https://powerful.com.ua/

    I suggest discussing the project in correspondence to understand the stages of work and make a more accurate price estimate.

    Thank you!

  2. 410    7  1   1
    14 days391 USD

    Hello,

    Thank you for the detailed description, I will be happy to help with the implementation of the project. I am a Software Development Engineer with over 7 years of experience in creating various websites, SaaS solutions, complex web platforms, and MVPs for startups. In my portfolio, I have highlighted some of the projects I have developed.

    My stack includes the following technologies and their frameworks: PHP (Yii2, Laravel, Symfony), HTML5, CSS3, JS (Vue.js, React.js), MySQL, PostgreSQL.

  3. Serhii Dorotich Web-Shum
    1144    39  3   4
    15 days603 USD

    Good day!
    I can help you with development, I have experience in layout and php, laravel, vue, wordpress.
    Feel free to contact me, I would be happy to work together.

  4. 13013    67  0
    10 days558 USD

    Hello! I will complete your task quickly and efficiently.

    My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
    Write to me, I will start working today. I will be happy to collaborate with you!

  5. 256  
    20 days391 USD

    Hello! My name is Roman. I am ready to create a website for you. I have 4 years of experience in this field, so you can expect a high-quality and unique product. Below I am attaching my portfolio. Behance I suggest discussing the details in the chat.

  6. 263    33  0   3
    20 days391 USD

    Good day!
    I have carefully reviewed your task.
    I am ready to implement your website using the following technology stack: HTML, SCSS, JS, Bootstrap, Laravel 11.
    All I need from you is a complete technical specification.
    I will be happy to collaborate with you!

  7. 3268    52  0
    14 days391 USD

    Good day, Vadim. Write to me, I will do it.

  8. 232  
    14 days391 USD

    Hello, experience with Laravel 3 years, my rate is $8/hour, I think we could agree.

  9. 10977    37  2
    14 days391 USD

    Good morning
    Ready to start working, will begin immediately
    Experience in Laravel 3+ years
    Write to me, we will discuss, I will be happy to collaborate!

  10. Another 9 proposals concealed
  • Ivan R.
    12 January 2025, 19:38 |

    можна приклади як розраховуються самі параметри в формулі сортування товарів в видачі пошуку?

  • Vadim Borisenko
    13 January 2025, 17:39 |

    Хочу зауважити, що формула наведена тільки для того, щоб було зрозуміло, які дані повинен мати можливість змінювати користувач. У завдання не входять розрахунки та налаштування релевантності. Потрібно лише розробити сторінку, де користувач міг би довільно змінювати значення цих критеріїв. Користувач повинен бачити поточні значення(отримуються за допомогою api, яке я надам) Після зміни, значення повинні зберігатися(також використовучи стороннє api). Просто для наочності наводжу приклад розрахунку рейтингу товару, який впливає на релевантність. 

    1. Вхідні дані

    Припустимо, що в нас такі дефолтні ваги:

    • Wq=0.35 (точність запиту)
    • Ws=0.15 (наявність товару)
    • Wv=0.10 (логарифм переглядів)
    • Wa=0.10 (знижки)
    • Wd=0.10 (популярність за пошуковими запитами)
    • Wc=0.05 (чи додавали товар у кошик)
    • Wt=0.05 (свіжість, новизна товару)
    • Wo=0.20 (пріоритет)

    А також прикладові значення факторів для одного товару:

    1. Q=0.8 — (товар досить точно відповідає пошуковому запиту, 80%).
    2. S=1 — (товар на 100% «в наявності»).
    3. V=50 — (кількість переглядів на сайті).
    4. A=0.5 — (часткова знижка, тобто «є, але не максимальна»).
    5. D=0.7 — (товар доволі часто шукають в запитах).
    6. C=0.2 — (рідко додавали в кошик, умовно «0.2»).
    7. T=0.9 — (товар відносно новий).
    8. ordering=0.1.

    2. Підстановка у формулу

    Спочатку вирахуємо log⁡(V+1)=log⁡(50+1)=log⁡(51);
    log(51) ≈ 3.9318.

    Підсумкові доданки:

    1. Wq×Q=0.35×0.8=0.28.
    2. Ws×S=0.15×1=0.15.
    3. Wv×log(V+1)=0.10×3.9318≈0.39318.
    4. Wa×A=0.10×0.5=0.05.
    5. Wd×D=0.10×0.7=0.07.
    6. Wc×C=0.05×0.2=0.01.
    7. Wt×T=0.05×0.9=0.045.
    8. Wo×O=0.20×0.1=0.02.

    3. Складання результатів

    Тепер підсумовуємо всі значення:

    R  =  0.28  +  0.15  +  0.39318  +  0.05+  0.07  +  0.01  +  0.045  +  0.02=  1.01818(приблизно ≈1.02)

    Таким чином, підсумковий «рейтинг» RRR для цього товару приблизно дорівнює 1.02

Current freelance projects in the category PHP

Fix CLS

It is necessary to fix the Cumulative Layout Shift through code PageSpeed does not see this problem, but through Google Chrome, it is visible that there is a layout shift for the desktop version of the page According to Google Search, there is an error regarding the speed of…

PHPWeb Programming ∙ 1 day 11 hours back ∙ 26 proposals

Transfer the fully ready adaptive HTML5 structure to WordPress.

268 USD

I am looking for an experienced WordPress developer who can convert our meticulously prepared static HTML5/CSS3 code into a high-performance custom WordPress theme. The frontend is almost ready (about 99%): semantic markup, metadata, and multilingual structure (hreflang) are…

Content Management SystemsPHP ∙ 1 day 13 hours back ∙ 61 proposals

GoPos Integration

Hello, has anyone done an integration of GoPos with a custom website for a restaurant in Poland? I need help, their documentation is very sparse, there is only swagger and it lacks descriptions. https://app.gopos.io/doc/swagger-ui/index.html The essence is this: we used their…

PHPWeb Programming ∙ 2 days 5 hours back ∙ 25 proposals

Write meta data for ALT using AI

A website on Laravel, the site has many images for which it is necessary to automatically generate correct semantic and relevant ALT descriptions for the images, with the possibility of verification.

AI & Machine LearningPHP ∙ 3 days 3 hours back ∙ 34 proposals

A developer is needed to complete and integrate a project for automatic data collection and processing.

16 USD

The main part of the parser has already been implemented. The parser works in a Windows environment through Microsoft Edge: the site has anti-bot protection, so data collection is performed not through direct HTTP requests, but through a live browser session. The scripts control…

PHPWeb Programming ∙ 3 days 9 hours back ∙ 25 proposals

Client
Vadim Borisenko
Ukraine Kyiv  4  0
Project published
1 year back
247 views
Tags