Viewing profile — yaseenk
yaseenk
HN member- Joined
- Fri, Jun 09, 2017, 1:23 AM UTC
- HN karma
- 19
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About yaseenk
No profile information was provided.
Recent public activity
-
comment
Comment #19425689
FYI it’s Full Time _Equivalent_. E.g a new feature may require 1 FTE for 1 week. That doesn’t necessarily mean 1 person 1 week. It may be 2 people 2.5 days each, etc.
-
comment
Comment #18729623
20% of Google searches are made by voice. https://searchengineland.com/google-reveals-20-percent-queri... That number is probably a little outdated now. But it’s definitely not tar…
-
comment
Comment #16789115
Looks like https://www.arqbackup.com/ might meet your needs. I haven’t used it personally though, my only reservation has been that it’s not open source. The unofficial google driv…
-
comment
Comment #16637806
Java is backwards compatible though. Code that was written in the 90s will still compile and run on JDK 10. It’s just now Java gets to iterate and improve more frequently and regul…
-
comment
Comment #15627939
You can debug javascript/typescript in IntelliJ but I think it’s an ultimate edition feature only.
-
comment
Comment #14518574
Interfaces were created because you can't extend multiple classes. It's the languages way of allowing polymorphism. You very well can create base classes and extend from them, but …