Non-traditional Dev

Non-traditional Dev

Follow
homeMost Popular PostsSponser this Blogbadgesnewsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Create CSS-Only Components with a Prop-Like API Using the AVO Method

Dec 2, 20216 min read 510 views

Are you looking for a fast and efficient way to create layouts for your React apps? Look no further than bedrock-layout. dev, a layout library built...

Create CSS-Only Components with a Prop-Like API Using the AVO Method

Fetching Data In React

Nov 30, 20217 min read 539 views

Photo by Anthony Duran on Unsplash The React Docs are great and getting better, but I have always felt it lacked a basic explanation of how to fetch...

Fetching Data In React

Creating a Timeout Wrapper in JavaScript

Jul 29, 20213 min read 1.2K views

Photo by Nathan Dumlao on Unsplash Not long ago, I was reading Ben Ilegbodu’s blog, and he went over how to extend the fetch API to allow the user to...

Creating a Timeout Wrapper in JavaScript

Safely Extending The JavaScript Set Object Using Proxies

Nov 25, 20197 min read 434 views

Photo by Anne Nygård on Unsplash In 2015, one of the most important changes to JavaScript occurred: The release of ECMAScript version 6 or ES6....

Safely Extending The JavaScript Set Object Using Proxies

Let, Const, and Var: A Beginner’s Guide to Variable Declaration in JavaScript

Sep 10, 20197 min read 134 views

Photo by Pankaj Patel on Unsplash An important feature of any programming language, including JavaScript, is the ability to store data in variables...

Let, Const, and Var: A Beginner’s Guide to Variable Declaration in JavaScript