top of page
Search

Rust - variable shadow

Rust allows to declare a new variable with the same as previously declared variable. It is referred to as shadowing. Rust also allows...

Joins

Joining datasets or tables is a common operation these days and Join type determines what rows will be in the result set. This post is a...

Always write Unit Tests

Unit test code should be treated as production code and unit tests should be considered a product feature. Unit tests ensure defects are...

Improving writing

Writing is a weak point for me. This post is a collection of ideas that improved my writing. These ideas are particularly valuable for...

Blog: Blog2
bottom of page