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

Denys T.

Offer Denys work on your next project.

Ukraine Vinnytsia, Ukraine
5 days 10 hours back
A little busy a little busy
on the service 8 years
  • trading
  • API Integration
  • Automation testing
  • binance
  • JSON & XML
  • Telegram APIs
  • binance api
  • Backend development
  • Trading Bots
  • REST API
  • python
  • Unit-testing
  • Technical Analysis
  • Algorithmic Trading

Rating

Successful projects
No data
Average rating
No data
Rating
416
Bot Development
209 place out of 1905
Web Programming 1
1264 place out of 6430

Language proficiency level

Українська Українська: fluent
Русский Русский: fluent
English English: intermediate
Polski Polski: intermediate
Français Français: pre-intermediate

CV

I am a Python developer focused on building reliable backend systems, trading algorithms, and business process automation. My engineering approach is based on three core principles: financial accuracy, data security, and stability under high load.

I specialize in developing systems that must perform predictably in real production environments: integrating with external APIs, handling strict limits, performing financial calculations, and meeting high fault-tolerance requirements.

How I Can Be Useful
Trading Bots and Financial Systems Development

  • Designing and implementing trading systems for Binance (Spot / Convert API).

  • Implementing strategies based on technical indicators: RSI, Moving Averages, and volatility-oriented TP/SL.

  • Architectural approach instead of “scripts”: state management, fault tolerance, and scalability.

API Integration and Monitoring

  • Working with external APIs while considering rate limits and instability.

  • Implementing real-time monitoring via Telegram to track system status, errors, and critical events.

  • Detailed logging for rapid problem diagnosis.

Automation and Data Management

  • Building modular architectures that are easy to extend and maintain.

  • Working with file systems, state persistence, and backups.

  • Automating routine processes and business logic.

My Technical Strengths (Proven in Real Projects)
Reliability

  • Three-level error-handling system.

  • Protective mechanisms like Circuit Breakers to prevent cascading failures.

  • Designing systems to account for unstable external services.

Accuracy

  • Using Decimal for all financial calculations.

  • Eliminating rounding errors inherent to floating-point arithmetic.

  • Focusing on data correctness, not just execution speed.

Code Quality

  • Code covered by tests (unit tests, property-based testing).

  • Strict typing and contract verification.

  • Detailed, structured logging for every stage of system execution.

  • Documentation understandable to other developers.

Experience Beyond Personal Projects

  • Contributing to open-source projects.

  • Quickly understanding existing code, following established standards, and collaborating in a team.

  • Implementing improvements that enhance system stability and usability.

Technology Stack

  • Languages: Python 3.8–3.13, C#

  • Libraries and tools: Pandas, Pytest, MyPy (strict typing), Telegram API, .NET

  • Data handling: JSON, file systems, state persistence, backups

  • Approaches: modular architecture, fault-tolerant design, automated testing, logging & monitoring, OOP

Why Choose Me
I don’t just write code—I deliver products ready for real “live” conditions (production / mainnet). Every project comes with clear documentation, architectural explanations, and guides, enabling smooth handover or future scaling.

My focus is on reliable systems you can trust.

Skills and abilities

Portfolio


  • AI-Architected Automated Trading System for Binance

    Python
    A high-performance trading bot for the Binance cryptocurrency exchange, developed as an architecture-driven project with a strong focus on system stability, financial calculation accuracy, and risk management.

    The project is built with a modular architecture and a thread-safe state management core, enabling safe parallel execution of trading processes, system scalability, and prevention of race conditions in critical code paths.

    Key Technical Features:

    Architecture: Modular design with clear separation of concerns (state management, trading logic, risk control, API layer).

    Risk Management: Multi-tier error handling with a Circuit Breaker mechanism to protect against cascading failures and API instability.

    Financial Accuracy: 100% precise financial calculations using Decimal-based arithmetic, eliminating floating-point inaccuracies.

    Trading Logic:

    Volatility-adaptive dynamic Take Profit / Stop Loss mechanisms.

    Signal filtering based on technical indicators such as RSI and SMA.

    API Optimization: Reduced Binance API load through intelligent kline data caching and strict request rate limit control.

    Code Quality:

    Integrated automated code audit system.

    Over 130 validation and unit tests.

    Comprehensive documentation (project map, logging guidelines, testing guide).

    Focus: Stability, fault tolerance, and predictable system behavior in production environments.
  • Deus Apps Store — Personal Application Showcase Platform

    HTML & CSS
    Deus Apps Store is a personal web project created as a centralized platform for showcasing and distributing proprietary applications and utilities. The website functions as a product hub and live portfolio, consolidating multiple software projects under a single brand.

    The project is intentionally focused on simplicity, fast access, and clear navigation, avoiding the complexity typical of full-scale marketplaces.

    Key Features:

    Application Catalog: A structured listing of in-house tools and utility applications.

    Direct Distribution: Enables access to applications without reliance on third-party platforms or app stores.

    Minimalist UI: Clean, user-friendly interface with a strong focus on content and products.

    Branded Presence: Represents the developer as a studio/brand and unifies projects in one space.

    Portfolio Functionality: Serves as a live showcase for demonstrating products to potential employers or users.

    My Role:

    End-to-end development and maintenance of the web platform.

    Website structure and user experience design.

    Organization and publication of product pages.

    Platform scalability planning for future projects.

    Project Focus:

    This project demonstrates a product-oriented engineering mindset, where the developer not only builds software but also designs the presentation and distribution channel.

    Key Emphases: simplicity, product ownership, independence from third-party ecosystems, clear structure, and professional presentation.
  • Habits Builder — Console Habit Tracking Application Open-Source

    C#
    Habits Builder is a C#-based console application designed to help users track and maintain daily habits with features such as streak tracking, progress history, and automated daily reminders. The application allows users to create custom habits, mark them as completed, and receive notifications based on selected times.

    The project demonstrates key principles of software development, such as modular design, user interaction through CLI, and integration with email and calendar services. While the original repository was created by another maintainer, I actively contributed to the codebase as an open-source contributor, helping improve features, fix issues, and enhance usability.

    Core Capabilities:

    Habit creation and deletion with persistent local storage.

    Tracking of habit streaks and history to visualize progress.

    Daily completion marking with feedback on habit performance.

    Scheduled email reminders sent at user-configured times.

    Optional Google Calendar integration to sync habits as calendar events.

    Multi-language support and dark mode theme options.

    Technical Highlights:

    Language & Platform: C# using .NET 6+ for cross-platform console execution.

    Data Persistence: Local file storage with structured configuration and habits data.

    Email Notifications: Integration via SMTP (e.g., Gmail app passwords) to automate daily reminders.

    Calendar Sync: Optional integration with Google Calendar to create all-day habit events.

    User Experience Enhancements: Run-time language switching and user theme preferences.

    My Role as an Open-Source Contributor:

    Participated in issue resolution, improving stability and correctness.

    Contributed feature enhancements to core habit tracking and reminders.

    Helped refine project documentation (e.g., installation, usage guidance).

    Collaborated with maintainers to ensure contributions align with project goals and practices.

    This project showcases my ability to work collaboratively on open-source software, contribute meaningful code to a community repository, and engage with real-world user-facing applications beyond personal projects.

    Technologies & Practices: C#, .NET, console application development, file I/O, email APIs, third-party service integration, internationalization/localization, open-source collaboration.
  • The Chain Cube

    Gaming Apps
    The game repeats the mechanics of 2048, but a little different style.
  • The Tower Cube

    Gaming Apps
    Simple game for mobile phones

Activity

  Latest proposals 8
Refinement of PerfexCRM
609 USD
TOV MAK FARMER Personal project
564 USD
GTA 5 RP Server (RAGE MP)
5 USD
Визуализация размещения шиномонтажа
23 USD
Чертежи
2 USD
Моделирование кухонных моек
11 USD
Нужна 3D визуализация мебели
27 USD
Визуализация душевых кабинок, рендер
68 USD