<?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: Ray Forever</title>
    <description>The latest articles on DEV Community by Ray Forever (@ray_forever_a1eed3d559355).</description>
    <link>https://dev.to/ray_forever_a1eed3d559355</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3708844%2F75cb57c0-a6bc-472a-8869-b5df5a052722.png</url>
      <title>DEV Community: Ray Forever</title>
      <link>https://dev.to/ray_forever_a1eed3d559355</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ray_forever_a1eed3d559355"/>
    <language>en</language>
    <item>
      <title>Updated Express + TypeScript starter with Node 24 &amp; TypeScript 7</title>
      <dc:creator>Ray Forever</dc:creator>
      <pubDate>Fri, 31 Jul 2026 14:42:19 +0000</pubDate>
      <link>https://dev.to/ray_forever_a1eed3d559355/updated-express-typescript-starter-with-node-24-typescript-7-125k</link>
      <guid>https://dev.to/ray_forever_a1eed3d559355/updated-express-typescript-starter-with-node-24-typescript-7-125k</guid>
      <description>&lt;h1&gt;
  
  
  Updated Express + TypeScript starter with Node 24 &amp;amp; TypeScript 7
&lt;/h1&gt;

&lt;h2&gt;
  
  
  What's new since the previous version
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript 7&lt;/strong&gt; — TypeScript 7 offers faster type-checking and build-tool performance compared to previous versions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dedicated development Docker image&lt;/strong&gt; with native hot reload.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OpenAPI 3.2 generation&lt;/strong&gt; using zod-openapi, generating both JSON and YAML specifications.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CodeQL security scanning&lt;/strong&gt; integrated into GitHub Actions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Renovate automation&lt;/strong&gt; for minor and patch dependency updates.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What was already there
&lt;/h2&gt;

&lt;p&gt;The starter includes sensible defaults such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Express 5.2.&lt;/li&gt;
&lt;li&gt;Helmet, CORS, and express-rate-limit.&lt;/li&gt;
&lt;li&gt;Winston + Morgan logging.&lt;/li&gt;
&lt;li&gt;oxlint + oxfmt.&lt;/li&gt;
&lt;li&gt;Husky pre-commit checks for tests, staged linting/formatting, npm audit, and typechecking.&lt;/li&gt;
&lt;li&gt;Conventional Commits enforced with commitlint.&lt;/li&gt;
&lt;li&gt;Parallel CI jobs for linting, CodeQL, typechecking, and tests.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Current stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Node.js 24.18.&lt;/li&gt;
&lt;li&gt;Express 5.2.&lt;/li&gt;
&lt;li&gt;TypeScript 7.0.&lt;/li&gt;
&lt;li&gt;Zod 4.&lt;/li&gt;
&lt;li&gt;OpenAPI 3.2.&lt;/li&gt;
&lt;li&gt;Vitest 4.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The goal
&lt;/h2&gt;

&lt;p&gt;The goal is to provide a production-oriented Express + TypeScript starting point with modern tooling and sensible defaults, without adding unnecessary complexity.&lt;/p&gt;

&lt;h2&gt;
  
  
  Repo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/ToniR7/express-typescript-starter" rel="noopener noreferrer"&gt;Repo&lt;/a&gt; — consider giving the repo a ⭐ on GitHub for support.&lt;/p&gt;

</description>
      <category>node</category>
      <category>express</category>
      <category>typescript</category>
      <category>openapi</category>
    </item>
    <item>
      <title>Testing title</title>
      <dc:creator>Ray Forever</dc:creator>
      <pubDate>Fri, 31 Jul 2026 13:40:57 +0000</pubDate>
      <link>https://dev.to/ray_forever_a1eed3d559355/testing-title-3jed</link>
      <guid>https://dev.to/ray_forever_a1eed3d559355/testing-title-3jed</guid>
      <description>&lt;p&gt;Testing body&lt;/p&gt;

</description>
      <category>testingtags</category>
    </item>
  </channel>
</rss>
