<?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: Incased Name</title>
    <description>The latest articles on Forem by Incased Name (@incasedname).</description>
    <link>https://forem.com/incasedname</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%2F867449%2F109ca6ef-d732-4c97-8dd0-e86c9cea24d0.gif</url>
      <title>Forem: Incased Name</title>
      <link>https://forem.com/incasedname</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/incasedname"/>
    <language>en</language>
    <item>
      <title>Automated Roblox Limited Items Sniping with Python: Introducing AMP UGC Sniper</title>
      <dc:creator>Incased Name</dc:creator>
      <pubDate>Thu, 14 Dec 2023 12:02:05 +0000</pubDate>
      <link>https://forem.com/incasedname/automated-roblox-limited-items-sniping-with-python-introducing-amp-ugc-sniper-i5e</link>
      <guid>https://forem.com/incasedname/automated-roblox-limited-items-sniping-with-python-introducing-amp-ugc-sniper-i5e</guid>
      <description>&lt;p&gt;Automated Roblox Limited Items Sniping with Python: Introducing &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Are you tired of missing out on limited items in Roblox due to the intense competition? Look no further! With my latest Python project, &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt;, you can now automate the process of claiming limited Roblox items, giving you an edge in the race to acquire these coveted virtual assets.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Overview
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt; is a powerful Python tool designed to automate the sniping of limited items on Roblox. It boasts a range of features, including different sniping modes (such as no ratelimits, speed, quick, casual, afk, time, and specific time), multi-cookie and multi-ID support, incredible speed, proxy support, and even a Discord bot. Whether you're on Windows, Mobile, Unix, or Linux, this versatile tool has you covered.&lt;/p&gt;

&lt;h2&gt;
  
  
  Usage and Contribution:
&lt;/h2&gt;

&lt;p&gt;To get started with &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt;, simply follow the instructions in the documentation to set up and customize the sniping process. Additionally, I welcome contributions from the developer community to further enhance and refine the project. Whether it's through code improvements, bug fixes, or feature additions, your contributions are valued and encouraged.&lt;/p&gt;

&lt;p&gt;Code Example:&lt;/p&gt;

&lt;h1&gt;
  
  
  Example code demonstrating the usage of &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt;
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Initialize the Sniper
import pick
import os
import shutil
import json
import Sniper

# Get themes folder and the base theme
themes_dir = os.path.abspath("../themes/")
base_theme = themes_dir+"/baseTheme/"

print("Creating a theme.")
theme_name = input("What is the name of your theme: ")

# Set possible options
options = [
    "py",
    "txt"
]
option_files = [
    ["theme.py"],
    ["logo.txt", "printText.txt"]
]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Future Plans: In the pipeline for &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt; are plans for additional features such as themes, extensions, and further customization options. I'm excited to continue developing and expanding the capabilities of this project. Your feedback and suggestions are pivotal in shaping the future of &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt;, so I look forward to hearing from the community.&lt;/p&gt;

&lt;p&gt;Closing: I'm thrilled to share &lt;a href="https://github.com/IncasedDevelopment/AMP-UGC-Sniper"&gt;AMP-UGC-Sniper&lt;/a&gt; with the developer community and hope it proves to be a valuable asset in automating the sniping of limited Roblox items. Give it a try, contribute to its development, and let's collaborate to make this project even more remarkable.&lt;/p&gt;

&lt;p&gt;Feel free to personalize and modify the content as needed. If there are specific details or adjustments you'd like to make, please let me know!&lt;/p&gt;

</description>
      <category>python</category>
      <category>roblox</category>
      <category>github</category>
    </item>
    <item>
      <title>Database Migrations (6.2)</title>
      <dc:creator>Incased Name</dc:creator>
      <pubDate>Tue, 31 May 2022 23:32:59 +0000</pubDate>
      <link>https://forem.com/incasedname/database-migrations-62-3bgd</link>
      <guid>https://forem.com/incasedname/database-migrations-62-3bgd</guid>
      <description>&lt;p&gt;Recently found out how to migrate/alter applications database.&lt;/p&gt;

&lt;p&gt;Let's take a look at the contents of our new migration file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;class CreateArticles &amp;lt; ActiveRecord::Migration[7.0]
  def change
    create_table :articles do |t|
      t.string :title
      t.text :body

      t.timestamps
    end
  end
end
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The call to &lt;code&gt;create_table&lt;/code&gt; specifies how the &lt;code&gt;articles&lt;/code&gt; table should be constructed. By default, the &lt;code&gt;create_table&lt;/code&gt; method adds an &lt;code&gt;id&lt;/code&gt; column as an auto-incrementing primary key. So the first record in the table will have an &lt;code&gt;id&lt;/code&gt; of 1, the next record will have an &lt;code&gt;id&lt;/code&gt; of 2, and so on.&lt;/p&gt;

&lt;p&gt;Inside the block for &lt;code&gt;create_table&lt;/code&gt;, two columns are defined: &lt;code&gt;title&lt;/code&gt; and &lt;code&gt;body&lt;/code&gt;. These were added by the generator because we included them in our generate command (&lt;code&gt;bin/rails generate model Article title:string body:text&lt;/code&gt;).&lt;/p&gt;

&lt;p&gt;On the last line of the block is a call to &lt;code&gt;t.timestamps&lt;/code&gt;. This method defines two additional columns named &lt;code&gt;created_at&lt;/code&gt; and &lt;code&gt;updated_at&lt;/code&gt;. As we will see, Rails will manage these for us, setting the values when we create or update a model object.&lt;/p&gt;

</description>
      <category>rails</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Full README Fix &amp; Release</title>
      <dc:creator>Incased Name</dc:creator>
      <pubDate>Tue, 31 May 2022 23:15:39 +0000</pubDate>
      <link>https://forem.com/incasedname/full-readme-fix-release-487i</link>
      <guid>https://forem.com/incasedname/full-readme-fix-release-487i</guid>
      <description>&lt;h1&gt;Hi 👋, I'm IncasedDevelopment&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://git.io/typing-svg"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kVgDWA7h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://readme-typing-svg.herokuapp.com%3Fsize%3D30%26duration%3D3000%26center%3Dtrue%26v%26width%3D500%26height%3D100%26lines%3DPassionate%2BFull-stack%2BDeveloper%3BHigh-Level%2BDeveloper%3BFrom%2BNew%2BZealand" alt="Typing SVG" width="500" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
  &lt;a href="https://www.youtube.com/channel/UCzpHNOX7wl8BTRvZBB_ZIhA/"&gt;&lt;img alt="Youtube" title="Youtube" src="https://res.cloudinary.com/practicaldev/image/fetch/s--8GyPLHgi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/qiXu7b2.png" width="64" height="64"&gt;&lt;/a&gt;
       
  &lt;a href="https://twitter.com/IncasedName"&gt;&lt;img alt="Twitter" title="Twitter" src="https://res.cloudinary.com/practicaldev/image/fetch/s--DEC4-oL9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/OXZM1L6.png" width="64" height="64"&gt;&lt;/a&gt;
       
  &lt;a href="https://fluxnetworks.xyz/discord" alt="Flux Networks"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XlI4u5M5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/OViZO8J.png" width="64" height="64"&gt;&lt;/a&gt;
       
  &lt;a href="https://dev.to/incasedname"&gt;&lt;img alt="Dev.to" title="DenverCoder1 Dev.to" src="https://res.cloudinary.com/practicaldev/image/fetch/s--X1Zxp3Ep--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/mVm29vK.png" width="64" height="64"&gt;&lt;/a&gt;
       
  &lt;a href="https://ko-fi.com/incasedname"&gt;&lt;img alt="Ko-fi" title="Buy me a coffee" src="https://res.cloudinary.com/practicaldev/image/fetch/s--RrJFR-wd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/PpLeD3K.png" width="64" height="64"&gt;&lt;/a&gt;
       
&lt;/p&gt;

&lt;h3&gt;
  
  
  👨‍💻 Programming and markup languages
&lt;/h3&gt;

&lt;p&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Aassembly"&gt;&lt;img alt="MIPS Assembly" src="https://res.cloudinary.com/practicaldev/image/fetch/s--2yUR5Sza--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Assembly-525252.svg%3Flogo%3Dasm-hex%26logoColor%3Dwhite" width="81" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Abash"&gt;&lt;img alt="Bash" src="https://res.cloudinary.com/practicaldev/image/fetch/s--mlhJrCWG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Bash-121011.svg%3Flogo%3Dgnu-bash%26logoColor%3Dwhite" width="55" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ac"&gt;&lt;img alt="C" src="https://res.cloudinary.com/practicaldev/image/fetch/s--yTcwyqZD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/C-03599C.svg%3Flogo%3Dc-in-hexagon%26logoColor%3Dwhite" width="35" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Acpp"&gt;&lt;img alt="C++" src="https://res.cloudinary.com/practicaldev/image/fetch/s--rkKxL8mF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/C%2B%2B-9C033A.svg%3Flogo%3Dcpp2%26logoColor%3Dwhite" width="53" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Acsharp"&gt;&lt;img alt="C#" src="https://res.cloudinary.com/practicaldev/image/fetch/s--zlo-CuiZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/C%2523-68217A.svg%3Flogo%3Dcs2%26logoColor%3Dwhite" width="45" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Aceylon"&gt;&lt;img alt="Ceylon" src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ohp5EMCn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Ceylon-E39842.svg%3Flogo%3Dceylon%26logoColor%3Dwhite" width="65" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Acss"&gt;&lt;img alt="CSS" src="https://res.cloudinary.com/practicaldev/image/fetch/s--91sITeCd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/CSS-1572B6.svg%3Flogo%3Dcss3%26logoColor%3Dwhite" width="51" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Adart"&gt;&lt;img alt="Dart" src="https://res.cloudinary.com/practicaldev/image/fetch/s--0YNPr1we--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Dart-15A6C4.svg%3Flogo%3Ddart%26logoColor%3Dwhite" width="53" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ags"&gt;&lt;img alt="Google Apps Script" src="https://res.cloudinary.com/practicaldev/image/fetch/s--qpY7gy-b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Google%2520Apps%2520Script-02569B.svg%3Flogo%3Dcolor-swatch%26logoColor%3Dwhite" width="133" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ahtml"&gt;&lt;img alt="HTML" src="https://res.cloudinary.com/practicaldev/image/fetch/s--hHKBOzO6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/HTML-E34F26.svg%3Flogo%3Dhtml5%26logoColor%3Dwhite" width="59" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ajava"&gt;&lt;img alt="Java" src="https://res.cloudinary.com/practicaldev/image/fetch/s---RzqjBLM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Java-007396.svg%3Flogo%3Djava%26logoColor%3Dwhite" width="53" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ajavascript"&gt;&lt;img alt="JavaScript" src="https://res.cloudinary.com/practicaldev/image/fetch/s--uUszYvmO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/JavaScript-F7DF1E.svg%3Flogo%3Djavascript%26logoColor%3Dblack" width="85" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Akotlin"&gt;&lt;img alt="Kotlin" src="https://res.cloudinary.com/practicaldev/image/fetch/s--niwgjn33--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Kotlin-0095D5.svg%3Flogo%3DKotlin%26logoColor%3Dwhite" width="59" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Atex"&gt;&lt;img alt="LaTeX" src="https://res.cloudinary.com/practicaldev/image/fetch/s--qHULPKDU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/LaTeX-008080.svg%3Flogo%3DLaTeX%26logoColor%3Dwhite" width="61" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Amarkdown"&gt;&lt;img alt="Markdown" src="https://res.cloudinary.com/practicaldev/image/fetch/s--MNuy5lzD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Markdown-000000.svg%3Flogo%3Dmarkdown%26logoColor%3Dwhite" width="85" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ajavascript"&gt;&lt;img alt="Node.js" src="https://res.cloudinary.com/practicaldev/image/fetch/s--ArGfe8SE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Node.js-43853D.svg%3Flogo%3Dnode.js%26logoColor%3Dwhite" width="69" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Aphp"&gt;&lt;img alt="PHP" src="https://res.cloudinary.com/practicaldev/image/fetch/s--2Bi4KbDk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/PHP-777BB4.svg%3Flogo%3Dphp%26logoColor%3Dwhite" width="49" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Aprolog"&gt;&lt;img alt="Prolog" src="https://res.cloudinary.com/practicaldev/image/fetch/s--MZ6yi-I9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Prolog-E61B23.svg%3Flogo%3Dswi-prolog%26logoColor%3Dwhite" width="63" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Apython"&gt;&lt;img alt="Python" src="https://res.cloudinary.com/practicaldev/image/fetch/s--y2nw4BS1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Python-14354C.svg%3Flogo%3Dpython%26logoColor%3Dwhite" width="67" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ar"&gt;&lt;img alt="R" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BMITiVJy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/R-276DC3.svg%3Flogo%3Dr%26logoColor%3Dwhite" width="35" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Arst"&gt;&lt;img alt="Restructured Text" src="https://res.cloudinary.com/practicaldev/image/fetch/s--mWV7cq1h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Restructured%2520Text-3a4148.svg%3Flogo%3Dreadthedocs%26logoColor%3Dwhite" width="127" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Aruby"&gt;&lt;img alt="Ruby" src="https://res.cloudinary.com/practicaldev/image/fetch/s--xyshQOfZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Ruby-CC342D.svg%3Flogo%3Druby%26logoColor%3Dwhite" width="55" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Asass"&gt;&lt;img alt="SASS" src="https://res.cloudinary.com/practicaldev/image/fetch/s--4abQyN5X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Sass-hotpink.svg%3Flogo%3DSASS%26logoColor%3Dwhite" width="53" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Ascratch"&gt;&lt;img alt="Scratch" src="https://res.cloudinary.com/practicaldev/image/fetch/s--2OfYwO7T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Scratch-4D97FF.svg%3Flogo%3Dscratch%26logoColor%3Dwhite" width="69" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Asql"&gt;&lt;img alt="SQL" src="https://res.cloudinary.com/practicaldev/image/fetch/s--zu-dxR5k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/SQL-025E8C.svg%3Flogo%3Ddatabase%26logoColor%3Dwhite" width="51" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3Asvg"&gt;&lt;img alt="SVG+XML" src="https://res.cloudinary.com/practicaldev/image/fetch/s--k0wOtCpY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/SVG%252BXML-e0982c.svg%3Flogo%3Dsvg%26logoColor%3Dwhite" width="83" height="20"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/search?q=user%3AIncasedDevelopment+language%3AtypeScript"&gt;&lt;img alt="TypeScript" src="https://res.cloudinary.com/practicaldev/image/fetch/s--qpX7slpW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/TypeScript-007ACC.svg%3Flogo%3Dtypescript%26logoColor%3Dwhite" width="87" height="20"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  🧰 Frameworks and libraries
&lt;/h3&gt;

&lt;p&gt;
    &lt;img alt="Arduino" src="https://res.cloudinary.com/practicaldev/image/fetch/s--48OkuToy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Arduino-00979D%3Flogo%3DArduino%26logoColor%3Dwhite" width="71" height="20"&gt;
    &lt;img alt="BlissfulJS" src="https://res.cloudinary.com/practicaldev/image/fetch/s--xY4Q8PwV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Bliss.js-3dacc2.svg%3Flogo%3Dbliss%26logoColor%3Dwhite" width="67" height="20"&gt;
    &lt;img alt="Bootstrap" src="https://res.cloudinary.com/practicaldev/image/fetch/s--gmBe8b8d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Bootstrap-7952B3.svg%3Flogo%3Dbootstrap%26logoColor%3Dwhite" width="81" height="20"&gt;
    &lt;img alt="Cordova" src="https://res.cloudinary.com/practicaldev/image/fetch/s--6Dg1X3IC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Cordova-E8E8E8%3Flogo%3Dapache-cordova%26logoColor%3Dblack" width="73" height="20"&gt;
    &lt;img alt="Electron" src="https://res.cloudinary.com/practicaldev/image/fetch/s--rbgF02CT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Electron-20232e.svg%3Flogo%3Delectron%26logoColor%3Dwhite" width="73" height="20"&gt;
    &lt;img alt="Express.js" src="https://res.cloudinary.com/practicaldev/image/fetch/s--3vn7ARi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Express.js-404d59.svg%3Flogo%3Dexpress%26logoColor%3Dwhite" width="85" height="20"&gt;
    &lt;img alt="Flutter" src="https://res.cloudinary.com/practicaldev/image/fetch/s--A7tcFwfx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Flutter-02569B.svg%3Flogo%3Dflutter%26logoColor%3Dwhite" width="65" height="20"&gt;
    &lt;img alt="GitHub Actions" src="https://res.cloudinary.com/practicaldev/image/fetch/s--b-KIy1CW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/GitHub%2520Actions-2671E5.svg%3Flogo%3Dgithub%2520actions%26logoColor%3Dwhite" width="109" height="20"&gt;
    &lt;img alt="Jest" src="https://res.cloudinary.com/practicaldev/image/fetch/s--ps-8hyKw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Jest-C21325.svg%3Flogo%3Djest%26logoColor%3Dwhite" width="49" height="20"&gt;
    &lt;img alt="JUnit" src="https://res.cloudinary.com/practicaldev/image/fetch/s--XXdcjz8h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/JUnit-25A162.svg%3Flogo%3Dcheck-circle%26logoColor%3Dwhite" width="55" height="20"&gt;
    &lt;img alt="Keras" src="https://res.cloudinary.com/practicaldev/image/fetch/s--rUm50HSu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Keras-D00000.svg%3Flogo%3DKeras%26logoColor%3Dwhite" width="59" height="20"&gt;
    &lt;img alt="Material Design" src="https://res.cloudinary.com/practicaldev/image/fetch/s--sJQwIZ-o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Material%2520Design-0081CB.svg%3Flogo%3Dmaterial-design%26logoColor%3Dwhite" width="113" height="20"&gt;
    &lt;img alt="Symfony" src="https://res.cloudinary.com/practicaldev/image/fetch/s--gv8uWE3B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Nextcord-0d1620.svg%3Flogo%3Dnextcord" width="77" height="20"&gt;
    &lt;img alt="NumPy" src="https://res.cloudinary.com/practicaldev/image/fetch/s--WW2qIUgL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Numpy-013243.svg%3Flogo%3Dnumpy%26logoColor%3Dwhite" width="67" height="20"&gt;
    &lt;img alt="Pandas" src="https://res.cloudinary.com/practicaldev/image/fetch/s--1Acx1hy_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Pandas-150458.svg%3Flogo%3Dpandas%26logoColor%3Dwhite" width="67" height="20"&gt;
    &lt;img alt="PHPUnit" src="https://res.cloudinary.com/practicaldev/image/fetch/s--RPqHBdW2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/PHPUnit-366488.svg%3Flogo%3Dtest-tube%26logoColor%3Dwhite" width="71" height="20"&gt;
    &lt;img alt="Pytest" src="https://res.cloudinary.com/practicaldev/image/fetch/s--JW-gStq0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Pytest-0A9EDC.svg%3Flogo%3Dpytest%26logoColor%3Dwhite" width="63" height="20"&gt;
    &lt;img alt="React" src="https://res.cloudinary.com/practicaldev/image/fetch/s--0WI_aQNG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/React-20232a.svg%3Flogo%3Dreact%26logoColor%3D%252361DAFB" width="59" height="20"&gt;
    &lt;img alt="Symfony" src="https://res.cloudinary.com/practicaldev/image/fetch/s--uXGnaYeq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://custom-icon-badges.herokuapp.com/badge/Slim-74a045.svg%3Flogo%3Dslim-php" width="53" height="20"&gt;
    &lt;img alt="SonarLint" src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZUBEKDle--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-SonarLint-CB2029%3Flogo%3Dsonarlint%26logoColor%3Dwhite" width="81" height="20"&gt;
    &lt;img alt="Symfony" src="https://res.cloudinary.com/practicaldev/image/fetch/s--qQUjpUXI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Symfony-111111.svg%3Flogo%3Dsymfony%26logoColor%3Dwhite" width="77" height="20"&gt;
    &lt;img alt="SymPy" src="https://res.cloudinary.com/practicaldev/image/fetch/s--TPT58mgi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Sympy-3B5526.svg%3Flogo%3Dsympy%26logoColor%3Dwhite" width="67" height="20"&gt;
    &lt;img alt="TensorFlow" src="https://res.cloudinary.com/practicaldev/image/fetch/s--1SnL0TaA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/TensorFlow-FF6F00.svg%3Flogo%3DTensorFlow%26logoColor%3Dwhite" width="91" height="20"&gt;
    &lt;img alt="Wordpress" src="https://res.cloudinary.com/practicaldev/image/fetch/s--0irBF4L0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Wordpress-21759B%3Flogo%3Dwordpress%26logoColor%3Dwhite" width="87" height="20"&gt;
    &lt;img alt="WPF (.Net)" src="https://res.cloudinary.com/practicaldev/image/fetch/s--KVg1VGSr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/WPF-5C2D91%3Flogo%3D.net%26logoColor%3Dwhite" width="51" height="20"&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  🗄️ Databases and cloud hosting
&lt;/h3&gt;

&lt;p&gt;
    &lt;img alt="GitHub Pages" src="https://res.cloudinary.com/practicaldev/image/fetch/s--UA0qAUCQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/GitHub%2520Pages-327FC7.svg%3Flogo%3Dgithub%26logoColor%3Dwhite" width="103" height="20"&gt;
    &lt;img alt="Heroku" src="https://res.cloudinary.com/practicaldev/image/fetch/s--bAlokBRf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Heroku-430098.svg%3Flogo%3Dheroku%26logoColor%3Dwhite" width="67" height="20"&gt;
    &lt;img alt="MongoDB" src="https://res.cloudinary.com/practicaldev/image/fetch/s--xloCgodG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/MongoDB-4ea94b.svg%3Flogo%3Dmongodb%26logoColor%3Dwhite" width="81" height="20"&gt;
    &lt;img alt="MySQL" src="https://res.cloudinary.com/practicaldev/image/fetch/s--9jQsad1P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/MySQL-00f.svg%3Flogo%3Dmysql%26logoColor%3Dwhite" width="67" height="20"&gt;
    &lt;img alt="Notion" src="https://res.cloudinary.com/practicaldev/image/fetch/s--84FvwOdn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Notion-010101.svg%3Flogo%3Dnotion%26logoColor%3Dwhite" width="63" height="20"&gt;
    &lt;img alt="Oracle" src="https://res.cloudinary.com/practicaldev/image/fetch/s--eqxUpr1G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Oracle-F00000.svg%3Flogo%3Doracle%26logoColor%3Dwhite" width="63" height="20"&gt;
    &lt;img alt="PostgreSQL" src="https://res.cloudinary.com/practicaldev/image/fetch/s--CjvH83lv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/PostgreSQL-316192.svg%3Flogo%3Dpostgresql%26logoColor%3Dwhite" width="91" height="20"&gt;
    &lt;img alt="Repl.it" src="https://res.cloudinary.com/practicaldev/image/fetch/s--YEJWQFf2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Repl.it-0D101E.svg%3Flogo%3DReplit%26logoColor%3Dwhite" width="63" height="20"&gt;
    &lt;img alt="SQLite" src="https://res.cloudinary.com/practicaldev/image/fetch/s--DHvtUyl_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/SQLite-07405e.svg%3Flogo%3Dsqlite%26logoColor%3Dwhite" width="65" height="20"&gt;
    &lt;img alt="Vercel" src="https://res.cloudinary.com/practicaldev/image/fetch/s--cXPWSHem--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Vercel-000000.svg%3Flogo%3Dvercel%26logoColor%3Dwhite" width="63" height="20"&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  💻 Software and tools
&lt;/h3&gt;

&lt;p&gt;
    &lt;img alt="Adobe" src="https://res.cloudinary.com/practicaldev/image/fetch/s--OtuzY6_B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Adobe-FF0000.svg%3Flogo%3Dadobe%26logoColor%3Dwhite" width="63" height="20"&gt;
    &lt;img alt="Android" src="https://res.cloudinary.com/practicaldev/image/fetch/s--IaubrNzu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Android-3DDC84%3Flogo%3Dandroid%26logoColor%3Dwhite" width="71" height="20"&gt;
    &lt;img alt="Android Studio" src="https://res.cloudinary.com/practicaldev/image/fetch/s--Up0q2CCB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Android%2520Studio-008678.svg%3Flogo%3Dandroid-studio%26logoColor%3Dwhite" width="109" height="20"&gt;
    &lt;img alt="Arch Linux" src="https://res.cloudinary.com/practicaldev/image/fetch/s--8vxXDtOS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Arch%2520Linux-1793D1.svg%3Flogo%3Darch-linux%26logoColor%3Dwhite" width="87" height="20"&gt;
    &lt;img alt="Audacity" src="https://res.cloudinary.com/practicaldev/image/fetch/s--gpMTsM0I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Audacity-0000CC%3Flogo%3Daudacity%26logoColor%3Dwhite" width="75" height="20"&gt;
    &lt;img alt="Bitwarden" src="https://res.cloudinary.com/practicaldev/image/fetch/s--9x6bmIjw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Bitwarden-175DDC%3Flogo%3Dbitwarden%26logoColor%3Dwhite" width="83" height="20"&gt;
    &lt;img alt="Brave" src="https://res.cloudinary.com/practicaldev/image/fetch/s--OY2bqcLS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Brave-FB542B%3Flogo%3Dbrave%26logoColor%3Dwhite" width="59" height="20"&gt;
    &lt;img alt="Codepen" src="https://res.cloudinary.com/practicaldev/image/fetch/s--w2DYWcJo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Codepen-000000.svg%3Flogo%3Dcodepen%26logoColor%3Dwhite" width="77" height="20"&gt;
    &lt;img alt="Construct 3" src="https://res.cloudinary.com/practicaldev/image/fetch/s--BDRZ15IE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Construct%25203-00b56a.svg%3Flogo%3Dconstruct-3%26logoColor%3Dwhite" width="91" height="20"&gt;
    &lt;img alt="Dark Reader" src="https://res.cloudinary.com/practicaldev/image/fetch/s--Q5jvsoTU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Dark%2520Reader-141E24%3Flogo%3Ddark-reader%26logoColor%3Dwhite" width="97" height="20"&gt;
    &lt;img alt="Git" src="https://res.cloudinary.com/practicaldev/image/fetch/s--jP6tt-Ta--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Git-F05033.svg%3Flogo%3Dgit%26logoColor%3Dwhite" width="43" height="20"&gt;
    &lt;img alt="Google Sheets" src="https://res.cloudinary.com/practicaldev/image/fetch/s--wJ4elfLu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Google%2520Sheets-34A853.svg%3Flogo%3Dgoogle%2520sheets%26logoColor%3Dwhite" width="107" height="20"&gt;
    &lt;img alt="Inkscape" src="https://res.cloudinary.com/practicaldev/image/fetch/s--6dP3KwRv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Inkscape-000000%3Flogo%3DInkscape%26logoColor%3Dwhite" width="77" height="20"&gt;
    &lt;img alt="Jupyter" src="https://res.cloudinary.com/practicaldev/image/fetch/s--zGl-26pf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Jupyter-F37626.svg%3Flogo%3DJupyter%26logoColor%3Dwhite" width="69" height="20"&gt;
    &lt;img alt="Mathematica" src="https://res.cloudinary.com/practicaldev/image/fetch/s--sN0sU9g2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Mathematica-DD1100.svg%3Flogo%3Dwolfram-mathematica%26logoColor%3Dwhite" width="99" height="20"&gt;
    &lt;img alt="OBS Studio" src="https://res.cloudinary.com/practicaldev/image/fetch/s--50uIXToI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-OBS%2520Studio-302E31%3Flogo%3Dobs-studio%26logoColor%3Dwhite" width="91" height="20"&gt;
    &lt;img alt="Photopea" src="https://res.cloudinary.com/practicaldev/image/fetch/s--oCLKw_cp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Photopea-18A497%3Flogo%3Dphotopea%26logoColor%3Dwhite" width="79" height="20"&gt;
    &lt;img alt="Postman" src="https://res.cloudinary.com/practicaldev/image/fetch/s--2BA4YRhC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Postman-FF6C37%3Flogo%3Dpostman%26logoColor%3Dwhite" width="75" height="20"&gt;
    &lt;img alt="Stack Overflow" src="https://res.cloudinary.com/practicaldev/image/fetch/s--pvhu1JG_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/-Stack%2520Overflow-FE7A16%3Flogo%3Dstack-overflow%26logoColor%3Dwhite" width="111" height="20"&gt;
    &lt;img alt="Visual Studio Code" src="https://res.cloudinary.com/practicaldev/image/fetch/s--rzV0UkiU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Visual%2520Studio%2520Code-0078d7.svg%3Flogo%3Dvisual-studio-code%26logoColor%3Dwhite" width="131" height="20"&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  📊 Github stats
&lt;/h2&gt;

&lt;p&gt;💻 GitHub Profile Stats&lt;br&gt;
  &lt;br&gt;&lt;br&gt;
    &lt;a href="https://github.com/anuraghazra/github-readme-stats"&gt;&lt;img alt="IncasedDevelopment's Github Stats" src="https://res.cloudinary.com/practicaldev/image/fetch/s--JNL7l6W2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://denvercoder1-github-readme-stats.vercel.app/api/%3Fusername%3DIncasedDevelopment%26show_icons%3Dtrue%26count_private%3Dtrue%26theme%3Dreact%26hide_border%3Dtrue%26bg_color%3D1F222E%26title_color%3DF85D7F%26icon_color%3DF8D866" width="495" height="195"&gt;&lt;/a&gt;&lt;br&gt;
  &lt;a href="https://github.com/anuraghazra/github-readme-stats"&gt;&lt;img alt="IncasedDevelopment's Top Languages" src="https://res.cloudinary.com/practicaldev/image/fetch/s--M650ufQO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github-readme-stats.vercel.app/api/top-langs/%3Fusername%3DIncasedDevelopment%26langs_count%3D8%26layout%3Dcompact%26theme%3Dreact%26hide_border%3Dtrue%26bg_color%3D1F222E%26title_color%3DF85D7F%26icon_color%3DF8D866%26hide%3DJupyter%2520Notebook" width="350" height="140"&gt;&lt;/a&gt;&lt;br&gt;
  &lt;br&gt;&lt;br&gt;
  &lt;b&gt;Note:&lt;/b&gt; Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ashutosh00710/github-readme-activity-graph"&gt;&lt;img alt="IncasedDevelopment's Activity Graph" src="https://res.cloudinary.com/practicaldev/image/fetch/s--WJh88r69--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://denvercoder1-activity-graph.herokuapp.com/graph/%3Fusername%3DIncasedDevelopment%26bg_color%3D1F222E%26color%3DF8D866%26line%3DF85D7F%26point%3DFFFFFF%26hide_border%3Dtrue" width="880" height="308"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>readme</category>
      <category>github</category>
      <category>markdown</category>
      <category>incaseddevelopment</category>
    </item>
    <item>
      <title>Added new Frameworks/Libraries.</title>
      <dc:creator>Incased Name</dc:creator>
      <pubDate>Tue, 31 May 2022 23:13:38 +0000</pubDate>
      <link>https://forem.com/incasedname/added-new-frameworkslibraries-3di6</link>
      <guid>https://forem.com/incasedname/added-new-frameworkslibraries-3di6</guid>
      <description>&lt;p&gt;🧰 Frameworks and libraries&lt;br&gt;
Arduino BlissfulJS Bootstrap Cordova Electron Express.js Flutter GitHub Actions Jest JUnit Keras Material Design Symfony NumPy Pandas PHPUnit Pytest React Symfony SonarLint Symfony SymPy TensorFlow Wordpress WPF (.Net)&lt;/p&gt;

</description>
      <category>readme</category>
      <category>github</category>
      <category>markdown</category>
    </item>
  </channel>
</rss>
