DEV Community

Cover image for June 12th, 2020: What did you learn this week?
Nick Taylor
Nick Taylor

Posted on

June 12th, 2020: 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.

![Homer Simpson studying](https://media.giphy.com/media/IPbS5R4fSUl5S/giphy.gif)

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

![Bender from Futurama dancing](https://media.giphy.com/media/mIZ9rPeMKefm0/giphy.gif)

Top comments (28)

Collapse
 
hemant profile image
Hemant Joshi

I want to be more productive and what I learner in this week was:
Reducers hooks and js
But what I learner from this week is:
Every second is important,if you waste one another will waste you and youwill regret and waste 3rd and simultaneously you will waste full week!

Ps this is me who wasted last 8 days in youtube and catchy things!
But now I have to be productive!

Collapse
 
h1kigaeru profile image
h1kigaeru

That's all good but don't get stuck into regretting feeling too much, missing life

Collapse
 
hemant profile image
Hemant Joshi

Okay, telling the truth I have been regretting and wasting my time , now I realise, but hopefull I will get in path back and grind harder!

Collapse
 
pris_stratton profile image
pris stratton • Edited

This is me too: did Java and Perl at Uni, moved on to PHP, C, Haskell and finally settled on JavaScript as the language I really use. I also started learning R recently 😆

I just have to know how stuff works, and I don’t really care if I use it. To be fair though, I think learning C and Haskell made me better at writing in my main language.

Unlike you I’ve never been paid, though, this is all a hobby.

Collapse
 
rakhmad profile image
Rakhmad Azhari

I am still learning Clojure using Clojure for the Brave and True. I found it very interesting since it is one of the functional language that my previous company wants to implement. Another thing is I am doing some exercise using Hackerrank to prepare for interview process.

Collapse
 
waylonwalker profile image
Waylon Walker

I started diving into MDX in gatsby. It has came a long ways since I last tried and everything seems to work well out of the box, except images, they took some work to route through gatsby. I think I have it working right by using a custom component.

It is so cool that I can have complex d3 visualizations largely with just a component downloaded from npm.

Collapse
 
aadish2020 profile image
Aadish Patodi

This week I was working on Streamsets, a dataOps platform, it was required for my work, SO it was kind of learning on the go. Was a good experience, got to know about Elastic search and Kafka as well.

Collapse
 
vicradon profile image
Osinachi Chukwujama

I learned how to build, configure and deploy Serverless Functions on Azure.

Collapse
 
nickytonline profile image
Nick Taylor

Awesome!

Hackerman from Kung Fury putting on a Nintendo Power glove

Collapse
 
chakrihacker profile image
Subramanya Chakravarthy

Learning to write in object oriented way. I started working on flutter

Collapse
 
nickytonline profile image
Nick Taylor

That's awesome! 🔥

Yes, that's awesome!

Collapse
 
michaeltharrington profile image
Michael Tharrington

I'm re-learning how to use Ableton Live and have been recording some super weird music. It's been loads of fun.

Collapse
 
ekafyi profile image
Eka

Niice, been wanting to learn Live myself (got it free from buying a controller) but haven't got the time & energy!

Collapse
 
michaeltharrington profile image
Michael Tharrington

😀 I totally understand. I definitely think it's going to be a gradual process. It's so vast... there's just so much you can do with it!

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

A kangaroo playing an electric guitar

Collapse
 
huncyrus profile image
huncyrus

I finished a short course to learn Affinity Designer (after several years of PS) and it was quite nice, far from being confident yet but i think it is a good start.

Collapse
 
ridhwana profile image
Ridhwana Khan

I've skilled up in frontend testing, thanks to you! 😁

Collapse
 
nickytonline profile image
Nick Taylor

😊

Collapse
 
nickytonline profile image
Nick Taylor

Noice!

Noice!

Collapse
 
reiallenramos profile image
Rei Allen Ramos

Does Unity3D count? Recently inspired by a video about an indie game developer's journey and decided the only way to learn fast is just do it 🤗

Collapse
 
nickytonline profile image
Nick Taylor

Borat saying Great Success!

Collapse
 
juniordevforlife profile image
Jason F

I learned how to lazy load and preload in Angular. I also learned how to preload a component without a route. I shaved off 2 seconds from my initial load time in dev. Very Happy!

Collapse
 
nickytonline profile image
Nick Taylor

Nice. Way to shave!

1st place in Mariokart

Collapse
 
mariohoyos profile image
Mario Hoyos

Learned how to do geospatial queries in mongo!

Collapse
 
nickytonline profile image
Nick Taylor

Aww yeah!

Collapse
 
pris_stratton profile image
pris stratton • Edited

I learned that you can use the “defs” tag in SVG to define a shape and then “use” to use it multiple times elsewhere and alter its style in each instance.