DEV Community

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

Posted on • Updated on

Nov. 29, 2019: What did you learn this week?

Photo by Rainier Ridao on Unsplash

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.

Information flowing through your brain

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

Price is Right contestant celebrating

Top comments (12)

Collapse
 
nickytonline profile image
Nick Taylor • Edited

Yesterday, I finally nailed the technique for breast stroke at my swimming lessons. It was also the first time that I pretty much did laps non-stop.

For seasoned swimmers, probably not a big deal, but as a kid who did not learn this properly, it took a while to get it right as an adult.

Great Horned owl doing breast stroke

Collapse
 
dalevross profile image
Dale Vivian Ross

I've always liked regular expressions, but due to my tendency in the past to focus on what I needed for tasks primarily, I never fully grasped look-ahead or look-behind. During this week I saw the simple thing I overlooked and saw how much it potentially opened up for me in the future.

Collapse
 
leocolman profile image
Leonardo Colman Lopes

I learned a thing or two (and I'm still studying this) about XorShift RNG, manily an algorithm called XorWow, by George Marsaglia. Their article can be found here.

It's a pretty interesting and uber fast algorithm for generating random numbers

Collapse
 
mikeck profile image
Mike CK

This week, I learnt Angular testing and coverage reports. Seeing a coverage of 86% made me happy even though I know that won't prevent my code from breaking. It's a cool number to welcome me to Javascript testing :)

Collapse
 
pianomanfrazier profile image
Ryan Frazier

Learned how to wire up Firebase auth/db, netlify functions, and stripe payments. My brain is full.

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

Collapse
 
itsjzt profile image
Saurabh Sharma

Managing client side state is hard. But a lot of times it worth the efforts

Collapse
 
itsjzt profile image
Saurabh Sharma

Also I learned a hacky way to stop page janking while image loading even if you don't know images height.

Collapse
 
nickytonline profile image
Nick Taylor

Sounds like it would make for a great post on DEV! 😎

Thread Thread
 
itsjzt profile image
Saurabh Sharma • Edited

Yeah, I'm procrastinating it from a few days. But I will let you know once completed.

Collapse
 
richardeschloss profile image
Richard Schloss

GRAPH QL! (Well, I kinda knew it, but this week I actually buckled down to learn it and Apollo). GraphiQL in the browser made me happy.

Collapse
 
keevcodes profile image
Andrew McKeever

Setting up a CSP for headers security isn't just a pain on its own, but even more so via Lambda@edge