RUB
- Average lower
- 307,500
- Average upper
- 420,000
n=4
n=3
Company overview
Latest vacancy: August 4, 2026
Published in the selected period
Currencies are not converted. Lower and upper bounds are calculated independently and show their own sample sizes.
n=4
n=3
Published records
Grouped by direction
Questions · 100
app = FastAPI() def get_db(): db = SessionLocal() try: yield db finally: db.close() def heavy_text_parser(file_id: int, db: Session): # Parsing a file that takes 5 minutes parse_and_save(file_id, db) @app.post("/upload") async def upload_file( background_tasks: BackgroundTasks, db: Session = Depends(get_db) ): file_id = save_file_to_db(db) db.commit() background_tasks.add_task(heavy_text_parser, file_id, db) return {"status": "parsing started"}
How to protect against space overflow on the target server when transferring a large file?
Questions · 64
Two VMs are accessible via SSH, but the first cannot connect to the second for the required service. How to diagnose the network problem?
What is containerization, why is it needed, and what advantages does it have compared to virtual machines? Can a Linux container be run on a Windows host?
Which manifests are involved in external requests to a Pod in Kubernetes with Istio?
What exactly does Prometheus do?
Questions · 64
What is the company 'Elektron': an integrator or a product company, and what does it develop?
Briefly tell us about your last project: what was the domain, what technologies were used, and what was your role?
You mentioned that you accelerated operations from 600 to 100–150 ms. What technologies and solutions made this possible?
Questions · 53
Questions · 42
Questions · 21
Questions · 18
Questions · 17
Is it possible to read a JSON file as metrics in Zabbix?
Questions · 17
Questions · 9
Questions · 3
Questions · 1