<?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: ebrar</title>
    <description>The latest articles on DEV Community by ebrar (@ebrardev).</description>
    <link>https://dev.to/ebrardev</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%2F1371275%2F881f9c06-167b-41b9-865d-70557b5c5a07.png</url>
      <title>DEV Community: ebrar</title>
      <link>https://dev.to/ebrardev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ebrardev"/>
    <language>en</language>
    <item>
      <title>VSCode extensions 2024</title>
      <dc:creator>ebrar</dc:creator>
      <pubDate>Thu, 21 Mar 2024 18:30:53 +0000</pubDate>
      <link>https://dev.to/ebrardev/vscode-extensions-2024-46lc</link>
      <guid>https://dev.to/ebrardev/vscode-extensions-2024-46lc</guid>
      <description>&lt;p&gt;Merhaba herkese bugün size Vscode’ta kullandığım extensions(eklentiler) hakkında bir yazıyla karşınızdayım. Zaman kurtaran ve işleri kolaylaştıran bu eklentiler hepimiz için birer ihtiyaç. Dilerseniz başlayalım.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Postman
Bildiğiniz üzere Postman, API’lerin geliştirilmesi, test edilmesi, belgelenmesi ve paylaşılması süreçlerini kolaylaştıran bir araçtır, Yeni çıkan bu eklenti sayesinde vscode’tan ayrılmadan işlemlerinizi yapabilirsiniz.
2- Github Copilot
Github copilot aylık 9$ ‘lık bir ücreti olmasına rağmen öğrenci mailiyle oluşturulmuş hesaplara ücretsiz 1 yıl deneme süresi veriyor. Yakın zamanda yayınladığı chat özelliğiyle sorunlarınızı daha hızlı halledebilir ve dosyalarınız üzerinden işlem yapabilirsiniz.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;3- File &amp;amp; folder icons&lt;br&gt;
Bu eklenti sunduğu ikonlar sayesinde projelerinizde dosyalar arasında daha rahat bir şekilde çalışabileceksiniz.&lt;br&gt;
4- Live Share&lt;br&gt;
Microsoft tarafından sunulan bu eklenti, bağlantı linkiyle beraber projenizi takım arkadaşınızla beraber çalışmanıza imkan sağlıyor, Farklı dosyalarda çalışabilir kod üzerinde değişiklikler yapabilirsiniz.&lt;br&gt;
5- CodeSnap&lt;br&gt;
Bu eklenti paylaşmak istediğiniz kodunuzu daha okunabilir bir şekilde paylaşmanızı sağlıyor.&lt;br&gt;
6- Better Comments&lt;br&gt;
Bu eklenti sayesinde yorum satırlarını daha okunabilir hale getirebilirz. “*”,”?”,”!” noktalama işaretleriyle ve yorum satırı önerileriyle beraber daha kullanışlı hale geliyor.&lt;br&gt;
7- Git history&lt;br&gt;
Bu eklenti sayesinde projenizdeki dosyanın geçmişini, commitleri ve branchleri inceleyebilirsiniz.&lt;br&gt;
8- vscode-spotify&lt;br&gt;
Çalışırken müzik dinlemeyi seviyorsanız bu eklenti sayesinde vscode’ta spotify hesabınızı açıp şarkı dinleyebilirsiniz.&lt;br&gt;
9- Error lens&lt;br&gt;
Bu eklenti aldığınız hatayı aynı satır içerisinde gösterip size kolaylık sağlıyor&lt;br&gt;
10- Code Spell Checker&lt;br&gt;
Yaptığınız yazım yanlışlarınızı düzenlemek için harika bir araç.&lt;br&gt;
11- IntelliCode&lt;br&gt;
Github copilot’a benzer bir hizmet sunan bu eklentiyi ücretsiz bir şekilde kullanabilirsiniz.&lt;br&gt;
12- GitLens&lt;br&gt;
Bu eklenti sayesinde çalıştığınız projede kodun en son ne zaman değiştirildiğini veya kim tarafından yazıldığını görebiliyorsunuz.&lt;br&gt;
13- Turbo Console Log&lt;br&gt;
Bu eklenti sayesinde daha hızlı ve daha verimli bir şekilde console.log oluşturabiliyoruz. alt + shift + c (Windows) or option + shift + c (Mac)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>ChatGPT and Junior developer</title>
      <dc:creator>ebrar</dc:creator>
      <pubDate>Thu, 21 Mar 2024 18:07:55 +0000</pubDate>
      <link>https://dev.to/ebrardev/chatgpt-and-junior-developer-2aia</link>
      <guid>https://dev.to/ebrardev/chatgpt-and-junior-developer-2aia</guid>
      <description>&lt;p&gt;Hello everyone, It’s been a long time since I posted on Medium. Recently, I started learning the golang programming language and I am improving myself by doing simple projects.I’m thinking of making a project with nextjs and sharing it with you on medium in the coming days (maybe youtube, I’m not sure :D ). Let’s go back to today’s article, In this article, I will explain how I benefited from chatgpt as a junior developer.&lt;br&gt;
Let’s start.☕&lt;br&gt;
I believe that ChatGPT has rapidly integrated into our daily lives.Despite rumors that ChatGPT would take our jobs and bring about the end of the software industry, we started using it and got accustomed to it.I am even using ChatGPT for translation assistance right now.&lt;br&gt;
Syntax errors&lt;br&gt;
There are times when I use ChatGPT to help me catch missed parentheses or curly braces.I think this method has saved me a lot of time.&lt;br&gt;
Clone projects&lt;br&gt;
I’ve started learning the Go programming language and creating clone projects on YouTube during this process. Sometimes, I come across methods and words that I don’t understand. In these cases, I get help from chatgpt and take notes&lt;br&gt;
CSS Helps&lt;br&gt;
Sometimes, when I’m writing CSS, I ask chatgpt for alternative styles. It sometimes provides me with great suggestions.&lt;br&gt;
A mentor&lt;br&gt;
Additionally, I use chatgpt as a mentor. Whenever I want to learn something new, I get chatgpt’s opinion.&lt;br&gt;
Last comment&lt;br&gt;
Lastly, I believe that chatgpt saves me time. While I still enjoy reading documentation and browsing Stack Overflow, I prefer to use chatgpt for small tasks.There are some topics that I haven’t covered yet and I plan to add them to my article later on.&lt;br&gt;
Thank you for taking the time to read my writing. Your critiques and comments are valuable to me.You can contact me on twitter.&lt;br&gt;
&lt;a href="https://www.buymeacoffee.com/devebrar"&gt;https://www.buymeacoffee.com/devebrar&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
