<backend-developer/>

Moisuc Catalin

Building real-time systems, web scrapers, and robust APIs for over a decade.

Suceava, Romania
10+ Years Experience

// about me

Crafting Digital
Infrastructure

I'm a backend developer based in Suceava, Romania, with over 10 years of experience turning complex problems into elegant solutions. My expertise lies in building systems that handle real-time data at scale.

From payment integrations to web scraping pipelines that extract odds data in milliseconds, I specialize in the invisible architecture that makes applications fast, reliable, and scalable.

When I'm not coding, you'll find me playing table tennis, watching football, or diving into a new technology to expand my toolkit.

10+

Years of Experience

250+

Active Users

6

Sports Covered

Curiosity for Learning

// tech stack

Tools of the Trade

Backend

PHP Laravel Python REST APIs

Databases

MySQL Redis SQL Queues

Scraping

Puppeteer Playwright Automation

Frontend

JavaScript HTML CSS

Real-Time

WebSockets Events Telegram API

Learning

Python Always Curious

// featured work

Projects That Deliver

LIVE PROJECT 2024

OddsMath

Real-time dropping odds platform that tracks line movements across multiple bookmakers. Features instant Telegram notifications, integrated payment system, and a hybrid data pipeline combining API integrations with custom scrapers.

250+

Active Subscribers

4

Bookmakers

6

Sports

<1s

Update Latency

Laravel Redis MySQL Puppeteer Telegram API
Visit Live Site
odds-tracker.php
                  class OddsTracker
{
    protected $redis;
    protected $bookmakers = [4];
    protected $sports = [6];

    public function detectDrop($event)
    {
        // Real-time odds analysis
        if ($this->isSignificant($event)) {
            $this->notify($event);
        }
    }

    public function notify($event)
    {
        Telegram::send($event);
    }
}
SCRAPING

Betting Odds Scrapers

High-performance data extraction from sports betting sites with auto-login, anti-detection, and minimum delay. Built with Puppeteer and Playwright.

OPEN SOURCE

LeetCode & Exercism

Algorithm practice and problem-solving in JavaScript and TypeScript. Continuous learning and skill sharpening.

// get in touch

Let's Build Something
Together

Have a project in mind? Need a robust backend or scraping solution? I'm always open to discussing new opportunities.

Send a Message