Published onJanuary 4, 2023How to Take a Random Sample from a List in JavaScriptsnippetnodejsIf you need to take a random sample from a list to generate a random name in JavaScript, there is a simple way to do this with using the Math module.
Published onDecember 28, 2022How to Generate a Random Hash in JavaScriptsnippetnodejsIf you need to generate a random SHA1 hash-like string in JavaScript, you can use the crypto module in Node js.
Published onDecember 8, 2022Deploy a New Website in Minutes with Next.js and VercelnextjsnodejsdeploymentDeploying a Next.js site is quick and easy, and a great way to start a new project website for free. Learn how to automatically deploy a Next.js project to Vercel in minutes and get your new website off the ground.