Open in app

Sign In

Write

Sign In

Harry Manchanda
Harry Manchanda

306 Followers

Home

About

Jan 9, 2021

Create your own Universally Unique Identifier (UUID)

You can create your own UUID with this below JavaScript function: function uuidv4() { const init = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"; return init.replace(/[xy]/g, (c) => { const r = Math.random() * 16 | 0; const v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } Then, You would need to execute this function to generate a random UUID string. Every Time you execute there will be a new string.

JavaScript

1 min read

Create your own Universally Unique Identifier (UUID)
Create your own Universally Unique Identifier (UUID)
JavaScript

1 min read


Published in codeburst

·Sep 30, 2017

Part 4 — Strings and ES6 Template Strings

This article is Part 4 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.” Cheers! This story is sponsored by and originally published at tech.io #opensourceknowledge #LearnForFree Welcome back, in the previous article we covered the Number Datatype within JavaScript. …

JavaScript

5 min read

Part 4 — Strings and ES6 Template Strings
Part 4 — Strings and ES6 Template Strings
JavaScript

5 min read


Published in codeburst

·Sep 30, 2017

Part 3 — Numbers in JavaScript

This article is Part 3 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.” Cheers! This story is sponsored by and originally published at tech.io #opensourceknowledge #LearnForFree Welcome back, In the previous article we learned about var , const and let. Now…

JavaScript

5 min read

Part 3 — Numbers in JavaScript
Part 3 — Numbers in JavaScript
JavaScript

5 min read


Published in codeburst

·Sep 23, 2017

Part 3: Bootstrap 4 vs Foundation 6.4 — Sass Workflow

Wait! Are you looking for Previous Articles in this series? Click here for Part 1 and Part 2 respectively. What is this Sass/SCSS in Web Design anyway? Sass is a preprocessor that will produce clean and efficient CSS code and will cut your development time to half (if not more). According to official docs, Sass is the most…

CSS

3 min read

Part 3: Bootstrap 4 vs Foundation 6.4 — Sass Workflow
Part 3: Bootstrap 4 vs Foundation 6.4 — Sass Workflow
CSS

3 min read


Published in codeburst

·Sep 21, 2017

[2 Minutes Maggi] Vue.js Snippet — Simple Counter in 20 lines of JavaScript!

Today I am sharing a simple snippet which may help you with getting started in your Vue.js Journey. Enjoy! What does the counter do? Simple Counter in Vue.js with Increase, Decrease and Reset buttons: Increase button will increase the counter until it crosses the limit. When it crosses the limit…

JavaScript

2 min read

[2 Minutes Maggi] Vue.js Snippet — Simple Counter in 20 lines of JavaScript!
[2 Minutes Maggi] Vue.js Snippet — Simple Counter in 20 lines of JavaScript!
JavaScript

2 min read


Published in codeburst

·Sep 17, 2017

Part 2: Var vs Const vs Let

This article is Part 2 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.” Credits: This Part of the Article series has been referred from the book “Understanding ECMAScript 6 by Nicholas C. Zakas”. Cheers! This story has been republished and sponsored…

JavaScript

5 min read

Part 2: Var vs Const vs Let
Part 2: Var vs Const vs Let
JavaScript

5 min read


Published in codeburst

·Sep 15, 2017

[2 minutes Maggi] Hello World App in Vue.js

Vue.js is a progressive framework for building user interfaces. This is lean, this is fast, and unlike frameworks like React and Angular, it’s straightforward to get started. Here we will build a simple Hello World app, and it will just take 2 minutes for the whole process: First of all…

JavaScript

2 min read

[2 minutes Maggi] Hello World App in Vue.js
[2 minutes Maggi] Hello World App in Vue.js
JavaScript

2 min read


Published in codeburst

·Sep 14, 2017

Sublime Text 3.0 Stable Version Released — Project has a New Icon too!

I am very happy to let you guys know that Sublime Text 3.0 is out of the beta thing and its Stable version is released. The Build is version 3143 respectively. A lot has been improved since v2 and includes better performance. It’s notably faster than Sublime Text 2 in…

Web Development

2 min read

Sublime Text 3.0 Stable Version Released — Project has a New Icon too!
Sublime Text 3.0 Stable Version Released — Project has a New Icon too!
Web Development

2 min read


Published in codeburst

·Sep 5, 2017

Part1: Introduction to this weird Language called Javascript!

This article is Part 1 for the Series “Modern ES6+ Javascript for those who know only a little about that old Javascript.” Please note that this article assumes that you have little knowledge about JavaScript. Just a little… string, numbers, booleans… knowledge of variables will be good! Cheers! This story…

JavaScript

18 min read

Part1: Introduction to this weird Language called Javascript!
Part1: Introduction to this weird Language called Javascript!
JavaScript

18 min read


Published in codeburst

·Sep 4, 2017

Part 2: Bootstrap 4 vs Foundation 6.4 — Responsive Navigation & Containers

Wait! Are you looking for Part 1? Click here. What is Navigation in website design anyway? Website navigation is the process of helping a user to navigate between the content of a whole website. A navigation structure is one of the most important decisions you have to take up when you are planning a website design and…

Web Development

12 min read

Part 2: Bootstrap 4 vs Foundation 6.4 — Responsive Navigation & Containers
Part 2: Bootstrap 4 vs Foundation 6.4 — Responsive Navigation & Containers
Web Development

12 min read

Harry Manchanda

Harry Manchanda

306 Followers

Full Stack JavaScript Developer, Frontend Web Developer | Microservices & DevOPS Enthusiast. | https://www.harrymanchanda.com/

Following
  • Fresh Frontend Links

    Fresh Frontend Links

  • Ayesha Malik

    Ayesha Malik

  • Kevin Ball

    Kevin Ball

  • Node.js

    Node.js

  • Joel Thoms

    Joel Thoms

See all (31)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech