JavaScript
How to Build and Deploy a Cloud Native App
Build, Deploy and Run a Cloud-Native Application, built with JavaScript, Klotho, and AWS
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.
Passing Arguments to Event Listeners in JavaScript
JavaScript essentials that you might not know about
How to Remove Duplicates From an Array of Objects in JavaScript
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.
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.
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…
Create a Ping Pong Game Using JavaScript
Learn how to make a ping pong game with JavaScript and HTML
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.
Build a Sudoku Solver App With JavaScript
A JavaScript app to solve sudoku puzzles using backtracking