<?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: crdamon123</title>
    <description>The latest articles on DEV Community by crdamon123 (@crdamon123).</description>
    <link>https://dev.to/crdamon123</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%2F207004%2Fad4b0d0b-0190-4fd8-ae57-c3aa11523067.png</url>
      <title>DEV Community: crdamon123</title>
      <link>https://dev.to/crdamon123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/crdamon123"/>
    <language>en</language>
    <item>
      <title>Is The Playstation 5 Almost Here?!</title>
      <dc:creator>crdamon123</dc:creator>
      <pubDate>Tue, 20 Aug 2019 00:51:01 +0000</pubDate>
      <link>https://dev.to/crdamon123/is-the-playstation-5-almost-here-2e86</link>
      <guid>https://dev.to/crdamon123/is-the-playstation-5-almost-here-2e86</guid>
      <description>&lt;p&gt;Sony's PS5 will be revolutionary in the field of gaming. With it's release rumored to be in late 2020, fans are waiting in eager anticipation for another system that they can create fond memories with.&lt;/p&gt;

&lt;p&gt;The PS5 will offer backwards compatibility, allowing players to relive the experiences of playing games on the PS4 in 8k resolution. In addition, the GPU will be clocked at an insane 2ghz! That is 9.2 TF on the RDNA architecture, and about 14 TF on the GCN architecture. That's double the power of the X1X. That's almost RTX2080 power! As of now, this achievement is unparalleled.&lt;/p&gt;

&lt;p&gt;Imagine playing Spiderman PS4 and fast traveling through the city, but instead of waiting fifteen seconds to get to the other side of the map, imagine appearing their in less then a second! These specs have yet to be confirmed, but if they are true, the experience provided by the PS5 will be unlike that of any system before it. We'll just have to wait and see, until then fans will be waiting in eager anticipation.&lt;/p&gt;

</description>
      <category>sony</category>
    </item>
    <item>
      <title>JavaScript Is The Master Language</title>
      <dc:creator>crdamon123</dc:creator>
      <pubDate>Mon, 12 Aug 2019 12:24:46 +0000</pubDate>
      <link>https://dev.to/crdamon123/javascript-is-the-master-language-d61</link>
      <guid>https://dev.to/crdamon123/javascript-is-the-master-language-d61</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Websites:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;JavaScript was invented to add interactivity to websites by Brendan Eich back in 1995. This is JavaScript's main function. Almost all web sites are running JavaScript on some level. This is not as impressive as all the other things JavaScript can do.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web Applications:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As computer technology and user interfaces become better, so has the ability to create robust web applications. Applications like Google Maps allow you to explore places all over the world. As you click and drag with the mouse, You may see a part of the map that gradually becomes more detailed. All of this is done using JavaScript.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Presentations:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;JavaScript is frequently used to create presentations as websites. Using the RevealJS library, a JavaScript framework for creating presentations using HTML, becomes really easy if you’re already familiar with HTML and CSS. If you’re not familiar with these tools, you can still use slides.com, which uses RevealJS to build a web-based slide template for you.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Server Applications:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When NodeJS was created a few year ago, JavaScript transitioned from the browser and into the server. Since then, Node has been utilized by many major companies, such as Netflix, as a major component of their back-end infrastructure.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web Servers:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;While we’re on the topic of server applications. Have you seen Node’s Hello World application? It’s easy to build a web server in about 10 lines of code. Of course, you can create much more robust servers using node or the standard server application framework expressJS. Many of the previously mentioned applications using Node are actually built using the MEAN stack (Mongo, Express, Angular, Node), of which Express is a key component.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Games:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;JavaScript has recently become a well-made venue for games. Additionally, with the advent of the HTML5 canvas, the intricacies in browser-based games has increased exponentially.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Art:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;One of the new features in the HTML5 specification is the canvas element, which allows the browser to render three-dimensional shapes. The browser is now used as a new medium for digital art projects.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Smartwatch Apps:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The creators of smartwatch, Pebble has created Pebble.js, a small JavaScript framework that allows a developer to create an application for the Pebble watches using JavaScript. But Pebble makes up a smaller part of the market. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Mobile Apps:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;One of the most powerful things you can do with JavaScript is build applications for things that aren't the internet. For instance, mobile devices are now the most popular way to access the internet. This means that mobile applications are as important a product as a web products. React Native has recently been used in mobile development, and shows a lot of promise of becoming the major player across platforms. You can make mobile apps with JavaScript, and you can deploy and download right to Google Play or the Apple store. Facebook, AirBnB, and instagram are a few products that were made using React Native.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Flying Robots:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Several commercially available quadcopters come with a simple Operating System that makes it possible to install NodeJS. This allows you to program a flying robot using JavaScript.&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Surviving In A Post-digital ERA</title>
      <dc:creator>crdamon123</dc:creator>
      <pubDate>Mon, 05 Aug 2019 13:19:31 +0000</pubDate>
      <link>https://dev.to/crdamon123/surviving-in-a-post-digital-era-3d61</link>
      <guid>https://dev.to/crdamon123/surviving-in-a-post-digital-era-3d61</guid>
      <description>&lt;p&gt;WHAT IS DARQ ?&lt;/p&gt;

&lt;p&gt;DARQ stands for distributed ledger technology, artificial intelligence, extended reality, and quantum computing.&lt;/p&gt;

&lt;p&gt;The world is rapidly moving toward a post-digital era, where leaders will need to be able to rely on digital innovation. With digital proficiency alone no longer serving as a contrast, future-minded business leaders will need to offer more technologically in order to succeed.&lt;/p&gt;

&lt;p&gt;That means embracing a group of emanate technologies to drive the next waves of innovation and growth. Specifically, they will need to master the set of new technologies called DARQ.&lt;/p&gt;

&lt;p&gt;Why DARQ matters&lt;/p&gt;

&lt;p&gt;New technologies have always acted as a start for change, because the creators of these technologies leverage companies to gain wide distribution. Each of the four technologies that make up DARQ will be used by businesses across the economy to individuate their products and services.&lt;/p&gt;

&lt;p&gt;In fact, individual DARQ technologies are already being implemented by many businesses today. AI plays an important part in optimizing processes and influencing decisions of tech companies. XR, or extended reality, creates new ways for people to experience and engage with the world around them. Distributed ledgers are most commonly used in the context of cryptocurrencies, but they are expanding their capabilities by eliminating the need for third parties. And quantum computing, the DARQ technology that is least understood, will usher in unique ways to approach and solve the hardest computational problems.&lt;/p&gt;

&lt;p&gt;What DARQ will do&lt;/p&gt;

&lt;p&gt;While each of these new technologies that make up DARQ are being implemented at different rates among tech companies, it’s clear that the new wave of companies using DARQ technologies to drive innovation is already here. Once the collective power of DARQ becomes more prevalent, it might be too late for those who aren't implementing DARQ to compete in the tech industry.&lt;/p&gt;

&lt;p&gt;DARQ will let leaders in this constantly changing era reinvent their businesses. Being ready to harness the full power of DARQ in the future means starting today.&lt;/p&gt;

</description>
      <category>darq</category>
    </item>
  </channel>
</rss>
