🥘 One of those days A place where everything could go wrong, shall go wrong - Edsel Murphy's Law
Posts with the tag naive-thoughts:

My Naive Thoughts of CRUD and Chat Systems

Chatting in real-time invovled server-client communication. For example, PHP web is best for Create-Read-Update-Delete operation, but it is inefficient for chatting, as the client need to pool against the server for new data periodically. This would not scale for the server against the growth of user base.

My Naive Thoughts Four Module of Hadoop

Hadoop: A set of open source programs and procedures which anyone can use as the “backbone” of their big data operations.