The “package.json” file is used to hold the metadata about a particular project. This information provides the Node package manager the necessary information to understand how the project should be handled along with its dependencies. The package.json files contain information such as the project description, the version of the project in a particular distribution, license …
Author : Reetesh Gupta
322 posts
Node.js has the ability to create custom modules and allows you to include those custom modules in your Node.js application. Let’s look at a simple example of how we can create our own module and include that module in our main application file. Our module will just do a simple task of adding two numbers. …
Introduction to Node.js The modern web application has really come a long way over the years with the introduction of many popular frameworks such as bootstrap, Angular JS, etc. All of these frameworks are based on the popular JavaScript framework. But when it came to developing server-based applications, there was a kind of void, and …
I have installed nodeJS on Ubuntu with following code Since I am a new user for ubuntu I also ran this code too Now when I type If you don’t like curl ... | sudo bash - then you can follow the manual instructions, which tells you how to add the Node.js repository to /etc/apt/sources.list.d/ yourself. NOTE: If you are …
1. Comedy Sketches When you’re in the midst of a two hour YouTube binge fest, you can probably blame the endless amount of funny videos that flood the platform. Some of the most successful YouTubers create comedy sketches, likeJenna Marbles, a blogger turned YouTube sensation who has over 19 million subscribers, andJimmy Tatro, a college …
Not sure what to make YouTube videos about or just need inspiration for how-to video ideas? We’ve done the groundwork and compiled a list of 105 YouTube video ideas you can use to get results from your YouTube channel. Let’s dive into them starting with what your first YouTube video should be! Best Video Ideas …
Want to become a successful YouTuber? Your journey begins with the first step: creating your YouTube channel. Here’s how to strategize, plan, and build a home for your videos. Starting a YouTube channel has many benefits, some of which are too enticing to ignore. The first perk? You get to create content from the heart …
Introduction As one advances through a software development career, concerns beyond writing code that works may arise. In the world of web development, it becomes pertinent to not only build functional software, but to also make it highly performant so that it can seamlessly deliver the desired experience while also using minimal resources. Ordinarily, this …
The Chrome DevTools Performance tab is packed full of features that let you audit page performance in depth. This article explains how to use it to profile your site and interpret the results. Recording a performance profile To access the Performance tab, navigate to the website you want to profile, then open Chrome DevTools by …
Create A Map Object JavaScript Learn more how to Display / Show Google Maps on the view. Define Line Coordinates JavaScript Line Symbol Style JavaScript Draw Polyline On The Map JavaScript