6 courses · junior to senior

Courses for backend.
No fluff, no hello world.

Short modules on PHP, Go, SQL, and infrastructure. Each block ends with a verifiable task — not "watched a video and moved on". Built by senior engineers from EU and US companies.

Video + notes // At your own pace // AI assistant per lesson
PHP / Laravel · curriculum 8 weeks
// Track 02 · Middle
PHP 8 and Laravel in production
01
Eloquent deeper
8 lessons · 1h 40m
done
02
Queues and jobs
6 lessons · 1h 15m
done
03
Idempotency of HTTP API
7 lessons · 1h 30m
3 / 7
04
Cache and invalidation
5 lessons · 55m
soon
05
Testing · unit + feature
9 lessons · 2h
soon
6
courses in the program
36+
video lessons with notes
12 h
of content and practice
2
free courses
What's inside

Courses that lead to results

Not lectures from documentation. Each block is about real patterns and mistakes you encounter in production.

Video + notes
Each lesson is a short explanatory video with a text summary below. Listen on the go, then re-read.
Practice after each block
At the end of each module — a verifiable production task. Auto-check plus AI code review.
AI in lesson context
Didn't understand something — ask AI right in the lesson. It knows the module context and explains with code examples.
Automatic progress
The platform tracks where you left off. Course and track progress — on the dashboard.
Notes and cheat sheets
Every course has text notes, cheat sheets, and links to primary sources. You can learn without watching video.
Course certificate
Complete a course with all tasks closed — get a certificate. The link can be added to your resume and LinkedIn.
Program

What's in the catalog now

A few courses from the program — open any to see modules and first lessons.

Register to see the full program →
Tracks

Learn along a ready-made path

Not "pick 5 courses from the catalog". Ready-made tracks from junior to senior — a sequential program over several weeks.

// Track 01
Backend foundations
6 weeks · ~24 hours
  • HTTP, REST, status codes
  • Basic SQL queries
  • Authorization and sessions
  • Backend project structure
// Track 02
PHP 8 / Laravel
8 weeks · ~32 hours
  • Eloquent beyond basics
  • Queues, jobs, idempotency
  • Cache and invalidation
  • Testing Laravel applications
// Track 03
Go production
8 weeks · ~30 hours
  • Concurrency: goroutines, channels
  • HTTP services and gRPC
  • Databases and sql package
  • Deployment and observability
AI assistant

Didn't understand — ask right in the lesson

AI knows the context of the current lesson: topic, terms, past blocks. Explains in its own words, gives examples in your stack.

  • Available on every lesson page
  • Knows context: topic, module, your progress
  • Can explain with code or text
  • Question history saved in your dashboard
AI
RemoteBackend AI
lesson · "Queues"
What's the difference between at-least-once and exactly-once in queues?
In short: at-least-once — the message will definitely arrive, but may come twice. Exactly-once — guaranteed once, but requires an idempotent consumer. In practice, almost always choose at-least-once + idempotency-key.
And what to use in Laravel out of the box?
RemoteBackend AI is typing

Open the first chapter — for free

Free courses are available right after registration. Pro programs — on the Pro plan.

AI Assistant
I'll help you choose a course and answer questions
Hi! I'm the RemoteBackend AI assistant. I can help you pick a course or plan, or answer questions about jobs and mentoring.