<?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: Daniel Voicu</title>
    <description>The latest articles on DEV Community by Daniel Voicu (@danielvoicu).</description>
    <link>https://dev.to/danielvoicu</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%2F1257%2Fa656d4c1-23b2-464a-a9fc-bed4633b5ed8.jpg</url>
      <title>DEV Community: Daniel Voicu</title>
      <link>https://dev.to/danielvoicu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danielvoicu"/>
    <language>en</language>
    <item>
      <title>I started a creative coding podcast. Now what?</title>
      <dc:creator>Daniel Voicu</dc:creator>
      <pubDate>Wed, 05 Aug 2020 20:45:42 +0000</pubDate>
      <link>https://dev.to/danielvoicu/i-started-a-creative-coding-podcast-now-what-24i1</link>
      <guid>https://dev.to/danielvoicu/i-started-a-creative-coding-podcast-now-what-24i1</guid>
      <description>&lt;h3&gt;
  
  
  During the lockdown, I needed to do something that kept my mind busy, and I decided to try a new hobby. In April, I've started a podcast on creative coding.
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Why creative coding?
&lt;/h4&gt;

&lt;p&gt;I am a big fan of creative coding languages and frameworks, and I think that they can be a good starting point for new developers. They can also help more seasoned developers learn new things about art and design, and hopefully get them even more excited about the possibilites programming has to offer.&lt;/p&gt;

&lt;h4&gt;
  
  
  Why a podcast?
&lt;/h4&gt;

&lt;p&gt;I wanted to learn something new, something that could get me out of the comfort zone, something that was a productive distraction. I also wanted to share the things I find interesting and see if I can get more people to learn creative coding. The podcast, called "Tab &amp;amp; Space", is in Romanian. I wanted to reach more people in my home country. It's a niche field and I would love to see it develop more over here.&lt;/p&gt;

&lt;p&gt;Looking back, I think a podcast was an ideal learning opportunity for me. Skills that I haven't used in a long time - long format writing - were polished, and new skills - audio recording &amp;amp; editing - were learned. &lt;/p&gt;

&lt;p&gt;In this process, I've learned to appreciate more the hard work that goes into producing something. In total, I think I spent around 48-72 hours/episode. I think it's time well spent. My episodes are around 10 minutes long, but the whole process included research, drafting the episode, writing and recording it, then editing it and publishing it on Anchor and (recently) on Youtube.&lt;/p&gt;

&lt;h4&gt;
  
  
  How I did it?
&lt;/h4&gt;

&lt;p&gt;I recorded the trailer with my headphones' microphone. It sounded weird, but I didn't re-record it afterwards. The people I've shared it with said that it didn't sound like my normal voice, so I decided to find a better microphone.&lt;/p&gt;

&lt;p&gt;I got myself a USB mic for podcasting, and last month I got a microphone arm and a pop filter. The microphone did come with a desktop stand, but due to the fact that it wasn't the most stable thing, it was picking up even the slightest keyboard tap.&lt;/p&gt;

&lt;p&gt;Thanks to free tools like Audacity, I managed to edit my sound a bit and remove the background noise that might still end up in my recording. +1 to sound editing!&lt;/p&gt;

&lt;p&gt;I've chosen Anchor.fm as my hosting platform because I didn't want to invest that much money from the start into something that I didn't really know how to do. Anchor.fm also comes along with some useful things, like splitting your episode, adding background music and sound effects between sections. Another thing that I liked about it was the fact that your podcast is distributed on Spotify, Google Podcasts, Pocketcasts etc. without you having to spend too much time configuring stuff.&lt;/p&gt;

&lt;h4&gt;
  
  
  What I talk(ed) about?
&lt;/h4&gt;

&lt;p&gt;I've released three episodes until now, not counting the trailer. I've talked about the history of generative art, about Processing and p5.js, terms like software art and computer art. I also talked about computer art in the 60s and one of the largest computer art exhibitions: Cybernetic Serendipity. I was amazed by the works presented there and I would like to share with you this video, where Jasia Reichardt, the curator of Cybernetic Serendipity, talks about some of the things one could've seen there:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/n8TJx8n9UsA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;As a closing note, in case you understand Romanian, you can find my podcast over here: &lt;a href="https://anchor.fm/tab-and-space"&gt;https://anchor.fm/tab-and-space&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you think: should I try and record an English version for this podcast? &lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>podcast</category>
      <category>processing</category>
      <category>p5js</category>
      <category>learning</category>
    </item>
    <item>
      <title>What project-based tutorial would you recommend to React beginners?</title>
      <dc:creator>Daniel Voicu</dc:creator>
      <pubDate>Sun, 26 Jan 2020 21:12:18 +0000</pubDate>
      <link>https://dev.to/danielvoicu/what-project-based-tutorial-would-you-recommend-to-react-beginners-49g8</link>
      <guid>https://dev.to/danielvoicu/what-project-based-tutorial-would-you-recommend-to-react-beginners-49g8</guid>
      <description>&lt;p&gt;I've started learning React and I'm trying to find a few project-based tutorials for React beginners. I followed the official React tutorial - the Tic-Tac-Toe game -, which is good, but I was wondering what other tutorials are there. I'm looking for tutorials that go through building something from scratch.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>react</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>What is your approach to learning a new Javascript framework?</title>
      <dc:creator>Daniel Voicu</dc:creator>
      <pubDate>Sat, 18 Aug 2018 15:51:15 +0000</pubDate>
      <link>https://dev.to/danielvoicu/what-is-your-approach-to-learning-a-new-javascript-framework-37bc</link>
      <guid>https://dev.to/danielvoicu/what-is-your-approach-to-learning-a-new-javascript-framework-37bc</guid>
      <description>&lt;p&gt;I've started learning Vue.js as I need it for some projects at my job. Yet I feel that my approach - deep diving into it and trying to figure things out as I go - might not be the best way to do it. What are your opinions on this? How do you learn a new framework?&lt;/p&gt;

&lt;p&gt;Thanks and I'm really curious to see your take on this.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>learning</category>
      <category>vue</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Switching careers and two years after that</title>
      <dc:creator>Daniel Voicu</dc:creator>
      <pubDate>Mon, 06 Aug 2018 19:19:14 +0000</pubDate>
      <link>https://dev.to/danielvoicu/switching-careers-and-two-years-after-that-2495</link>
      <guid>https://dev.to/danielvoicu/switching-careers-and-two-years-after-that-2495</guid>
      <description>&lt;p&gt;In February 2016 I was writing this article about the mistakes I made while learning to code. I was also trying to find a job as a frontend dev or at least an internship.&lt;/p&gt;

&lt;p&gt;As I don't think it's necessary to repeat what I wrote on Medium, the article about the mistakes I made can be found over here: &lt;a href="https://medium.freecodecamp.org/mistakes-i-made-while-learning-to-code-2a7e3ace092e"&gt;Medium article on freeCodeCamp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After some time I wrote another one, just to note what I learned on the job and see what has changed during this time. Can be found over here: &lt;a href="https://medium.com/@danielvoicu/two-years-of-frontend-development-76ba3ca0a6b0"&gt;Two Years of Frontend Development&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;P.S: This is also a post for me to figure dev.to out. :)&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>development</category>
      <category>career</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
