robin_philip
No user record in our sample, but robin_philip has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but robin_philip has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I have been in a similar position. In case you stopped receiving your salary, you should bail immediately. If you are being paid, start preparing to jump ship while continuing to work.
We had a similar problem building an ad network. We ended up logging events into a HDFS using Kafka. Backend for serving was built using Java (Go Seems fine too). As for serving reports in real time, I don’t think that…
Winston Churchill : mass murderer
CRUD - create read update delete ACID - atomicity, consistency, isolation, durability
I haven't worked with a functional language professionally. Closest I came was with python which supports these constructs. I suppose it comes down to trade offs when designing a language and for what purpose you use…
Inheritance is probably misused a lot. Having deeply nested inheritance structures is definitely a bad idea. It is useful in some situations. Polymorphism on the other hand is a powerful technique to build flexible…
Polymorphism and inheritance