Open in app

Sign In

Write

Sign In

Sanket Manmode
Sanket Manmode

35 Followers

Home

About

Published in Dev Genius

·Dec 16, 2021

Journey of JavaScript code.

There are 3 phases in which JS code is executed. Parsing Compilation Execution Parsing In the parsing phase, code is broken down into tokens and the syntax parser converts these tokens into abstract syntax tree(AST). AST is used by bytecode generator to form byte code which in turn is used…

Java Script

3 min read

Journey of JavaScript code.
Journey of JavaScript code.
Java Script

3 min read


Published in Geek Culture

·Jul 22, 2021

The Journey of an Asynchronous Call in JavaScript

Synchronous operations in JavaScript In JavaScript, when few synchronous operations are executed, each one of them needs to wait until the operation before it is completed. This means, an operation needs to wait however long the previous operation(s) takes to complete. Asynchronous JS But this is not the case for asynchronous operations in javascript. An asynchronous…

Java Script

3 min read

The Journey of an Asynchronous Call in JavaScript
The Journey of an Asynchronous Call in JavaScript
Java Script

3 min read


Published in Geek Culture

·Jun 4, 2021

Closure in JavaScript

Introduction Recently I started to read the book Eloquent JavaScript where I came across this concept called closure. And I have to say I was really impressed with this feature in JavaScript. In this article we will learn about the concept of Closure in JavaScript with few examples. …

Java Script

3 min read

Closure in JavaScript
Closure in JavaScript
Java Script

3 min read


Published in Dev Genius

·Aug 30, 2020

Prime Numbers And The Sieve of Eratosthenes

Fun Discussion about Prime Numbers and The Sieve of Eratosthenes made easy! — Prime numbers have occupied the interest of humans from ancient times and they have been the topic of research from many centuries. It is one of the most interesting topic humans have ever encountered. Prime number is a number greater than 1 that is not a product of two smaller…

Math

3 min read

Prime Numbers And The Sieve of Eratosthenes
Prime Numbers And The Sieve of Eratosthenes
Math

3 min read


Published in Dev Genius

·Aug 1, 2020

Vectors in C++: A simple guide

If you are programmer you must have played around with arrays. Vectors in C++ are very much like arrays but they are very flexible than them. This article is a comprehensive guide about Vectors in C++. So lets get started. What is a Vector? Vector is a template class in Standard Template Library of…

Programming

3 min read

Vectors in C++: A simple guide
Vectors in C++: A simple guide
Programming

3 min read


Published in Dev Genius

·Jul 31, 2020

Memory Allocation in C++

Static Memory Allocation and Dynamic Memory Allocation in C++. Each variable uses space on computer’s memory to store its value. When we use the term allocate, we indicate that the variable has been given a space on computer’s memory. Deallocations means the space has been reclaimed by computer and the…

Programming

3 min read

Memory Allocation in C++
Memory Allocation in C++
Programming

3 min read


Jul 31, 2020

Let’s Talk About Next Gen Console Gaming and What It Has to Offer

A look at what Sony and Microsoft are doing with their new consoles. We are about to enter the next generation of gaming. It is one of the best things happening this year, and I couldn’t be more excited. As we gear up for the imminent release of both Sony…

Gaming

6 min read

Let’s Talk About Next Gen Console Gaming and What It Has to Offer
Let’s Talk About Next Gen Console Gaming and What It Has to Offer
Gaming

6 min read


Jul 27, 2020

Why English Premier League is the most exciting league in football?

Premier League, La Liga, Bundesliga, Serie A and France Ligue 1 are considered to be the top five leagues in european football. Top teams in these leagues fight for the league titles, domestic cup competitions and to win the ultimate glory UEFA Champions league. …

Sports

5 min read

Why English Premier League is the most exciting league in football?
Why English Premier League is the most exciting league in football?
Sports

5 min read


Published in The Startup

·Jul 26, 2020

Algorithms in Standard Template Library(STL) in C++.

If you use C++ as your primary programming language for coding then you should know about algorithms in STL. These algorithms can be very helpful in scenarios like coding competitions and interviews. I find them to be of paramount importance. In this article I have tried my best to explain…

Programming

4 min read

Algorithms in Standard Template Library(STL) in C++.
Algorithms in Standard Template Library(STL) in C++.
Programming

4 min read


Published in The Startup

·Jul 24, 2020

Pointers in C++ As I Know It.

There are many advantages of pointers from saving memory space, faster execution to usage of it in file handling. Pointers come handy while programming in C++. In this article I have explained basic concepts about pointers to get you started. Before getting into pointers you should know what is address…

Programming

3 min read

Pointers in C++ As I Know It.
Pointers in C++ As I Know It.
Programming

3 min read

Sanket Manmode

Sanket Manmode

35 Followers

Frontend Engineer at Ridecell

Following
  • Fernando Doglio

    Fernando Doglio

  • Tim Denning

    Tim Denning

  • Shannon Ashley

    Shannon Ashley

  • Anangsha Alammyan

    Anangsha Alammyan

  • Sanket Patil

    Sanket Patil

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech