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
Posts
Rustberry PI - DHT11
Uczę się obsługiwać czujnik wilgoci i temperatury DHT11 z użyciem rust i prezentuję wyników na ekranie lcd używając biblioteki zbudowanej w poprzednim wpisie
Posts
Rustberry PI - LCD
Uczę się podłączać i z sukcesem wyświetlić napis na wyświetlaczu LCD 2x16 znaków opartym na kontrolerze HD44780 z rustem.
Posts
Rustberry PI - LED
Nie krótko i nie na temat o tym jak uczę się czym jest GPIO, jak się nim steruje na oraz w efekcie - jak zapalać diodę LED przy wykorzystaniu GPIO i rusta 🦀
Posts
Topic: Impossible case of pitching rust in a web dev shop
TLDR: Rust is a tough sell for JVM/python heavy companies with a lot of experience and actively maintained legacy code. Sadly I don’t think it’s a good idea.
I’ve recently decided to collect my thoughts and arguments for pitching rust. I tried to consider both sides - technology and business value.
Articles links to many big tech articles describing rust success stories (MS, AWS, Discord, Cloudflare).