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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025

      I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

      June 2, 2025

      This new official Xbox 4TB storage card costs almost as much as the Xbox SeriesXitself

      June 2, 2025

      I may have found the ultimate monitor for conferencing and productivity, but it has a few weaknesses

      June 2, 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

      May report 2025

      June 2, 2025
      Recent

      May report 2025

      June 2, 2025

      Write more reliable JavaScript with optional chaining

      June 2, 2025

      Deploying a Scalable Next.js App on Vercel – A Step-by-Step Guide

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

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025
      Recent

      The Alters: Release date, mechanics, and everything else you need to know

      June 2, 2025

      I’ve fallen hard for Starsand Island, a promising anime-style life sim bringing Ghibli vibes to Xbox and PC later this year

      June 2, 2025

      This new official Xbox 4TB storage card costs almost as much as the Xbox SeriesXitself

      June 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Bun’s on a roll with v1.2

    Bun’s on a roll with v1.2

    January 24, 2025

    #​720 — January 24, 2025

    Read on the Web

    JavaScript Weekly

    Bun 1.2: A Big Step Forward for the Fast JS/TS Runtime — The JavaScriptCore-based Bun continues to up its server-side runtime game with strides forward in Node.js compatibility, performance boosts, and new APIs for interacting with S3 and S3-like object stores as well as Postgres. If you’d prefer to be ▶️ introduced to Bun 1.2 with a keynote-style video, it’s a good watch.

    Ashcon Partovi and the Bun Team

    🦖 ..and by no means should we forget Deno whose team have published a roundup of all of Deno’s progress in the past year.

    FlexGrid by Wijmo: The Industry-Leading JavaScript Datagrid — A fast and flexible DataGrid for building modern web apps. Key features and virtualized rendering are included in the core grid module. Pick & choose special features to keep your app small. Built for JavaScript, extended to Angular, React, and Vue.

    Wijmo From MESCIUS inc. sponsor

    🤖 Transformers.js v3.3: Machine Learning and AI for the Web — This is a dry release announcement but I wanted to highlight the rapid pace that this exciting library is making for browser-based NLP, speech recognition, vision, and now text-to-speech use cases (live TTS demo here – it takes a while to load though). It’s also being used in Firefox for various enhancements (see below).

    Hugging Face

    IN BRIEF:

    • The creator of SolidJS says that Angular and Vue are the frameworks to watch in 2025, while reflecting on JS framework progress generally.

    • A year ago, Kelly Sutton wrote about his company’s move away from React but how did it pan out? In Moving On from React, a Year Later he explains how things have gone since.

    • JSON Query is a neat, flexible JSON querying language. The demos really sell it IMHO.

    • The ESLint project takes a look back at ESLint’s 2024 year in review.

    • GitHub has unveiled sub-issues, issue types, and advanced search for issues.

    RELEASES:

    • Rspack v1.2 – Fast Rust-based Web bundler adds a peristent cache feature that improves hot start performance by up to 250%.

    • Node v23.6.1 (Current), v22.13.1 (LTS), v20.18.2 (LTS), v18.20.6 (LTS) to resolve some security vulnerabilities.

    • Capacitor 7.0 – Build cross-platform native apps/PWAs with web technologies.

    • React Native 0.77 – Now with enhanced styling capabilities.

    • Vitest 3.0 – The fast Vite-native testing framework.

    • NestJS 11, Storybook 8.5, Unpic 1.0, Inferno 9.0

    📒 Articles & Tutorials

    🕒 JavaScript Temporal is Coming (For Real!) — We first mentioned the Temporal API proposal providing a better way to handle dates and times in JavaScript almost five years ago (in issue 496!) but now it really is almost here. Brian explains its basic concepts and where initial support is starting to appear.

    Brian Smith

    Avoiding anys with Linting and TypeScript — any is TypeScript’s famous type fallback/safety hatch but if you can avoid it, you can benefit more from TypeScript’s type-checking features. Josh shares some tips to do just that.

    Josh Goldberg

    [Workshop] How to Build Testing Culture on Your Team — Join our live session to learn strategies for gaining buy-in, balancing testing, and integrating it into daily workflows.

    Sentry sponsor

    🤖 Running Inference in Web Extensions — Firefox Nightly is shipping with a new API that can let you use their AI runtime for offline machine learning tasks in Web extensions you create. It uses the previously mentioned Transformers.js and is already used in Firefox 133 to provide alt text for images in PDFs.

    Tarek Ziadé (Mozilla)

    📄 Generating Test Values using JavaScript Generators Peter Leonov

    📄 TypeScript Enums: Use Cases and Alternatives Dr. Axel Rauschmayer

    📄 Fetch and HTTP/2 Support in Node, Bun and Deno Georges Haidar

    📊 A Deep Dive into Initial Load Performance Nadia Makarevich

    📄 Improving UI Performance by Optimizing Our Debouncer Atul Jalan (Compose)

    📄 Angular Clean Coding Fundamentals Jonathan Gamble

    🛠 Code & Tools

    deck.gl 9.1: GPU-Powered Large Scale Data Visualization — deck.gl provides a way to create complex yet high performance data visualizations composed of multiple layers (examples). It can be used in a vanilla JS way or through React components and it’s ready for WebGPU.

    OpenJS Foundation

    Breakpoints and console.log Is the Past, Time Travel Is the Future — Next-level testing in any editor, 15x faster with Interactive Time Travel Debugger, real-time insights & advanced coverage in a new UI.

    Wallaby Team sponsor

    ArkType 2.0: Runtime Validation Library — An easy-to-deploy solution for schema validation that can infer TypeScript definitions 1:1 and use them as optimized validators for your data, both at runtime and for immediate type-level feedback in your editor.

    ArkType

    NodeBB v4.0.0 Released: Node.js Powered Forums — Offers a classic forum experience in a modern Node.js-shaped guise. v4 adds support for federation between instances and the wider ‘fediverse.’

    NodeBB, Inc.

    SRCL: Build React Apps with ‘Terminal Aesthetics’ — The homepage is a live demonstration of what SRCL has to offer. It’s a suite of React components and styling to recreate a monospaced, terminal-like atmosphere

    Internet Development Studio Company

    🎶 Chiptune.js: Module / Tracker File Player — A library for playing ‘module’ music files like MOD, XM and S3M. (Demo.)

    Chiptune Contributors

    📰 Classifieds

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

    ☀️ The main JS conference returns to a unique venue! Enjoy 50+ talks & workshops, a food truck festival, networking with 1.5K devs, & 10% off with code JSWEEKLY!

    • GoReleaser v2.6 – A popular ‘release engineering’ tool in the Go world has just added support for Bun and Deno.

    • React Admin 5.5 – Framework for building B2B frontend interfaces. Now with React 19 and React Router 7 support.

    • React Scan 0.1 – Automatically scan for performance issues and eliminate slow renders in your app.

    • 🎵 ChordSheetJS 12.0 – Library for parsing and formatting chords and chord sheets. (Demo.)

    • Fortune Sheet 1.0 – Drop-in Excel-like spreadsheet control.

    • ApexCharts 4.4 – Popular JS charting library. (Demos.)

    • YouTube.js 13.0 – JS client for YouTube’s private API.

    • BlockNote 0.23 – ‘Notion-style’ block-based editor.

    Source: Read More 

    javascript
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleUnleashing the Power of Generative AI in Acute Care: Revolutionizing Healthcare Delivery
    Next Article Satya Nadella Takes a Jab at Trump’s Stargate AI Megaproject Amid Controversy

    Related Posts

    Security

    ⚡ Weekly Recap: APT Intrusions, AI Malware, Zero-Click Exploits, Browser Hijacks and More

    June 2, 2025
    Security

    Exploitation Risk Grows for Critical Cisco Bug

    June 2, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Ubuntu Cinnamon – community-driven Linux distribution

    Linux

    FatalRAT Phishing Attacks Target APAC Industries Using Chinese Cloud Services

    Development

    Vulnerabilities in applications preloaded on Ulefone and Krüger&Matz smartphones

    Security

    OWASP Top 10 Vulnerabilities: A Guide for QA Testers

    Development

    Highlights

    Why I recommend this Nikon camera to most beginner photographers – especially at this price

    May 27, 2025

    Your smartphone camera is very capable, but the Nikon Z50 II makes spending more for…

    Resident Evil 9 leak says it was an open-world multiplayer game at first, so I’m glad it allegedly got “a pretty heavy reboot”

    May 23, 2025

    Anthropic CEO Dario Amodei says AI will write 90% of code in 6 months, automating software development within a year — Is this the final nail in handwritten coding’s coffin?

    March 16, 2025

    Last Week in AI #277 – OpenAI’s CriticGPT, Music labels sue for copyright infringement, Anthropic’s Claude AI gets an update, and more!

    July 2, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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