DEV Community

Cover image for May 22nd, 2020: What did you learn this week?
Nick Taylor
Nick Taylor

Posted on

May 22nd, 2020: What did you learn this week?

Photo by Roman Mager 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](https://media.giphy.com/media/qKltgF7Aw515K/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.👇👇🏻👇🏼👇🏽👇🏾👇🏿

![Price is Right contestant celebrating](https://media.giphy.com/media/gF29UEqBhSoDY8LHKg/giphy.gif)

Top comments (28)

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Got to learn about GitHub Actions and I'm using it in one of the repo I'm collaborating one (A Chrome Extension 😉)

Of course, what I learned, I made an article on it!

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

Guitars and more guitars being played

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Okay...but I wanted this GIF:

Yes, this one

:(

Collapse
 
waylonwalker profile image
Waylon Walker • Edited

TIL @nickytonline has exactly the same exact discussion question on Friday mornings as me, except his has next level gif responses.


This week I actually launched my newsletter, like actually send something out to the whole list. I learned a lot about newsletters and getting them going isn't quite as trivial as I had thought. From the suggestion of @chrisachard I started off with emailoctopus. It seemed like the easiest way to get things off the ground for free.

Chris runs a service makde.dev that I signed up for. If you want help trying to build your product/brand in any way check it out. It helped me get going.

You can sign up here waylonwalker.com/newsletter

Collapse
 
chrisachard profile image
Chris Achard

Congrats on launching your newsletter! 🎉

(The site is: make.dev - looks like you have a typo there :) )

Collapse
 
scrabill profile image
Shannon Crabill • Edited

I learned that I can create multiple files or directories at once in the command line by putting spaces between them. mkdir hello world would create a hello and world folders in one go. It's command line magic.

Collapse
 
matteobruni profile image
Matteo Bruni

This week I learned how to create an Angular component and it has been really fun. After learning something about React, Preact and Vue now I know something about Angular too.
It's something, now tsParticles can be easily used in all this frameworks!

I tried Deno too but I need to be more focused, maybe next week.

Collapse
 
leob profile image
leob

ElasticSearch, within a Laravel project. Great technology, well designed and "it just works" (without too many surprises, that is).

Collapse
 
nickytonline profile image
Nick Taylor

We use ElasticSearch at DEV. Previously we were using Algolia. You might find this post by @molly_struve interesting.

Enjoy the weekend!

Collapse
 
leob profile image
leob

Cool, I saw the docs: docs.dev.to/backend/elasticsearch ... what I still need to do is delve into the whole devops/deployment/optimization side of Elasticsearch - how to configure it, monitor it, scale it (if needed), find out how much memory/CPU do I need to run it optimally, yada yada yada ... haven't really looked at that yet but at some point I should.

Thread Thread
 
molly profile image
Molly Struve (she/her)

I have a couple of posts on scaling too that you might find useful. Elasticsearch is so easy to get going but scaling can be a PITA sometimes. But once you get it, oh man is it worth it! Good luck!

Thread Thread
 
leob profile image
leob

Thanks, that's great, I'm going to check it out!

Collapse
 
delta456 profile image
Swastik Baranwal

I got to know that the following program is a valid C code

char* str = "Hello" "" "World";

It automatically concatenates so the output would be Hello World.

Collapse
 
tadaboody profile image
Tomer

It's a foot gun in some cases (like forgetting a comma between strings) but I get a lot of use from this feature when writing macros

Collapse
 
nickytonline profile image
Nick Taylor

That's awesome! 🔥

Yes, that's awesome!

Collapse
 
delta456 profile image
Swastik Baranwal

Yeah but it's really weird and confusing imo.

Thread Thread
 
nickytonline profile image
Nick Taylor

Sounds like it would make for a good post on DEV. 😉

Thread Thread
 
delta456 profile image
Swastik Baranwal

It is really small so I don't think it's worth an article.

Collapse
 
patferraggi profile image
Patricio Ferraggi

Playing Age of empires is not in line with what I want in life. Better go back to coding.

Collapse
 
gnio profile image
Gnio

I learn CSS variables, media queries, the importance of fonts and shape-outside.

Collapse
 
monicag profile image
Monica Granbois

I learned about gitignore.io/ which makes it super simple to generate a gitignore file for your project.

Collapse
 
nickytonline profile image
Nick Taylor

Noice!

Noice!

Collapse
 
ishmeet1995 profile image
Ishmeet Bindra

I learned about docker swarm and how if one node dies out, the swarm automatically publishes the copies in order to maintain the service.

Collapse
 
juniordevforlife profile image
Jason F

I learned about the Angular HttpInterceptor and how to use it to cancel an Http request on a route change.

Collapse
 
medab94 profile image
Mohamed Abdallahi

I learned Django rest framework and I really love it.
I began using it in an online store with Vuejs
The bad news is that I still have some issues and problems in some advanced performance actions

Collapse
 
ed36cuir profile image
EduardEstrella

welp i learn about how to use AWS Lambda services to build serverless functions and apps, and getting to know how AWS IAM users, roles and policies work with each other on different resources

Collapse
 
nickytonline profile image
Nick Taylor

Awesome!

Hackerman from Kung Fury putting on a Nintendo Power glove

Collapse
 
maciejcieslik profile image
Maciej Cieslik • Edited

I learned basics of nodejs and express. I'm happy I learn it and angry that I did not learned it earlier as this is quite easy. Now I starting to ❤️ backend :)