<?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: Sir Node</title>
    <description>The latest articles on DEV Community by Sir Node (@sirnode).</description>
    <link>https://dev.to/sirnode</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%2F498111%2F7dbdcc7a-7124-4304-b74a-569e2a257931.png</url>
      <title>DEV Community: Sir Node</title>
      <link>https://dev.to/sirnode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sirnode"/>
    <language>en</language>
    <item>
      <title>Hacking Remote Windows Systems with Winexe</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sat, 13 Mar 2021 00:41:44 +0000</pubDate>
      <link>https://dev.to/sirnode/hacking-remote-windows-systems-with-winexe-35bf</link>
      <guid>https://dev.to/sirnode/hacking-remote-windows-systems-with-winexe-35bf</guid>
      <description>&lt;p&gt;&lt;a href="https://sirnode.com/blog/hacking-remote-windows-systems-with-winexe"&gt;https://sirnode.com/blog/hacking-remote-windows-systems-with-winexe&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>hacktoberfest</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>12 Great Visual Studio Code Plugins for Web Developers</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sat, 28 Nov 2020 17:15:12 +0000</pubDate>
      <link>https://dev.to/sirnode/12-great-visual-studio-code-plugins-for-web-developers-k31</link>
      <guid>https://dev.to/sirnode/12-great-visual-studio-code-plugins-for-web-developers-k31</guid>
      <description>&lt;p&gt;Serious lover of developers, Visual Studio Code has managed to become a popular code editor used by countless web developers since 2015. With its built-in Git support, IntelliSense that helps autocomplete code, extensive search, and advanced Debugger features, Visual Studio Code deserves all the praise for it.&lt;br&gt;
Continue reading: &lt;a href="https://sirnode.com/12-great-visual-studio-code-plugins-for-web-developers"&gt;https://sirnode.com/12-great-visual-studio-code-plugins-for-web-developers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>writing</category>
      <category>devops</category>
    </item>
    <item>
      <title>What is Clean Code? How to Write - 2020</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sat, 28 Nov 2020 17:12:55 +0000</pubDate>
      <link>https://dev.to/sirnode/what-is-clean-code-how-to-write-2020-4bja</link>
      <guid>https://dev.to/sirnode/what-is-clean-code-how-to-write-2020-4bja</guid>
      <description>&lt;p&gt;The more complex and longer the codes are, the more it reduces the productivity of the software developers. Complicated programs emerge when teams and people work together in harmony. While the people in the project are in control of the project detail, the people who will be involved in the project after the field are unaware of the code structure of the project. The person involved in the post must first read and understand the existing codes in order to benefit the project. At this point, clean code enters the circuit.&lt;br&gt;
Source:&lt;a href="https://sirnode.com/what-is-clean-code-how-to-write-2020"&gt;https://sirnode.com/what-is-clean-code-how-to-write-2020&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>writing</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>What is Functional Programming?
</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sun, 15 Nov 2020 12:25:27 +0000</pubDate>
      <link>https://dev.to/sirnode/what-is-functional-programming-40m</link>
      <guid>https://dev.to/sirnode/what-is-functional-programming-40m</guid>
      <description>&lt;p&gt;Functional programming (also known as FP) is a way of building software structure by creating pure functions. The situation observed in Object Oriented Programming avoids the concepts of changeable data.&lt;br&gt;
Continiue: &lt;a href="https://sirnode.com/what-is-functional-programming"&gt;https://sirnode.com/what-is-functional-programming&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>functional</category>
    </item>
    <item>
      <title>JavaScript Writing Rules</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sat, 14 Nov 2020 19:04:49 +0000</pubDate>
      <link>https://dev.to/sirnode/javascript-writing-rules-cp6</link>
      <guid>https://dev.to/sirnode/javascript-writing-rules-cp6</guid>
      <description>&lt;p&gt;It contains information about JavaScript spelling rules that should be considered when developing with JavaScript .&lt;br&gt;
Continiue: &lt;a href="https://sirnode.com/javascript-writing-rules"&gt;https://sirnode.com/javascript-writing-rules&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>webdev</category>
      <category>html</category>
    </item>
    <item>
      <title>What is CSS? What does it stand for? How to use?
</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sun, 01 Nov 2020 13:47:20 +0000</pubDate>
      <link>https://dev.to/sirnode/what-is-css-what-does-it-stand-for-how-to-use-2ch0</link>
      <guid>https://dev.to/sirnode/what-is-css-what-does-it-stand-for-how-to-use-2ch0</guid>
      <description>&lt;p&gt;CSS stands for "Cascading Style Sheets", which means "Cascading Style Layers". "What is CSS?" The answer to the question can be expressed as a definition language that allows web sites to be visually shaped and has its own rules. CSS, which is among the most basic web technologies along with HTML and JavaScript, offers a lot of visual control on web pages.&lt;br&gt;
read continue : &lt;a href="https://sirnode.com/what-is-css"&gt;https://sirnode.com/what-is-css&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is HTML and what are tags in HTML?
</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Thu, 29 Oct 2020 18:04:29 +0000</pubDate>
      <link>https://dev.to/sirnode/what-is-html-and-what-are-tags-in-html-3cmc</link>
      <guid>https://dev.to/sirnode/what-is-html-and-what-are-tags-in-html-3cmc</guid>
      <description>&lt;p&gt;HTML is a text markup language that stands for Hyper Text Markup Language. It is a programming language used in the creation of websites, in order for this language to work, it must be compiled by browsers such as chrome, firefox, safari, edge, opera. In this article, we will take a look at the details and usage areas of the HTML language, we wish you all good reading. Read continues..&lt;br&gt;
&lt;a href="https://sirnode.com/what-is-html-and-what-are-tags-in-html"&gt;https://sirnode.com/what-is-html-and-what-are-tags-in-html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
    </item>
    <item>
      <title>What Is Express In Node.js
https://sirnode.com/what-is-express-in-node-js</title>
      <dc:creator>Sir Node</dc:creator>
      <pubDate>Sat, 24 Oct 2020 16:45:40 +0000</pubDate>
      <link>https://dev.to/sirnode/what-is-express-in-node-js-https-sirnode-com-what-is-express-in-node-js-f23</link>
      <guid>https://dev.to/sirnode/what-is-express-in-node-js-https-sirnode-com-what-is-express-in-node-js-f23</guid>
      <description>&lt;p&gt;Hello in this article, I will share the information about the express module in node.js which is one of the most important and popular frameworks used with Node.js and how we can use it.&lt;/p&gt;

&lt;p&gt;Firstly, what is node.js? It is a Javascript Runtime platform started to be developed by Joyent in 2009, where we can write server-side applications with Javascript. It runs on a javascript engine called V8. V8 is vastly coded by C, C ++ and javascript languages ​​developed by Google and which Chrome web browsers also work on. Its sole purpose is to translate javascript code into machine code. It is definitely a very good performance. I created multiple events that run asynchronously and tested them myself. Their response speeds were incredible. Node.js, which runs I / O and network operations non-blocking, is very stingy in time and resources. In other words, if you want to give an example, instant transactions in very high traffic sites can be sent to the client's screen in a very short time and with less resource consumption, using the web socket, as in the same signalR, without querying the user. For example, sending stock exchange information withdrawn from a service to all clients. This will be done as the stock market information changes without querying the user. Real time applications can be done with node.js using web socket technology... Read Continue &lt;a href="https://sirnode.com/what-is-express-in-node-js"&gt;https://sirnode.com/what-is-express-in-node-js&lt;/a&gt;&lt;/p&gt;

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