<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Br-Notes on Janusworx</title>
    <link>https://janusworx.com/tags/br-notes/</link>
    <description>Recent content in Br-Notes on Janusworx</description>
    <image>
      <title>Janusworx</title>
      <url>https://janusworx.com/images/jw-logo.png</url>
      <link>https://janusworx.com/images/jw-logo.png</link>
    </image>
    <generator>Hugo -- 0.161.1</generator>
    <language>en</language>
    <lastBuildDate>Fri, 05 Jun 2020 09:57:41 +0530</lastBuildDate>
    <atom:link href="https://janusworx.com/tags/br-notes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Hundred Days of Code, Day 036</title>
      <link>https://janusworx.com/work/a-hundred-days-of-code-day-036/</link>
      <pubDate>Fri, 05 Jun 2020 09:57:41 +0530</pubDate>
      <guid>https://janusworx.com/work/a-hundred-days-of-code-day-036/</guid>
      <description>&lt;p&gt;While &lt;a href=&#34;https://en.wikipedia.org/wiki/Cyclone_Nisarga&#34;&gt;the storm&lt;/a&gt; passed us by, it bought upon us a day of no power.&lt;br&gt;
So I just deciced to make the most of it and read a book, I’ve wanted to, for quite a while.&lt;/p&gt;
&lt;p&gt;Finished Jon Stokes’, &lt;a href=&#34;https://nostarch.com/insidemachine.htm&#34;&gt;“Inside the Machine”.&lt;/a&gt;&lt;br&gt;
This book is like a 5000 feet, overview on how the CPU inside a computer works.&lt;br&gt;
If you’re curious like me, and don’t want to delve into the nitty-gritties of Computer Science, this is just the book for you.&lt;br&gt;
Starting with a fictional CPU and then racing through the Intel/AMD (x86, IA-64, x86-64) and AIM (Apple, IBM, Motorala - PowerPC) line of CPUs, this is a wonderful exposition of how the brains in your computer work.&lt;br&gt;
&lt;em&gt;(spoiler, they are really dumb and plenty fast!)&lt;/em&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>While <a href="https://en.wikipedia.org/wiki/Cyclone_Nisarga">the storm</a> passed us by, it bought upon us a day of no power.<br>
So I just deciced to make the most of it and read a book, I’ve wanted to, for quite a while.</p>
<p>Finished Jon Stokes’, <a href="https://nostarch.com/insidemachine.htm">“Inside the Machine”.</a><br>
This book is like a 5000 feet, overview on how the CPU inside a computer works.<br>
If you’re curious like me, and don’t want to delve into the nitty-gritties of Computer Science, this is just the book for you.<br>
Starting with a fictional CPU and then racing through the Intel/AMD (x86, IA-64, x86-64) and AIM (Apple, IBM, Motorala - PowerPC) line of CPUs, this is a wonderful exposition of how the brains in your computer work.<br>
<em>(spoiler, they are really dumb and plenty fast!)</em></p>
<p>This was a wonderful, wonderful, book!<br>
I cannot wait for the <a href="https://collectiveidea.com/blog/archives/2015/09/15/inside-the-machine-v20-coming-soon-with-more-arm">new edition</a> to arrive!</p>
<hr>
]]></content:encoded>
    </item>
    <item>
      <title>Introducing Regular Expressions</title>
      <link>https://janusworx.com/work/introducing-regular-expressions/</link>
      <pubDate>Sat, 16 May 2020 11:38:54 +0530</pubDate>
      <guid>https://janusworx.com/work/introducing-regular-expressions/</guid>
      <description>&lt;p&gt;Done with &lt;a href=&#34;http://shop.oreilly.com/product/0636920012337.do&#34;&gt;Introducing Regular Expressions&lt;/a&gt;, by Michael Fitzgerald.&lt;br&gt;
The subtitle, of the book &lt;a href=&#34;http://shop.oreilly.com/product/0636920012337.do&#34;&gt;says it all&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Unraveling Regular Expressions, Step-by-Step&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Michael is a funny, patient and pithy author.&lt;/p&gt;
&lt;p&gt;The book breaks down the basics of Regular Expressions into its components and then walks through explaining them in examples, line by painstaking line.&lt;br&gt;
Any book that uses &lt;a href=&#34;https://en.wikisource.org/wiki/Lyrical_Ballads_(1798)/The_Rime_of_the_Ancyent_Marinere&#34;&gt;Coleridge&lt;/a&gt; to teach me Regular Expressions is awesome, so I’m biased :)&lt;/p&gt;
&lt;p&gt;Definitely worth a read if you are brand new to the powerful world of RegEx.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Done with <a href="http://shop.oreilly.com/product/0636920012337.do">Introducing Regular Expressions</a>, by Michael Fitzgerald.<br>
The subtitle, of the book <a href="http://shop.oreilly.com/product/0636920012337.do">says it all</a>.</p>
<blockquote>
<p><em>Unraveling Regular Expressions, Step-by-Step</em></p>
</blockquote>
<p>Michael is a funny, patient and pithy author.</p>
<p>The book breaks down the basics of Regular Expressions into its components and then walks through explaining them in examples, line by painstaking line.<br>
Any book that uses <a href="https://en.wikisource.org/wiki/Lyrical_Ballads_(1798)/The_Rime_of_the_Ancyent_Marinere">Coleridge</a> to teach me Regular Expressions is awesome, so I’m biased :)</p>
<p>Definitely worth a read if you are brand new to the powerful world of RegEx.</p>
<hr>
]]></content:encoded>
    </item>
    <item>
      <title>Python Regular Expressions - Real World Projects</title>
      <link>https://janusworx.com/personal/python-regular-expressions-real-world-projects/</link>
      <pubDate>Fri, 15 May 2020 20:16:43 +0530</pubDate>
      <guid>https://janusworx.com/personal/python-regular-expressions-real-world-projects/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://learning.oreilly.com/videos/2018-python-regular/9781789539523&#34;&gt;Did this short course&lt;/a&gt; to get myself upto speed with &lt;a href=&#34;https://en.wikipedia.org/wiki/Regular_expression&#34;&gt;Regular Expressions&lt;/a&gt;, since the books I was trying to read were not quite doing it for me.&lt;br&gt;
It’s short, sweet and extremely thorough.&lt;/p&gt;
&lt;p&gt;After this I don’t quite know regex, but I’m no longer lost at sea.&lt;/p&gt;
&lt;p&gt;I’ve now picked up a book and I get what they are talking about now.&lt;br&gt;
The book and lots of practice, should get me to where I want to be with Regular Expressions.&lt;br&gt;
I’m sweating this, because I’ve realised, this is an important skill, I need to have.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://learning.oreilly.com/videos/2018-python-regular/9781789539523">Did this short course</a> to get myself upto speed with <a href="https://en.wikipedia.org/wiki/Regular_expression">Regular Expressions</a>, since the books I was trying to read were not quite doing it for me.<br>
It’s short, sweet and extremely thorough.</p>
<p>After this I don’t quite know regex, but I’m no longer lost at sea.</p>
<p>I’ve now picked up a book and I get what they are talking about now.<br>
The book and lots of practice, should get me to where I want to be with Regular Expressions.<br>
I’m sweating this, because I’ve realised, this is an important skill, I need to have.</p>
<hr>
]]></content:encoded>
    </item>
  </channel>
</rss>
