It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
#todayilearned
And remember, if something you learned was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Top comments (18)
I made an API using Golang! Using this post dev.to/karanpratapsingh/build-a-re...
Awesome!
Sometimes it IS a compiler bug.
I learned how to add a blog to my personal Gatsby website and export my blog post into an RSS feed. This will make it easier to cross-post on different platforms. I also learned how to use the React hook useState.
Nice!
Thanks for the positive vibes man!
That's awesome! 🔥
Tried my hand at contributing to prometheus, and I learned about Developer Certificate of Origin / DCO = put your email address on your commit messages.
I learned how to use Github Copilot
I learned loads about NFTs from a very helpful DEV (Forem) employee 😉
Nice!
This I learnt (or relearnt) that the
some()
method exists on arrays and I don't have to do the!!someArray.find()
if I just want to know if something is there.NFTs should use mutable metadata.
Also, screws are made of a much softer metal than screw drivers and so
I killed some screw heads.