You ever just watch a YouTube guide but dont really learn anything or dont know where to go afterwards? well i made a meme about it if you have felt this way.
You ever just watch a YouTube guide but dont really learn anything or dont know where to go afterwards? well i made a meme about it if you have felt this way.
I did the same! Wanted to learn golang, so I built a blog. Kept it simple and used other tech I knew already for the css and backend. Didn’t even enable uploads. This way, I learned go much faster than if I had learned it from scratch. The basics are good. But we’re not trying to be experts. We’re trying to have fun and build stuff.
Same with rust. Wanted to build a “simple” CRUD and then spent my time reducing scope to the most basic “making a parser that converts text files into valid HTML”
Making a parser is basic? Good on you!
I mean, given there are no checks and that what I am doing is first line blogpost title, then “for each line a paragraph”, it was something cobbled pretty quick (with a large amount of unwraps).
Heh. If it works!