DEV Community

Cover image for Jan. 31, 2020: What did you learn this week?
Nick Taylor
Nick Taylor Subscriber

Posted on

Jan. 31, 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.

Brain lifting weights saying knowledge is power

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.๐Ÿ‘‡๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿผ๐Ÿ‘‡๐Ÿฝ๐Ÿ‘‡๐Ÿพ๐Ÿ‘‡๐Ÿฟ

soccer player celebrating a goal

Latest comments (29)

Collapse
 
naveedkumbhar profile image
Naveed Ahmed

I am working on self-development

what i have learned so far the last week

  1. Be a good listener trying to improve my listening skills
  2. Be proactive in discussions
  3. Must have clarity of the tasks before committing the timeline.
  4. Improved bit decision making in technical things ( by Reading a lot of practical use cases, scenarios, test cases, white papers, best practices )
  5. studied 30 articles including technical and nontechnical ( for self-development)
  6. Helped my colleague when he was stuck in Linux related task
  7. Saving a lot of time by planning each and everything instead of wasting time without planning for a whole week.
  8. I just got to know the maximum limit of reading books/technical articles Articles 10 per day, 15 pages/day.
  9. Just got to know that there is a weekly thread for What was Your win this week and will follow this weekly
Collapse
 
sumitkharche profile image
Sumit Kharche

This week I have published one article on dev.to which you can see here.

Also, learn about different deployment modes in .NET Core.

Collapse
 
mjraadi profile image
Mohammadjavad Raadi

If you're running a server that's running port mapper service and is listening on port 111(Proxmox by default), make sure you won't expose it to the public internet. Your server may be exploited and used in large DDoS attacks.

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

I learned how to create pages on Next.js based on metadata and edit a template page (written in handlebars) to autogenerate pages with the info I want them to have. Also messing around with the

Collapse
 
calvinoea profile image
Calvin

I learned more about Angular and CSS. We are in an ocean of software and it's amazing.

Collapse
 
anekenonso profile image
kenneth okenwa

This is cool

Collapse
 
axelledrouge profile image
AxelleDRouge

I learned React.Context. It goes beautifully with React Hooks, and make a nice React Leaflet GIS app.

Collapse
 
deciduously profile image
Ben Lovy

You can build docker containers FROM scratch!

Collapse
 
anekenonso profile image
kenneth okenwa

Did you?

Collapse
 
deciduously profile image
Ben Lovy • Edited

Yep! Granted, it's straightforward when your whole application can compile to a single statically-linked binary. I just didn't even know this was an option.

Collapse
 
eddiehale3 profile image
Eddie Hale

With the help of our security team we deployed a Kubernetes service account that inherits access from an AWS IAM role. Instead of using static access/secret keys deployed to our secrets store we're able to allow temporary access to AWS resources.

Collapse
 
mraubreycodes profile image
Aubrey Fletcher

I learned that there are no such things as Arrays in Dart. They use Arrays like lists.