It's that time of the week again, just a day early. I'm off tomorrow and Monday so posting this now.
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
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Photo by Rainier Ridao on Unsplash
Top comments (22)
This week was a productive one!
This is so cool!
Learn how to use Docker to build image with card driver, Google Chrome with head browser, Personal Certificate Client and Heath ID card client.
Check this: github.com/peter279k/emask-tax-docker
That's awesome! 🔥
This April, I did my first Stream on Twitch where I (tried) to teach people about Security.
That was so much fun. I learnt a lot about Pyblic Speaking, etc.. And loved it.
I am planning to do that a lot more.
And I can't encourage people not to do that because when you are talking about something, you definitely have to know it properly. So it can bring you a lot as well.
Noice!
I learned how to use git rebase!.
And now I've improved my workflow!
In your opinion, what is the advantage of git rebase over a standard push/merge/pull
You end with a linear history, that for me it is cleaner. Because, from my point of view, is clearer to view the history of the project making easier to track changes, issues, bugs.
When I only used "git merge", I was getting really frustrated about reviewing the project history.
If you don't use it, I suggest you check it.
Awesome!
I implemented the offline storage of our react application with IndexDB - never worked with it. quite cool!
Redux and React! Well, I knew about them before this week, but they make so much more sense now. I was stuck on state, props and setting up the Redux store for a while
That's awesome! 🔥
I learned about web components and the shadowDOM! I also learned not to overload myself too much with learning and keep a comfortable place to not feel the burn out :)
I hope this week will bring good results to a lot of things that I did this week.
I learned about how to debug my installation of Elasticsearch — and wrote about it here:
Debugging my installation of Elasticsearch
Lisa Sy (she/her) ・ Apr 23 ・ 1 min read
Nice!
I learned how to write clean and understandle code with proper commenting, variable and functional naming.. plus git comments..