Open in app
Home
Notifications
Lists
Stories

Write
Vaibhav Sharma
Vaibhav Sharma

Home

About

Pinned

Top Javascript and Typescript Short-hand You must know

Introduction: As a Javascript and Typescript Developer, you will review the code of other senior developers. They will use some other syntax that we are not familiar with. …

Java Script

6 min read

Top Javascript and Typescript Short-hand You must know
Top Javascript and Typescript Short-hand You must know

Published in Geek Culture

·Jun 18, 2021

Fasten your Node JS Application with a Powerful Caching Mechanism using Redis

Why caching is so important: Caching is the process of storing copies of files and data in a cache or some temporary space. By the use of caching, we fetch data very quickly. The best example of a caching tool is Cloudflare. …

Nodejs

4 min read

Fasten your Node JS Application with a Powerful Caching Mechanism using Redis
Fasten your Node JS Application with a Powerful Caching Mechanism using Redis

Jun 5, 2019

Online and Offline Events in JavaScript

In the web applications, sometimes a user will be disconnected from the network. At this time how the application will perform. So, if you create a good app, so it is must detect when the user goes offline and behave accordingly. In some of my freelance project, I was facing…

Java Script

3 min read

Online and Offline Events in JavaScript
Online and Offline Events in JavaScript

Jun 5, 2019

CSS | Display properties

Every HTML element having display property. Display property tells to web page how an element will render on the web page. By default, all elements of HTML having inline display property. By using of User Agent stylesheets, some elements like div, section, ul having block display property. User agent style…

Web Development

5 min read

CSS | Display properties
CSS | Display properties

Jun 2, 2019

process.nextTick ( ) in Node JS

process is the core module of Node JS and we don’t have a need to install this module. You can simply access this module by require method. const process = require('process') If you don’t want to require process module, you directly use it. process.env By the use of an above…

Nodejs

2 min read

process.nextTick ( ) in Node JS
process.nextTick ( ) in Node JS

May 7, 2019

Logical Interview Questions and Answers in JavaScript : Exponent power of a number

Exponent power of a number: We get the power value of exponent over the base number by using three methods: By using of default method: Math.pow (). By Looping: for loop and while loop. Recursive method. Math.pow( ):

Java Script

2 min read

Logical Interview Questions and Answers in JavaScript : Exponent power of a number
Logical Interview Questions and Answers in JavaScript : Exponent power of a number

May 6, 2019

Logical Interview Questions and Answers in JavaScript : Reverse a string

Reverse a string : In JavaScript, you can reverse a string by three ways: Using default methods ( split (), reverse (), join ()) Using decremented loop. Using of recursion function. Using default methods: Reverse a string by using three default or built-in functions: split () // split a string into array of character. reverse() // reverse…

Java Script

2 min read

Logical Interview Questions and Answers in JavaScript : Reverse a string
Logical Interview Questions and Answers in JavaScript : Reverse a string

May 3, 2019

Constructor Vs ngOnInit

Today we are discussing class constructor and ngOnInit. This is very frequently asked question in the interview if you are going for an Angular Developer. Angular developer sometimes writes some code in the constructor which are related to angular and sometimes they getting undefined because constructor calls before creating the…

Java Script

3 min read

Constructor Vs ngOnInit
Constructor Vs ngOnInit

Apr 20, 2019

Object Oriented JavaScript : Objects and its property types

In modern time, JavaScript stack is booming in the software development field. All companies like JS technologies like Node JS, Angular, React, Vue, Express, etc. So, in today’s life of a software developer is incomplete without the JavaScript. Today we will discuss OOJS (Object Oriented JavaScript) main concept: Objects. Introduction : Object-oriented…

Java Script

5 min read

Object Oriented JavaScript : Objects and its property types
Object Oriented JavaScript : Objects and its property types

Oct 16, 2018

Aggregation in MongoDB

Today we are discussed about Aggregation in MongoDB. Aggregation is the process of grouping the multiple documents and perform any operation and getting the single result. In this medium story, we will take a look at how to create the basic transformation of documents using aggregations. There are 3 ways…

Mongodb

3 min read

Aggregation in MongoDB
Aggregation in MongoDB
Vaibhav Sharma

Vaibhav Sharma

Software Developer and Freelancer

Following
  • Jeroen Ouwehand

    Jeroen Ouwehand

  • AirbnbEng

    AirbnbEng

  • Pablo Reyes

    Pablo Reyes

  • Stefan Smiljkovic

    Stefan Smiljkovic

  • Samael Saverem

    Samael Saverem

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable