<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shane Shi</title>
    <description>The latest articles on DEV Community by Shane Shi (@shaneshi_backend).</description>
    <link>https://dev.to/shaneshi_backend</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3860384%2F52d38624-048a-4eb7-ab37-883f36cd5f2b.png</url>
      <title>DEV Community: Shane Shi</title>
      <link>https://dev.to/shaneshi_backend</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shaneshi_backend"/>
    <language>en</language>
    <item>
      <title>Java 24 is out, HTMX is rising, and the microservices rethink</title>
      <dc:creator>Shane Shi</dc:creator>
      <pubDate>Sat, 04 Apr 2026 03:52:28 +0000</pubDate>
      <link>https://dev.to/shaneshi_backend/java-24-is-out-htmx-is-rising-and-the-microservices-rethink-bpp</link>
      <guid>https://dev.to/shaneshi_backend/java-24-is-out-htmx-is-rising-and-the-microservices-rethink-bpp</guid>
      <description>&lt;p&gt;**Java 24 is out — here's what to actually care about&lt;/p&gt;

&lt;p&gt;Java 24 dropped this week with 24 JEPs finalized. Most of it is noise for day-to-day backend work. The two things worth your attention:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stream Gatherers&lt;/strong&gt; (JEP 485, now final) let you write custom intermediate stream operations without the usual workarounds.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scoped Values&lt;/strong&gt; (JEP 487) give you a cleaner alternative to ThreadLocal in virtual-thread-heavy code.&lt;/p&gt;

&lt;p&gt;The verdict: if your team is on Java 21+ and using virtual threads, Scoped Values are worth evaluating now. Everything else can wait for your next upgrade cycle.&lt;/p&gt;

&lt;h2&gt;
  
  
  HTMX is showing up in Java backends — should you care?
&lt;/h2&gt;

&lt;p&gt;A growing number of Spring Boot shops are pairing Thymeleaf with HTMX instead of reaching for React. The pitch: you keep your server-side rendering, eliminate the API layer, and ship interactive UIs without a JS build step. GitHub star count has crossed 38k.&lt;/p&gt;

&lt;p&gt;The honest take: this works well for internal tools and admin panels. For complex user-facing products with heavy client-side state, it gets awkward fast. Know your use case before adopting.&lt;/p&gt;

&lt;h2&gt;
  
  
  One architecture decision worth rethinking
&lt;/h2&gt;

&lt;p&gt;Microservices made sense when teams were large and deployments were slow. In 2025, a lot of teams that went micro are quietly merging services back together. Not because microservices are wrong — but because the operational overhead only pays off past a certain team size and traffic scale most companies never reach.&lt;/p&gt;

&lt;p&gt;If your team is under 15 engineers and your services talk to each other more than they talk to the outside world, a modular monolith probably serves you better.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tool of the week: Jobrunr
&lt;/h2&gt;

&lt;p&gt;If you're running background jobs in Spring Boot and still using Quartz, Jobrunr is worth a look. It's a distributed background job scheduler with a built-in dashboard, retry logic, and dead-letter queue — all wired up with a single annotation. The free tier covers most production use cases.&lt;/p&gt;




&lt;p&gt;This was originally published in &lt;strong&gt;The Backend Brief&lt;/strong&gt; — a weekly newsletter for backend engineers. No hype, just signal.&lt;/p&gt;

&lt;p&gt;Subscribe free: &lt;a href="https://the-backend-brief.beehiiv.com" rel="noopener noreferrer"&gt;https://the-backend-brief.beehiiv.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>backend</category>
      <category>microservices</category>
      <category>spring</category>
    </item>
  </channel>
</rss>
