d_2@programming.dev to Programming@programming.dev · 9 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@programming.dev to Programming@programming.dev · 9 months agomessage-square22fedilink
minus-squareowsei@programming.devlinkfedilinkarrow-up1·9 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.