atlas news
    
Reddit : JavaScript
13  décembre     08h00
Showoff Saturday (December 13, 2025)
   Did you find or create something cool this week in javascript? Show us here submitted by u AutoModerator [link] [comments]
15  décembre     10h05
Your r javascript recap for the week of December 08 - December 14, 2025
   Monday, December 08 - Sunday, December 14, 2025 Top Posts score comments title & link 78 37 comments GraphQL: the enterprise honeymoon is over 71 21 comments I built a real-time ASCII camera in the browser (60 FPS, Canvas, TypeScript) 36 18 comments Two New React 19 Vulnerabilities -...
16  décembre     08h04
TIL the Web Speech API exists and it’s way more useful than I expected
   I somehow completely missed that modern browsers ship a Web Speech API. You can do text-to-speech (and speech recognition) with no libraries, just a few lines of JavaScript. No keys, no SDKs, no backend. What surprised me: It’s supported in Chrome and Safari Latency is basically instant Voices,...
    13h32
BlazeDiff goes native - TypeScript API for the fastest image diff (native Rust binary)
   Started with a pure JS implementation that became the fastest JS image diff library. But I wanted to push further and rewrote the core in Rust with SIMD. import compare from ' blazediff bin'; const result await compare('expected.png', 'actual.png', 'diff.png',...
    10h39
Ever wondered how JS with a single thread can still handle tons of async work, UI updates, promises, timers, network calls and still feel smooth?
   I just published a post that walks through the entire flow: call stack, message queue, macrotasks vs microtasks even with example code that many devs get wrong the first time. If you’ve ever been confused by why Promise.then runs before setTimeout callbacks, or why some UI freezes happen, this...
    15h49
Built a GitHub repo visualizer where your code never leaves your machine - single HTML file, zero tracking, completely free
   32; submitted by u Sad-Branch-5375 [link] [comments]
    14h05
AskJS Bug in building streamYard clone
   I am building a liveStreaming website clone but i have an issue in connecting my Youtube studio i have the key but i am not able to stream on youtube console is completly fine . This project includes ffmpeg RTMP docker sockets javaScript submitted by u Creepy-Classroom6945 [link] ...
    03h34
AskJS Component Library CSS tokens not imported and being overwritten
   Hey folks, I am making a component library using css modules with css vars that have design tokens and locally it looks great but when i bring it into a different app the css does not load at all. What are some tips for ensuring your css does not get overwritten? submitted by u Velvet...
    03h08
Mastering Rive Animation: A Complete Guide for React Developers
   In modern web development, creating lively and exciting user experiences (UX) requires more than just simple CSS transitions. We need complex, interactive animations that look great but don’t slow down the app. This is why Rive has become a powerful secret weapon in our technology stack. Today, let...
15  décembre     21h27
ARM64 and X86 64 AI Audio Classification (521 Classes, YAMNet)
   Audio classification can operate alone in total darkness and around corners or supplement video cameras. Receive email or text alerts based from 1 to 521 different audio classes, each class with its own probability setting. TensorFlow YAMNet model. Only 1 second latency. submitted by u...
14  décembre     20h00
I built a real-time ASCII camera in the browser (60 FPS, Canvas, TypeScript)
   32; submitted by u Aroy666 [link] [comments]
    17h25
GraphQL: the enterprise honeymoon is over
   32; submitted by u Beautiful Spot5404 [link] [comments]
16  décembre     02h47
AskJS Ai JS Generation
   General community question: if you're using ai for coding heavily vibe coding, do you use libs like react still? If so, why? Wouldn't vanilla js be preferable for perf, memory, and asset size? submitted by u Made-of-Clay [link] [comments]
14  décembre     20h03
I built a real-time ASCII camera in the browser (60 FPS, Canvas, TypeScript)
   32; submitted by u Aroy666 [link] [comments]
15  décembre     19h38
I wanted a type-safe authorization library with minimal boilerplate so I made my own
   Over the last few projects I kept running into the same pain point. Authorization logic scattered all over my codebase middleware, service functions, components. But, I just wanted something that let me answer one simple question in a consistent way: That’s why I built zap-studio permit a...
    06h54
I built a zero-config Swagger OpenAPI generator for Express that uses the TypeScript AST to infer schemas.
   32; submitted by u popthesmart [link] [comments]
    15h43
is this tiny game I built with javascript any fun?
   32; submitted by u Healthy Flatworm 957 [link] [comments]
14  décembre     17h22
Lessons learned from React’s RCE
   32; submitted by u sosthene gued [link] [comments]
    23h05
Neuroevolution of Augmenting Topologies in JavaScript
   32; submitted by u joshuaamdamian [link] [comments]
    19h32
Trendgetter v2.0: An API for getting trending content from various platforms
   32; submitted by u Zivsteve [link] [comments]
    09h28
I built a TypeScript-first country intelligence npm package (ISO, phone validation, SVG flags)
   I’ve worked on multiple projects where I needed more than just a countries list things like ISO validation, phone number parsing, SVG flags, and basic geo utilities. Most existing libraries solved only one part of the problem, so I built a small TypeScript-first package that brings these together...
    15h32
Iron-Clad-Ledger PostgreSQL project
   A high-Integrity Banking Database System with PostgreSQL. I finished this project recently, 70 percentage of code wrote by myself and 30 by AI, I used AI for debugging ( Gemini 3 Pro ). submitted by u Much Constant9531 [link] [comments]
    20h55
I’ve released a Biome plugin that enforces braces around arrow function bodies
   I created a Biome linter plugin that enforces braces around arrow function bodies. It's a simple but effective way to improve code consistency and clarity. Check it out: biome-plugin-arrow-body-style javascript This gets flagged const getValue () > 42; ✠This passes const getValue () >...
    17h17
AskJS New Community for Developers and Programmers , define yourself with new branding Nulf
   r NullForge submitted by u CaptainFulminyx [link] [comments]
    00h59
Looking for contributors: React WASM image-to-color-by-number
   Hi I’m building Img2Num, an open-source app that converts any user-uploaded image into SVG paint-by-number paths. The core works, but we need help to make it fully usable. Current state: - Upload image’ SVG’ colorable paths works - WASM React pipeline functional Ways to contribute: - Add numbers...