TEÁOR (Hungarian activity classification code)
Related service Custom software · everything else
DEFINITION
The official Hungarian classification system for business activities, issued by KSH. Every company or sole entrepreneur has main and secondary activities coded by TEÁOR. The codes determine what regulations apply (e.g. 6201 = software development, 4791 = mail-order retail). E-commerce: 4791 (parcel sales), 5829 (other software publishing). SaaS: 6201 (software development), 6311 (data processing). Wrong TEÁOR codes can trigger NAV fines or chamber-of-commerce errors.
- Docker→
We package an app with its dependencies into an image, which runs as a container - identical on your laptop and in production. "Works on my machine" stops being an excuse.
- CI/CD→
Continuous Integration / Delivery: every commit is automatically built, tested and (optionally) deployed. This pipeline lets us ship safely many times a day, without manual mistakes.
- Blue-Green Deployment→
We run two identical environments: blue is live, green is the new version. Once green is verified we flip traffic to it; on trouble we flip back instantly. Zero-downtime releases with instant rollback.
- Horizontal Scaling→
We add more machines/instances (scale out) instead of one bigger box (vertical, scale up). For stateless services this wins: cheaper, more elastic, no ceiling. State goes to a separate store.
- Load Balancer→
Distributes incoming traffic across multiple instances - the front door that gives you redundancy and smooth scaling. Health checks remove dead instances, so one failure stays invisible to users.
- Distributed Tracing→
We follow one request across every service using a trace ID (e.g. OpenTelemetry). In a microservices system this is how we pinpoint which service slowed down or failed - no guessing.
- 0102 Jun 2026H1 2026 in review: what changed for EU software teams→
- 0202 Jun 2026AI in logistics & supply chain: 2026 SME guide→
- 0314 May 2026The EU AI Act in practice: a 2026 guide for AI teams→
- 0414 May 2026GDPR, NIS2, AI Act, MiCA: which EU rules hit your software?→
- 0509 May 2026Building a SaaS in Hungary · 2026 regulatory + tax checklist→
- 0609 May 2026EU AI Act for Hungarian startups: 2026 founder's guide→
- 0709 May 2026Cybersecurity audit cost in Hungary · 2026 benchmarks→
- 0809 May 2026Web development rates in Budapest 2026: €2k-€20k→