If you know architecture of your code in advance, you can easily manage to make the code...
Reading post about Community Notes in X made me recall a recent idea and post it here. It's commonly...
Let's suppose we are new to Ethereum (for instance, it is true for me) and want to write a smart...
Are there features in Rust type system beyond runtime-determined types of trait objects and ability...
In the previous article, I've shown that some variables can have type that is determined (beyond that...
Rust is statically typed language, they say. All the types are known at compilation time, they...
Intro Hacktoberfest 2023 was the first where I participated actively. I had quite a lot of...
In the previous article, I demonstrated how serialization function for a struct can be...
Can we estimate amount of bugs in a big project before finding them? Actually, it seems that we can,...
Recently, I decided to create Rust library that allows to serialize objects into "cells" (generally,...
Exploring decentralized exchange algorithms, I've found out that most are focused on swap of two...
I've created a concept of system that allows to defer to others' judgement of what is the best feed:...