All Posts tagged as "Javascript"

Front-End Development Essentials

Front-End Development Essentials

This is an article for anyone who wants to start frontend development without a programming background. The end goal is to help enthusiasts understand the fluffy world of software development and enable them to find their way in frontend crowded ecosystem. The final result is a road map for the self learning journey....

JavaScript Functional Programming using Ramda

JavaScript Functional Programming using Ramda

Before I jump into functional programming, I need to explain some concepts and benefits of Ramda. Then, we will examine some real-world cases in which, by functional programming, it becomes easier and elegant...