<?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: Marie H</title>
    <description>The latest articles on DEV Community by Marie H (@_mhoeger).</description>
    <link>https://dev.to/_mhoeger</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%2F147539%2F125c04cf-e28a-450a-bbc7-d27029c9b3a0.jpg</url>
      <title>DEV Community: Marie H</title>
      <link>https://dev.to/_mhoeger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_mhoeger"/>
    <language>en</language>
    <item>
      <title>My First Website (with Scratch)</title>
      <dc:creator>Marie H</dc:creator>
      <pubDate>Tue, 20 Oct 2020 18:01:43 +0000</pubDate>
      <link>https://dev.to/_mhoeger/my-first-website-with-scratch-e9c</link>
      <guid>https://dev.to/_mhoeger/my-first-website-with-scratch-e9c</guid>
      <description>&lt;p&gt;Here are some really simple steps to get your block-based code from &lt;a href="https://scratch.mit.edu/" rel="noopener noreferrer"&gt;Scratch&lt;/a&gt; running as a static website (JavaScript, HTML, and CSS). This post is for my &lt;a href="https://www.microsoft.com/en-us/teals" rel="noopener noreferrer"&gt;TEALS students&lt;/a&gt;, but can be used by anyone who's interested in block-based code! &lt;/p&gt;

&lt;p&gt;This is what my personal website Scratch program looks like:&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7fsrmot1ab6d0h2cvr77.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7fsrmot1ab6d0h2cvr77.gif" alt="poorly drawn personal website"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And &lt;a href="https://mariehoeger.z6.web.core.windows.net/" rel="noopener noreferrer"&gt;here it is&lt;/a&gt; as a website!&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 0: Learn and make
&lt;/h3&gt;

&lt;p&gt;Start by making your project in Scratch! You could make a game or a personal website or anything you want. Follow &lt;a href="https://scratch.mit.edu/projects/editor/?tutorial=getStarted" rel="noopener noreferrer"&gt;this tutorial&lt;/a&gt; if you're just getting started.&lt;/p&gt;

&lt;p&gt;You can make something as silly as my website or something more awesome, like &lt;a href="https://forkphorus.github.io/packager/#318439225" rel="noopener noreferrer"&gt;this game&lt;/a&gt;. This was made by the user @moranee, who's profile says she's only 12 🤯&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Generate
&lt;/h3&gt;

&lt;p&gt;All of this relies on the open source project &lt;a href="https://github.com/forkphorus/forkphorus" rel="noopener noreferrer"&gt;forkphorus&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can generate a website with forkphorus with the following steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://forkphorus.github.io/packager/" rel="noopener noreferrer"&gt;https://forkphorus.github.io/packager/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Change "Project ID" to your Scratch project's URL&lt;/li&gt;
&lt;li&gt;Add a username (this can be anything, ex: "testuser")&lt;/li&gt;
&lt;li&gt;[Optional] Click "Loading Screen Options" and change the loading screen text&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Step 2: Run it locally
&lt;/h3&gt;

&lt;p&gt;Click on your downloaded file, and it should pop up in the browser! If you right click and "Inspect", you'll see all the generated code.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Host your website
&lt;/h3&gt;

&lt;p&gt;Now that you have your Scratch program as HTML, you're ready to host it. A simple and cheap option to host your static website is through Azure Storage. &lt;a href="https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website-how-to?tabs=azure-portal" rel="noopener noreferrer"&gt;Follow these simple instructions to do so&lt;/a&gt;. Any other static website hosting will also work great!&lt;/p&gt;

</description>
      <category>scratch</category>
      <category>web</category>
      <category>azure</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Create:Serverless Session - (Some) Serverless Best Practices</title>
      <dc:creator>Marie H</dc:creator>
      <pubDate>Tue, 29 Sep 2020 05:55:49 +0000</pubDate>
      <link>https://dev.to/azure/create-serverless-session-some-serverless-best-practices-27m6</link>
      <guid>https://dev.to/azure/create-serverless-session-some-serverless-best-practices-27m6</guid>
      <description>&lt;p&gt;Ever feel like there should be an easier way to do what you're doing? Or been surprised by an issue you hadn't considered? We can't promise this session is going to stop that from happening... ever... but we'll make sure that you walk away with a few strategies to write serverless Azure Functions better!&lt;/p&gt;

&lt;p&gt;In this session at &lt;a href="https://createserverless2020.splashthat.com/"&gt;CREATE : Serverless&lt;/a&gt;, I'll be speaking with Jeff Hollan about some best practices we've learned over the years. We'll be walking through best practices around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Local development&lt;/li&gt;
&lt;li&gt;Deployment and scale&lt;/li&gt;
&lt;li&gt;Troubleshooting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The complete package! Hope to see you there! 😊&lt;/p&gt;

&lt;p&gt;Sign up for Create : Serverless 👉 &lt;a href="https://createserverless2020.splashthat.com/"&gt;https://createserverless2020.splashthat.com/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://antempus.dev/posts/mscreate-local-development/"&gt;Local Development Best Practices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://docs.microsoft.com/azure/azure-functions/"&gt;Official Azure Functions Docs&lt;/a&gt; to learn core concepts!&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://docs.microsoft.com/en-us/learn/paths/create-serverless-applications/"&gt;Hands-on Tutorial&lt;/a&gt; for Beginner to Intermediate&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>mscreate</category>
      <category>azure</category>
      <category>serverless</category>
    </item>
  </channel>
</rss>
