My Projects
FindWay
findway.proAsynchronous search and data platform. Built with Ruby on Rails, PostgreSQL, and Bootstrap.
Read more…
FindWay is a globally oriented, asynchronous search and data platform designed to collect, index, and surface time-critical user-generated cases involving missing persons, animals, and stolen property across borders. The system operates as a unified data engine with multilingual, region-agnostic data models and cross-border case handling. Built from scratch with Ruby on Rails, scalable media storage using AWS S3, and an architecture optimized for high-volume writes and real-time discovery. The platform is designed to integrate AI-assisted moderation microservices for text and media filtering, operating as independent, scalable components within the system. FindWay is engineered for reliability, data integrity, and operational resilience in high-stress, real-world scenarios, including crisis and wartime conditions.
Master's Thesis "UkrCar Analytics"
statauto.netAn interactive Shiny dashboard analyzing the Ukrainian automotive market (2017–2023).
Read more…
A master's thesis project: a fully interactive R/Shiny dashboard tracking vehicle registrations in Ukraine (2017–2023). Features include dynamic plots, time series forecasting, linear regression, model-(ARIMA), and advanced ETL workflows. Designed for policymakers, economists, and automotive analysts.
Maksym Social
nenashev.netA social platform for sharing and discussing articles, built with Ruby on Rails and PostgreSQL.
Read more…
The system supports user-generated posts, with full commenting functionality at multiple levels, including comments on posts and discussions within thematic threads. Content is structured around topics, allowing users to create, discuss, and moderate themes as independent discussion units, resulting in complex polymorphic relationships between users, content types, and interactions. The platform includes, multilingual interface support.
PromoFindWay.pro
promofindway.proA multilingual landing page for the FindWay project, built with Sinatra and featuring seamless i18n integration and smooth animations.
Read more…
This is a live presentation site and gateway for the FindWay search platform. • Internationalization: Supports English, Ukrainian, and Polish via flexible YAML-based i18n. • Modern design: Adaptive, clean Bootstrap 5 UI with animated elements. • Production-ready: Dockerized, reverse-proxied with Nginx, and secured with HTTPS via Let's Encrypt. • Role: Full cycle — from idea and design to infrastructure and deployment.
AI Moderator System
Integrated & ActiveModular AI Content Moderation System for FindWay.
Technical stack and architecture...
Architecture with 8 models: The system is organized into four independent language contours (CIS, Europe, Baltics, West). Each contour uses two separate ML models: a semantic classifier and a specialized model for detecting slang, text distortions, and obfuscation. Hybrid filtering: The final decision is produced by a policy layer based on neural network scoring and deterministic rules. This approach ensures strict classification of content into Approved, Pending Review, and Blocked, without direct reliance on a single model. Dynamic thresholds: Sensitivity thresholds are configured independently for each language contour and can change at runtime depending on textual patterns, special characters, and the degree of input text distortion.
CNN Visual Moderator
Internal SystemAutomated visual content moderation using Convolutional Neural Networks.
Read more...
High-performance image classification and object detection. Designed to filter sensitive visual data with focus on precision and recall.
FindWay Mobile
Under DevelopmentCross-platform mobile application for iOS and Android. Seamless integration with FindWay ecosystem.
Development Details
Building a unified experience using Flutter. The app consumes Rails REST API, implementing secure authentication, real-time data sync, and offline-first capabilities.