<?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: Samuel Müller</title>
    <description>The latest articles on DEV Community by Samuel Müller (@samucodes).</description>
    <link>https://dev.to/samucodes</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%2F2578759%2Fbccd70fd-6e45-405b-9e7e-707061d223bf.png</url>
      <title>DEV Community: Samuel Müller</title>
      <link>https://dev.to/samucodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samucodes"/>
    <language>en</language>
    <item>
      <title>Introducing kinekt: a typescript-first web framework for building REST Apis</title>
      <dc:creator>Samuel Müller</dc:creator>
      <pubDate>Thu, 19 Dec 2024 07:04:08 +0000</pubDate>
      <link>https://dev.to/samucodes/introducing-kinekt-a-typescript-first-web-framework-for-building-rest-apis-4e65</link>
      <guid>https://dev.to/samucodes/introducing-kinekt-a-typescript-first-web-framework-for-building-rest-apis-4e65</guid>
      <description>&lt;p&gt;I created a web framework called kinekt and would like to introduce it to the community:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kinekt.dev" rel="noopener noreferrer"&gt;https://kinekt.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kinekt is a TypeScript-first, high-performance web framework built on web standards. It has the following features which set it apart from other frameworks in the javascript realm:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It is 100% type safe. It supports the use of zod schemas to declare endpoints&lt;/li&gt;
&lt;li&gt;It has great DX. It auto-infers a client function for every endpoint you declare, making it extremely useful for developing full-stack web apps which are completely written in TypeScript&lt;/li&gt;
&lt;li&gt;It is highly modular. The middleware engine is unlike most other existing implementations and follows a functional-style paradigm&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is still in early development stages. Feedback is highly appreciated!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>backend</category>
    </item>
  </channel>
</rss>
