<?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: Joel Falconer</title>
    <description>The latest articles on DEV Community by Joel Falconer (@joelfalconer).</description>
    <link>https://dev.to/joelfalconer</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%2F153883%2F7a4be855-bfac-4329-896f-836f5c306b1b.jpeg</url>
      <title>DEV Community: Joel Falconer</title>
      <link>https://dev.to/joelfalconer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joelfalconer"/>
    <language>en</language>
    <item>
      <title>6 Collaborative Coding Tools for Remote Pair Programming</title>
      <dc:creator>Joel Falconer</dc:creator>
      <pubDate>Tue, 07 May 2019 01:17:30 +0000</pubDate>
      <link>https://dev.to/joelfalconer/6-collaborative-coding-tools-for-remote-pair-programming-33oo</link>
      <guid>https://dev.to/joelfalconer/6-collaborative-coding-tools-for-remote-pair-programming-33oo</guid>
      <description>&lt;p&gt;Fifteen years ago, most online collaboration and remote work involved email threads, Skype calls, and endlessly re-zipping projects for sharing after each iteration.&lt;/p&gt;

&lt;p&gt;Things have changed a lot — most things for better (Google Docs!) and some things for worse (&lt;a href="https://www.vox.com/recode/2019/5/1/18511575/productivity-slack-google-microsoft-facebook"&gt;always-on messaging&lt;/a&gt;). Either way, it's fair to say that a lot of the friction has been removed from remote work.&lt;/p&gt;

&lt;p&gt;One traditionally high friction area has been cracking real-time code collaboration. But that's been changing in recent years as developers working on the world's top code editors have put forward their solutions.&lt;/p&gt;

&lt;p&gt;Whether you work on a distributed team and need collaborative coding tools to serve you every day, or just need something for the occasional problem-solving session with a friend, you'll find something you can use here.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Visual Studio Live Share
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://visualstudio.microsoft.com/services/live-share/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6NUR1zz9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.sitepoint.com/wp-content/uploads/2019/04/1556692135visualstudio.jpg" alt="Visual Studio Live Share"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://visualstudio.microsoft.com/services/live-share/"&gt;Visual Studio Live Share&lt;/a&gt; is Microsoft's own real-time collaborative development solution for Visual Studio and Visual Studio Code.&lt;/p&gt;

&lt;p&gt;Live Share allows teams to collaborate on a shared codebase easily — nobody needs to clone a repo, and everyone can use their own development environment. Each person can perform actions like navigating between files, making changes to code, selecting text, and see them reflected for everyone immediately.&lt;/p&gt;

&lt;p&gt;Live Share shares everything from files to terminals and audio, offers features for collaborative debugging, and is free. If you're already a VS Code user, this choice is a no-brainer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sitepoint.com/collaborative-coding-tools-for-remote-pair-programming/"&gt;Continue reading the original article to learn about the other 5 tools&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>remote</category>
      <category>vscode</category>
      <category>atom</category>
      <category>codepen</category>
    </item>
    <item>
      <title>📚 5 development articles from SitePoint - April</title>
      <dc:creator>Joel Falconer</dc:creator>
      <pubDate>Wed, 24 Apr 2019 05:17:49 +0000</pubDate>
      <link>https://dev.to/joelfalconer/5-development-articles-from-sitepoint-april-5hhh</link>
      <guid>https://dev.to/joelfalconer/5-development-articles-from-sitepoint-april-5hhh</guid>
      <description>&lt;p&gt;We've been working hard to provide developers with useful knowledge and unique viewpoints on SitePoint, and would love to show you some of our top articles from April.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.sitepoint.com/runnable-javascript-specifications/"&gt;How to Build Runnable JavaScript Specifications&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.sitepoint.com/runnable-javascript-specifications/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VRDf1dik--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/nai4jaio7y8vx5bffoth.jpg" alt="How to Build Runnable JavaScript Specifications"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We build a command-line interface that finds JavaScript specification files, extracts and evaluates their assertions, and shows the results.&lt;/p&gt;

&lt;p&gt;Read &lt;a href="https://www.sitepoint.com/runnable-javascript-specifications/"&gt;How to Build Runnable JavaScript Specifications&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.sitepoint.com/ionic-4-angular-build-app"&gt;How to Build a News App with Ionic 4 &amp;amp; Angular&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.sitepoint.com/ionic-4-angular-build-app"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ENRLJ-6m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/3u2f4fid5xz1nqeaqr6o.jpg" alt="How to Build a News App with Ionic 4 &amp;amp; Angular"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial we'll be using Ionic 4 and Angular to build a news application that makes use of a third-party news API.&lt;/p&gt;

&lt;p&gt;Read &lt;a href="https://www.sitepoint.com/ionic-4-angular-build-app"&gt;How to Build a News App with Ionic 4 &amp;amp; Angular&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.sitepoint.com/build-a-sales-funnel-with-vue"&gt;How to Build a Sales Funnel with Vue.js&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.sitepoint.com/build-a-sales-funnel-with-vue"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9PWcVXMu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/6ngbdifu0i5ul0tjcq7v.jpg" alt="How to Build a Sales Funnel with Vue.js"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn how to build a sales funnel with Vue so your marketing efforts can take advantage of reusable components.&lt;/p&gt;

&lt;p&gt;Read &lt;a href="https://www.sitepoint.com/build-a-sales-funnel-with-vue"&gt;How to Build a Sales Funnel with Vue.js&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.sitepoint.com/javascript-web-workers"&gt;JavaScript Web Workers: A Beginner’s Guide&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.sitepoint.com/javascript-web-workers"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--485D-quQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4v30usp2hz9sdcytu5ik.jpg" alt="JavaScript Web Workers: A Beginner’s Guide"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn how web workers help with web app performance, and get started by building a basic JavaScript web worker.&lt;/p&gt;

&lt;p&gt;Read &lt;a href="https://www.sitepoint.com/javascript-web-workers"&gt;JavaScript Web Workers: A Beginner’s Guide&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.sitepoint.com/function-composition-in-javascript/"&gt;Function Composition in JavaScript with Array.prototype.reduceRight&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.sitepoint.com/function-composition-in-javascript/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0TOwGbQ7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/68ud7n0nq3qfns2k18lf.jpg" alt="Function Composition in JavaScript with Array.prototype.reduceRight"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;James Wright explains dynamic function composition by reducing arrays in JavaScript.&lt;/p&gt;

&lt;p&gt;Read &lt;a href="https://www.sitepoint.com/function-composition-in-javascript/"&gt;Function Composition in JavaScript with Array.prototype.reduceRight&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;That's it for this month. Let us know what you'd like to see more of in the comments!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>angular</category>
      <category>vue</category>
      <category>ionic</category>
    </item>
  </channel>
</rss>
