JavaScript
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
How to Retry Requests Using Axios
A tutorial on using the Axios interceptor to retry requests.
SurveyJS: Why It Is Better Than Your Average JavaScript Survey Library
5 ways in which SurveyJS, a free and open-source library, does so much more than just build surveys.
How to Convert Minutes to Hours and Minutes in JavaScript
Learn how to easily convert separate a number of total minutes into full hours and remaining minutes in JavaScript.
Infinite Currying in JavaScript
A tutorial on how to implement infinite currying in JavaScript.
How to Automate Patient History with SurveyJS
Instantly elevate the standard of care of your patients while remaining HIPAA compliant.