Arfat Salman, codeburst.io

Arfat Salman

codeburst.io

New Delhi, DL, India

Contact Arfat

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • codeburst.io

Past articles by Arfat:

Understanding Generators in ES6 JavaScript with Examples

ES6 introduced a new way of working with functions and iterators in the form of Generators (or generator functions). A generator is a function that can stop midway and then continue from where it… → Read More

Understanding JavaScript Proxies by Examining on-change Library

Javascript Proxies are a new addition in ES6. It’s a powerful feature that can be used for solving various problems elegantly. → Read More

Top JavaScript VSCode Extensions for Faster Development 🔥

VSCode is an open-source, cross-platform editor that has become a favourite of programmers, particularly in the Web Development community. It’s fast, extensible, customisable, and has tons of… → Read More

How to NOT React: Common Anti-Patterns and Gotchas in React

What is an anti-pattern? Anti-patterns are certain patterns in software development that are considered bad programming practices. → Read More

Top React and Redux Packages for Faster Development

React has grown in popularity over the last few years. With that, a lot of tools have emerged that make developer’s life easy and development fun. They are going to help us in achieving the extra… → Read More

Why should you care about Progressive Web Apps (PWAs)?

This article summarises the things that I have learnt in Udacity’s Mobile Web Specialist Course. It is offered by Udacity in collaboration with Google. It’s an awesome course. You should definitely… → Read More

Top Webpack plugins for faster development – codeburst

How many times have you refreshed your browser after changing your source code? How many times have you typed localhost:PORT after opening your browser? How many times have you forgotten which PORT… → Read More

Yet another Beginner’s Guide to setting up a React Project — Part 2

We set up a simple React App in Part 1. We used React, React DOM and webpack-dev-server as our dependencies. We will extend the same project with other goodies that make web development easier. In… → Read More

Yet another Beginner’s Guide to setting up a React Project — Part 1

React has gained considerable momentum in the last few years and has turned into a mature and stable UI library. It has shown consistent growth since its initial release in March, 2013 by Facebook… → Read More