Vlad Maglich
Offer Vlad work on your next project.
Rating
Skills and abilities
Programming
-
Bot Development
from 11 USD for day
-
Databases & SQL
from 16 USD for day
-
HTML & CSS
from 11 USD for day
-
Java
from 14 USD for day
-
Javascript and Typescript
from 11 USD for day
-
PHP
from 14 USD for day
Mobile development
-
App Development for Android
from 20 USD for day
Portfolio
-
158 USD Portfolio website (CMS)
Web ProgrammingA modern, multifunctional website with a focus on visual appeal and user-friendliness. It offers a complete platform for showcasing a portfolio, attracting clients, and managing content (CMS).
Key Features:
… Modern Design
Minimalistic Interface with an Emphasis on Visual Content
Adaptive Layout for All Devices
Dark and Light Themes
Smooth Animations and Transitions
Multilingual Support
Ukrainian and English Language Support
Dynamic Language Switching Without Reloading
Localization of All Interface Elements
Responsiveness
Full Mobile Adaptation
Optimized Menu for Touchscreens
Fast Loading on All Devices
Portfolio
Interactive Project Gallery
Modal Windows with Detailed Information
Project Filtering and Search System
Full-Screen Image Viewing
Administrative Panel
Content Management System (CMS)
Page Editor with Block Structure
Portfolio and Project Management
System Comment moderation
---Interactivity---
Comment system with moderation
Contact forms with validation
Live chat capabilities
---Security---
Validation and sanitization of all user data
SQL injection protection via prepared statements
CSRF form protection
Secure file uploads with type checking
---Optimization---
Lazy image loading
CSS and JavaScript minification
Static resource caching
SEO optimization with meta tags and OpenGraph
---Technical Support---
Also stable updates for the CMS
Improvements
Customer Support
-
56 USD Interactive web roulette with modern design and animations
Web Programming-- Project Description --
A multifunctional web application that features an animated roulette. The project showcases modern approaches to frontend development with a focus on UX/UI design and interactivity.
-- Technical Stack --
… Frontend: HTML5, CSS3, JavaScript (Vanilla)
Graphics: Canvas API for rendering the roulette
Animations: CSS Keyframes, Canvas animations
Effects: Particles.js for interactive background
Audio: Web Audio API for sound effects
Responsiveness: Responsive design
-- Key Features --
Visual Design -
Modern UI with a dark atmospheric theme
Neon effects with pulsating outlines
Golden gradients and shimmering textures
Interactive background with particles.js effects
-- Functionality --
Realistic rotation physics with damping
Sound accompaniment with mechanical effects
-- Technical Solutions --
Canvas rendering of the roulette with dynamic scaling
Optimized animations with requestAnimationFrame
CSS Grid/Flexbox for modern layout
Interactive particles reacting to mouse cursor
-- Implemented Functionality --
Interactive roulette with rotation physics
Image loading system with progress bar
Animated appearance of elements with delays
Sound effects (ticks, victory)
Dropdown menu for selecting roulette type
Social links with hover effects
Custom favicon integration
-- Complex Technical Solutions --
Algorithm for determining the winner through mathematical calculations of angles
Dynamic positioning of images on the circumference
Fallback system for unsuccessfully loaded images
Complex CSS animations with multiple layers
Web Audio API integration for realistic sounds
-- Result --
High performance - smooth 60 FPS animations
Premium design - modern gaming interface
Immersive experience - audio and visual immersion
-
56 USD User data collection system
Web Programming## Project Description
This is an API service for collecting and analyzing data about visitors to online stores. The system collects information about users (IP, location, browser, device) and stores the data in Google Sheets for further analysis.
-
56 USD Telegram bot for monitoring Google Sheets
Bot Development## Project Description
This project is a Telegram bot that automatically tracks status changes in a Google Sheet and sends notifications to a specified Telegram channel. The bot operates in continuous monitoring mode and only responds to certain product statuses.
… ## Functionality
- **Monitoring Google Sheet**: Checks for changes in column 20 every 30 seconds
- **Status Filtering**: Responds only to certain statuses and their combinations
- **Telegram Notifications**: Sends messages to the channel upon status change
- **Image Extraction**: Processes IMAGE formulas from the sheet
-
68 USD Automatic update of price information in Google Sheets
Bot Development## Project Description
The script is designed for the automatic updating of product pricing information in Google Sheets based on data from an XML feed. It synchronizes prices while preserving important user data in protected columns.
## Functionality
…
### Main Features:
- Updating retail prices of products
- Automatic calculation of markups and revaluations
- Protection of important columns from overwriting
- Tracking update dates
- Adding new products to the sheet
- Parsing categories with hierarchy
-
68 USD Synchronization of product data from XML feed with Google Spreadsheet
Data Parsing## Project Description
The script is designed for automatic synchronization of product data from an XML feed with a Google Spreadsheet. It uploads information about products, including images, categories, and characteristics, and updates the corresponding Google Spreadsheet.
## Functionality
…
### Main Features:
- Uploading data from the XML feed via URL
- Parsing product categories with hierarchical support
- Processing product images (main + up to 7 additional)
- Automatic updating/adding of records in the Google Spreadsheet
- Creating hyperlinks for products
- Automatic setting of creation and update dates
-
45 USD Telegram bot for monitoring Gmail
Bot Development## Project Description
This project is a Telegram bot that automatically checks Gmail for new emails with specific subjects and forwards their content to the corresponding Telegram chats.
## Functionality
… The bot tracks emails with the subjects:
- **Comments**: "a new comment has been left" or "был оставлен новый комментарий"
- **Call Requests**: "Call request", "Запрос на обратный звонок", "оставил запрос на обратный звонок"
## It is also possible to change the subjects and which emails it should read.
-
34 USD View and purchase counter
Javascript and Typescript----Linked to the view and purchase display system----
## Script Description
A script for displaying dynamic counters of views and purchases of products. It shows the number of people currently viewing the product and the number of purchases in the last 7 days.
… ## Project Connection
**Related Project:** `colvo-view` (API server)
## Key Features
- Fetching data on views and purchases from the API server
- Dynamic updating of counters every 10 seconds
- Support for Ukrainian and Russian languages
- Correct declension of words (особа/особи/осіб, человек/человека)
- Animations during data updates
- Adaptive insertion in various places on the page
-
90 USD View and purchase display system
Web ProgrammingThis is an API service for displaying dynamic counters of views and purchases of products on various online store websites. The system simulates user activity by showing the number of people currently viewing a product and how many people have purchased the product recently.
## Architecture
- **Express.js** - web server
… - **CORS** - support for cross-domain requests
- **JSON file** - storage of purchase data (`buyers_data.json`)
- **In memory** - storage of view data (not stored between restarts)
-
147 USD Translation module for Magento 2
Web ProgrammingDescription:
A professional module for convenient management of translations for an online store directly from the Magento 2 admin panel. Ideal for Ukrainian and Russian localization.
Key features -
…
Convenience of management:
Admin panel for translations in the back office
Key-value system for organizing texts
Search and filtering by translations
CRUD operations (create, edit, delete)
Automation:
Instant cache clearing after changes
Auto-generation of translation CSV files
Double saving (module + global folder)
Translations appear on the site without reloading
Multilingualism:
Support for Ukrainian (ua_UA) and Russian (ru_RU)
Easy extension for other languages
Compliance with Magento i18n standards
Technical specifications:
Magento 2.3+ (compatible with 2.4)
PHP 7.4+ / 8.x
MVC architecture
MySQL database
Proper handling of special characters
For whom:
Owners of online stores on Magento 2
Web studios and agencies
Translators and content managers
Magento developers
Included:
Ready module Custom_Translation
Installation documentation
SQL database schema
Testing examples
Technical support for implementation
Advantages:
Time-saving - no manual edits to CSV
Simplicity - intuitive interface
Reliability - compliance with Magento standards
Instant result - translations immediately on the site
-
90 USD Telegram bot for cyber club
Bot DevelopmentIntegration with SENET software
Ability for the client to view balance on Senet profile
Edit personal data in profile
User database for viewing statistics and sending newsletters
… Admin panel
Ability to create tournaments through the database
Reviews and compliments on completed projects 3
27 September 2025
16 USD
Design
Quality
Professionalism
Cost
Contactability
Deadlines
Everything is great, every wish is fulfilled, communication skills and everything else - perfect.
Aleksandr Shibuya
| Personal | Response review
![]()
26 September 2025
16 USD
Change/finalize/create new code for "Dota Heroes Wheel of Fortune"
Quality
Professionalism
Cost
Contactability
Deadlines
Everything is clarified and done in the shortest possible time. 10/10
Aleksandr Shibuya
| Personal | Response review
![]()
25 September 2025
16 USD
Change/finalize/create new code for "Dota Heroes Wheel of Fortune"
Quality
Professionalism
Cost
Contactability
Deadlines
Speed, communication skills - 10/10.
Activity
| Latest proposals 10 | Budget | Added | Deadlines | Proposal | |
|---|---|---|---|---|---|
|
Creation of a Ukrainian one-page website JUBO PADEL
158 USD
|
|||||
|
More details on the website
226 USD
|
|||||
|
Connecting the KeyCRM system to the website
34 USD
|
|||||
|
One-Page Website (Vite + React + TailwindCSS) with Apple-Style Scroll, Email Lead Form + CAPT
500 USD
|
|||||
|
Web Development for Business Website
400 USD
|
|||||
|
Telegram bot for administering a TG group and analytics
180 USD
|
|||||
|
Telegram bot for tarot spreads/ training with paid subscription (UA/RU/EN) + admin panel
609 USD
|
|||||
|
Розробка Вебсайту
150 USD
|
|||||
|
Develop a website (desktop, tablet, and mobile versions) in the specified style, including a configurator.
135 USD
|
|||||
|
Website with CS 2 cases, turnkey
564 USD
|