DEV Community

Cover image for Dec. 20, 2019: What did you learn this week?
Nick Taylor
Nick Taylor

Posted on • Updated on

Dec. 20, 2019: What did you learn this week?

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.

Deadpool and his cohorts chatting

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.👇👇🏻👇🏼👇🏽👇🏾👇🏿

Big win. Danny Devito walking away from a huge explosion

Latest comments (14)

Collapse
 
leocolman profile image
Leonardo Colman Lopes

I learned that things are not always what they say they are.

This is probably a lesson I should have learned long ago, but... Don't trust software documentations.

They just lie to you.


I didn't want to fill my code with try catches, so I implemented it exactly as the documentation told me. I'm now filling my code with try catches after things didn't come the way they told me they would.

Collapse
 
hyftar profile image
Simon Landry

I learned that having a technical debt is an awful thing (the hard way, of course) when we couldn't deliver every feature we developed because the code was awfully intertwined and we had a really hard time merging everything together.

Collapse
 
abel_developer profile image
Abel Garcia Lopez

Se que no es mucho pero en esta semana aprendí a añadir detalles en una fila usando datatables. -_-

Collapse
 
nickytonline profile image
Nick Taylor

Awesome that you learnt about data tables. 👏

Collapse
 
debbiswasgit profile image
debbiswas

Learnt how Event Loop, Timers Works in Node.js and will be deep diving in to it with real life examples.

[I'm an inline link]nodejs.org/en/docs/guides/event-lo...

Collapse
 
richardeschloss profile image
Richard Schloss

I also like this video on the subject. It's nice to see the nodejs docs discuss it!

Collapse
 
codercatdev profile image
Alex Patterson

How to successfully schedule, record, and edit my first podcast across multiple countries 🎉🎉

Collapse
 
lennythedev profile image
Lenmor Ld

Finally went through some Ruby basics after passively using it for a while 🤓
Here's my findings so far

Collapse
 
carolstran profile image
Carolyn Stransky

Learned how to do a release on the open source product I'm maintaining! It's not the first release ever on the project but it's the first one I've administered and a good learning experience 😁 github.com/unmock/unmock-js/commit...

Collapse
 
nickytonline profile image
Nick Taylor

Noice!

Noice!

Collapse
 
richardeschloss profile image
Richard Schloss • Edited

I learned how to translate a program into 42 different languages in less than 4 seconds. Literally 1 week ago, I was totally clueless as to how I was going to do this (you can see the bumpy road in my git history lol). (Future article may be on its way).

(And, although not this week...I did learn a few years ago that Danny Devito likes cars. I met him after the Barrett Jackson car show out here, twice. Nice guy)

Collapse
 
nickytonline profile image
Nick Taylor

Cool stuff!

Collapse
 
bhupesh profile image
Bhupesh Varshney 👾

Damn! waiting for the post

Collapse
 
richardeschloss profile image
Richard Schloss

It will probably be in this series. The first article describes the CLI tool. The next one will probably describe the translation (a newcomer may think it is straightforward, but there are some gotchas to be aware of)