<?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: Trisha</title>
    <description>The latest articles on DEV Community by Trisha (@trishaganesh09).</description>
    <link>https://dev.to/trishaganesh09</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%2F221322%2F041b575c-b2f9-421c-8b7c-890204c495ee.png</url>
      <title>DEV Community: Trisha</title>
      <link>https://dev.to/trishaganesh09</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trishaganesh09"/>
    <language>en</language>
    <item>
      <title>A chess game (I'll return to complete this soon) </title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Thu, 30 Apr 2020 13:05:38 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/a-chess-game-i-ll-return-to-complete-this-soon-1iii</link>
      <guid>https://dev.to/trishaganesh09/a-chess-game-i-ll-return-to-complete-this-soon-1iii</guid>
      <description>

</description>
      <category>productivity</category>
    </item>
    <item>
      <title>Top 10 Essential Dev Info (this is empty for now I'll come back and add info later) </title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Mon, 27 Apr 2020 13:23:27 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/top-10-essential-dev-info-this-is-empty-for-now-i-ll-come-back-and-add-info-later-2nnc</link>
      <guid>https://dev.to/trishaganesh09/top-10-essential-dev-info-this-is-empty-for-now-i-ll-come-back-and-add-info-later-2nnc</guid>
      <description>

</description>
    </item>
    <item>
      <title>MAX OCR</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Wed, 18 Mar 2020 19:27:19 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/max-ocr-2ll</link>
      <guid>https://dev.to/trishaganesh09/max-ocr-2ll</guid>
      <description>&lt;p&gt;A project relating to the # of occurrences in special tests.&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/MAX-OCR?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>java</category>
    </item>
    <item>
      <title>Valentine Heart</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sat, 15 Feb 2020 00:52:03 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/valentine-hearts-hm3</link>
      <guid>https://dev.to/trishaganesh09/valentine-hearts-hm3</guid>
      <description>&lt;p&gt;I tried using the heart Unicode to change the characters and it didn't work. I'm yet to figure that out :/ &lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/Valentine-Hearts?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>java</category>
      <category>productivity</category>
      <category>functional</category>
    </item>
    <item>
      <title>Switching to Haskell </title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sun, 09 Feb 2020 05:53:12 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/switching-to-haskell-4od7</link>
      <guid>https://dev.to/trishaganesh09/switching-to-haskell-4od7</guid>
      <description>&lt;p&gt;Haskell is a great programming language that can be used in any domain. Ideally, it is best suited for business and logic relating to data analysis. It's known to be a functional programming language. &lt;/p&gt;

&lt;p&gt;Many programmers who use Haskell know that it is relatively faster than other programming languages. Languages like Java, C++, C, Python, PHP, and Ruby contain low-level commands compared to Haskell. These languages are more prone to have highly mutable variables. In addition, messed up code will lead to bugs and syntax errors. &lt;/p&gt;

&lt;p&gt;Of course, Java, Python, and other languages are useful, however, using Haskell often does not lead to many errors and it's more efficient.  &lt;/p&gt;

&lt;p&gt;A program written in Java:                  &lt;/p&gt;

&lt;p&gt;final int LIMIT=100; &lt;br&gt;
int[]a = new int[LIMIT];&lt;br&gt;
int[]b = new int[LIMIT - 10]; &lt;br&gt;
for (int i=0; i &amp;lt; LIMIT;i++) {&lt;br&gt;
  a[i] = (i+1)*2; &lt;br&gt;
  if (i&amp;gt;=5) b[i-5]=a[i]; &lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;A program written in Haskell: &lt;/p&gt;

&lt;p&gt;let a = [1,3..100]&lt;br&gt;
 let b = drop 2&lt;/p&gt;

&lt;p&gt;Haskell isn't as popular compared to Java and Python because it is a hard language to learn. However, it helps one create better quality software that doesn't require much debugging. &lt;/p&gt;

&lt;p&gt;If you want to write code more efficiently and faster then Haskell is the language for you! &lt;/p&gt;

</description>
      <category>productivity</category>
      <category>haskell</category>
    </item>
    <item>
      <title>qmysql</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sat, 18 Jan 2020 17:04:57 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/qmysql-352k</link>
      <guid>https://dev.to/trishaganesh09/qmysql-352k</guid>
      <description>&lt;p&gt;I used PHP&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/qmysql?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>phpcli</category>
    </item>
    <item>
      <title>sflf</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sat, 21 Dec 2019 14:07:51 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/sflf-316c</link>
      <guid>https://dev.to/trishaganesh09/sflf-316c</guid>
      <description>&lt;p&gt;~Haskell~&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/sflf?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>haskell</category>
      <category>functional</category>
    </item>
    <item>
      <title>Java Dollars</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sat, 30 Nov 2019 15:50:03 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/java-dollars-poi</link>
      <guid>https://dev.to/trishaganesh09/java-dollars-poi</guid>
      <description>&lt;p&gt;I made a pattern using the dollar symbol. &lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/dollarsjava?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>java</category>
      <category>productivity</category>
    </item>
    <item>
      <title>runner</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Wed, 16 Oct 2019 03:34:04 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/runner-5cb4</link>
      <guid>https://dev.to/trishaganesh09/runner-5cb4</guid>
      <description>&lt;p&gt;Java on the run!&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/runner?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>java</category>
    </item>
    <item>
      <title>Swing App</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Fri, 13 Sep 2019 01:18:04 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/swing-app-5798</link>
      <guid>https://dev.to/trishaganesh09/swing-app-5798</guid>
      <description>&lt;p&gt;This is a common method to add/remove values from lists.&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/Swing-App?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>javaswing</category>
      <category>replit</category>
    </item>
    <item>
      <title>JS Prototype</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sun, 08 Sep 2019 01:06:53 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/js-prototype-275h</link>
      <guid>https://dev.to/trishaganesh09/js-prototype-275h</guid>
      <description>&lt;p&gt;This project contains a lot of files that I used to put my work together :) &lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/js-prototype?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>node</category>
    </item>
    <item>
      <title>Clonin'</title>
      <dc:creator>Trisha</dc:creator>
      <pubDate>Sat, 31 Aug 2019 01:09:52 +0000</pubDate>
      <link>https://dev.to/trishaganesh09/clonin-1o5h</link>
      <guid>https://dev.to/trishaganesh09/clonin-1o5h</guid>
      <description>&lt;p&gt;JavaRandom&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@trishaganesh09/Clonin?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>java</category>
    </item>
  </channel>
</rss>
