How to Create a UUID in JavaScript

The UUID identifier has been used in programming since the days a baby-faced David Walsh became a professional software engineer. My first exposure to UUIDs was via a ColdFusion app I inherited and … the less we say about that the better. In any event, … more Read More

Using Modern Image Formats: AVIF And WebP

Images are the most popular resource type on the web and are often the largest. Users appreciate high-quality visuals, but care needs to be taken to deliver those hero images, product photos and cat memes as efficiently and effectively as possible. If … more Read More

Echo JS

Maybe try taking notes on the web with their context. PcapPlusPlus – a multi-platform C++ network sniffing and packet crafting library Introduction to Rome — An All-in-One JavaScript Dev Toolchain New and revamped Easy package and an updated Juxtapose site Codex powered code review assistant OpenStore: The NFT Marketplace … Read more…

Electron framework adds encryption API

Electron 15.0.0, the latest version of the GitHub-developed framework for building cross-platform desktop applications, is now available, featuring a string encryption API and upgrades to underlying software packages. The Electron 15.0.0 release adds … more Read More

How to Build an MVP with React and Firebase

When prototyping an idea, it’s recommended that you simplify and build only the minimum core features required to launch a product into the market. This helps you determine if there’s market fit for your application before wasting time and money on a … more Read More

Node v14.18.0 (LTS)

Notable Changes [ 3a60de0135 ] – assert : change status of legacy asserts (James M Snell) #38113 [ df37c106a7 ] – (SEMVER-MINOR) buffer : introduce Blob (James M Snell) #36811 [ 223494c548 ] – (SEMVER-MINOR) buffer : add base64url encoding option (Filip … more Read More

Improving The Accessibility Of Your Markdown

Markdown is a small text to HTML conversion language. It was created by John Gruber in 2004 with the goal of making writing formatted text in a plain text editor easier. You can find Markdown in many places on the internet, especially in locations where … more Read More