Category Vs Design Pattern
In the previous post, we talked about atoms: objects and functions. In this post let's talk about bigger building blocks.
Hello, I'm a full stack web developer. Follow me on Twitter!
In the previous post, we talked about atoms: objects and functions. In this post let's talk about bigger building blocks.
There is an ongoing discussion about the difference between object-oriented programming (OOP) and functional programming (FP). Let's talk about similarities instead. Let's talk about the main building blocks: functions and objects.
In recent years (and due to the toxicity of the Twitter) term "thought leader" became a negative thing to me
In the previous post we implemented functions, but not about closures. Let's fix this.