Non-traditional Dev

Non-traditional Dev

Follow
homeMost Popular PostsSponser this Blogbadgesnewsletter
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

80% Cleaner JavaScript Code Using Optional Chaining and Nullish Coalescing

Oct 15, 20205 min read 615 views

Photo by Curology on Unsplash Ever since ES2015, also known as ES6, JavaScript has moved away from a waterfall style approach where loads of features...

80% Cleaner JavaScript Code Using Optional Chaining and Nullish Coalescing

Stop Writing Reusable React Components

Jan 14, 20204 min read 3.4K views

Photo by Ryan Quintal on Unsplash One of the best things to happen to modern JavaScript Frameworks is the mental shift to components. Components...

Stop Writing Reusable React Components

Map, Filter, Reduce: The Holy Trinity of Array Methods

May 10, 20196 min read 142 views

Photo by Alexander Watts on Unsplash I have learned a few programming languages over the years and there are many common things that most languages...

Map, Filter, Reduce: The Holy Trinity of Array Methods