A few years ago, I was introduced to some real-world implementations of Machine Learning. The concept of “Machine Learning” and “Artificial Intelligence” has been around for as long as I can remember (granted, I have only been programming seriously for ~10 years now). They were simple explanations but they were attempting to provide solutions to real-world problems that were occurring in our space. As I write, I do not remember the problems or solutions that were presented, but I do remember one thought blaring in the back of my mind:
That is interesting and should’ve started with Machine Learning yesterday.
This entire article is going to proceed with a single assumption:
Humans don’t like change.
This idea has been debated and talked about by many people, so I will not debate on whether this is a valid assumption or not. If you don’t agree with this hypothesis, then you might as well stop reading, but I appreciate you taking the time to get this far!
That being said, humans will naturally gravitate to whatever is “new”, but as close as possible to anything that we already know. …
Now that we got that over with, here is the TLDR of why I always include the Lodash library in (almost) all of my web development projects:
.chain()
method is the real beauty of the libraryTake a quick look around Medium and you can find hundreds of articles that people have published describing the pitfalls, problems, and beauty of the JavaScript language. Over…
My thoughts are my own.