<?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: Johnny</title>
    <description>The latest articles on DEV Community by Johnny (@johnnyjayjay).</description>
    <link>https://dev.to/johnnyjayjay</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%2F262297%2F40699c99-5b74-40d0-aae5-0278bafcedf4.jpeg</url>
      <title>DEV Community: Johnny</title>
      <link>https://dev.to/johnnyjayjay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johnnyjayjay"/>
    <language>en</language>
    <item>
      <title>An introduction to JVM bytecode</title>
      <dc:creator>Johnny</dc:creator>
      <pubDate>Sun, 08 Dec 2019 14:48:54 +0000</pubDate>
      <link>https://dev.to/johnnyjayjay/an-introduction-to-jvm-bytecode-2e0i</link>
      <guid>https://dev.to/johnnyjayjay/an-introduction-to-jvm-bytecode-2e0i</guid>
      <description>&lt;p&gt;Hey there!&lt;/p&gt;

&lt;p&gt;Now that I'm starting to use this site more frequently, I was reminded of an article that I wrote a bit more than a month ago and figured that I might share it here as well.&lt;/p&gt;

&lt;p&gt;It's a short introduction to JVM bytecode, i.e. the code that Java, Kotlin, Scala, Clojure etc. compile to. For those of you who use languages that run on the JVM this is particularly interesting but I'm sure others can also take away some ideas and concepts from it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/p/an-introduction-to-jvm-bytecode-5ef3165fae70?source=email-e6e27a602296--writer.postDistributed&amp;amp;sk=536caa64482bf8130da8f056f28c5700"&gt;Here's the link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>kotlin</category>
      <category>jvm</category>
    </item>
    <item>
      <title>Advent of Code 2019 solutions repository</title>
      <dc:creator>Johnny</dc:creator>
      <pubDate>Fri, 06 Dec 2019 22:43:06 +0000</pubDate>
      <link>https://dev.to/johnnyjayjay/advent-of-code-2019-solutions-repository-e6l</link>
      <guid>https://dev.to/johnnyjayjay/advent-of-code-2019-solutions-repository-e6l</guid>
      <description>&lt;p&gt;A few friends and I made &lt;a href="https://github.com/jkoenig134/AdventOfCode-2019/tree/develop"&gt;a repository to share our &lt;br&gt;
AdventOfCode solutions&lt;/a&gt; with the world and we're happy about any contribution!&lt;/p&gt;

&lt;p&gt;So far we've got solutions implemented in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clojure&lt;/li&gt;
&lt;li&gt;Go&lt;/li&gt;
&lt;li&gt;Haskell&lt;/li&gt;
&lt;li&gt;JavaScript (Node)&lt;/li&gt;
&lt;li&gt;Scala&lt;/li&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;Kotlin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You may contribute new languages, add missing solutions or make alternative solutions for existing languages.&lt;/p&gt;

&lt;p&gt;Happy coding!&lt;/p&gt;

</description>
      <category>adventofcode</category>
      <category>contributorswanted</category>
    </item>
  </channel>
</rss>
