AVAditya Vermainaditya-22.hashnode.dev·Aug 16 · 12 min readCommon Programming Concepts - Part 2 (Data Types)What are Data Types? As we discussed in the last article that we can store any data in variables. The variables that we were declaring till now did not have any data types mentioned and were being ass00
AVAditya Vermainaditya-22.hashnode.dev·Aug 15 · 5 min readCommon Programming Concepts - Part 1 (Variables and Mutability)What are we covering in this article? As we established in the last article, “we are all nerds”. So this section might just be a revision for your basic programming concepts, and if you don’t know som00
AVAditya Vermainaditya-22.hashnode.dev·Aug 9 · 4 min readCARGO: Rust's Package Manager (Think npm or pip)Building a CARGO Project In the last article we learnt how we create a new CARGO project using the cargo new command in the command line. Now it’s time to build that project. We will have a main.rs in00
AVAditya Vermainaditya-22.hashnode.dev·Aug 8 · 4 min readLearn Rust with me🦀Why Rust? Before starting this series and my articles related to Rust I should address why am I even trying to learn and program in Rust. Honestly the first and most important reason is I feel like do02A