My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Monday, 24 November 2025
How to run Node, npm, Prettier, Yarn and Serverless via Docker
›
We sometimes don't want to pollute our local machine by installing Node if we don't use it often. In this scenario we can run a de...
How to run TypeScript compiler (tsc) via Docker
›
TypeScript compiler , often referred to as tsc , is responsible for compiling TypeScript code into JavaScript. It takes TypeScript source...
Friday, 31 October 2025
Elasticsearch Nodes
›
Elasticsearch nodes are individual instances of Elasticsearch servers that are part of a cluster. Each node stores data and participates in ...
Elasticsearch Indices
›
An Elasticsearch index is a logical namespace that stores and organizes a collection of related JSON documents, similar to a database table ...
Friday, 24 October 2025
Introduction to Kubernetes CoreDNS
›
CoreDNS is a DNS server that runs inside Kubernetes and is responsible for service discovery — i.e., translating service names (like my-serv...
Thursday, 16 October 2025
AWS Web Application Firewall (WAF)
›
A web application firewall is in place to protect public-facing web applications from outside threats. WAF should be appropriately deployed ...
Extended Arguments (xargs) Unix command
›
xargs builds and executes command lines from standard input. While pipe command (|) takes the stdout of the previous command and forwards i...
‹
›
Home
View web version