Introduction to Functional Programming with Javascript
In this article I would like to show you how you can use functional programming with JavaScript. Write your code avoiding iteration, start using map, …
Codeminer42’s Engineering Blog
In this article I would like to show you how you can use functional programming with JavaScript. Write your code avoiding iteration, start using map, …
Although not mandatory, you can catch up with previous episodes if you haven’t already: The Backend Part 1: Working on the backend, exploring requirements and …
Welcome! Each part of this blog post series drills down into a bunch of pertinent details, aiming to form the big picture of a clean, …
Mastering web development is a cruel and endless journey. Part of this endeavor is understanding the dystopian world where all the magic sits on — …
When we go to college, we are desperate to learn. But after some time, we realize that we lost that feeling. Since all our projects …
In “The Backend” part 1 and part 2, we mediated on the design of an endpoint to serve timeline tweets to a frontend client. In …
One of the best parts in React development is its functional approach for building user interfaces. This approach allows us to use the Higher-Order Component …
These days we have dynamic and modern UIs in our Web Apps. We learned that the best way to build reactive and reliable UIs is …