> sudo make event_demo --impress_devs

Не заставляйте разработчиков крутить Колесо фортуны.
Phygital-стенды для IT-конференций.

Problem Statement

Software
Invisible code in cloud. Visitors see logos and slides, not your actual product.
Hardware
Boring black box. "This is our server." Cool story, next booth.

Solution

Physical Data Visualization
Fans connected to CPU load = feel the power.
LED matrices showing real-time metrics. Hardware that reacts to code.
// Real example: fan speed based on container CPU async function updateHardware() { const cpuLoad = await prometheus.query('container_cpu_usage'); await arduino.setFanSpeed(cpuLoad * 255); await ledMatrix.showMetric(cpuLoad); }

DIY Objection

"We can code this ourselves" - Yes, you can.
# But consider the economics: senior_devops_salary = 500_000 # RUB/month one_time_event_cost = salary * time_spent # Why distract expensive talent for one-time frontend? assert outsource_cost < opportunity_cost

Game Mechanics

>_
Code Challenges
Live coding with real-time validation
[!]
CTF Integration
Security challenges for cybersec audience
o-o
Phygital Control
Real switches, physical buttons, haptic feedback
[=]
Architecture Puzzle
Build system design with physical blocks

Lead Scoring

Filter tourists, attract real seniors. Game result = lead qualification.

Game Result Lead Type Priority
Score > 80% Senior Developer High
CTF Completed Security Engineer High
Architecture Solved System Architect Medium
Participated Developer Normal

Tech Stack

Languages
Python Go JavaScript C++
Hardware
Arduino Raspberry Pi STM32
Protocols
MQTT WebSocket DMX OSC

Open source examples and case studies

Посмотреть репозиторий кейсов