Nikita Bishonen's blog

To bind or not to bind

2 minute read Published: 2022-10-14

Binding or Name Binding is a way to associate data with a symbolic identifier usually called variable. Why it is important in Rust, what rocks are underwater and how it intersects with scopes and lifetimes?

Smart Wallets

2 minute read Published: 2022-06-20

Smart Wallets

When working with Smart Wallets - question on how to verify their signatures may arise. This blog post will give you a basic understanding of theory and practice regarding this question.

Easy on me

5 minute read Published: 2022-02-07

Why Rust

11 minute read Published: 2021-06-26

EN

People ask me a lot about Rust, so I wrote this blog post to answer following questions:

Pareto IRL

2 minute read Published: 2021-04-05

Short post on Pareto principle. Had you ever need to implement GraphQL API on top of some database entities with simple CRUD? Did you look through possible options to find an already working solution (with no coding required)?