<?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: Burak Kucukparmaksiz</title>
    <description>The latest articles on DEV Community by Burak Kucukparmaksiz (@burakkp).</description>
    <link>https://dev.to/burakkp</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%2F126450%2F88e5e932-f07d-423e-802c-a151368e2ba2.jpeg</url>
      <title>DEV Community: Burak Kucukparmaksiz</title>
      <link>https://dev.to/burakkp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/burakkp"/>
    <language>en</language>
    <item>
      <title>Virtual box NS_ERROR_FAILURE (0x80004005) Solution</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Tue, 06 Apr 2021 12:10:56 +0000</pubDate>
      <link>https://dev.to/burakkp/virtual-box-nserrorfailure-0x80004005-solution-5k0</link>
      <guid>https://dev.to/burakkp/virtual-box-nserrorfailure-0x80004005-solution-5k0</guid>
      <description>&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;I am faced this kind of error and I found a solution with this command. If you have a same issue try this.&lt;/p&gt;

&lt;p&gt;$ sudo apt install --reinstall virtualbox-dkms &amp;amp;&amp;amp; sudo apt install libelf-dev&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
      <category>virtualbox</category>
      <category>errors</category>
    </item>
    <item>
      <title>It doesn’t work with Electron latest version</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Mon, 13 Jul 2020 06:38:08 +0000</pubDate>
      <link>https://dev.to/burakkp/it-doesn-t-work-with-electron-latest-version-1cb3</link>
      <guid>https://dev.to/burakkp/it-doesn-t-work-with-electron-latest-version-1cb3</guid>
      <description>&lt;p&gt;Hi folks,&lt;/p&gt;

&lt;p&gt;I updated my electron app to the latest version(9.0.5), After that, I faced the problem. All build steps good working on the terminal but I want to run app.exe from generated windows-installer It doesn’t work. I returned back to prev version(8.3.4). Everything is good for working. I don’t understand what is the problem. Is anybody can help me?&lt;/p&gt;

</description>
      <category>electron</category>
      <category>javascript</category>
    </item>
    <item>
      <title>SavedURL Chrome extension</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Wed, 06 May 2020 16:19:38 +0000</pubDate>
      <link>https://dev.to/burakkp/savedurl-chrome-extension-2meg</link>
      <guid>https://dev.to/burakkp/savedurl-chrome-extension-2meg</guid>
      <description>&lt;p&gt;Hi all,&lt;br&gt;
I want to share the link of the my Chrome extension, I released 2 days ago. Hopefully it benefits to you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/savedurl/eibnclbfcpecgpakbignnkjodngancld"&gt;https://chrome.google.com/webstore/detail/savedurl/eibnclbfcpecgpakbignnkjodngancld&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>savedurl</category>
      <category>extension</category>
      <category>websites</category>
    </item>
    <item>
      <title>Electron-application-is-startup-with-white-screen</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Thu, 12 Mar 2020 08:28:06 +0000</pubDate>
      <link>https://dev.to/burakkp/electron-application-is-startup-with-white-screen-55ae</link>
      <guid>https://dev.to/burakkp/electron-application-is-startup-with-white-screen-55ae</guid>
      <description>&lt;p&gt;&lt;a href="https://burak.hashnode.dev/electron-application-is-startup-with-white-screen-ck7ogwby100ar69s1r510w6u7"&gt;https://burak.hashnode.dev/electron-application-is-startup-with-white-screen-ck7ogwby100ar69s1r510w6u7&lt;/a&gt;&lt;/p&gt;

</description>
      <category>electron</category>
      <category>javascript</category>
      <category>whitescreen</category>
    </item>
    <item>
      <title>Backend data is really slow returned.</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Wed, 15 Jan 2020 14:49:07 +0000</pubDate>
      <link>https://dev.to/burakkp/backend-data-is-really-slow-returned-5aif</link>
      <guid>https://dev.to/burakkp/backend-data-is-really-slow-returned-5aif</guid>
      <description>&lt;p&gt;Hi folks,&lt;br&gt;
I am looking for solution to quick returns backend data. I am calling remote.reqiure('....node file path') in react component . This data returns take too much time. How can i handle this issue? Do you have any idea?&lt;br&gt;
Thanks,&lt;/p&gt;

</description>
      <category>electron</category>
      <category>javascript</category>
      <category>node</category>
    </item>
    <item>
      <title>How can I opening Network Drives with fs.readdir?</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Tue, 10 Sep 2019 12:07:19 +0000</pubDate>
      <link>https://dev.to/burakkp/how-can-i-opening-network-drives-with-fs-readdir-57m7</link>
      <guid>https://dev.to/burakkp/how-can-i-opening-network-drives-with-fs-readdir-57m7</guid>
      <description>&lt;p&gt;Hi everyone! I struggle this problem I can't open network derives in node application. I open local drives but network drives I can't open.&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>electronjs</category>
      <category>filesystem</category>
    </item>
    <item>
      <title>Started bpsfilter screen</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Wed, 07 Aug 2019 08:49:34 +0000</pubDate>
      <link>https://dev.to/burakkp/started-bpsfilter-screen-22ko</link>
      <guid>https://dev.to/burakkp/started-bpsfilter-screen-22ko</guid>
      <description>&lt;p&gt;I updated nvidia driver and system update 2 day ago. Yesterday I faced this screen. I can't open laptop. Do you have any clue for this problem?&lt;/p&gt;

</description>
      <category>popos</category>
      <category>linux</category>
      <category>ubuntu</category>
      <category>bpsfilter</category>
    </item>
    <item>
      <title>ExportPDF from Canvas</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Wed, 26 Jun 2019 10:08:28 +0000</pubDate>
      <link>https://dev.to/burakkp/exportpdf-from-canvas-eg1</link>
      <guid>https://dev.to/burakkp/exportpdf-from-canvas-eg1</guid>
      <description>&lt;p&gt;&lt;a href="https://codepen.io/burakkp/pen/orGbvm"&gt;https://codepen.io/burakkp/pen/orGbvm&lt;/a&gt;&lt;/p&gt;

</description>
      <category>canvasjs</category>
      <category>exportpdf</category>
      <category>javascript</category>
      <category>jspdf</category>
    </item>
    <item>
      <title>Hex to RGBA convert function</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Thu, 20 Jun 2019 13:43:52 +0000</pubDate>
      <link>https://dev.to/burakkp/hex-to-rgba-convert-function-3d5f</link>
      <guid>https://dev.to/burakkp/hex-to-rgba-convert-function-3d5f</guid>
      <description>&lt;p&gt;&lt;a href="https://gist.github.com/burakkp/25888034ffdf08a184cd90da491e745b"&gt;https://gist.github.com/burakkp/25888034ffdf08a184cd90da491e745b&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>colorcodes</category>
      <category>hex</category>
      <category>rgba</category>
    </item>
    <item>
      <title>Which Linux distribution should I choose for development and normal use?</title>
      <dc:creator>Burak Kucukparmaksiz</dc:creator>
      <pubDate>Sun, 06 Jan 2019 22:16:40 +0000</pubDate>
      <link>https://dev.to/burakkp/which-linux-distribution-should-i-choose-for-development-and-normal-use-19a</link>
      <guid>https://dev.to/burakkp/which-linux-distribution-should-i-choose-for-development-and-normal-use-19a</guid>
      <description>

</description>
      <category>linux</category>
      <category>linuxdistros</category>
      <category>manjaro</category>
      <category>popos</category>
    </item>
  </channel>
</rss>
