RSSAmplifier

Blog

axymria - sigsegv development

Recent content on axymria - sigsegv development

blog.axymria.comRSS feed ↗2 posts

Latest posts

About Me

Vladislav Vlasov Yerevan, AM | +37491553297 | axymria@gmail.com | LinkedIn | GitHub 📄 Download PDF Version 💼 Experience Yandex Eats Senior Software Engineer Aug 2025 – Present Transitioned back to an Individual Contributor role to focus on platform development. Built a new backend for timer-based discounts to meet high-load requirements. Automated regular calls to restaurants, validated the…

Thoughts on error handling

Have you ever properly thought about error handling in your code? We encounter errors all the time: when network errors occur, when processing user input, and generally whenever side effects are involved. Some languages have their own idioms for error handling, like Go’s err != nil or Rust’s Result type. Others provide an ability to do whatever rubbish you want. So here are some of my…