Read my latest post:

How to use Cloudflare Turnstile with Lit Components

What is Cloudflare Turnstile? Cloudflare Turnstile is a CAPTCHA alternative designed to protect websites from spam, bots, and other automated threats without disrupting the user experience. Unlike traditional CAPTCHAs that require users to

Oct 21, 2024

Technical

A collection of 2 posts

let vs const vs var: when to use which

Variable used to be the norm in JavaScript, but now there are better players on the playing field: let and const. The main difference? Scope. See, scope is important in programming. In most

1 min read - Published: 5 years ago