<?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: Cedric Vangout</title>
    <description>The latest articles on DEV Community by Cedric Vangout (@cvng).</description>
    <link>https://dev.to/cvng</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%2F340505%2F02ce52f9-ef88-4091-9897-3c9f3d0b5b89.png</url>
      <title>DEV Community: Cedric Vangout</title>
      <link>https://dev.to/cvng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cvng"/>
    <language>en</language>
    <item>
      <title>Enable Typescript in Svelte</title>
      <dc:creator>Cedric Vangout</dc:creator>
      <pubDate>Mon, 15 Jun 2020 00:45:42 +0000</pubDate>
      <link>https://dev.to/cvng/enable-typescript-in-svelte-4aa7</link>
      <guid>https://dev.to/cvng/enable-typescript-in-svelte-4aa7</guid>
      <description>&lt;p&gt;Quick walkthrough on how to setup Typescript in your Svelte project: &lt;a href="https://www.loom.com/share/41f3c81199674d4aae30910254c38bf7"&gt;video&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>svelte</category>
    </item>
    <item>
      <title>Debugging Deno with Webstorm (2020)</title>
      <dc:creator>Cedric Vangout</dc:creator>
      <pubDate>Wed, 20 May 2020 11:57:55 +0000</pubDate>
      <link>https://dev.to/cvng/debugging-deno-with-webstorm-2020-5cnf</link>
      <guid>https://dev.to/cvng/debugging-deno-with-webstorm-2020-5cnf</guid>
      <description>&lt;p&gt;Since Deno supports the V8 Inspector Protocol, it is a fairly easy task&lt;br&gt;
to launch a debugging session in Webstorm.&lt;/p&gt;

&lt;p&gt;1 - First, create a Debug configuration (Attach to Node.js/Chrome)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_BoYQ8ML--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/r64ol9ay4fqrfgsa3u6y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_BoYQ8ML--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/r64ol9ay4fqrfgsa3u6y.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2 - Now, run your local Deno script (here server.ts)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;deno run &lt;span class="nt"&gt;--inspect&lt;/span&gt; &lt;span class="nt"&gt;--allow-net&lt;/span&gt; server.ts
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;3 - Add a breakpoint and start debugging&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WFgSv4Gl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o3egfu3kfx3salc5zhoe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WFgSv4Gl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o3egfu3kfx3salc5zhoe.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Enjoy your debugging session!&lt;/p&gt;

&lt;p&gt;For more information: &lt;a href="https://deno.land/manual/tools/debugger#chrome-devtools"&gt;https://deno.land/manual/tools/debugger#chrome-devtools&lt;/a&gt;&lt;/p&gt;

</description>
      <category>deno</category>
      <category>webstorm</category>
      <category>debugging</category>
    </item>
  </channel>
</rss>
