Programming Concepts | Practical Projects | Competitive Programming | CyberSec Wargames
Rustlings #1 (Or The Power of Comments in Programming)
March 17, 2023
Blog
Rustlings
Tutorial
Rustlings #1 (Or The Power of Comments in Programming)
The first Rustling challenge shows us how comments are an essential part of programming, bringing - in one way or another - numerous benefits to developers and teams. They serve as a form of documentation that makes it easier for developers to understand the code by providing context, clarity, and explanations of how the code works, helping developers to save time and effort by reducing the need to decipher code and allowing them to focus on the actual problem-solving.
Read full post
Getting Started (or the objective of creating this blog)
March 13, 2023
Blog
Getting Started (or the objective of creating this blog)
Documenting my journey of learning Rust, at the same time I (hope to) teach people in the same level as me right now.
Read full post