<?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: RPBee</title>
    <description>The latest articles on DEV Community by RPBee (@rpbee).</description>
    <link>https://dev.to/rpbee</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%2F999624%2F0a01af4a-ee6d-4fd9-89ac-8898e049b302.jpg</url>
      <title>DEV Community: RPBee</title>
      <link>https://dev.to/rpbee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rpbee"/>
    <language>en</language>
    <item>
      <title>MonkISH1</title>
      <dc:creator>RPBee</dc:creator>
      <pubDate>Sat, 04 Feb 2023 19:41:15 +0000</pubDate>
      <link>https://dev.to/rpbee/monkish1-5aid</link>
      <guid>https://dev.to/rpbee/monkish1-5aid</guid>
      <description>&lt;p&gt;The day I saw you has always been the day I feel to be a viewer of the walking chocolate fountain with the husky voice.&lt;/p&gt;

&lt;h1&gt;
  
  
  CringeAF
&lt;/h1&gt;

&lt;p&gt;-- RPBee.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>MyNodeJourneyIn2Days</title>
      <dc:creator>RPBee</dc:creator>
      <pubDate>Thu, 02 Feb 2023 21:19:07 +0000</pubDate>
      <link>https://dev.to/rpbee/mynodejourneyin2days-24c6</link>
      <guid>https://dev.to/rpbee/mynodejourneyin2days-24c6</guid>
      <description>&lt;p&gt;The sequence : #1&lt;/p&gt;

&lt;p&gt;Intro : Course Intro : What Is Node : Course Requirements : Course Structure : Browser Vs Server : Install Node : Repl : Cli : Source Code : Globals : Modules Setup : First Module : Alternative Syntax : Mind Grenade : Built-In Module Intro : Os Module : Path Module :: Fs Module (Sync) :: Fs Module (Async) :: Sync Vs Async :: Http Intro :: Http Module (Setup) :: Http Module (More Features) :: NPM Info :: NPM Command :: First Package :: Share Code :: Nodemon :: Uninstall :: Global Install :: Package-Lock.Json :: Important Topics Intro :: Event Loop :: Event Loop Slides :: Event Loop Code Examples :: Async Patterns - Blocking Code :: Async Patterns - Setup Promises :: Async Patterns - Refactor To Async :: Async Patterns - Node's Native Option :: Events Info :: Events Emitter - Code Example :: Events Emitter - Additional Info :: Events Emitter - Http Module Example :: Streams Intro :: Streams - Read File :: Streams - Additional Info :: Streams - Http Example :: End Of Node Tutorial Module :: HTTP Request/Response Cycle :: Http Messages :: Starter Project Install :: Starter Overview :: Http Basics :: Http - Headers :: Http - Request Object :: Http - Html File :: Http - App Example :: Express Info :: Express Basics :: Express - App Example :: Express - All Static :: API Vs SSR :: JSON Basics :: Params, Query String - Setup :: Route Params :: Params - Extra Info :: Query String :: Additional Params And Query String Info :: Middleware - Setup :: APP.USE :: Multiple Middleware Functions :: Additional Middleware Info :: Methods - GET :: Methods - POST :: Methods - POST (Form Example) :: Methods - POST (Javascript Example) :: Install Postman :: Methods - PUT :: Methods - DELETE :: Express Router - Setup :: Express Router - Controllers ::&lt;/p&gt;

</description>
      <category>node</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>EMMET at a glance</title>
      <dc:creator>RPBee</dc:creator>
      <pubDate>Wed, 04 Jan 2023 04:41:34 +0000</pubDate>
      <link>https://dev.to/rpbee/emmet-at-a-glance-1180</link>
      <guid>https://dev.to/rpbee/emmet-at-a-glance-1180</guid>
      <description>&lt;p&gt;EMMET makes the task of typing for HTML and CSS short.&lt;/p&gt;

&lt;p&gt;The following are the few EMMET commands.&lt;br&gt;
EMMET is already a built in extension for vscode.&lt;br&gt;
The following are the commonly used shortcuts provided by EMMET&lt;/p&gt;

&lt;p&gt;! - Template HTML DOC 5 code.&lt;br&gt;
p - Paragraph tag&lt;br&gt;
div - div tag&lt;br&gt;
tag name in html - gives the open and closed tags along with common attributes.&lt;br&gt;
(# as prefix)x - Gives a div tag with id x&lt;br&gt;
.x - Gives a div tag with class x&lt;br&gt;
(# as prefix)x.x - Gives a div tag with class x and id x.&lt;br&gt;
p.x - Gives a paragraph tag with class x.&lt;br&gt;
p#x - Gives a paragraph tag with id x.&lt;br&gt;
div*3 - Gives 3 div tags.&lt;br&gt;
div.x*3 - Gives 3 div tags with class x.&lt;br&gt;
div#x*3 - Gives 3 div tags with id x.&lt;br&gt;
div&amp;gt;p&amp;gt;h1 - Gives a div with p as child with h1 as p's child.&lt;br&gt;
div&amp;gt;p*3 - Gives a div with three child p tags.&lt;br&gt;
div+p - Gives a div and p tags as siblings.&lt;/p&gt;

</description>
      <category>vue</category>
      <category>nuxt</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
