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
Summarize a concept that is new to you.
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Top comments (7)
In this weak, I have started learning about "CSS variables and it's used" from scrimba #todayilearned
Do you know everything about CSS variables?
Atul Prajapati ・ Mar 8 ・ 1 min read
I've learned that I need to consider other factors outside of just implementing a feature when pointing a story. I tend to forget to consider testing, unknowns, etc.
Definitely true. Also knowing where you’re feature fits in the big picture. I wrote a short post about that. 😎
See the big picture
Nick Taylor (he/him) ・ Aug 30 '20 ・ 2 min read
Thanks!
I learned that adding TypeScript types to a JS package is no easy task if you want to a) have the d.ts in the same package (not as a @type/..) and b) if you don't want to make modifications to the JS package.. But hey, it worked.. I think :)