JavaScript


JavaScript Frameworks for building Desktop Applications

Best JavaScript Frameworks that can be used to create desktop applications

javascriptelectronnodejs

JavaScript Algorithm: Distance Between Points

Create a function to calculate the distance between two points defined by their x and y coordinates.

javascriptalgorithmscoding

It is really easy to convert local time to UTC in JavaScript

Do you feel the need for a library even for a small task like converting local Date to UTC format?

javascriptdateutc

How to Use the Geolocation API in Your React App

Get the user's coordinates and use them in your next React app

reactjavascriptwebdev

How to Use Regular Expression to Get Strings Between Parentheses with JavaScript?

A tutorial on how to use regular expressions to get strings between parentheses with JavaScript.

javascriptregexregular-expression

How to style <input/> field in React

Style that ugly generic Choose File button in React or any other framework

reactjavascriptcss

How to Send Encrypted Data with Postman

Encrypt data with crypto-js and decrypt it with the built-in Node.js crypto module.

postmannodejsjavascript

How to Send Data Between Chrome Extension Scripts

One time messaging and long-lived connections

chromeextensionjavascript

How to Send Cookies from Express to a Front-End Application in Production

How to send cookies from an Express app via express-session package to the frontend in an HTTPS protocol.

expresscookieshttps

How to Push or Append an Element to a State Array with React Hooks?

reactjavascripthooks