Open in app

Sign In

Write

Sign In

Alok Verma
Alok Verma

6 Followers

Home

About

May 1, 2021

Visual Studio Development Cool Extensions Kit… !!

1.Auto Rename Tag 2.Bracket Pair Colorizer

Vscode

2 min read

Visual Studio Development Cool Extensions Kit… !!
Visual Studio Development Cool Extensions Kit… !!
Vscode

2 min read


Apr 27, 2021

Case Styles in development: Camel, Pascal, Snake, and Kebab Case

camelCase PascalCase snake_case kebab-case Camel Case (camelCase):

Software Development

2 min read

Case Styles in development: Camel, Pascal, Snake, and Kebab Case
Case Styles in development: Camel, Pascal, Snake, and Kebab Case
Software Development

2 min read


Feb 25, 2020

React/JSX Style Guide…!

A best & reasonable approach to React and JSX… Basic Rules … Only include one React component per file. However, multiple Stateless, or Pure, Components are allowed per file. eslint: react/no-multi-comp. Always use JSX syntax. Do not use React.createElement unless you’re initializing the app from a file that is not JSX. react/forbid-prop-types will…

JavaScript

6 min read

JavaScript

6 min read


Feb 24, 2020

JavaScript Hidden Guide !!

Overriding & Overloading JavaScript does not support overloading. JavaScript supports overriding, so if you define two functions with the same name, the last one defined will override the previously defined version and every time a call will be made to the function, the last defined one will get executed. Arguments Object function test(one,two){ console.log(arguments); //old…

JavaScript

4 min read

JavaScript Hidden Guide by ALoK!!
JavaScript Hidden Guide by ALoK!!
JavaScript

4 min read


Feb 24, 2020

Event Loop in JavaScript!!

What’s the Event Loop? You’ve probably heard that JavaScript is a single-threaded language. You may have even heard the terms Call Stack and Event Queue. Most people know that the Event Loop is what allows JavaScript to use callbacks and promises, but there’s a lot more to it. …

Event Loop

3 min read

Event Loop in JavaScript!!
Event Loop in JavaScript!!
Event Loop

3 min read


Mar 31, 2018

React “#JSCodePattern”

React developers should be familiar with certain JavaScript code patterns. Once you understand these patterns, it is easy to review code written by other developers. 1. Class with constructor ES2015 introduces class keyword. Most developers use class with constructors to initialise object properties. We use state as an object property within a React component. …

React

3 min read

React

3 min read

Alok Verma

Alok Verma

6 Followers

5 + Years JavaScript Development |React|Redux|React Native|Node| AWS | Angular

Following
  • Zebpay

    Zebpay

  • David Gilbertson

    David Gilbertson

  • Eric Elliott

    Eric Elliott

  • Designlab

    Designlab

  • Faisalkhanshah

    Faisalkhanshah

See all (28)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams