Skip to content
View sanchescom's full-sized avatar
🛰️
🛰️

Block or report sanchescom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sanchescom/README.md

Aleksandr Efimov

Senior backend developer, 17 years. Payments, high-load systems, legacy modernization. Halifax, Nova Scotia.

Building now.

  • femus — hardware for PHP developers. Arduino and Raspberry Pi GPIO, sensors, scales, LCDs, 433 MHz packet radio and GSM, driven from plain PHP: typed device drivers, an event loop, precompiled firmware that flashes with one command, and a FakeBoard so hardware logic is unit-testable in CI. The flagship demo is an offline messenger — an iPhone in airplane mode talking to a Mac over radio you assemble yourself, with a SwiftUI terminal on the phone side. There is also an MCP server, so Claude Code and friends can scan ports, flash firmware and read pins.
  • ApplyWave — an AI job-search SaaS I built solo from architecture to paying users: Laravel + React/Inertia, a Python/FastAPI aggregation service, multi-model LLM pipelines (Claude / OpenAI) with schema validation and anti-hallucination checks.

Day job, mostly in private repos.

Payments / fintech. Plaid ACH end to end (bank linking, transfers, idempotent webhooks, duplicate-payment prevention), Stripe billing and subscriptions, an EU-licensed crypto escrow platform (atomic balance operations, fund freezing, disputes), and back-office infrastructure at a forex broker clearing $785B+ a month.

Scale and legacy. A top-10 global traffic platform (100M+ daily visitors) through its monolith-to-microservices split. Canada's largest auto marketplace: PHP 5.5 to 8.2, ~3,000 dealer feeds a day, Redis queues, Docker.

Other open source. php-wifi (Wi-Fi scan, join and hotspot from PHP, verified on real hardware) · laravel-rest (Eloquent-like models over REST APIs, adopted across teams at Exness) · laravel-cache-memory (shmop cache driver shared by PHP-FPM and queue workers) · php-serial (serial I/O for PHP 8.2+, extracted from femus).

PHP/Laravel (17y) · Go · Python/FastAPI · React · Swift/SwiftUI · PostgreSQL · MongoDB · Redis · RabbitMQ / Kafka / NATS · Docker / Kubernetes · Claude Code daily

LinkedIn

Pinned Loading

  1. femus/femus femus/femus Public

    PHP hardware framework: Arduino, sensors, radio and GSM from plain PHP

    PHP

  2. php-wifi php-wifi Public

    Cross-platform PHP library for Wi-Fi: scan, join, known networks, and on Linux a hotspot and a watchdog that keeps a headless device (Raspberry Pi) online. Verified on real hardware.

    PHP 52 14

  3. php-serial php-serial Public

    Forked from Xowap/PHP-Serial

    Serial port for PHP 8.2+: open, configure, write, read with a timeout. Linux, macOS, Windows. MIT.

    PHP 6 1

  4. laravel-rest laravel-rest Public

    Eloquent-like models for consuming REST APIs. Define a model, point it at an endpoint, and query it the way you query Eloquent — with pagination, relations, eager loading and caching. Verified agai…

    PHP 6 2

  5. laravel-cache-memory laravel-cache-memory Public

    Laravel cache driver on System V shared memory (shmop): one cache shared by PHP-FPM and CLI/queue workers on the same host, no Redis. Semaphore-guarded atomic increments, proven under 16 concurrent…

    PHP 7 4

  6. laravel-phpsocket.io laravel-phpsocket.io Public

    This is Laravel package for phpsocket.io which is a server side alternative implementation of socket.io in PHP based on Workerman.

    PHP 10 4