@Adolph @nprofile1q... @Blurry Moon @Listens to Baroque while coding murder.exe :newt: i can understand. time is tricky. i work a lot, and have more projects than time these days. i usually approach a new language with things ive done before or something that is low effort.
for me examples could be:
- caesar cipher converter (maths)
- hex converter (encoding/decoding)
- cli tool to hit api endpoint (net/http)
i try to find little projects that touch on different parts of the compute stack. it helps to better understand internals and what's possible with core libraries. at least this is how i do it.