Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Max Adamchuk

Offer Max work on your next project.

Ukraine Vinnytsia, Ukraine
4 days 22 hours back
Available for hire available for hire
1 client
1 proposal made
age 30 years
on the service 10 years

Rating

Successful projects
No data
Average rating
No data
Rating
608
C & C++
61 place out of 1377
Data Parsing
85 place out of 769

Language proficiency level

Українська Українська: fluent
Русский Русский: fluent
English English: elementary
Slovenčina Slovenčina: elementary

Skills and abilities

Programming

Portfolio


  • 349 USD

    Telegram Bot – SmileBot | Fun + Food Inspiration

    Bot Development
    Built and launched a fun Telegram bot that:

    Sends fresh jokes from anekdotov.net (/joke or just type “анекдот”)
    Helps decide “what to cook?” — suggests random recipes and meal ideas (/food, /recipe or phrases like “что приготовить”, “я голоден”)
    Understands natural Russian & English messages, supports simple dialogue

    Tech stack: Python 3.10+, python-telegram-bot, async handling, web scraping (requests + BeautifulSoup)
    The bot is live, fully functional and actively used.
    Ready to enhance: add more recipe sources (e.g. gastronom.ru), categories, filters, buttons, stats, translations.
  • 233 USD

    Lead Capture Form – Google Sheets + Telegram Notification

    Web Programming
    Simple, reliable website contact form that instantly saves leads to Google Spreadsheet and notifies admin via Telegram. Built with PHP 8.1+, Google Sheets API (service account), and Telegram Bot API.
    Key features:
    • Collects name, phone, message + auto-logs date & IP
    • Spam protection: 5 requests / 5 min per IP
    • Beautiful formatted Telegram message
    • Success “Thank you” page
    • Docker-ready (LAMP stack, composer dependencies)
    • Clean code, easy to integrate into any site
  • 349 USD

    NeuralGlass – Futuristic AI Landing Page

    Web Programming
    Developed a sleek, high-conversion single-page landing site with sci-fi neural interface theme — ideal for AI/tech startups.
    Features: responsive design, glassmorphism + neon UI, particle background, parallax, smooth animations, AJAX contact form with PHP backend (validation, CSRF protection, ready for PHPMailer/email/CRM).
    Tech: HTML5/CSS3/JS (vanilla), PHP 8+, no heavy frameworks — lightweight & fast.
    Perfect as lead magnet, product teaser or portfolio showcase. Easily customizable.
  • 100 USD

    Trash

    C & C++
    Вот полный перевод всего предоставленного текста на английский язык. Я постарался сохранить структуру, исправить очевидные опечатки в оригинале (например, год 2222 → 2022) и сделать текст естественным и читаемым.
    Trash Utility description
    Trash Utility — a lightweight console utility in C++17 for Linux. It moves files and folders to the trash ~/.local/share/Trash according to the Freedesktop.org standard (similar to gio trash, trash-put).
    Main features:

    Moving files/directories
    Creating .trashinfo (original path + deletion date in ISO 8601)
    Automatic name conflict resolution (_1, _2…)
    Support for relative and absolute paths
    Creates files/ and info/ folders if needed
    Only standard C++17 library (~120 lines of code)

    Technically: compiled with g++ -std=c++17, tested on Ubuntu/Debian/Fedora.
    MVP limitations: no restore, list, empty, external drive support, or flags.
    Useful as: an ultra-lightweight alternative to trash-cli, a safe replacement for rm in scripts.
  • 200 USD

    Trading robot BigVaran APB

    Bot Development
    Specialize in trading tools for MT4/MT5.
    Developed BigVaran (GitHub: MaximusPro/BigVaran) — MQL4 Expert Advisor / strategy with APB mode (likely advanced price/volume analysis + TMA lines).
    Features:

    Custom logic using LibFastTMALine & SimpleFunc
    BigVaran Mode APB implementation
    Optimized for automated trading

    Ideal for: forex/stock automation, prop firms, custom EAs, technical indicators (TMA, APB-based), strategy coding.
    Stack: MQL4 (main), MQL5 support, MetaEditor.
    Open for custom trading bots, indicators, optimization, MT4/MT5 development (fixed-price / hourly).
  • 200 USD

    Trading robot Delta Mode MX

    Bot Development
    Specialize in custom Expert Advisors for MT4.
    Developed Delta-Mode-MX (GitHub: MaximusPro/Delta-Mode-MX) — MQL4 EA for delta-based trading (volume delta analysis + order averaging).
    Features (v0.1):

    Calculates delta (bid/ask, cumulative)
    Automated averaging orders
    No indicators needed
    Optimized for M15 timeframe
    Requires broker with tick/real volume

    Ideal for: forex/crypto automation, prop firms, volume strategies, averaging bots.
    Stack: MQL4, MetaEditor.
    Open for custom EAs, trading bots, strategy coding, optimization (fixed-price / hourly).
  • 30 USD

    Scraping links from pexels.com

    Data Parsing
    I create fast, reliable and undetectable web scrapers — including high-volume image/video downloaders from stock platform Pexels.
    Developed ScrapingPexels — tool that efficiently collects thousands of high-quality royalty-free images
    Bypass anti-bot protections, handle pagination, rate-limits, proxies & headless browsers
    Clean structured output: JSON/CSV + direct file download pipelines
    Experience: Pexels API.
    Technologies: C++, libcurl, Gumbo
    Looking for long-term clients who need regular data/image extraction or one-time powerful scrapers.
  • 50 USD

    Web Scraping on SoundCloud

    Data Parsing
    High-performance C++ tool AudioScraping (GitHub: MaximusPro/AudioScraping) for fast audio downloading from SoundCloud and similar platforms.
    Key strengths:
    Native speed, low resource use (faster/lighter than Python/yt-dlp)
    Planned: tracks/playlists, metadata (TagLib), formats (FFmpeg), multithreading
    Ideal for AI datasets (speech/music), podcast archiving, bulk sound collection

    Stack: C++17/20, Visual Studio, libcurl, RapidJSON.
    Open for custom audio scrapers, large-scale datasets or performance-critical pipelines.
  • 150 USD

    Web Scraping Government of Canada

    Data Parsing
    Specialize in reliable, undetectable scraping of Canadian federal government sites — especially the Licensed Insolvency Trustees directory from Innovation, Science and Economic Development Canada (ISED / ic.gc.ca).
    Built ScrapingGovSite — dedicated scraper for https://www.ic.gc.ca/app/scr/tds/web/list-liste?lang=eng
    Extracts full list of active Licensed Insolvency Trustees (individuals & firms), search by name/location results, office coordinates, status, trustee names, addresses, licence details, firm/individual distinction.
    Technologies: Python (Selenium, requests, CSV)
  • 200 USD

    Glabel

    C & C++
    Expert in lightweight Linux tools with C++.
    Developed glabel (GitHub: MaximusPro/project-glabel) — CLI utility for creating .desktop files (application launchers, menu entries).
    Features:

    Set name, exec path, icon, categories, keywords, comment
    Options: terminal mode, hidden, custom type
    Simple install via shell script
    Pure C++, minimal dependencies, fast execution

    Ideal for: Linux distro maintainers, app packaging, desktop automation, sysadmin tools.
    Stack: C++11+, shell scripting.
    Open for custom Linux CLI tools, .desktop batch creation, integration scripts (fixed-price / hourly).

Reviews and compliments on completed projects 1

Quality
Professionalism
Cost
Contactability
Deadlines

The performer provided an example of what the completed work would look like, specifically about a dozen photos of products. I was satisfied with the example of how the completed work would look, and we agreed on the deadlines and price and opened the "safe." According to the technical specifications, it was necessary to parse about 20,000 photos of products, which the performer could not manage due to unforeseen circumstances and suggested an alternative (in the form of a service) that required significant additional financial expenses (almost as much as the entire project cost) and additional efforts on my part (I would have to manually parse the photos using the script provided by the performer). Since we did not agree on this, and I had neither the time to wait for the photos any longer, nor additional funds to pay for services from a third-party service, nor the professional skills to carry out the instructions that the performer advised me to do myself - I had to close the project and state that the work was not completed because, in fact, the work was not completed (I did not receive the parsed 20,000 photos processed according to the technical specifications).

Activity

  Latest proposals 10
Inviting Telegram Personal project
PDF B EXCEL
1500 USD
Database parsing
45 USD
Parsing and inviting in Telegram chat
90 USD
Telegram / Script / Giveaways
220 USD
Parsing products of an online store
45 USD
Massage parser
45 USD
Product parsing
45 USD
Parsing the site for uploading to Prom
113 USD
Collection of contacts or a ready-made database of designers, architects, and foremen.
23 USD