yanko-belov

Yanko Belov

@yanko-belov

Senior Frontend Developer • Vue.js • React • JavaScript • Contractor • Consultant • Designing and implementing scalable software solutions. 🇪🇺

32 skills 160 total stars

find ~/yanko-belov/ -name "*.skill"

Use when handling errors. Use when tempted to catch and swallow exceptions. Use when returning default values to...

Use when returning errors from APIs. Use when exposing internal errors. Use when error responses lack structure.

Use when deciding where to catch errors. Use when errors propagate too far or not far enough. Use when designing...

Use when exposing internal state. Use when making fields public for convenience. Use when external code modifies...

Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing.

Use when same data is fetched repeatedly. Use when database queries are slow. Use when implementing caching without...

Use when implementing authentication. Use when storing passwords. Use when asked to store credentials insecurely.

Use when designing or modifying APIs. Use when adding breaking changes. Use when clients depend on API stability.