Full-Stack Software Engineer trying to get others through the thorns on the path to being a programmer.
Thinks I like: ๐จโ๐ป Full-Stack Software Engineer โข โ Power Metal โข ๐๏ธโโ๏ธ Gym โข ๐๏ธ Nature โข โ Coffee http://ko-fi.com/antoniopk
I'm available for any programming-related questions and possibly contract work.
I'm really glad that you enjoyed it :D I will definitely do another one since there is a lot of wisdom in stoicism that can be applied to our everyday life. A lot of people forget to care about their mindset and mental health which is important especially in Tech. I remind myself of these almost every day and it works every time. I wish you a lot of success with it!
Good job, I really like the list! I have recently played with window.getSelection(); and if you are using it in an .addEventListener('click'=>{}); function and you click on a non-text area, you will always get the first element that is in the horizontal line of the window. That happens because the caret is always at the start of the window and will give you the next element that is in the line since it counts it as selected. I found that a bit unexpected but it works like that. Keep up the good work!