aladine

↗ HN profile [ 91.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Due to the spreading of Covid-19, many events/tech conferences are switching to online this year. Could you share with me some links so I can view right now.

  2. I usually create a lot of code templates based on generic pattern(example for i:=0; i<n; i++) then create a shortcut for it in my IDE. If you used IntelliJ, it is called live template. Since I want to optimize further…