Below you will find pages that utilize the taxonomy term “english”
Posts
The impossible case of pitching rust in a web dev shop
Short research about making decision to use rust in medium web development shop.
Posts
Simple rust interview questions
List of interview questions along with minimal answers. A good question should:
- Check ability to think outside the box
- Check deep understanding of key concepts
- Invite discussion
- Check ability to communicate tricky parts of the technology
- Check formal knowledge of the domain
Posts
Profiling heap allocation in rust
How to understand and then profile heap memory usage in rust application. With the company with old friends:
pmap
, strace
and heaptrack