Biswaranjan Rout
Biswa's Devlog

Biswa's Devlog

Follow
homebadgesnewsletter

Design Systems 101

Oct 29, 20202 min read

What is a design system? This is what uxpin.com says - The complete set of design standards, documentation, and principles along with the toolkit...

Design Systems 101

JS Coding Questions

Sep 21, 20202 min read

Q. Write a program to check for duplicates in an array, it the distance between two duplicate items it less than a specified amount. const arr1 = [3,...

JS Coding Questions

Progressive Web Apps Handbook

Aug 27, 20201 min read

What are PWAs? PWAs stand for progressive web apps, which are web applications that have some native app capabilties like: Install on a mobile home...

Progressive Web Apps Handbook

JS Handbook

Jul 14, 20205 min read

Q. When should you use Arrow functions in JavaScript? What is the `this ? Apart from being cleaner to read, arrow functions help in avoiding bugs...

JS Handbook

React Handbook 📔

May 1, 201918 min read

React Concepts JSX a syntax extension to JavaScript, which gets compiled to JavaScript by Babel. After compilation, JSX expressions become regular JS...

React Handbook 📔