Skip to content
--:--your timeFree line running

Learn after dark

Engineering courses for the hours you actually have. Ride the free line tonight, buy a line outright when you are ready, or book ninety minutes with someone who has already made your mistake. Nothing here renews.

  • Free LineNo fare. No account. Board now.
  • Lifetime LineOne fare, no expiry date.
  • Night ServiceOne departure, at a time you pick.

Free line departures

Five complete courses, not trials that expire. No card, no account — you could finish the short one before bed.

Read the route before you board

Every stop on every course is listed before you pay, free or not. Here is one of them, opened up: Git & GitHub Essentials.

Git & GitHub Essentials

1h 40m · 12 lessons
  1. The three places your work lives

    Working tree, staging area and history — and why `git add` exists at all.

    You board here
    25 min
  2. Branching without the cold sweat

    What a branch really is (a moving label), and when merge beats rebase.

    25 min
  3. Undoing things safely

    reflog, reset, revert and restore — and which of them can actually lose work.

    25 min
  4. Reviewing a pull request kindly

    Reading a diff, leaving comments that help, and staying up to date without a mess.

    25 min
Stop 3 · Undoing things safelySample excerpt

You committed on the wrong branch. Nothing is lost yet.

# See every commit HEAD has pointed at, including the ones
# that are no longer on any branch.
git reflog

# a1b2c3d HEAD@{0}: commit: add rate limiter
# 9f8e7d6 HEAD@{1}: checkout: moving from main to main

# Put the commit where it belonged, then rewind this branch.
git branch rate-limiter a1b2c3d
git reset --hard HEAD~1

Almost nothing in Git is destructive. reflog is the receipt drawer, and knowing it exists is the difference between a bad afternoon and a thirty-second fix.

No account needed.

One payment. Yours for good.

There is no subscription on this network, and there is not going to be one. You pay for a course the once, and it is yours the way a book is yours.

Lifetime access
Buy it once. It does not expire, lapse, or need renewing.
Every future update
When a course is revised, you already own the revision.
Source and solutions
The full source code, and the answers to every exercise.
Night Service90 min live

Ninety minutes, one to one

Ninety minutes on your code, your architecture or your next career step. Pick a date that suits you.

  1. Before the call

    You send context — repo, diagram or question — 24 hours ahead.

    Where the service starts
  2. The session

    Ninety minutes on video, screen sharing, recorded if you want it.

  3. After

    A written summary with concrete next steps, within two days.

Timetable

You pay first, then pick an evening from the departures board — the ticket is stamped straight away, and you can move it up to 24 hours before. Whenever a session is showing, this page shows what the board actually says rather than what we wish it said.

Fare
29 900 Ft / session

Per session, schedule after payment.

Before you travel

Still unsure? Write to lamido.admin@gmail.com and a human replies.

Are the free courses really free?
Yes — five complete courses, no card and no account. We ask for an account only when you buy something or book a session.
What does a one-time payment include?
Lifetime access to that course, all future updates to it, the full source code and the exercise solutions. No subscription, ever.
How does booking a session work?
Pay for the session first, then claim an evening from the board — it is stamped immediately, with no waiting to find out whether you got it. The time sits on the ticket in your wallet, and you can move or release the evening up to 24 hours before it starts. All times are Central European Time.
Can I get a refund?
Within 30 days of a purchase, write to us and we refund it. For a session, releasing your evening more than 24 hours ahead puts it back on the board and keeps the session on your account, so you can book another one.
Do I get a certificate?
Every course, free ones included, issues a certificate when you finish it. It lives at a public link you can share.

One useful email, when there is one

A new lesson, a snippet worth stealing, and whatever we shipped. No schedule we cannot keep, and one click to leave.