<?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: Soysal Tan</title>
    <description>The latest articles on DEV Community by Soysal Tan (@soysaltan).</description>
    <link>https://dev.to/soysaltan</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%2F117142%2Fac05127c-89b8-4c4d-98f8-7c60e8c1301d.jpeg</url>
      <title>DEV Community: Soysal Tan</title>
      <link>https://dev.to/soysaltan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/soysaltan"/>
    <language>en</language>
    <item>
      <title>#PHPStorm tip: Create UUID value easily</title>
      <dc:creator>Soysal Tan</dc:creator>
      <pubDate>Mon, 28 Dec 2020 01:16:07 +0000</pubDate>
      <link>https://dev.to/soysaltan/phpstorm-tip-create-uuid-value-easily-2po1</link>
      <guid>https://dev.to/soysaltan/phpstorm-tip-create-uuid-value-easily-2po1</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Create new 'Live Template' from File-&amp;gt;Settings&lt;/li&gt;
&lt;li&gt;Set the template text to $VALUE$&lt;/li&gt;
&lt;li&gt;Click "Edit Variables"&lt;/li&gt;
&lt;li&gt;Set the VALUE to groovyScript("java.util.UUID.randomUUID() as String")&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now type uuid and press tab, and get a UUID generated&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media-exp1.licdn.com/dms/image/C4D22AQFG_SeNlHPk1A/feedshare-shrink_1280-alternative/0/1609117891592?e=1611792000&amp;amp;v=beta&amp;amp;t=U10COlQzaHtN68dbm_wZ2ePPTU_1oXcYVNCfPBuHXis"&gt;How to&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Decompose your Laravel route files</title>
      <dc:creator>Soysal Tan</dc:creator>
      <pubDate>Sun, 08 Nov 2020 11:43:53 +0000</pubDate>
      <link>https://dev.to/soysaltan/decompose-your-laravel-route-files-552p</link>
      <guid>https://dev.to/soysaltan/decompose-your-laravel-route-files-552p</guid>
      <description>&lt;p&gt;While working with Laravel, you may encounter a scenario in which &lt;strong&gt;route&lt;/strong&gt; files need to be &lt;strong&gt;separated&lt;/strong&gt;.In this case you will need to make some changes in the project. This process can often become a chore, I have often faced this problem so I developed a package to help you &lt;strong&gt;automate&lt;/strong&gt; this kind of chore.&lt;/p&gt;

&lt;p&gt;Github link : &lt;a href="https://github.com/soysaltan/larasplitter"&gt;https://github.com/soysaltan/larasplitter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can install by using Composer&lt;br&gt;
&lt;strong&gt;composer require soysaltan/larasplitter&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>laravel</category>
      <category>api</category>
      <category>routes</category>
    </item>
    <item>
      <title>PHP8 New Features #1</title>
      <dc:creator>Soysal Tan</dc:creator>
      <pubDate>Sun, 08 Nov 2020 11:35:07 +0000</pubDate>
      <link>https://dev.to/soysaltan/php8-new-features-1-pm3</link>
      <guid>https://dev.to/soysaltan/php8-new-features-1-pm3</guid>
      <description>&lt;h3&gt;
  
  
  PHP8 New Features #1
&lt;/h3&gt;

&lt;p&gt;There is such beauty in PHP8. Nice approach to Object ergonomics. It's called 'Constructor Property Promotion'.&lt;br&gt;
Nikita Popov, who made the proposal, explains here: &lt;a href="https://lnkd.in/dCdAS87"&gt;https://lnkd.in/dCdAS87&lt;/a&gt;&lt;br&gt;
RFC link: &lt;a href="https://lnkd.in/dxa6_jG"&gt;https://lnkd.in/dxa6_jG&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SriEnESe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/d4bnj4eepplvvls1s2ii.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SriEnESe--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/d4bnj4eepplvvls1s2ii.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

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