$ grep -r "#javascript" ./posts/

#javascript

// 18 posts tagged with javascript

01
/tools javascript

Word and Character Counter

A simple tool to count words and characters from a text area.

02
/tools javascript trip app

Tiny Trip Planner

This is your tiny trip planner fully GDPR compliant, the data are stored only on your device.

03
/tools javascript validation

Validate Romanian CNP

How to validate the Romanian CNP with a JS function

04
/tools javascript tools

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.

05
/tutorials javascript api scrape nodejs

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.

06
/tools web javascript

Website tours js tools

Tools to create live tours for your web project using js libraries.

07
/tools netopia library package javascript nodejs

Netopiajs library for nodejs

Unofficial library of Netopia to integrate with Nodejs

08
/tutorials javascript json bson

Convert bson file to json with javascript

How to convert bson file to json with javascript with a simple script file

09
/tutorials javascript map hexagon coordinates

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

10
/tutorials javascript referral

How to generate referral codes in javascript

How to generate referral codes in javascript very fast with less code

11
/tutorials javascript browser language

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

12
/tutorials card number regexp javascript

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.

13
/tutorials javascript nodejs expressjs react angular jquery js vue

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.

14
/research nodejs javascript framework comparison

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.

15
/tutorials kml kmz javascript nodejs

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.

16
/devops devops javascript apache linux

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.

17
/tools geolocation javascript coordinates

JS verify coordinates inside polygon

Verify if point of coordinates (longitude, latitude) is polygon of coordinates. Polygon contains arrays of points.

18
/devops devops architecture javascript programming

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.