HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fallenatreus

no profile record

投稿

Ask HN: Can non degree-holder use the title Software Engineer?

15 ポイント·投稿者 fallenatreus·6 年前·34 コメント

Show HN: Periodic Table of Visualization Methods

letsandeepio.github.io
4 ポイント·投稿者 fallenatreus·6 年前·2 コメント

コメント

fallenatreus
·5 年前·議論
care to share it, I would love to look at that site?
fallenatreus
·6 年前·議論
Awesome, what's the data source? are you using some kind of API or just scraping?
fallenatreus
·6 年前·議論
My question was like more geared towards - what makes a Software Engineer, a Software Engineer. is it the Software Engg. Degree, practice, or some other characteristic traits that one has to demonstrate in order to become an Engineer.
fallenatreus
·6 年前·議論
Thanks It is one of the earliest projects I did when I started to learn to develop for web.

Sorry it isn't optimized well for the mobile viewing.
fallenatreus
·6 年前·議論
Well, not if you know that .sort(); is meant to accept a custom sort function too [1,2,10,20].sort((a,b)=>b-a)) // 1, 2, 10, 20