JavaScript


How to Build and Deploy a Cloud Native App

Build, Deploy and Run a Cloud-Native Application, built with JavaScript, Klotho, and AWS

Cloud nativeAwsJavascript

How to Get the Number of Digits of a Number with JavaScript

A tutorial on getting the number of digits of a number with JavaScript.

Javascript

Passing Arguments to Event Listeners in JavaScript

JavaScript essentials that you might not know about

JavascriptWeb DevelopmentProgramming

How to Remove Duplicates From an Array of Objects in JavaScript

ArrayCodingProgramming

JavaScript: How to Add and Remove Event Listeners

What is the purpose of event listeners? Event Listeners ensure your page responds accordingly when a specific action occurs.

CodingProgrammingJavascript

How to Build Your Own Surveys & Extend Them with Custom JavaScript

A primer on how to use your own JS functions, to augment the conditional logic and validators SurveyJS ships with.

SurveysSurveyjsOpen source

Building A Beautiful Link Preview With Web Components

Recently, I improved the design of my Web Highlights app's dashboard by showing a link preview for each highlighted page. Here is what the new design looks like: In this article, I want to share how…

JavaScriptFront End DevelopmentWeb Development

Create a Ping Pong Game Using JavaScript

Learn how to make a ping pong game with JavaScript and HTML

JavaScriptWeb DevelopmentGame Development

Create a Pre-commit Git Hook to Check and Fix Your JavaScript/TypeScript Code Automatically

In this post, we will introduce how to create a Git pre-commit hook to check JavaScript/TypeScript code using ESLint, Prettier, lint-staged, and Husky.

TypescriptGit HooksLinting

Build a Sudoku Solver App With JavaScript

A JavaScript app to solve sudoku puzzles using backtracking

Web DevelopmentSoftware DevelopmentProgramming