d_2 to Programming · 10 months agoHow do you approach learning a new programming language or framework?message-squaremessage-square22fedilinkarrow-up131arrow-down11
arrow-up130arrow-down1message-squareHow do you approach learning a new programming language or framework?d_2 to Programming · 10 months agomessage-square22fedilink
minus-squareowseilinkfedilinkarrow-up1·10 months agorebuild stuff I’ve remade a temperature converter cli 3 times in rust. Just to understand enums, structs and the borrow checker. Then I made an http server, that acted as a library’s book borrowing system.
rebuild stuff
I’ve remade a temperature converter cli 3 times in rust. Just to understand enums, structs and the borrow checker. Then I made an http server, that acted as a library’s book borrowing system.