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.
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.๐๐๐ป๐๐ผ๐๐ฝ๐๐พ๐๐ฟ


Latest comments (29)
I am working on self-development
what i have learned so far the last week
This week I have published one article on dev.to which you can see here.
Different ways to Create Refs in React
Sumit Kharche ใป Feb 1 ใป 4 min read
Also, learn about different deployment modes in .NET Core.
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.
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
I learned more about Angular and CSS. We are in an ocean of software and it's amazing.
This is cool
I learned React.Context. It goes beautifully with React Hooks, and make a nice React Leaflet GIS app.
You can build docker containers
FROM scratch!Did you?
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.
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.
I learned that there are no such things as Arrays in Dart. They use Arrays like lists.