JavaScript Enthusiast | Software Developer | Open Source Contributor | Technical Speaker

How To Change the VSCode Terminal Font Size

Nov 21, 2022#vscode5 min read

In this short post, we’re going to understand how we can change the font size for the terminal that comes bundled with Visual Studio Code. We’ll take a look at both ways we can update the font size, using the Settings screen as well as...

Read more

How to Get User Input in Rust

Nov 18, 2022#Rust7 min read

In this tutorial, we’ll understand how we can accept input from the users from the command line interface. To perform this action we’re going to use Standard IO module from Rust.

Read more

How to Create Overlays with Angular CDK

Nov 18, 2022#Angular15 min read

In this post, we’ll understand how we can use the overlay feature that comes bundled with the Angular CDK library to create custom floating elements on the screen. Setting up the Angular project: Let’s quickly get started by creating a n...

Read more

How to implement virtual scroll in Angular

Oct 17, 2022#Angular10 min read

In this tutorial, we will learn to implement the virtual scrolling feature in Angular application that comes bundled with Angular CDK package. This technique can be useful while displaying a list that consists of large number of records without im...

Read more

How to check if a variable is an array in JavaScript

Oct 16, 2022#JavaScript4 min read

In this short tutorial, we will understand various ways we can use to determine if a variable is in an array in JavaScript.

Read more

How to add a panel to Chrome DevTools

Oct 16, 2022#Chrome Extensions12 min read

Chrome Extension APIs comes bundled with features which lets you extend the functionality of your web browser. In this tutorial, we are going to create a Chrome extension which add a new panel to Chrome Devtools.

Read more

How to Add Comments to a Gatsby Blog

Oct 16, 2022#Gatsby.js6 min read

In this tutorial, we are going to learn to add comments website with help of the Utterances project. Utterances is a lightweight GitHub based commenting system.

Read more