<?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: Ted Neward</title>
    <description>The latest articles on DEV Community by Ted Neward (@tedneward).</description>
    <link>https://dev.to/tedneward</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%2F256602%2Fa0430a42-b4f3-4329-8ca3-2a6d0723e98e.png</url>
      <title>DEV Community: Ted Neward</title>
      <link>https://dev.to/tedneward</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tedneward"/>
    <language>en</language>
    <item>
      <title>BLOGGED: 2024 Tech Predictions</title>
      <dc:creator>Ted Neward</dc:creator>
      <pubDate>Tue, 02 Jan 2024 10:20:57 +0000</pubDate>
      <link>https://dev.to/tedneward/blogged-2024-tech-predictions-5ag2</link>
      <guid>https://dev.to/tedneward/blogged-2024-tech-predictions-5ag2</guid>
      <description>&lt;p&gt;It's that time of the year again, when I make predictions for the upcoming year. As has become my tradition now for nigh-on a decade, I will first go back over last years' predictions, to see how well I called it (and keep me honest), then wax prophetic on what I think the new year has to offer us.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
    </item>
    <item>
      <title>Cadl: a new IDL</title>
      <dc:creator>Ted Neward</dc:creator>
      <pubDate>Thu, 15 Dec 2022 18:44:28 +0000</pubDate>
      <link>https://dev.to/tedneward/cadl-a-new-idl-5b1e</link>
      <guid>https://dev.to/tedneward/cadl-a-new-idl-5b1e</guid>
      <description>&lt;p&gt;This one just crossed my feed today: &lt;a href="https://github.com/microsoft/cadl" rel="noopener noreferrer"&gt;Cadl&lt;/a&gt;, "... a language for describing cloud service APIs and generating other API description languages, client and service code, documentation, and other assets."&lt;/p&gt;

&lt;p&gt;In other words, you write this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import "@cadl-lang/rest";

using Cadl.Http;

@server("https://example.com", "Single server endpoint")
@route("/example")
namespace Example {
  @get
  @route("/message")
  op getMessage(): string;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;... and when you "compile" it, you get an OpenAPI (or gRPC, or some other service-oriented protocol) specification out the other end. From there, it seems, you use other tools to go from OpenAPI to one of the service client or implementation languages (C#, Java, Python, Ruby, whatever suits your fancy), so long as there's an OpenAPI code generator for it.&lt;/p&gt;

&lt;p&gt;First take: this seems so much less feature-rich than something like &lt;a href="https://ballerina.io/" rel="noopener noreferrer"&gt;Ballerina&lt;/a&gt;, but I suppose it will appeal to those who prefer to get all their Azure-related tooling from Microsoft and/or prefer their stack to be entirely JS-based. (Cadl seems to be a product of TypeScript.)&lt;/p&gt;

&lt;p&gt;Will plan on investigating this more, soon.&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>First post!</title>
      <dc:creator>Ted Neward</dc:creator>
      <pubDate>Wed, 23 Oct 2019 19:57:40 +0000</pubDate>
      <link>https://dev.to/tedneward/first-post-1lna</link>
      <guid>https://dev.to/tedneward/first-post-1lna</guid>
      <description>&lt;p&gt;Finally getting around to creating an account here and posting; will look to post more here as time goes by, but for now.... howdy!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
