<?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: Designer Anna</title>
    <description>The latest articles on DEV Community by Designer Anna (@designeranna1).</description>
    <link>https://dev.to/designeranna1</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%2F236062%2Fdc313cc2-4849-41d7-b7ec-61bcd6ffee41.png</url>
      <title>DEV Community: Designer Anna</title>
      <link>https://dev.to/designeranna1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/designeranna1"/>
    <language>en</language>
    <item>
      <title>The A.I. Protocol</title>
      <dc:creator>Designer Anna</dc:creator>
      <pubDate>Mon, 23 Dec 2019 13:37:00 +0000</pubDate>
      <link>https://dev.to/designeranna1/the-a-i-protocol-6pc</link>
      <guid>https://dev.to/designeranna1/the-a-i-protocol-6pc</guid>
      <description>&lt;p&gt;Whether you are a Developer 👩🏽‍💻, Designer 🖥, an artist 🎨, a student 📚 or playing several distinct roles all at once, you need to organise your stuff wisely. ⏰&lt;br&gt;
By wisely means, sorting things to get the maximum output, in minimum time, ✌️ as we know that according to theory of relativity, TIME and ENERGY are relative to each other. 🤔😇😀🤷🏽‍♂️&lt;br&gt;
“Well, lets not dive deep into that physics class, for now at least. 🤫😁 ”&lt;br&gt;
As it can be seen from the above diagram, the A.I. protocol depends upon some basic factors. One of which is the most important — the DATABASE.💁🏽‍♂️&lt;br&gt;
For a moment, until my next article ✍🏻 where I am going to breifly explain each of these topics, separately, I am leaving you with your thoughts and knowledge about ‘ which of these are important and what role they play as ‘ the basis of an A.I. foundation. 🙂&lt;br&gt;
This is me ‘ Designer Anna ‘ and we will meet again through my next article.&lt;br&gt;
You can follow me on 👉🏼 twitter.com/designeranna1/ .&lt;br&gt;
Till then Keep Coding #100DaysOfCode💯&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>JS objects' example (coffee intensity)</title>
      <dc:creator>Designer Anna</dc:creator>
      <pubDate>Wed, 25 Sep 2019 09:07:20 +0000</pubDate>
      <link>https://dev.to/designeranna1/js-objects-example-coffee-intensity-1ad6</link>
      <guid>https://dev.to/designeranna1/js-objects-example-coffee-intensity-1ad6</guid>
      <description>&lt;p&gt;function intensity(a){&lt;br&gt;
return a+"%";}&lt;br&gt;
//JS objects&lt;br&gt;
var coffee = {&lt;br&gt;
intensity1:intensity(55),&lt;br&gt;
intensity2:intensity(75),&lt;br&gt;
intensity3:intensity(90)&lt;br&gt;&lt;br&gt;
};&lt;/p&gt;

&lt;p&gt;document.write="Coffee is "+coffee.intensity1+" strong"&lt;br&gt;
document.write="Coffee is "+coffee.intensity2+" strong"&lt;br&gt;
document.write="Coffee is "+coffee.intensity3+" strong"&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>objects</category>
    </item>
  </channel>
</rss>
