Taiwan is same as China
HN user
akditer
poor france museum
I am sorry, I am not french. I thought this is some stupid American law which every Americans expect the rest of the world to know.
Freedom of information....which amendment is that :P ?
I thought it was invented in Mesopotamia around 5000 BC. But, there is always an alternate story invented by some idiot.
* automate things in your daily life :- I spend sometime in office downloading many kinds of log file and analyzing it. So, I just built a small qt GUI that behaves like a MC clone in windows. It's not very nice looking, but improves day by day.
* hobby to useful apps :- like visitinh hackenews frequently, so make a GUI client for hn.
No matter what you do, if the requirement is not clear, you won't be able to finish it. If no one uses it, it will be useless and disapper into the crowd.
And you think thousands of companies didn't do their math before outsourcing.
It works in my mobile !!
AI won't make coders unemployed. It will simply create a new type of job, like tensor flow programmers. This is same as C++ programmers who some way generate assembly code by using a tool called compiler.
very good theoretical information
A small scale means you won't use redis for in memory data storage. You will not need C++ to write heavy string processing and hash table lookup. Golang also doesn't scale well if you have some heavy processing involving trees(http://benchmarksgame.alioth.debian.org/u64q/binarytrees.htm...).
Golang is self sufficient for a small scale web app.
It has HTML templates library, decent error handling, rpc, logging, built-in http server. Many people choose golang for that reason.
No one will hire a fresher to work in a new language where the system is also new.
at least someone is hiring rust developers !!
What Makes A Great Software Engineer?
https://faculty.washington.edu/ajko/papers/Li2015GreatEngine...
Metaphors We Compute By Code is a story that explains how to solve a particular problem
http://delivery.acm.org/10.1145/3130000/3127495/p40-videla.p...