Advanced Configuration for TypeScript for applications at the scale of Enterprise. · tsconfig.json is a configuration file for TypeScript projects. It is...
Template to build Node and TypeScript application from scratch. · In this article, we will create a skeleton for a TypeScript project used in large-scale...
Import and export modules · To import or export code between files, JavaScript uses two module systems. Node.js has been using the older CommonJS (CJS)...
The Role of the Shell: Bridging User Input and Command Execution in Linux · Shell is a program that takes user inputs and passes them to the operating...
In this article we are going to explore the working of a gem. · A gem is a ruby code that comes with metadata. It gets installed at a specific location...
Ruby is a high-level, dynamic programming language. Ruby-1.9 or more comes with built-in Rubygems software. The Rubgems software is a package/library...