<?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: Yusuf</title>
    <description>The latest articles on DEV Community by Yusuf (@yussuf).</description>
    <link>https://dev.to/yussuf</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%2F443277%2F9cf816b7-f068-4c03-b2f8-4c6cf47768db.jpg</url>
      <title>DEV Community: Yusuf</title>
      <link>https://dev.to/yussuf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yussuf"/>
    <language>en</language>
    <item>
      <title>⚡ Tabs Feature For Every Window</title>
      <dc:creator>Yusuf</dc:creator>
      <pubDate>Fri, 25 Dec 2020 23:08:36 +0000</pubDate>
      <link>https://dev.to/yussuf/tabs-feature-for-every-window-ie8</link>
      <guid>https://dev.to/yussuf/tabs-feature-for-every-window-ie8</guid>
      <description>&lt;h1&gt;
  
  
  &lt;strong&gt;Introduction&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;Recently I found a Windows program that I think is very useful, my first impressions about it is really good and in this post I'll be explaining why. &lt;br&gt;
Before getting started this program is paid and only supports Windows 7,8 and 10.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--chfn4YXV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.cloudflare.steamstatic.com/steam/apps/912170/ss_7f211e1c19ffbfae5628e75159c36d2893712263.600x338.jpg%3Ft%3D1596549959" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--chfn4YXV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.cloudflare.steamstatic.com/steam/apps/912170/ss_7f211e1c19ffbfae5628e75159c36d2893712263.600x338.jpg%3Ft%3D1596549959" alt="Groupy Banner"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;What is Groupy ?&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;Groupy is a program that let's you use tabs feature for every window, for example you can use your web browser and code editor with tabs feature or you can use Notion and other programs with tabs feature.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Why do I Recommend Groupy ?&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;As someone who only uses one monitor Groupy helps me a lot. For example: &lt;br&gt;
I can group a couple of tabs together and open another window and place one to left and the other to the right, this way I no longer need to dock my programs again and again when opening a program from taskbar, I can open my notepad on one side and I can switch between different tabs on the other side.&lt;/p&gt;

&lt;p&gt;And it doesn't use much resouces.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_bldiZh1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8d2635558dezqs11of86.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_bldiZh1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8d2635558dezqs11of86.png" alt="Power Consumption"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Problems&lt;/strong&gt;
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;In some programs, you can't click where you place your cursor For Example:
In Telegram you click a few pixels below from your cursor position and It's annoying.&lt;/li&gt;
&lt;li&gt;Lowers your FPS when gaming (I only tested with CS:GO and I also use a gaming laptop so I'd recommend disabling it before gaming).&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Summary&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;Although it has some minor problems and requires getting used to, I would recommend this program if you have only one monitor because it definitely speeds up some process.&lt;br&gt;
If you want to buy it you can click &lt;a href="https://store.steampowered.com/app/912170/Groupy/"&gt;here&lt;/a&gt;* to buy it. Also It's on sale.&lt;/p&gt;

&lt;p&gt;*&lt;a href="https://store.steampowered.com/app/912170/Groupy/"&gt;https://store.steampowered.com/app/912170/Groupy/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>windows</category>
      <category>feature</category>
      <category>customization</category>
    </item>
    <item>
      <title>3️⃣ Websites to Convert Tables to JSON</title>
      <dc:creator>Yusuf</dc:creator>
      <pubDate>Mon, 21 Dec 2020 22:01:26 +0000</pubDate>
      <link>https://dev.to/yussuf/3-websites-to-convert-tables-to-json-3f0a</link>
      <guid>https://dev.to/yussuf/3-websites-to-convert-tables-to-json-3f0a</guid>
      <description>&lt;p&gt;In recent projects I made, I realized that I frequently feel the need of converting Excel tables or CSVs to JSON. First I made my own functions to convert the data but then I thought it was a bit long process.&lt;/p&gt;

&lt;p&gt;Then I searched for this problem and found that there are so many websites that I could've used and save lots of time.&lt;/p&gt;

&lt;h1&gt;
  
  
  🔥 &lt;strong&gt;Here are the websites&lt;/strong&gt;
&lt;/h1&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;1.&lt;/strong&gt; &lt;a href="https://csvjson.com"&gt;&lt;strong&gt;CSVJSON&lt;/strong&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OnzbDa9v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1b3kzoyhvih3pykz9u7y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OnzbDa9v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1b3kzoyhvih3pykz9u7y.png" alt="CSVJSON"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;CSVJSON&lt;/strong&gt; can convert your CSV files to JSON and this is by far my favourite.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. &lt;a href="https://codebeautify.org/excel-to-json"&gt;&lt;strong&gt;CODEBEAUTIFY&lt;/strong&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--klyRW4HD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/51tkk5o8ns86z32270g6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--klyRW4HD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/51tkk5o8ns86z32270g6.png" alt="codebeautify"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;codebeautify&lt;/strong&gt; has so many tools in it, excel to json is just a piece of it and it is also very easy to use.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;3.&lt;/strong&gt; &lt;a href="https://www.aconvert.com/document/xlsx-to-json/"&gt;&lt;strong&gt;ACONVERT&lt;/strong&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XAxeXceY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/mewydkox7myzpcl0y9rj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XAxeXceY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/mewydkox7myzpcl0y9rj.png" alt="ACONVERT"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;ACONVERT&lt;/strong&gt; can convert so many formats to so many other formats but when working with UTF-8 characters you might need to use another website, other than that It is a really good website and supports so many formats you can choose from.&lt;/p&gt;

&lt;p&gt;These are the websites I can recommend, If you have other websites that are worth mentioning, I would like to know them. Please share in the comments 🙂&lt;/p&gt;

</description>
      <category>json</category>
      <category>table</category>
      <category>excel</category>
      <category>convert</category>
    </item>
  </channel>
</rss>
