Zaid Rehman

Zaid Rehman @zaidrehman

About: Problem Solver, Programmer, Blogger, Mountaineer.

Location:
India
Joined:
Jan 18, 2018

Zaid Rehman
articles - 13 total

Custom Pages: Uses and Creation

Introduction: Welcome to the next tutorial in the Fynd Platform Theme Development series....

Learn More 0 0Dec 28 '24

System Page Understanding and Using Section Renderer

Introduction: In this tutorial, we’ll explore system pages in Fynd Platform themes,...

Learn More 0 0Dec 28 '24

Server-Side Rendering in Sections

Introduction: Welcome to the fourth tutorial in the Fynd Platform Theme Development...

Learn More 0 0Dec 28 '24

Using Blocks in Sections

Introduction: Welcome to the third tutorial in the Fynd Platform Theme Development series....

Learn More 0 0Dec 28 '24

Building and Customizing Sections

Welcome to Tutorial 2 of the Fynd Platform Theme Development series. In this session, we will dive...

Learn More 0 0Dec 27 '24

Setting Up a Theme Locally

Introduction: Welcome to the first tutorial in the Fynd Platform Theme Development series....

Learn More 0 0Dec 27 '24

Stage 4: Nullish Coalescing Operator

Motivation When performing property accesses, it is often desired to provide a default value if the...

Learn More 3 0Oct 17 '21

Stage 4: Optional chaining

Motivation When looking for a property value that's deep in a tree-like structure, one often has to...

Learn More 4 0Oct 17 '21

Stage 2: Record and Tuples

Record (Analogous to objects) and Tuple (Analogous to arrays) are the new types that are coming soon...

Learn More 15 2Oct 17 '21

Stage 3: Temporal

Provides new standard objects and functions for working with dates and times, solving all previous...

Learn More 4 0Oct 17 '21

Stage 3: Array find from last

Proposal for the .findLast() and .findLastIndex() methods on array and typed array. Motivation...

Learn More 0 0Oct 10 '21

JavaScript Terminologies

ECMA International European Computer Manufacturer's Association International is an industry...

Learn More 5 0Oct 10 '21

Record and Tuples - New Datatypes in JavaScript

Now deep immutablity is possible in JavaScript

Learn More 59 3May 31 '20