<?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: Julia Torrejón</title>
    <description>The latest articles on DEV Community by Julia Torrejón (@juliatorrejon).</description>
    <link>https://dev.to/juliatorrejon</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%2F74334%2F6502c023-74d2-4844-bb7c-e36274135448.png</url>
      <title>DEV Community: Julia Torrejón</title>
      <link>https://dev.to/juliatorrejon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/juliatorrejon"/>
    <language>en</language>
    <item>
      <title>Neurodiverse Friendly Recruitment Process</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Mon, 09 Mar 2020 13:36:29 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/neurodiverse-friendly-recruitment-process-46ob</link>
      <guid>https://dev.to/juliatorrejon/neurodiverse-friendly-recruitment-process-46ob</guid>
      <description>&lt;p&gt;The term neurodiversity refers to variation in the human brain regarding sociability, learning, attention, mood and other mental functions in a non-pathological sense. More information can be found on &lt;a href="https://en.wikipedia.org/wiki/Neurodiversity"&gt;Wikipedia.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Diverse and inclusive companies who are committed to hiring should also be committed to developing an accessible recruitment experience with the aim to provide an equal opportunity to all during the job application process.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is your recruitment approach to neurodiversity and inclusion? &lt;/li&gt;
&lt;li&gt;How do you make recruitment inclusive for neurodiverse candidates?&lt;/li&gt;
&lt;li&gt;Do you allow any reasonable adjustments for technical interviews?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>interview</category>
      <category>neurodiversity</category>
    </item>
    <item>
      <title>What are the Standard Directory Structure and Key Files in a Web Application Project?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Sun, 20 Jan 2019 23:47:53 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/what-are-the-standard-directory-structure-and-key-files-in-a-web-application-project-3nd9</link>
      <guid>https://dev.to/juliatorrejon/what-are-the-standard-directory-structure-and-key-files-in-a-web-application-project-3nd9</guid>
      <description></description>
      <category>discuss</category>
      <category>webdev</category>
      <category>webapp</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Production vs Synthetic Data for Testing</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Tue, 18 Dec 2018 16:35:02 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/production-vs-synthetic-data-for-testing-3kb6</link>
      <guid>https://dev.to/juliatorrejon/production-vs-synthetic-data-for-testing-3kb6</guid>
      <description>&lt;ul&gt;
&lt;li&gt;When should we use one over the other? &lt;/li&gt;
&lt;li&gt;Which is the best approach? &lt;/li&gt;
&lt;li&gt;What is the criteria used to guide the decision? 
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fservicevirtualization.com%2Fwp-content%2Fuploads%2F2016%2F10%2FTestDataManagement_CATechnolgies_Cartoon_Sized.jpg"&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
      <category>testdata</category>
      <category>softwaretesting</category>
    </item>
    <item>
      <title>Have you seen the new "Very Important Pinned Issues" feature on Github?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Thu, 13 Dec 2018 23:24:13 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/have-you-seen-the-new-very-important-pinned-issues-feature-on-github-57o4</link>
      <guid>https://dev.to/juliatorrejon/have-you-seen-the-new-very-important-pinned-issues-feature-on-github-57o4</guid>
      <description>&lt;p&gt;Quite impressive! They keep crushing it with the recent releases! &lt;br&gt;
Now you will be able to pin up to 3 issues on the "Pinned Issues" list — For those who decide to 'opt in' in the Public Beta of the dashboard.&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1073314640963231744-117" src="https://platform.twitter.com/embed/Tweet.html?id=1073314640963231744"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1073314640963231744-117');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1073314640963231744&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;What are your thoughts on this? Will you use it at some point? I see this feature can be quite valuable in the form of prioritisation of the most urgent/important issues.&lt;/p&gt;




&lt;p&gt;Also, it looks like it has been a great year for open source! 🙂&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1073335520925810688-861" src="https://platform.twitter.com/embed/Tweet.html?id=1073335520925810688"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1073335520925810688-861');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1073335520925810688&amp;amp;theme=dark"
  }



 &lt;/p&gt;

&lt;h1&gt;
  
  
  Top topics for new open source projects
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;These are the non-language topics that had the biggest increase in number of open source projects created in 2018 compared to 2017. Third on the list, &lt;code&gt;dotnet&lt;/code&gt; shows that more open source projects are developing apps for Windows. In our &lt;a href="https://blog.github.com/2018-11-15-state-of-the-octoverse-top-programming-languages/" rel="noopener noreferrer"&gt;programming languages post&lt;/a&gt;, JavaScript was the most popular language for new projects, and we see &lt;code&gt;nodejs&lt;/code&gt;, &lt;code&gt;react&lt;/code&gt;, and &lt;code&gt;vue&lt;/code&gt; in the top topics for 2018—all tools for developing in JavaScript. Machine learning is also gaining momentum on GitHub with new open source projects tagged &lt;code&gt;machine-learning&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;nodejs&lt;/li&gt;
&lt;li&gt;react&lt;/li&gt;
&lt;li&gt;dotnet&lt;/li&gt;
&lt;li&gt;docker&lt;/li&gt;
&lt;li&gt;android&lt;/li&gt;
&lt;li&gt;machine-learning&lt;/li&gt;
&lt;li&gt;api&lt;/li&gt;
&lt;li&gt;ios&lt;/li&gt;
&lt;li&gt;cli&lt;/li&gt;
&lt;li&gt;vue&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;By the way, the top non-language topics in 2018 have been a Javascript &lt;a href="https://dev.to/juliatorrejon/what-is-the-importance-of-understanding-libraries-and-frameworks-3nfm"&gt;library and a framework&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>github</category>
      <category>opensource</category>
      <category>news</category>
    </item>
    <item>
      <title>Best Tech GIFs &amp; Memes Ever! Humour and Laughter — The Best Medicine!</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Thu, 13 Dec 2018 14:24:55 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/best-tech-gifs--memes-ever-humour-and-laughter--the-best-medicine-4bdp</link>
      <guid>https://dev.to/juliatorrejon/best-tech-gifs--memes-ever-humour-and-laughter--the-best-medicine-4bdp</guid>
      <description>&lt;p&gt;Following Molly's post:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__link"&gt;
  &lt;div class="ltag__link__content"&gt;
    &lt;div class="missing"&gt;
      &lt;h2&gt;Article No Longer Available&lt;/h2&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I thought it would be a good idea to put together the best and funniest GIFS &amp;amp; Memes of all time, since sense of humour is a healthy way of life. 😉 So feel free to share yours!&lt;/p&gt;

&lt;p&gt;Benefits of Humour and Laughter:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.    Laughter helps you stay mentally healthy&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;2.    Laughter brings people together and strengthens relationships&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;3.    Using humour helps to overcome challenges and enhance your life&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Laughter helps you relax and recharge, and is a powerful antidote since it reduces stress and increases energy, enabling you to stay focused and accomplish more.&lt;/p&gt;

&lt;p&gt;Nothing works better to bring your mind and body back into balance than a good laugh. With so much power to heal and renew, the ability to laugh easily and frequently is a tremendous resource for overcoming problems, enhancing your relationships and supporting both physical and emotional health. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Best of all, this priceless medicine is fun, free and easy to use!&lt;/em&gt;&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/oCEZC9w5cMc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Humour helps you keep a positive, optimistic outlook through tough situations. Even in the most difficult of times, a laugh or even simply a smile can make you feel better.&lt;/p&gt;




&lt;p&gt;This happens to me all the time!&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.chzbgr.com%2Ffull%2F6508284928%2Fh274D7F6A%2F" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.chzbgr.com%2Ffull%2F6508284928%2Fh274D7F6A%2F"&gt;&lt;/a&gt; &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>offtopic</category>
      <category>humour</category>
      <category>tech</category>
    </item>
    <item>
      <title>What is the importance of understanding libraries and frameworks?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Mon, 10 Dec 2018 13:48:15 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/what-is-the-importance-of-understanding-libraries-and-frameworks-3nfm</link>
      <guid>https://dev.to/juliatorrejon/what-is-the-importance-of-understanding-libraries-and-frameworks-3nfm</guid>
      <description>&lt;p&gt;This has brought about two more interesting questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is the difference between a library and a framework?&lt;/li&gt;
&lt;li&gt;Why would you prefer one over the other?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>What are the best Python projects for beginners?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Sun, 09 Dec 2018 12:20:17 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/what-are-the-best-python-projects-for-beginners-1h57</link>
      <guid>https://dev.to/juliatorrejon/what-are-the-best-python-projects-for-beginners-1h57</guid>
      <description>&lt;p&gt;Can you recommend project ideas for someone who is learning Python and wants to build a portfolio?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>python</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What are the best platforms for code challenges for hiring developers?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Wed, 05 Dec 2018 18:34:52 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/what-are-the-best-platforms-for-code-challenges-for-hiring-developers-3pnf</link>
      <guid>https://dev.to/juliatorrejon/what-are-the-best-platforms-for-code-challenges-for-hiring-developers-3pnf</guid>
      <description>&lt;p&gt;Platforms where recruiters or companies can assess candidates' skills by testing their code online.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What are the essential tools and technologies that every junior developer should learn?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Mon, 15 Oct 2018 22:39:59 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/what-are-the-essential-tools-and-technologies-that-every-junior-developer-should-learn-2n7c</link>
      <guid>https://dev.to/juliatorrejon/what-are-the-essential-tools-and-technologies-that-every-junior-developer-should-learn-2n7c</guid>
      <description></description>
      <category>discuss</category>
    </item>
    <item>
      <title>What are the main benefits of being a self-taught developer compared to being educated with a degree and mentoring?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Mon, 15 Oct 2018 22:29:07 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/what-are-the-main-benefits-of-being-a-self-taught-developer-compared-to-being-educated-with-a-degree-and-mentoring-4k9e</link>
      <guid>https://dev.to/juliatorrejon/what-are-the-main-benefits-of-being-a-self-taught-developer-compared-to-being-educated-with-a-degree-and-mentoring-4k9e</guid>
      <description>&lt;p&gt;According to a Stack Overflow Developer Survey:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Two out of three developers are self-taught - Many developers don’t have computer science degrees.&lt;/p&gt;

&lt;p&gt;Self-taught developers dominate technology: &lt;strong&gt;69% of the developers who responded to the survey are at least partly self-taught&lt;/strong&gt;, and fewer than half hold a formal degree in computer science. In a trend spreading to other fields, many are choosing ways to learn that offer everything but a degree: online courses, bootcamps, on-the job training, and collaborating with peers.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Could you explain #likeimfive the meaning of these programming languages as humans?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Sun, 02 Sep 2018 15:59:38 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/could-you-explain-likeimfive-the-meaning-of-these-programming-languages-as-humans-2odk</link>
      <guid>https://dev.to/juliatorrejon/could-you-explain-likeimfive-the-meaning-of-these-programming-languages-as-humans-2odk</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.monkeyuser.com%2Fassets%2Fimages%2F2017%2F28-programming-languages-as-humans.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.monkeyuser.com%2Fassets%2Fimages%2F2017%2F28-programming-languages-as-humans.png" alt="Programming languages as humans"&gt;&lt;/a&gt;&lt;br&gt;
Author: &lt;a href="https://www.monkeyuser.com/2017/programming-languages-as-humans/" rel="noopener noreferrer"&gt;Monkey User&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>explainlikeimfive</category>
    </item>
    <item>
      <title>How would you define high quality code?</title>
      <dc:creator>Julia Torrejón</dc:creator>
      <pubDate>Wed, 29 Aug 2018 20:00:13 +0000</pubDate>
      <link>https://dev.to/juliatorrejon/how-would-you-define-high-quality-code-467d</link>
      <guid>https://dev.to/juliatorrejon/how-would-you-define-high-quality-code-467d</guid>
      <description>&lt;p&gt;What would be the main attributes of good code?&lt;/p&gt;

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