20 May 2025
Instead of a monolith, build your first Java microservice with Dropwizard.
Hello, my fellow programmers! I'm positive you do not want to read another complex article on how to build Java microservices. We are going to take a look at Dropwizard today. It is fairly convenient as it has everything loaded in it, i.e., Jetty, Jersey, Jackson, etc., and also provides you with the ability to set your business logic without the boilerplates.
20 May 2025 4:00pm GMT
Today, we released Quarkus 3.20.1, our first maintenance release for the 3.20 LTS stream. This release contains bugfixes and documentation improvements. It should be a safe upgrade for anyone already using 3.20. UPDATE To update to Quarkus 3.20, we recommend updating to the latest version of the Quarkus CLI and run: quarkus update --stream=3.20 Note that quarkus update can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.20. FULL CHANGELOG You can get . COME JOIN US We value your feedback a lot so please report bugs, ask for improvements… Let's build something great together! If you are a Quarkus user or just curious, don't be shy and join our welcoming community: * provide feedback on ; * craft some code and ; * discuss with us on and on the ; * ask your questions on .
20 May 2025 12:00am GMT
Today, we released Quarkus 3.15.5, our next maintenance release for the 3.15 LTS stream. This release contains bugfixes and documentation improvements. It should be a safe upgrade for anyone already using 3.15. UPDATE To update to Quarkus 3.15, we recommend updating to the latest version of the Quarkus CLI and run: quarkus update --stream=3.15 Note that quarkus update can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.15. FULL CHANGELOG You can get . COME JOIN US We value your feedback a lot so please report bugs, ask for improvements… Let's build something great together! If you are a Quarkus user or just curious, don't be shy and join our welcoming community: * provide feedback on ; * craft some code and ; * discuss with us on and on the ; * ask your questions on .
20 May 2025 12:00am GMT
19 May 2025
Hitachi Ltd. uses Keycloak to make financial grade security easier. They are providing an API management cloud service for Japanese banks. Banks can open their APIs (like accessing bank accounts) to third-party fintech companies securely by using the service. One of the biggest challenges in the development phase was authorizing APIs for financial grade security. For API authorization in the financial sector, Financial-grade API (FAPI) is specified by the OpenID Foundation and widely adopted. By using Keycloak as an authorization server of the API management cloud service, they can provide a fully FAPI conformant API authorization for their customers. Read more on their challenges and the solution in this ! We are now starting to collect all case studies at . If you want to share your case study with the Keycloak community, to sort out the details.
19 May 2025 12:00am GMT
16 May 2025
Advantages and Disadvantages of Python and Java
Java and Python are among the most widely used languages in the world (see Figure 1 below).
Figure 1: Overview of programming languages from statista.com
Both languages have their strengths and weaknesses and are popular in different fields. Unlike other articles, such as those from Tom Radcliffe which analyzes which language is technically better implemented, this article focuses on presenting practical use cases with explicit examples. Let us check the following table that provides a brief overview, of which language is best suited for which field (✅ = advantage, and ❌ = disadvantage).
16 May 2025 10:00pm GMT
JavaScript's New Superpower? Explicit Resource Management - V8 v13.8 introduces the idea of deterministic resource cleanup. Among a range of new symbols and objects for the task, the basic idea is you can wrap any file handle, stream or connection in a using /await using block and the runtime will handle any cleanup once resources go out of scope.
Rezvan Mahdavi Hezaveh (V8)
|
Write CSS Like a Pro - Kevin Powell shares how to create a responsive website from scratch using modern CSS features (such as nesting, utility classes, custom properties, and more). This detailed video course also dives into adding additional polish via animations, view transitions, and more.
Frontend Masters sponsor
|
Basecoat: shadcn/ui 's Magic, But Minus React - shadcn/ui is a popular suite of well designed React components, but if you'd like to use them in other contexts too, Basecoat is for you. Basecoat ports the components to a more vanilla form you can use with your framework (or not) of choice.
Ronan Berder
|
JavaScript, When (and What) is this ? - Dives into the complexities of the this keyword, explaining how its value is ultimately determined by the context in which a function is called, rather than where it's defined. It's been many years since we've covered this elementary topic, but this is a fantastic, fresh two-part take.
Mat 'Wilto' Marquis
|
Building a React App with GitHub Copilot - A good walkthrough, complete with video, if you prefer, of bringing together several of GitHub Copilot's features for building a modern JavaScript app quickly.
Kedasha Kerr (GitHub)
|
Regular Expressions in JavaScript - Powerful but often misunderstood, many will benefit from this roundup of the potential regexes offer to JavaScript developers.
Adebayo Adams
|
ANSIS 4.0: ANSI Color Library for Everywhere - A library to use the power of ANSI escape sequences for coloring and styling text in many environments including the terminal, Chromium-based browsers, Node, Bun, Deno, and even Next.js. v4.0 is a big upgrade with enough breaking changes to warrant a migration guide for existing users.
webdiscus
|
Introducing Clerk Billing - Set up subscriptions in your B2B or B2C app without writing custom payment code or building your own UI.
Clerk sponsor
|
P.S. If you're into React or Node.js, we focus more directly on those in React Status and Node Weekly respectively, so check out the latest issues of those too :-)
|
|

16 May 2025 12:00am GMT
15 May 2025
IT systems need integration to achieve seamless data flow alongside enhanced operational efficiency. The expansion of businesses creates independent operational systems that restrict performance through object isolation and restrict time-sensitive information acquisition. The system's functions become oriented for better workflow coordination, which minimizes both repetition and creates unified operations.
The creation of such connections necessitates comprehensive knowledge about technical and business needs, which include format patterns along with protocol standards. Java provides robust libraries alongside outstanding frameworks that lead organizations to choose Java when building scalable, customized solutions. A strategically developed connector fulfills present requirements while enabling future technology adjustments, thus becoming a sustainable factor that supports successful IT system integration.
15 May 2025 5:00pm GMT
09 May 2025
k6 1.0: Go-Powered Load Testing with JavaScript - A full-featured, configurable load generation tool that uses the Sobek Go-powered JavaScript engine to support writing test scripts in JavaScript. v1.0 promises stability, first-class TypeScript support, and better extensibility.
Grafana Labs
|
Node 24 (Current) Released - Node's release lines are shifting a little lately - v18 has gone EOL and now v23 gives way to v24 as the 'Current' release for when you need the cutting edge features. It comes with npm 11, V8 13.6 (hello RegExp.escape , Float16Array , and Error.isError ), the URLPattern API exposed by default, plus Undici 7.
Node.js Team
|
💡 Technically, Node v24.0.1 is the latest version temporarily reintroducing an EOL feature due to breakages in popular dependencies.
|
Visual Studio Code Version 1.100 - Not to be confused with a 1.1 release, this update to VS Code has quite a few goodies for JavaScript developers with improved 'Next Edit Suggestions' that will suggest adding missing imports, support for Node's enhanced network debugging capabilities, improved visibility of type information, remote MCP server support, GPT 4.1 as the new default base model, and more.
Microsoft
|
RELEASES:
-
🤖 ESLint v9.26.0 - An interesting release for the popular static analysis tool as it adds support for MCP as a way for ESLint to be used directly by AI models and coding agents.
-
🗾 Mapbox GL JS 3.12 - Interactive, customizable vector maps in the browser, rendered with WebGL.
-
Relay v19 - Facebook's declarative React/GraphQL framework.
-
Material UI 7.1 - React components using Material Design. Now Tailwind CSS 4 compatible
-
Rspack 1.3.9, Babylon.js 8.7, Electron 36 (official blog post)
|
React Server Components for Astro Developers - Astro's 'island' architecture and React Server Components share a strikingly similar mental model. Dan compares the two, digs into some of the quirks, and suggests Astro offers a 'gentler onramp' to some of RSC's ideas if you're struggling with them.
Dan Abramov
|
Introducing Clerk Billing - Clerk Billing lets you add B2C/B2B subscriptions with no payment code or UI work-just drop in components and go.
Clerk sponsor
|
Hyparquet: Parquet File Parser for JavaScript - Parquet is a popular column-oriented data file format frequently used for storing large datasets for analysis. Hyparquet is a dependency-free JavaScript library for working with Parquet files, even in the browser (as in this demo).
Hyperparam
|
🔊 react-sounds: Add Sound Effects to React Apps - Having sound effects on the Web might sound like your idea of a nightmare, but this is a well put together project with delicate, well thought out examples that strike the right tone.
Aedilic Inc.
|
mono-jsx: <html> as a Response - A server-side JSX runtime that renders <html> to a Response with no build step needed and works across numerous server-side JS runtimes.
Je Xia
|
Here's a selection of things from the broader ecosystem we've noticed this week:
|
P.S. If you're into React or Node.js, we focus more directly on those in React Status and Node Weekly respectively, so check out the latest issues of those too :-)
|
|

09 May 2025 12:00am GMT
02 May 2025
💡 Take care with the license though. GSAP is not formally 'open source' but has a 'no charge' license that prevents you using it to directly compete with Webflow.
|
Converting Values to Strings in JavaScript - When Dr. Axel says "converting values to strings in JavaScript is more complicated than it might seem", I'm inclined to believe him. An interesting poke about into something seemingly simple you might not think about very much.
Dr. Axel Rauschmayer
|
Building an Offline-Friendly Image Upload System - How to leverage PWA tech such as IndexedDB, service workers, and the Background Sync API to help improve the reliability of web apps for users, particularly those with unreliable internet connectivity.
Amejimaobari Ollornwi
|
What Does React's 'use client' Do? - Dan Abramov takes a practical look at how to think about the use client and use server directives React Server Components introduced and how they let you elegantly structure a client/server app as "a single program spanning two environments" - a concept that Dan thinks could be more widely used, even outside of React.
Dan Abramov
|
PDFSlick 3.0: View and Interact with PDF Documents in JS Apps - A full-featured PDF viewer for React, Solid, Svelte and vanilla JS apps. Built on top of PDF.js, it offers a wide array of features from simple PDF viewing to working with multiple and large documents with annotations. Demo. v3.0 bumps up to PDF.js v5 with ICC profile support, better JPEG 2000 support, and improved rendering of large pages.
Vancho Stojkov
|
Storybook 9 Beta - A strong step forward for the UI 'frontend workshop' with several experimental features from Storybook 8 becoming stable. v9 has a strong focus on component testing, plus React Native support.
Michael Shilman
|
A quick roundup of other interesting updates and useful resources from across the broader developer landscape:
-
Redis is open source again! The popular Redis in-memory data store ran into a bit of drama in recent years with a license change following its acquisition. The good news is that an AGPL license is now an option for the new Redis 8 release making Redis truly 'open source again.'
-
TypeScript ←→ C#: I've been dabbling with a little C# recently (it's the main language used in Unity game development) and enjoyed this TypeScript is Like C# guide oriented largely around showing TypeScript/JavaScript vs C# examples of doing the same things.
-
❤️ JS + HTML: It's a simple thing, but Simon Willison reminds us that static HTML enriched with JavaScript and served up on GitHub Pages is one of the best ways you can give software freely for the world to use.
-
Emulators-a-plenty: Tiny Emus is a showcase of almost 200 emulators that run in the browser, largely for 8 bit platforms, games, and even some visual CPU demos.
-
CSS shapes: Did you know CSS now has a shape() function for drawing complex shapes for clipping paths?
|
|

02 May 2025 12:00am GMT
17 Jul 2024
Last February, we released the first beta of jQuery 4.0.0. We're now ready to release a second, and we expect a release candidate to come soon™. This release comes with a major rewrite to jQuery's testing infrastructure, which removed all deprecated or under-supported dependencies. But the main change that warranted a second beta was a … Continue reading →
17 Jul 2024 2:03pm GMT
17 Apr 2024
jQuery's influence on the web will always be evident. When it was first introduced in 2006, jQuery became a fundamental tool for web developers almost immediately. It simplified JavaScript programming, making it easier to manipulate HTML documents, handle events, perform animations, and much more. Since then, it has played and continues to play a major … Continue reading →
17 Apr 2024 5:00pm GMT
06 Feb 2024
jQuery 4.0.0 has been in the works for a long time, but it is now ready for a beta release! There's a lot to cover, and the team is excited to see it released. We've got bug fixes, performance improvements, and some breaking changes. We removed support for IE<11 after all! Still, we expect disruption … Continue reading →
06 Feb 2024 4:43pm GMT