<?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: Aaron Canty</title>
    <description>The latest articles on DEV Community by Aaron Canty (@aaronc).</description>
    <link>https://dev.to/aaronc</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%2F576529%2F6dcac1e4-897f-46fb-948e-d593ce820ae9.jpg</url>
      <title>DEV Community: Aaron Canty</title>
      <link>https://dev.to/aaronc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aaronc"/>
    <language>en</language>
    <item>
      <title>Connecting Python scripts to Firebase Web-App ?</title>
      <dc:creator>Aaron Canty</dc:creator>
      <pubDate>Fri, 18 Nov 2022 13:14:44 +0000</pubDate>
      <link>https://dev.to/aaronc/connecting-python-scripts-to-firebase-web-app--2g0n</link>
      <guid>https://dev.to/aaronc/connecting-python-scripts-to-firebase-web-app--2g0n</guid>
      <description>&lt;p&gt;Hey guys,&lt;/p&gt;

&lt;p&gt;Bit of an issue - I'm building a website for a project and in the site, I need to have visualisations, and a chat bot (that are done already as python scripts) on the site. I'm using Firebase at the moment for hosting the site. Is there a way I can run the python visualisation inside the site?  No idea where to go. I've looked online at documentation and from what I can see, google cloud will be able to run the scripts once I containerize them. &lt;/p&gt;

&lt;p&gt;Are there any tutorials I can look at that will help me with this? Totally lost. &lt;/p&gt;

&lt;p&gt;I'm using JavaScript for the programming for the site.&lt;/p&gt;

&lt;p&gt;Thanks all &lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Why am I finding C so difficult?</title>
      <dc:creator>Aaron Canty</dc:creator>
      <pubDate>Wed, 06 Apr 2022 08:46:15 +0000</pubDate>
      <link>https://dev.to/aaronc/why-am-i-finding-c-so-difficult-2mhg</link>
      <guid>https://dev.to/aaronc/why-am-i-finding-c-so-difficult-2mhg</guid>
      <description>&lt;p&gt;Hi folks,&lt;/p&gt;

&lt;p&gt;Heading into the final few weeks of my last semester of year 2 at university and it's &lt;em&gt;okay&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The one thing that is breaking my brain more than other modules, is the C module. Not sure why I'm finding it so difficult but it's mind boggling! I get the idea of pointers, structs, memory allocation, etc. but I just can't bring it all together to develop a clear or even a basic understanding of the language.&lt;/p&gt;

&lt;p&gt;I think it's because I was spoiled - the last 2 years we've been doing Java, JS and Python mostly so it's been very high level and I didn't need to worry about things like the above. We're doing linked lists now and while I get the concept of a linked list, implementing them in C is a different ballgame entirely. &lt;/p&gt;

&lt;p&gt;Has anyone else had a similar experience? If so, any tips to make C more palatable?&lt;/p&gt;

&lt;p&gt;Thanks gang!&lt;/p&gt;

</description>
      <category>c</category>
      <category>programming</category>
      <category>discuss</category>
      <category>college</category>
    </item>
    <item>
      <title>How much of a life should I have as a student?</title>
      <dc:creator>Aaron Canty</dc:creator>
      <pubDate>Wed, 03 Mar 2021 10:49:41 +0000</pubDate>
      <link>https://dev.to/aaronc/how-much-of-a-life-should-i-have-as-a-student-2bg3</link>
      <guid>https://dev.to/aaronc/how-much-of-a-life-should-i-have-as-a-student-2bg3</guid>
      <description>&lt;p&gt;I must preface this with, &lt;em&gt;nobody&lt;/em&gt; really has a life at the moment but in general:&lt;/p&gt;

&lt;p&gt;What should my day look like if I'm doing software development? &lt;/p&gt;

&lt;p&gt;Study and that's it?&lt;/p&gt;

&lt;p&gt;Should I be pulling apart code all day?&lt;/p&gt;

&lt;p&gt;Am I supposed to be at this stuff from morning 'til night?&lt;/p&gt;

&lt;p&gt;Not complaining, just genuinely curious 😂&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>discuss</category>
      <category>college</category>
      <category>student</category>
    </item>
    <item>
      <title>Do you have a go-to list of resources for development?</title>
      <dc:creator>Aaron Canty</dc:creator>
      <pubDate>Thu, 11 Feb 2021 09:16:51 +0000</pubDate>
      <link>https://dev.to/aaronc/do-you-have-a-curated-list-of-resources-for-development-1fpj</link>
      <guid>https://dev.to/aaronc/do-you-have-a-curated-list-of-resources-for-development-1fpj</guid>
      <description>&lt;p&gt;A friend in university told me that he has one, made through g-mail and g-mail filters. I'd never thought of making one. I have a bookmarks folder with one or two things but having a go-to list of ideas/techniques/tutorials would be amazing.&lt;/p&gt;

&lt;p&gt;Do you have one? &lt;/p&gt;

&lt;p&gt;How do you make yours?&lt;/p&gt;

</description>
      <category>ideas</category>
      <category>resources</category>
      <category>tutorials</category>
      <category>discuss</category>
    </item>
    <item>
      <title>One thing you love and not love most about your dev career?</title>
      <dc:creator>Aaron Canty</dc:creator>
      <pubDate>Wed, 10 Feb 2021 08:31:30 +0000</pubDate>
      <link>https://dev.to/aaronc/one-thing-you-love-and-not-love-most-about-your-dev-career-5fb0</link>
      <guid>https://dev.to/aaronc/one-thing-you-love-and-not-love-most-about-your-dev-career-5fb0</guid>
      <description>&lt;p&gt;I only have a few months experience and that's in college, not in a job but I already love this industry. I can tell it's going to be a rewarding career! &lt;/p&gt;

&lt;p&gt;Do you think I'm right? Am am I disillusioned? &lt;/p&gt;

&lt;p&gt;Tell me why 😁&lt;/p&gt;

</description>
      <category>career</category>
      <category>community</category>
      <category>passion</category>
    </item>
    <item>
      <title>Hi from Ireland!</title>
      <dc:creator>Aaron Canty</dc:creator>
      <pubDate>Tue, 09 Feb 2021 14:52:52 +0000</pubDate>
      <link>https://dev.to/aaronc/hi-from-ireland-3n4j</link>
      <guid>https://dev.to/aaronc/hi-from-ireland-3n4j</guid>
      <description>&lt;p&gt;I'm Aaron, a first year in Munster Technological University Cork (formerly CIT), Ireland. &lt;/p&gt;

&lt;p&gt;I'm doing my BSc in Software Development and am sure I'll enjoy this community.&lt;/p&gt;

&lt;p&gt;We're mainly doing Python right now and I'm really enjoying it, if not a little intimidated.&lt;/p&gt;

&lt;p&gt;Hello!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
