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 learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Top comments (30)
I learnt that multiple exclamation marks are allowed for visual representations of alarms on medical devices (IEC 60601-1-8, section 6.3.2.2.2), so I've added this to the css:
My first use of
::after
.TIL!
Finally cracked open Svelte. Very impressed.
Same... incredible tool.
Nice!
Here are my learning stuffs:
I've been playing with Nuxt and some of its modules including the module one I like being to write everything in markdown and I have decided to move my blog from gridsome to nuxt just need to figure out pagination and how I can set up a feed to cross-post on here. I've learnt how to use async data with nuxt and how the config works.
That's awesome! 🔥
I learn that angular has a validator to input checkbox to valid if it's true.
Eg: "aceptTerms":[false,Validators.requiredTrue]
Learnt that no matter how hard I pretend to have infinite capacity, I don't. Investing in getting everything to stop being overwhelming :)
I learned about JavaScript’s event bubbling and capturing which was so illuminating!
Noice!
Not programming related, I've been studying for my finals exams next week. Lots about DB management and OS design!
You can chain assignment operators in JS.
This means you can also do horrible things like: