Skip to content

Tag Archives: Geeks-Premier-League-2022

Caching simply means storing data. Caching API responses refer to holding copies of the requested response for a specific time to retrieve data faster. Whenever… Read More
React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It’s ‘V’ in MVC. ReactJS is an open-source, component-based front-end library responsible… Read More
Introduction: A command-line interface (CLI) is a text-based user interface (UI) for running programs, managing files, and interacting with computers. Building your own CLI is… Read More
JavaScript is the world’s most popular lightweight, interpreted compiled programming language. It is also known as a scripting language for web pages. It is well-known… Read More
It contains HTML and CSS-based design templates for typography, forms, buttons, and other interface components, as well as optional JavaScript extensions. A website has many… Read More
In this article, we are going to know/learn about a new primitive data structure Record and Tuple. These data structures are not available in official… Read More
The HTML attribute is used to justify-content is align attribute. The align attribute of <p> tag is used to justify the text on a web… Read More
CoffeeScript is a lightweight language that compiles into JavaScript. It provides simple and easy-to-learn syntax avoiding the complex syntax of JavaScript. CoffeeScript is influenced by… Read More
Node.js is a built-in JavaScript Chrome platform to easily build faster and more flexible network applications. Node.js uses an event-driven, uninterrupted I / O model… Read More
Typed Language: Typed languages are the languages in which we define the type of data type and it will be known by machine at the… Read More
The following approach covers how to get the YouTube channel Id using NodeJS. We will use the @gonetone/get-youtube-id-by-url node-package to achieve so. This package will… Read More
The following approach covers how to get the count of Instagram followers in nodeJs. We have used the instagram-followers package to achieve so. This package… Read More
In this article, we will talk about the difference between Map and WeakMap which are introduced by ES6. Javascript object supports only one key object.… Read More
Semantic UI is an open-source framework that uses CSS and jQuery to build great user interfaces. It is the same as a Bootstrap for use… Read More
Node.js is an open-source and cross-platform runtime environment built on Chrome’s V8 JavaScript engine for executing JavaScript code outside of a browser. You need to… Read More