$ grep -r "#javascript" ./posts/
#javascript
// 18 posts tagged with javascript
›Word and Character Counter
A simple tool to count words and characters from a text area.
›Tiny Trip Planner
This is your tiny trip planner fully GDPR compliant, the data are stored only on your device.
›Validate Romanian CNP
How to validate the Romanian CNP with a JS function
›Discover the Power of Whatsapp-web.js for Safe and Easy Automation
Automate WhatsApp with ease using Whatsapp-web.js, a NodeJS client library that connects through the official WhatsApp Web app, reducing ban risks. Perfect for user or business accounts.
›Unleashing the Power of Free API for Scrape Reverse Geocoding
Learn how to harness the potential of reverse geocoding with our beginner's guide to scraping APIs for free. Unlock the power today.
›Website tours js tools
Tools to create live tours for your web project using js libraries.
›Netopiajs library for nodejs
Unofficial library of Netopia to integrate with Nodejs
›Convert bson file to json with javascript
How to convert bson file to json with javascript with a simple script file
›Generate hexagons in JS based on center coordinates and radius
How to generate hexagons in javascript based on the center point coordinates and radius length
›How to generate referral codes in javascript
How to generate referral codes in javascript very fast with less code
›How to detect the browser language in javascript
How to detect the browser language in javascript in just a line of code. The method is working on all major browser
›How do you detect Credit card type based on the number?
How do you detect Credit card type based on the number using JavaScript? Simple solution using only code, no library required.
›Download files in Javascript from Node.js server
How to download files in Javascript, either you use Vue.js, React, Angular, jQuery, or Vanilla JS. On the backend side, we run on Node.js using Express.js.
›Nodejs frameworks comparison for Web Apps in 2022
Start looking for Nodejs frameworks comparison, which has a lot of built-in packages and with a big extensability and integrations.
›Create kml/kmz files in Nodejs
This article presents how to create kml or kmz files in Nodejs using JavaScript. A simple and fast way of generating kml and kmz files and how to preview them.
›How to serve a JavaScript build with Apache
To serve a JavaScript build with Apache is a very simple task and today I want to present you a very simple way of achieving that.
›JS verify coordinates inside polygon
Verify if point of coordinates (longitude, latitude) is polygon of coordinates. Polygon contains arrays of points.
›Generate SSH key and add it to the ssh-agent
Generate SSH key and add it to the ssh-agent. Simple guide to handle ssh keys on your own computer and use the key with ssh-agent.