Aditya Gupta

Aditya Gupta

Aditya Gupta is a founding member and editor at CodeForGeek. He first found his way into tech by reading articles, and now writes approachable guides to Node.js security, authentication, AI tools, coding agents, and web scraping.

Online Word and Character Counter

This online word and character counter instantly counts words, characters, sentences, paragraphs and reading time. It runs locally in your browser, working privately without login or signup. Word and Character Counter Live counts for words, characters, spaces, sentences, lines, paragraphs,…

JavaScript Map object and Array.map() explained

JavaScript Map And Set

The JavaScript map keyword covers two related but distinct things: the Map object, which is a data structure for storing key-value pairs, and Array.prototype.map(), a method that transforms arrays. This guide covers both fully. You’ll learn how to create and…