Skip to content
TILens What matters today in tech
Theme
Topics - JavaScript
Calendar · AUG 2026
Aug 2026
1 2
8 9
15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

Topic · Edition

JavaScript

43 items on 14 Aug 2026
Vue.js GitHub JavaScript

vuejs/core: v3.6.0-rc.4

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Source: Vue.js Releases github-actions[bot]
JavaScript

The Color Math Was Never the Slow Part

The first version of my image-to-Minecraft-blocks converter locked up the browser tab for long enough that I assumed something had crashed. I dropped in a photo straight off my phone, hit convert, and the page stopped…

Source: DEV JavaScript feed yyj-dev
JavaScript

A planet in a browser tab

Our site now has a chapter where you scroll a camera through low orbit, visiting the four places we operate from. It looks like it should weigh fifty megabytes. It ships in roughly 1.5, and it is built almost entirely…

Source: DEV JavaScript feed INTFRAME
JavaScript

From X/Twitter Bookmarks to a Searchable Static Site

I wanted my X bookmarks to feel like a personal archive. The saved posts lived inside one account, the useful parts were hard to search, and the workflow offered no public reading surface. This project turns that…

Source: DEV JavaScript feed Bramandia G Adam
JavaScript

Scope in JavaScript

What Does Scope Mean? Scope means: where can we use a variable? Some variables work everywhere in the code. Some variables work only in one small part. Think of a House In a house, everyone can use the TV in the living…

Source: DEV JavaScript feed ABISHEK M
JavaScript

Two npm worms shipped with valid provenance this year

I spent most of this year believing a green provenance check on npm meant something stronger than it does. Two incidents fixed that, and the second one changed what I build. If you haven't used it: when a package is…

Source: DEV JavaScript feed Christo
JavaScript

Build AI-Powered Workflows with Zyctra API

Build AI-Powered Workflows with Zyctra API The Problem: AI Assistants That Don't Integrate Professionals and developers face a daily challenge: juggling multiple tools, platforms, and contexts. You switch between your…

Source: DEV JavaScript feed Zyctra AI
JavaScript

Environment Config the Clean Way

Stop Hardcoding: Start with a Config Layer Every app needs configuration. API keys, database URLs, feature flags, ports. The lazy way is to sprinkle process.env calls directly in your business logic. That works until…

Source: DEV JavaScript feed Stack Horizon
JavaScript

The 10 Sites Guide to Buying Old Pinterest Accounts .. ...

Meta Description Learn about Buy Pinterest Accounts, including account age, security risks, privacy protection, recovery options, Pinterest business features, phishing awareness, and safe account management practices in…

Source: DEV JavaScript feed glorianehaaslawes
JavaScript

How I Built a Client-Side Shield for AI Chatbots (Open Source)

I was burning through API tokens on off-topic chatbot queries. Every "Who are you?" = brand leak + wasted money. So I built Shield by Vouch — a zero-cost, client-side filter that blocks prompt injections and off-topic…

Source: DEV JavaScript feed Frank man Video
JavaScript

How to Convert HEIC to PDF in the Browser with Vue 3 and Canvas

Converting HEIC (High Efficiency Image Container) files to PDF seems straightforward — decode the image, embed it in a PDF. But HEIC adds complexity: browser support varies, EXIF orientation handling is tricky, and…

Source: DEV JavaScript feed sunshey
JavaScript

React Email Checks Need One Source of Truth

If your signup form still stores email validation as a loose pile of booleans, that field is probably lying to your UI from time to time. I keep seeing the same combo in production React apps: isChecking, isAvailable,…

Source: DEV JavaScript feed ryanlee
JavaScript

A Working Application Isn't Necessarily a Well-Engineered Application

When I started building applications, I used to have a fairly simple definition of success: 𝐈𝐟 𝐢𝐭 𝐰𝐨𝐫𝐤𝐬, 𝐢𝐭'𝐬 𝐰𝐨𝐫𝐤𝐢𝐧𝐠. And honestly, that mindset makes sense when you're learning. You build a feature. You run it. It…

Source: DEV JavaScript feed Faith Omobude
JavaScript

DigitalNeurals | Digital Marketing for Manufacturing Industry

Digital marketing tailored for manufacturing focuses on connecting B2B manufacturers, OEMs, and industrial suppliers with procurement decision-makers, engineers, and plant managers. Unlike consumer-focused marketing,…

Source: DEV JavaScript feed Digital Neurals
JavaScript

Friday Links #43: A Busy Week for JavaScript

There’s no shortage of new JavaScript projects, but only a fraction deserve a permanent spot in your bookmarks. This week’s selection includes fresh framework releases, interesting React experiments, useful UI…

Source: DEV JavaScript feed JSDev Space
JavaScript

jalali-js: Persian calendar for JavaScript

You've probably been here: you want Jalali dates in the UI, but not a pile of packages, Moment plugins, and Jalali strings leaking into your API. jalali-js (currently 0.4.2) is the small toolkit I reach for in that…

Source: DEV JavaScript feed Pooyan Razian
JavaScript

Build First. Understand What You Build. Then Use AI to Build Faster.

A few months ago I noticed something that bugged me enough to eventually write a book about it. AI coding tools are genuinely good now. Copilot, Claude, Cursor — you can describe a feature and watch working code appear…

Source: DEV JavaScript feed Chukwuemeka Andre Ozomma
JavaScript

Parsing multi-gigabyte Outlook PST files in the browser

Disclosure up front: I build Mailward, a browser-based PST/OST/OLM/MBOX/EML viewer. These are the implementation notes. A PST file is not a folder of emails. It is a single-file B-tree database — Microsoft documents the…

Source: DEV JavaScript feed 王磊
JavaScript

Technical Overview: Multimodal AI Generation in YouArt AI

Generative AI platforms are moving beyond static text-to-image outputs toward unified multimodal pipelines that handle image, video, and audio synthesis in a single web interface. A notable implementation in this space…

Source: DEV JavaScript feed jane blue