<?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: Lukasz</title>
    <description>The latest articles on DEV Community by Lukasz (@sakul007).</description>
    <link>https://dev.to/sakul007</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%2F614447%2F06260e70-2018-4d62-acbe-6c1f447c4c74.jpeg</url>
      <title>DEV Community: Lukasz</title>
      <link>https://dev.to/sakul007</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sakul007"/>
    <language>en</language>
    <item>
      <title>Javascript classes explanation in a simple way</title>
      <dc:creator>Lukasz</dc:creator>
      <pubDate>Sun, 10 Mar 2024 13:25:30 +0000</pubDate>
      <link>https://dev.to/sakul007/javascript-classes-explanation-in-a-simple-way-3n29</link>
      <guid>https://dev.to/sakul007/javascript-classes-explanation-in-a-simple-way-3n29</guid>
      <description>&lt;p&gt;Classes were added to Javascript in ECMAScript 2015 (ES6). They are not typical classes like in other object-oriented languages ie. Java.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foou81d84v5mx87ojfxmt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foou81d84v5mx87ojfxmt.png" alt="Class in Javascript is syntactic sugar" width="211" height="137"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The class in JS is helpful, facilitating syntactic sugar. It is nothing more than a regular function that receives an argument, and then this argument is assigned to the object THIS.&lt;br&gt;
In the case when a class has a method, this method is assigned to the prototype of this object.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbh6zrf0zbsuf8jmqwud1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbh6zrf0zbsuf8jmqwud1.png" alt="Class equivalent in Javascript" width="380" height="117"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>class</category>
      <category>beginners</category>
      <category>es6</category>
    </item>
    <item>
      <title>Maps better than Google Maps?</title>
      <dc:creator>Lukasz</dc:creator>
      <pubDate>Wed, 14 Apr 2021 15:35:27 +0000</pubDate>
      <link>https://dev.to/sakul007/maps-better-than-google-maps-jbh</link>
      <guid>https://dev.to/sakul007/maps-better-than-google-maps-jbh</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Kq57CZbX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/46vui6giywrk44l5ckxw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Kq57CZbX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/46vui6giywrk44l5ckxw.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Have you ever wished to give a great visual experience for customers of your page or readers of your blog posts where you project some information on a map? You should out ESRI API for Javascript which is simple but complex at the same time. It gives you a lot of opportunities of the way to visualize different types of data on a map like points, geotags, polylines, areas, and even 3D models.&lt;/p&gt;

&lt;p&gt;Don't waste your time and take a look at &lt;a href="https://developers.arcgis.com/javascript/latest/"&gt;https://developers.arcgis.com/javascript/latest/&lt;/a&gt; !&lt;/p&gt;

</description>
      <category>esri</category>
      <category>maps</category>
      <category>javascript</category>
      <category>3dcontent</category>
    </item>
  </channel>
</rss>
