<?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: Manny</title>
    <description>The latest articles on DEV Community by Manny (@mannyistyping).</description>
    <link>https://dev.to/mannyistyping</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%2F886255%2F64a62f75-577d-4cb3-8ad3-04ed6a373daf.jpg</url>
      <title>DEV Community: Manny</title>
      <link>https://dev.to/mannyistyping</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mannyistyping"/>
    <language>en</language>
    <item>
      <title>30-Day Rust Learning Guide: Days 1 - 3</title>
      <dc:creator>Manny</dc:creator>
      <pubDate>Fri, 02 Jun 2023 02:41:08 +0000</pubDate>
      <link>https://dev.to/mannyistyping/30-day-rust-learning-guide-days-1-3-59m</link>
      <guid>https://dev.to/mannyistyping/30-day-rust-learning-guide-days-1-3-59m</guid>
      <description>&lt;p&gt;Welcome to Days 1 -3 of the 30-day Rust learning guide!&lt;br&gt;
This byte-size study plan will take you from a beginner to a not beginner in Rust.&lt;/p&gt;

&lt;p&gt;Each day is designed to cover specific topics, provide tasks and goals, offer relevant resources, and include videos to support your learning journey in small chunks.&lt;/p&gt;

&lt;p&gt;Let's get started!&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 1-3: Introduction to Rust 🌱
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Topics&lt;/strong&gt;: Introduction 🌟, Installation 💻, Hello World ✨, Variables and Mutability 🔄, Data Types 🔢&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Goals&lt;/strong&gt;: Understand the basics of Rust and write your first Rust program.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tasks&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Install Rust 📥&lt;/li&gt;
&lt;li&gt;Write a "Hello, World!" program ✍️&lt;/li&gt;
&lt;li&gt;Experiment with variables and data types 💡&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Questions&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;What is Rust and why is it used?&lt;/li&gt;
&lt;li&gt;How do you declare and mutate variables in Rust?&lt;/li&gt;
&lt;li&gt;What are the basic data types in Rust?&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Outcomes&lt;/strong&gt;: By the end of day 3, you should be comfortable with the basics of Rust and be able to write simple programs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resources&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://doc.rust-lang.org/book/ch01-00-getting-started.html"&gt;The Rust Programming Language Book - Chapters 1-3&lt;/a&gt; 📚&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://doc.rust-lang.org/rust-by-example/hello.html"&gt;Rust by Example - Hello World&lt;/a&gt; 📚&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Videos&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=T_KrYLW4jw8"&gt;Rust Tutorial #1 - Introduction To Rust Programming&lt;/a&gt; by Tech With Tim (Duration: 15:09) 🎥&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=br3GIIQeefY"&gt;Rust for the impatient&lt;/a&gt; by No Boilerplate (Duration: 10:43) 🎥&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rust</category>
      <category>learning</category>
      <category>guides</category>
    </item>
    <item>
      <title>An opinionated checklist on how to (re)start your presence on the Web as a (non)developer</title>
      <dc:creator>Manny</dc:creator>
      <pubDate>Mon, 04 Jul 2022 21:33:33 +0000</pubDate>
      <link>https://dev.to/mannyistyping/an-opinionated-checklist-on-how-to-restart-your-presence-on-the-web-as-a-nondeveloper-4cnc</link>
      <guid>https://dev.to/mannyistyping/an-opinionated-checklist-on-how-to-restart-your-presence-on-the-web-as-a-nondeveloper-4cnc</guid>
      <description>&lt;p&gt;TLDR; I wanted to restart my presence on the web with a new handle and establish foundations for discover-ability, this is a list of what I did.url&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start a new &lt;code&gt;Twitter&lt;/code&gt; Account&lt;/li&gt;
&lt;li&gt;Create a new &lt;code&gt;GitHub&lt;/code&gt;/&lt;code&gt;GitLab&lt;/code&gt; Account&lt;/li&gt;
&lt;li&gt;Create a new &lt;code&gt;dev.to&lt;/code&gt; Account&lt;/li&gt;
&lt;li&gt;Generate a new landing page via Vercel&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why?
&lt;/h2&gt;

&lt;p&gt;I wanted to start fresh.&lt;/p&gt;

&lt;p&gt;I wanted to be able to have a space and accounts that are unified under a common similar handle.&lt;br&gt;
I wanted to be able to share/link this to my LinkedIn profule and establish a presence that could point to the "me" that is seen in professional settings.&lt;/p&gt;

&lt;p&gt;I wanted to differentiate my presence on social platforms that was created at a different era/time in my life.&lt;/p&gt;

&lt;p&gt;My other Twitter account was noisy and not curated or focused on software development entirely and with that came this mix.&lt;/p&gt;

&lt;p&gt;I wanted less noise.&lt;/p&gt;

&lt;h2&gt;
  
  
  How?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Start a new &lt;code&gt;Twitter&lt;/code&gt; Account
&lt;/h3&gt;

&lt;p&gt;I registered a domain, &lt;code&gt;typingona.computer&lt;/code&gt;, that is able to receive email and so I created a new &lt;code&gt;Twitter&lt;/code&gt; account (&lt;a class="mentioned-user" href="https://dev.to/mannyistyping"&gt;@mannyistyping&lt;/a&gt;) associated with that email address that would overlap across multiple platforms.&lt;/p&gt;

&lt;h3&gt;
  
  
  Create a new &lt;code&gt;GitHub&lt;/code&gt;/&lt;code&gt;GitLab&lt;/code&gt; Account
&lt;/h3&gt;

&lt;p&gt;I went to both &lt;code&gt;GitHub&lt;/code&gt; and &lt;code&gt;GitLab&lt;/code&gt; and created an account using a similar username.&lt;/p&gt;

&lt;p&gt;This provides a clean slate to start projects and also make decisions on how I want to organize them.&lt;/p&gt;

&lt;p&gt;At the moment I am considering using a monorepo that would encompass all related projects.&lt;/p&gt;

&lt;h3&gt;
  
  
  Create a new &lt;code&gt;dev.to&lt;/code&gt; Account
&lt;/h3&gt;

&lt;p&gt;Here we are! I am writing this on the new account to document my work and also provide a space to capture my thoughts, ideas, etc.&lt;/p&gt;

&lt;p&gt;I am also looking at &lt;code&gt;forem&lt;/code&gt; and considering registering for that as well. (I have never used &lt;code&gt;forem&lt;/code&gt; and so I am unsure as how to use it!)&lt;/p&gt;

&lt;h3&gt;
  
  
  Generate a new landing page via Vercel
&lt;/h3&gt;

&lt;p&gt;Using the newly created GitHub account, I went and registered for &lt;a href="https://vercel.com/"&gt;Vercel's personal account&lt;/a&gt; using the Next.js Blog Template.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://mannyis.typingona.computer"&gt;http://mannyis.typingona.computer&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;And there we are!&lt;br&gt;
The beginning to establishing a new Web presence on the internet.&lt;/p&gt;

&lt;p&gt;What I plan to do next after writing this initial post on &lt;code&gt;dev.to&lt;/code&gt; is to start working on &lt;a href="http://mannyis.typingona.computer"&gt;http://mannyis.typingona.computer&lt;/a&gt; so that I can either automate posts here to land there or posts there to land here. &lt;/p&gt;

&lt;p&gt;&lt;code&gt;#developer&lt;/code&gt; &lt;code&gt;#newbeginnings&lt;/code&gt; &lt;code&gt;#webpresence&lt;/code&gt; &lt;code&gt;#startingover&lt;/code&gt; &lt;code&gt;#devlife&lt;/code&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>beginners</category>
      <category>internet</category>
      <category>pizza</category>
    </item>
  </channel>
</rss>
