Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      This week in AI dev tools: Gemini 2.5 Pro and Flash GA, GitHub Copilot Spaces, and more (June 20, 2025)

      June 20, 2025

      Gemini 2.5 Pro and Flash are generally available and Gemini 2.5 Flash-Lite preview is announced

      June 19, 2025

      CSS Cascade Layers Vs. BEM Vs. Utility Classes: Specificity Control

      June 19, 2025

      IBM launches new integration to help unify AI security and governance

      June 18, 2025

      The best Best Buy Black Friday in July 2025 deals so far

      June 20, 2025

      I found the easiest way to delete myself from the internet (and you shouldn’t wait to use it, too)

      June 20, 2025

      Wyze wants to keep prying eyes away from your cameras with this new feature

      June 20, 2025

      Heard about the 16 billion passwords leak? Here are the facts and how to protect yourself

      June 20, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Dr. Axel’s JavaScript flashcards

      June 20, 2025
      Recent

      Dr. Axel’s JavaScript flashcards

      June 20, 2025

      Syntax-Highlight – Custom Element For Syntax Highlighting Content

      June 20, 2025

      WelsonJS – Build a Windows app on the Windows built-in JavaScript engine

      June 20, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      NVIDIA GeForce NOW adds 13 more games, including Borderlands series & new co-op shooter

      June 20, 2025
      Recent

      NVIDIA GeForce NOW adds 13 more games, including Borderlands series & new co-op shooter

      June 20, 2025

      DuckDuckGo browser expands Scam Blocker to catch more fake sites and scareware

      June 20, 2025

      Microsoft PowerToys ‘Peek’ tool makes file previews instant on Windows

      June 20, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Dr. Axel’s JavaScript flashcards

    Dr. Axel’s JavaScript flashcards

    June 20, 2025

    #​741 — June 20, 2025

    Read on the Web

    JavaScript Weekly

    📖 Exploring JavaScript (ES2025 Edition) — Dr. Axel is back with his latest book covering all things relating to modern JavaScript at the language level (think built-in data types, modularity, how objects, classes and promises work, etc.). As with all of Axel’s books, it’s available to buy but also to read online in HTML form for free. He’s also produced a set of flashcards to help you learn language features in both HTML and Anki forms.

    Dr. Axel Rauschmayer

    💡 The two sets of flashcards (including API flashcards) are worth a look on their own as you’ll almost certainly learn/remember something useful looking through them.

    How Notion Cut Typing Latency By 15% — Stop guessing why your web app is slow. Palette’s production JS profiler tells you why, down to the line of code. Get started for free today.

    Palette sponsor

    Biome v2: The First Type-Aware Linter That Doesn’t Require tsc — Boasts being the first JavaScript and TypeScript linter that doesn’t require the TypeScript compiler, while still offering type-aware linting rules. There’s a lot to enjoy here, including initial support for linter plugins and improved monorepo support, though note that Vue and Svelte templates aren’t yet supported.

    Emanuele Stoppa

    IN BRIEF:

    • The Google Chrome team shares an update to the HTML specification around the escaping of < and > in HTML attributes.

    • Collaborative design tool company Figma has acquired Payload, creators of the popular eponymous open source Next.js backend framework/CMS.

    • 🇳🇱 Vite’s official conference, ViteConf, takes place this October 9-10 in Amsterdam. Its CFP is open till July 1.

    • JSON module scripts are now Baseline ‘Newly Available’.

    RELEASES:

    • Bun v1.2.16 – The high performance JS runtime adds support for returning files for routes via Bun.serve, along with a slew of bugfixes and Node compatibility improvements.

    • Astro 5.10 – The content-driven JS framework makes its responsive images feature stable, and adds a new experimental feature: live content collections.

    • ESLint v9.29.0 – Now supports the syntax used for explicit resource management (using and await using).

    • Hono 4.8, Relay v20, Fastify 5.4, NeutralinoJS 6.1, Axios 1.10.0

    📖  Articles and Videos

    ▶  Compiling JavaScript Ahead-of-Time — The creator of the Porffor JavaScript compiler talks about the various ways to make JavaScript faster to execute, before digging into Porffor’s approach.

    Oliver Medhurst

    Using await at the Top Level in ES Modules — Top-level await is supported in all modern browsers and in Node.js (beyond v16) in .mjs files or .js files specified as modules.

    Matt Smith

    Clerk OAuth Gets a Big Upgrade — Now Fully MCP-Ready — Clerk OAuth now supports token revocation, consent screens, dynamic clients, & more—now fully MCP-ready. Learn more here.

    Clerk sponsor

    JavaScript Broke the Web (and Called It Progress) — An esteemed SEO consultant shares his thoughts on the complexity of the modern Web and JavaScript’s role in particular.

    Jono Alderson

    How TypeScript Solved Its Global Iterator Name Clash — ES2025 adds an Iterator class containing iterator helper methods. However, this class conflicts with TypeScript’s existing types for iterators..

    Dr. Axel Rauschmayer

    📄 ‘How Cursor Upgraded Our Storybook in Just 2 Hours’ – If you’re going to use AI, it might as well be to speed up boring tasks. Uri Klar

    📄 Coding a 3D Audio Visualizer with Three.js, GSAP and Web Audio API Filip Zrnzevic

    📄 Bringing React’s <ViewTransition> to Vanilla JS Joeri Sebrechts

    🛠 Code & Tools

    <syntax-highlight>: A Custom Element for Syntax Highlighting — A custom element that uses the CSS Custom Highlight API (supported by most modern browsers) for syntax highlighting so you don’t need to retreat to the age-old method of wrapping every token in spans. GitHub repo.

    André Ruffert

    React Native 0.80 Released — React Native 0.80 lands with React 19.1, a new opt-in set of stricter TypeScript types, and experimental support for prebuilt dependencies on iOS to speed up builds. The legacy architecture is now officially ‘frozen’, with warnings for APIs slated for future removal.

    Cohen, Cucci, Dall’Agnol, and Falch

    Handsontable: Spreadsheet-Like JavaScript Data Grid for Your App — Feature-rich data grid for developers seeking a powerful, customizable, and accessible solution to manage complex data.

    Handsontable sponsor

    react-searchable-dropdown: A Customizable Dropdown Component — A modern, accessible, and customizable dropdown component that supports large datasets with virtualization, lets users create new options, works with both simple and complex data, and is easy to style and extend. GitHub repo.

    Lucio D’Alessandro

    WelsonJS: Build Windows Apps Using Windows’ Built-In JS Engine — WelsonJS = Windows + Electron-like + JS. Optimized for environments with limited computing power.

    Go Namhyeon

    • MockRTC 0.5 – Intercept, assert on and mock WebRTC peers.

    • State in URL 5.0 – Store any user state in query parameters. v5 adds Remix support, but it also supports Next.js and React Router.

    • LogTape 0.12 – Logging library for JavaScript and TypeScript with zero dependencies and support for multiple environments.

    • 📊 Ant Design Charts 2.4 – React chart library. Demos and code samples.

    • 📊 Chart.js 4.5 – Simple Canvas-based charting. (Samples.)

    • tiff 7.0 – Pure JS TIFF image decoding library.

    📰 Classifieds

    Meticulous automatically creates and maintains an E2E UI test suite with zero developer effort. Relied on by Dropbox, Wiz, Lattice, Bilt Rewards, etc.

    🚀 Build VueJS forms your way with Enforma — UI-agnostic (PrimeVue, Vuetify, Quasar), schema-ready, repeatable fields, powerful validation.

    🎤 First speakers at JSNation US: Addy Osmani, Scott Tolinski, Ryan Carniato & more! Nov 17 & 20 in NYC & online. Early Bird going fast!

    👀  Elsewhere…

    Here’s a selection of things from the broader ecosystem this week:

    • The creators of the CKEditor JavaScript rich-text editor explain, in depth, how they made their editor’s bundle 40% smaller.

    • Ernie Smith tells the story of why JPEGs still rule the Web.

    • 🤖 Cloudflare has unveiled a way to connect any React app to an MCP server in just three lines of code, using its use-mcp hook.

    • Microsoft recently released a new VS Code extension for working with Postgres. There’s now also ▶️ a presentation showing off how it can be used.

    • Git 2.50.0 has been released and it’s quite a significant release. GitHub also rounded up some of what’s new.

    • A thorough tutorial to using and creating Makefiles.

    Source: Read More 

    javascript
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleSyntax-Highlight – Custom Element For Syntax Highlighting Content
    Next Article Does Windows 11’s new Outlook support .pst files? Partially and requires Microsoft 365

    Related Posts

    Development

    How to Assign Dataverse Security Roles at Scale

    June 20, 2025
    Development

    How to Build Secure SSR Authentication with Supabase, Astro, and Cloudflare Turnstile

    June 20, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Best USB WiFi Adapter For Kali Linux 2023 [Updated September]

    Learning Resources

    TeleMessage, the Signal clone used by US government officials, suffers hack

    Development

    The difference between a product and a project

    Learning Resources

    UNC1151 Exploits Roundcube Flaw in Spear Phishing Attack

    Security

    Highlights

    Urgent Firefox Alert: Critical Memory Corruption Flaws (CVSS 9.8) Allow Remote Code Execution

    June 12, 2025

    Urgent Firefox Alert: Critical Memory Corruption Flaws (CVSS 9.8) Allow Remote Code Execution

    The Mozilla Foundation has issued an urgent security update for the Firefox web browser, addressing two critical vulnerabilities that could lead to memory corruption and remote code execution. Althoug …
    Read more

    Published Date:
    Jun 12, 2025 (1 hour, 52 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-49710

    CVE-2025-49709

    CVE-2025-47240 – Apache Unverified Vulnerability

    May 5, 2025

    Anchore SBOM, Komodor integrates into IDPs, and Shopify’s new dev tools – SD Times Daily Digest

    May 21, 2025

    10 Things You Need to Succeed in IT (Free Download)

    April 1, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.