"Teens these days" Other developers mock other developers who use bunch of libraries and frameworks, especially the new developers who are diving into web development. It's more like CLRS vs right into Node development. What can you say about it?
When programming in any established language, developers already know the fortes and pitfalls of the language, hence try to compensate by adding meta libraries and modules. Meta modules are pieces of code which complement the std library or the langu...
I have always had difficulty in using a package/library with the help of documentation only. I always look for an example project/tutorial or a use-case. Since majority of the libraries do not demonstrate their use with an example, how do I get the m...