7 followers
Hi, my name is Nimatullah Razmjo. I am a Senior Software Developer at NETLINKS LTD based in Kabul, Afghanistan.
function declaration, function expression, arrow function, security, performance · In this article, I am going to explain, how to write clean functions...
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. · In the article I am going to cover. What...
A better version of npm and yarn. · pnpm is also known as performent npm. It is a new package manger which can be used instead of npm or yarn. It is...
add/remove items from start/end of an array · In a simple definition, Javascript arrays are used to store multiple values in a single variable, which...
Logical assignment operator combines the logical operations(&&, || or ??) with assignment. · Introduction ECMAScript or ES is a general-purpose...
Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative...