<?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: ASHUTOSH KUMAR CHOUDHARY</title>
    <description>The latest articles on Forem by ASHUTOSH KUMAR CHOUDHARY (@ashkodes).</description>
    <link>https://forem.com/ashkodes</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%2F752730%2Fc6224a0a-e2ca-48f3-b21f-3a4a7acff863.png</url>
      <title>Forem: ASHUTOSH KUMAR CHOUDHARY</title>
      <link>https://forem.com/ashkodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ashkodes"/>
    <language>en</language>
    <item>
      <title>Looking for Remote full time Job/Internship</title>
      <dc:creator>ASHUTOSH KUMAR CHOUDHARY</dc:creator>
      <pubDate>Mon, 18 Sep 2023 23:10:42 +0000</pubDate>
      <link>https://forem.com/ashkodes/looking-for-remote-full-time-jobinternship-135n</link>
      <guid>https://forem.com/ashkodes/looking-for-remote-full-time-jobinternship-135n</guid>
      <description>&lt;p&gt;Hello, Everyone,I am looking for a remote fulltime job,I am sharing my developer profile and would really appreciate if someone can help.&lt;br&gt;
Github-&lt;a href="https://github.com/Ash-KODES"&gt;https://github.com/Ash-KODES&lt;/a&gt;&lt;br&gt;
Linkedin-&lt;a href="https://www.linkedin.com/in/ash-kodes"&gt;https://www.linkedin.com/in/ash-kodes&lt;/a&gt;&lt;br&gt;
Resume-&lt;a href="https://bit.ly/3JSj1RQ"&gt;https://bit.ly/3JSj1RQ&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🙏 Thanks &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Arora-Music Player</title>
      <dc:creator>ASHUTOSH KUMAR CHOUDHARY</dc:creator>
      <pubDate>Thu, 12 May 2022 16:49:43 +0000</pubDate>
      <link>https://forem.com/ashkodes/appwrite-submission-post-placeholder-title-fmd</link>
      <guid>https://forem.com/ashkodes/appwrite-submission-post-placeholder-title-fmd</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;I had made a custom music player on the theme of marshmellow:) and deployed it on vercel.&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Web2 Wizards&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;

&lt;p&gt;% &lt;a href="https://github.com/Ash-KODES/AURORA"&gt;https://github.com/Ash-KODES/AURORA&lt;/a&gt; %&lt;/p&gt;

</description>
      <category>appwritehack</category>
    </item>
    <item>
      <title>"BINARY" in 100 words</title>
      <dc:creator>ASHUTOSH KUMAR CHOUDHARY</dc:creator>
      <pubDate>Thu, 10 Feb 2022 19:18:02 +0000</pubDate>
      <link>https://forem.com/ashkodes/binary-in-100-words-jhm</link>
      <guid>https://forem.com/ashkodes/binary-in-100-words-jhm</guid>
      <description>&lt;h2&gt;
  
  
  INTRODUCTION
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Binary is one of the many counting system that are out there.
It is a number system where all possible values can be 
represented by &lt;strong&gt;2&lt;/strong&gt; symbols.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4xw2fincneslibv938rj.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4xw2fincneslibv938rj.gif" alt="BINARY"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The most commonly used counting system which is used in day to day life is the decimal system (also known as base 10 positonal),in which every number can be represented by using &lt;strong&gt;10&lt;/strong&gt; number making it much more efficient than binary system.But the reason why binaries are used in computer instead of other efficient counting system is because of computers physical limitations.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Everything that computer does can come down to &lt;strong&gt;micro&lt;/strong&gt; &lt;strong&gt;transistor&lt;/strong&gt; which works on two energy levels that is binary.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  REPRESENTATION
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A single &lt;strong&gt;BINARY DIGIT&lt;/strong&gt; is called a &lt;strong&gt;BIT&lt;/strong&gt; and you can not do much with it,so they come in a pakage of 8 called as BYTE that can represent &lt;strong&gt;256&lt;/strong&gt; values.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fflej3afbmze421ryj72g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fflej3afbmze421ryj72g.png" alt="ONE BYTE"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  BREIF HISTORY
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;In acient times binary were used by many civilisation as there counting system.For example:In egypt it was used in &lt;strong&gt;HORUS EYE's&lt;/strong&gt; fraction and similarly in &lt;strong&gt;I CHING&lt;/strong&gt; in china.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffutstaqhhrha3d2lu0l9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffutstaqhhrha3d2lu0l9.jpg" alt="HORUS EYE AND ICHING"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Binary is also the basis of &lt;strong&gt;MORSE CODE&lt;/strong&gt; where every letter is represented by 2 different sounds.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;When first computer(&lt;strong&gt;ENIAC 1945&lt;/strong&gt;) arrived they were programed by manual flicking switches which represents binary.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  IMPLEMENTATION
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Todays modern microchips consist of billions of transistors that uses logic gates to execute binary code billions of times per second.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkjd3oyug1fobiqn0m2cg.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkjd3oyug1fobiqn0m2cg.gif" alt="Apple m1 chips"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Modern programmers dont write binary directly instead they write code in high level languages like python and C++ which then can be interpreted or compiled into binary format.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqgzphs7d1ha86wjd8i0a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqgzphs7d1ha86wjd8i0a.png" alt="assembler"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In computers these binary are mapped as to something more intresting for human like a letter or a alphabet using ASCII table or the the colour of pixel in an image.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is all for this blog,thanks for reading:)&lt;br&gt;
suggestions are most welcomed.&lt;br&gt;
HAVE A NICE DAY!&lt;br&gt;
(Btw this is my first BLOG:))&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
