<?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>Forem: InvalidLenni</title>
    <description>The latest articles on Forem by InvalidLenni (@invalidlenni).</description>
    <link>https://forem.com/invalidlenni</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%2F784473%2F1770dea2-974d-4565-983b-8d4975713aa3.png</url>
      <title>Forem: InvalidLenni</title>
      <link>https://forem.com/invalidlenni</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/invalidlenni"/>
    <language>en</language>
    <item>
      <title>Visual Studio Code vs Visual Studio</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Sat, 23 Jul 2022 13:07:00 +0000</pubDate>
      <link>https://forem.com/invalidlenni/visual-studio-code-vs-visual-studio-1aai</link>
      <guid>https://forem.com/invalidlenni/visual-studio-code-vs-visual-studio-1aai</guid>
      <description>&lt;p&gt;Nobody will fault you for confusing the two editors made by Microsoft, seeing as they pretty much have the same name. However, aside from the common name, they have a somewhat different features and functions.&lt;/p&gt;

&lt;p&gt;Let's talk about the differents now.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Visual Studio?
&lt;/h2&gt;

&lt;p&gt;Visual Studio's first version was released in the 1997 year. Visual Studio is Microsoft’s development environment for everything C# and .net. Everyone who wants code with C# and .net should use Visual Studio. In Visual Studio exists (third-party) extensions too. That means in short format: Visual Studio is for C# and .net developers a perfect IDE! &lt;/p&gt;

&lt;h2&gt;
  
  
  What is Visual Studio Code?
&lt;/h2&gt;

&lt;p&gt;Visual Studio Code first version was released on the April 29, 2015. Visual Studio Code is an open-source rich text editor running on Windows, Linux and macOS. Visual Studio Code is one of the popularest IDEs. Visual Studio Code is perfect for web- and app development but you mightn't find default installed auto completes, code linters but for that are the extensions, you can download in VSCode extensions like in Visual Studio. In short: It's an IDE for everything (focused on web- and app development).&lt;/p&gt;

&lt;h3&gt;
  
  
  What should I use now?
&lt;/h3&gt;

&lt;p&gt;If you're doing Web- and App Development then you should use Visual Studio Code because the most features are focused on these development topics. If you want to code something with C# or .net then you should use Visual Studio.&lt;/p&gt;

&lt;h3&gt;
  
  
  Own article banner
&lt;/h3&gt;

&lt;p&gt;I made my first article banner on dev.to, how it is?&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>vs</category>
      <category>tutorial</category>
      <category>opensource</category>
    </item>
    <item>
      <title>What is your favourite coding language?</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Wed, 20 Jul 2022 14:05:09 +0000</pubDate>
      <link>https://forem.com/invalidlenni/what-is-your-favourite-coding-language-3a5o</link>
      <guid>https://forem.com/invalidlenni/what-is-your-favourite-coding-language-3a5o</guid>
      <description>&lt;h1&gt;
  
  
  What is your favourite coding language and why?
&lt;/h1&gt;

&lt;p&gt;Few minutes ago cames in my mind, that I would like to know what is from other peoples their favourite programming language and why is that the favourite language. &lt;/p&gt;

&lt;h2&gt;
  
  
  What is my favourite coding langauge and why?
&lt;/h2&gt;

&lt;p&gt;I love to code in Python because it's simple &amp;amp; easy, I writen many projects in Python. Python is the perfect programming language for me, and you can write many many things like little tools in Python in few minutes, hours etc.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>programming</category>
    </item>
    <item>
      <title>Quart-Nextcord</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Thu, 02 Jun 2022 19:21:47 +0000</pubDate>
      <link>https://forem.com/invalidlenni/quart-nextcord-21lj</link>
      <guid>https://forem.com/invalidlenni/quart-nextcord-21lj</guid>
      <description>&lt;h1&gt;
  
  
  Quart-Nextcord - Discord OAuth2 extension for Quart using nextcord.
&lt;/h1&gt;

&lt;p&gt;Quart-Nextcord is an extension for &lt;a href="https://pypi.org/project/nextcord"&gt;nextcord&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://pypi.org/project/Quart-Nextcord"&gt;Quart-Nextcord PyPi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/InvalidLenni/Quart-Nextcord"&gt;Quart-Nextcord GitHub Repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://quart-nextcord.rtfd.io"&gt;Quart-Nextcord Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Example
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt; &lt;span class="k"&gt;from&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;quart&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="k"&gt;import&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;Quart&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;redirect&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;url_for&lt;/span&gt; 
 &lt;span class="k"&gt;from&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;quart_nextcord&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="k"&gt;import&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;DiscordOAuth2Session&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;requires_authorization&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;Unauthorized&lt;/span&gt; 

 &lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;Quart&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;__name__&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 

 &lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;secret_key&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="sa"&gt;b&lt;/span&gt;&lt;span class="s"&gt;"random bytes representing quart secret key"&lt;/span&gt; 

 &lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s"&gt;"DISCORD_CLIENT_ID"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="mi"&gt;490732332240863233&lt;/span&gt;&lt;span class="err"&gt;  &lt;/span&gt;&lt;span class="c1"&gt;# Discord client ID. 
&lt;/span&gt; &lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s"&gt;"DISCORD_CLIENT_SECRET"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="s"&gt;""&lt;/span&gt;&lt;span class="err"&gt;  &lt;/span&gt;&lt;span class="c1"&gt;# Discord client secret. 
&lt;/span&gt; &lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s"&gt;"DISCORD_REDIRECT_URI"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="s"&gt;""&lt;/span&gt;&lt;span class="err"&gt;  &lt;/span&gt;&lt;span class="c1"&gt;# URL to your callback endpoint. 
&lt;/span&gt; &lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s"&gt;"DISCORD_BOT_TOKEN"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="s"&gt;""&lt;/span&gt;&lt;span class="err"&gt;  &lt;/span&gt;&lt;span class="c1"&gt;# Required to access BOT resources. 
&lt;/span&gt;
 &lt;span class="n"&gt;nextcord&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;DiscordOAuth2Session&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 


 &lt;span class="o"&gt;@&lt;/span&gt;&lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;route&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"/login/"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="k"&gt;async&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;def&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;login&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="k"&gt;return&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="k"&gt;await&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;nextcord&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;create_session&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; 


 &lt;span class="o"&gt;@&lt;/span&gt;&lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;route&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"/callback/"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="k"&gt;async&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;def&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;callback&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="k"&gt;await&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;nextcord&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;callback&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="k"&gt;return&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;redirect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;url_for&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;".me"&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; 


 &lt;span class="o"&gt;@&lt;/span&gt;&lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;errorhandler&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Unauthorized&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="k"&gt;async&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;def&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;redirect_unauthorized&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;e&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="k"&gt;return&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;redirect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;url_for&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"login"&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; 


 &lt;span class="o"&gt;@&lt;/span&gt;&lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;route&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"/me/"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; 
 &lt;span class="o"&gt;@&lt;/span&gt;&lt;span class="n"&gt;requires_authorization&lt;/span&gt; 
 &lt;span class="k"&gt;async&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;def&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;me&lt;/span&gt;&lt;span class="p"&gt;():&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="k"&gt;await&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;nextcord&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fetch_user&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="k"&gt;return&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="s"&gt;""" 
     &amp;lt;html&amp;gt; 
         &amp;lt;head&amp;gt; 
             &amp;lt;title&amp;gt;&lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s"&gt;&amp;lt;/title&amp;gt; 
         &amp;lt;/head&amp;gt; 
         &amp;lt;body&amp;gt; 
             &amp;lt;img src='&lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;avatar_url&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s"&gt;' /&amp;gt; 
         &amp;lt;/body&amp;gt; 
     &amp;lt;/html&amp;gt;"""&lt;/span&gt; 


 &lt;span class="k"&gt;if&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="n"&gt;__name__&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="o"&gt;==&lt;/span&gt;&lt;span class="err"&gt; &lt;/span&gt;&lt;span class="s"&gt;"__main__"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; 
 &lt;span class="err"&gt;    &lt;/span&gt;&lt;span class="n"&gt;app&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;run&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  Ideas?
&lt;/h1&gt;

&lt;p&gt;Go to &lt;a href="https://github.com/InvalidLenni/Quart-Nextcord/discussions"&gt;https://github.com/InvalidLenni/Quart-Nextcord/discussions&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  You found issues?
&lt;/h1&gt;

&lt;p&gt;Go to &lt;a href="https://github.com/InvalidLenni/Quart-Nextcord/issues/new"&gt;https://github.com/InvalidLenni/Quart-Nextcord/issues/new&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Contribution
&lt;/h1&gt;

&lt;p&gt;You can make contributions too for helping us! 😃&lt;/p&gt;

</description>
      <category>nextcord</category>
      <category>discord</category>
      <category>python</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Which language &amp; framework are you using for a frontend?</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Tue, 22 Feb 2022 06:43:11 +0000</pubDate>
      <link>https://forem.com/invalidlenni/which-language-framework-are-you-using-for-a-frontend-19mj</link>
      <guid>https://forem.com/invalidlenni/which-language-framework-are-you-using-for-a-frontend-19mj</guid>
      <description>&lt;p&gt;Hello there!&lt;/p&gt;

&lt;p&gt;Which language and framework are you using for the frontend on your website? Example: vue. (X. X = framework)&lt;/p&gt;

&lt;p&gt;I use bootstrap sometimes currently as framework for frontend.&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>discuss</category>
      <category>webdev</category>
      <category>css</category>
    </item>
    <item>
      <title>Day 15 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Mon, 14 Feb 2022 13:35:40 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-15-of-100daysofcode-n42</link>
      <guid>https://forem.com/invalidlenni/day-15-of-100daysofcode-n42</guid>
      <description>&lt;h2&gt;
  
  
  Day 15 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I was too busy for writing a post yesterday.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I published / coded (/ updated) yesterday?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;the day 15 started with improving the linksite issue templates&lt;/li&gt;
&lt;li&gt;edit &lt;a href="https://pypi.com/project/simple-amari.py"&gt;https://pypi.com/project/simple-amari.py&lt;/a&gt; error codes &amp;amp; making the &lt;a href="https://pypi.com/project/simple-amari.py"&gt;https://pypi.com/project/simple-amari.py&lt;/a&gt; v1.0.2-dev draft release&lt;/li&gt;
&lt;li&gt;updating the disweb issue templates from md to yml &lt;/li&gt;
&lt;li&gt;and ended with the blog post.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>github</category>
      <category>python</category>
      <category>discord</category>
    </item>
    <item>
      <title>Day 14 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Sat, 12 Feb 2022 21:19:05 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-14-of-100daysofcode-5dlj</link>
      <guid>https://forem.com/invalidlenni/day-14-of-100daysofcode-5dlj</guid>
      <description>&lt;h2&gt;
  
  
  Day 14 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded (/ updated) yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Day 14 of 100DaysOfCode started with...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Publishing a &lt;a href="https://github.com/InvalidLenni/linksite/"&gt;Linkweb like linktree template&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the linksite to my website. (&lt;a href="https://invalidlenni.de/pages/links.html/"&gt;https://invalidlenni.de/pages/links.html/&lt;/a&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the day ended with a post about day 14.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>github</category>
      <category>webdev</category>
      <category>template</category>
    </item>
    <item>
      <title>Day 12 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Fri, 11 Feb 2022 06:14:45 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-12-of-100daysofcode-1j47</link>
      <guid>https://forem.com/invalidlenni/day-12-of-100daysofcode-1j47</guid>
      <description>&lt;h2&gt;
  
  
  Day 12 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I was too tired for writing a post yesterday.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded (/ updated) yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Day 12 of 100DaysOfCode started with...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deploy the &lt;a href="https://github.com/AntiScamBot/backend"&gt;AntiScamBot backend&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Learning the Medium &amp;amp; dev.to API.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the day ended with a post about day 12.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>backend</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>Day 11 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Thu, 10 Feb 2022 05:53:17 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-11-of-100daysofcode-48cg</link>
      <guid>https://forem.com/invalidlenni/day-11-of-100daysofcode-48cg</guid>
      <description>&lt;h2&gt;
  
  
  Day 11 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I was too tired for writing a post yesterday.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded (/ updated) yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Day 11 of 100DaysOfCode started with...&lt;/li&gt;
&lt;li&gt;Writing the &lt;a href="https://t.co/UH8k8lKXjU"&gt;Hello World!&lt;/a&gt; Wiki&lt;/li&gt;
&lt;li&gt;Improving my knowledge about github actions &lt;/li&gt;
&lt;li&gt;the day ended with a post about day 11&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>Day 10 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Wed, 09 Feb 2022 05:46:05 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-10-of-100daysofcode-2jem</link>
      <guid>https://forem.com/invalidlenni/day-10-of-100daysofcode-2jem</guid>
      <description>&lt;h2&gt;
  
  
  Day 10 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I was too tired for writing a post yesterday.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded (/ updated) yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Day 10 of 100DaysOfCode started with....&lt;/li&gt;
&lt;li&gt;Coding the disweb rate limits, * Improving my #React (#ReactJS) knowledge. &lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; I hadn't much time, unfortunately.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>100daysofcode</category>
      <category>react</category>
      <category>programming</category>
    </item>
    <item>
      <title>Day 9 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Tue, 08 Feb 2022 05:25:47 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-9-of-100daysofcode-1873</link>
      <guid>https://forem.com/invalidlenni/day-9-of-100daysofcode-1873</guid>
      <description>&lt;h2&gt;
  
  
  Day 9 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I was too tired for writing a post yesterday.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded (/ updated) yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Day 9 started with writing the &lt;a href="https://t.co/QXpUOwd4HD"&gt;Disweb.py&lt;/a&gt; docs for my new wrapper. &lt;/li&gt;
&lt;li&gt;Improving the disweb error messages &lt;/li&gt;
&lt;li&gt;coding the userLimiter for the &lt;a href="https://t.co/KewDH4BOWp"&gt;disweb v1.1.0 update&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;The day ended with the blog post.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>python</category>
      <category>challenge</category>
      <category>discord</category>
    </item>
    <item>
      <title>Day 8 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Sun, 06 Feb 2022 21:09:07 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-8-of-100daysofcode-4hj1</link>
      <guid>https://forem.com/invalidlenni/day-8-of-100daysofcode-4hj1</guid>
      <description>&lt;h2&gt;
  
  
  Day 8 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded (updated) yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Started with improving simple-amari.py documentation&lt;/li&gt;
&lt;li&gt;coding the v1.0.1 simple-amari.py version&lt;/li&gt;
&lt;li&gt;Improving my website&lt;/li&gt;
&lt;li&gt;Ended with the blog post. &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>challenge</category>
      <category>webdev</category>
      <category>python</category>
    </item>
    <item>
      <title>Day 7 of 100DaysOfCode</title>
      <dc:creator>InvalidLenni</dc:creator>
      <pubDate>Sun, 06 Feb 2022 08:36:17 +0000</pubDate>
      <link>https://forem.com/invalidlenni/day-7-of-100daysofcode-189f</link>
      <guid>https://forem.com/invalidlenni/day-7-of-100daysofcode-189f</guid>
      <description>&lt;h2&gt;
  
  
  Day 7 of 100 Days Of Code
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;The post is for yesterday.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here can you find what I learned (&amp;amp; published) yesterday.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I published / coded / updated yesterday?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Started with...&lt;/li&gt;
&lt;li&gt;Learning some things about pytest,&lt;/li&gt;
&lt;li&gt;Merging the pull request for the &lt;a href="https://github.com/AntiScamBot"&gt;AntiScamBot backend&lt;/a&gt; python rewrite.&lt;/li&gt;
&lt;li&gt;Improving some things.&lt;/li&gt;
&lt;li&gt;Ended with the blog post.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>100daysofcode</category>
      <category>challenge</category>
      <category>python</category>
      <category>backend</category>
    </item>
  </channel>
</rss>
