Read More

View all

9 Important Javascript Concepts

If you apply for a Frontend or Web Developer position, your JavaScript skills may be tested. There are many difficult JS concepts, such as hoisting, closure, data types, asynchronou…

Rust - Option and Result

Understanding optional values and error handling in Rust requires a thorough understanding of the Option and Result enums. I'm going to go over both of them in this article.…

Rust - Generics

Generic programming enables programmers to create general algorithms that can work with any type. It eliminates code duplication and ensures type safety, allowing us to write mo…

Load More
That is All