<?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: Ronald Makalintal</title>
    <description>The latest articles on DEV Community by Ronald Makalintal (@makaron).</description>
    <link>https://dev.to/makaron</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%2F707296%2F60bf6c8d-f285-492a-b57d-6ac381a2dfd5.jpeg</url>
      <title>DEV Community: Ronald Makalintal</title>
      <link>https://dev.to/makaron</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/makaron"/>
    <language>en</language>
    <item>
      <title>[SPO600] Lab 1 - Code Review</title>
      <dc:creator>Ronald Makalintal</dc:creator>
      <pubDate>Fri, 01 Oct 2021 10:03:06 +0000</pubDate>
      <link>https://dev.to/makaron/spo600-lab-1-code-review-53f8</link>
      <guid>https://dev.to/makaron/spo600-lab-1-code-review-53f8</guid>
      <description>&lt;h2&gt;
  
  
  Introduction to Lab 1
&lt;/h2&gt;

&lt;p&gt;For our Lab 1, we were tasked to review two open source software packages which have different licenses. One of the software package that I've chosen is &lt;a href="https://github.com/qgis/QGIS#bug-reporting-and-bug-fixing"&gt;QGIS&lt;/a&gt;—an open source, cross-platform geographic information system software used to read, update, and analyze geographic and spatial data. Another software package I picked is &lt;a href="https://en.wikipedia.org/wiki/Brave_(web_browser)"&gt;Brave&lt;/a&gt; given that I am a fan of the free web browser's privacy-keeping features. QGIS uses the GNU GPLv2 license while Brave makes use of Mozilla Public License 2.0..&lt;/p&gt;

&lt;h2&gt;
  
  
  Analyzing QGIS's Code Review Process
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XdheUjO7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3fsndltes2ezm60z56uw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XdheUjO7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3fsndltes2ezm60z56uw.png" alt="QGIS Logo"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/qgis/QGIS#get-involved-with-the-community"&gt;Getting involved with QGIS's community&lt;/a&gt; is a straightforward process using GitHub. Users of QGIS can make a bug report through GitHub issues. The bug report contains the usual following details—expected behaviour, actual behaviour, steps done to reproduce problem, reporter's machine's specifications, and additional information seen as vital. In &lt;a href="https://github.com/qgis/QGIS/issues/45293"&gt;one of the bug reports&lt;/a&gt; that I had checked, three people were involved—the reporter of the bug, another person who dealt with an identical issue and had referenced that bug report in their own bug report, and the contributor. From what I could tell from their conversation, the reporter managed to convey the issue quite well as the contributor was able to recreate the same concern. Their way of communication eventually led to a quick fix as the bug was fixed not more than 2 days. I find that the reporter properly documented what they had experienced; thus the contributor pinpointed quickly what the issue was and deployed a fix immediately after. The bug report itself was labelled correctly as a bug, too, which is great as this habit of labelling concerns makes everything organized.&lt;/p&gt;

&lt;h2&gt;
  
  
  Analyzing Brave's Code Review Process
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZKO9_H6z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s6x0lrxsk1rrryc1h0rb.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZKO9_H6z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s6x0lrxsk1rrryc1h0rb.jpg" alt="Brave Logo"&gt;&lt;/a&gt;&lt;br&gt;
Now, upon checking Brave's Code Review Process, the Brave community also makes use of GitHub to properly sort out and fix any concerns with the web browser. I checked out &lt;a href="https://github.com/brave/brave-browser/issues/18407"&gt;a bug report&lt;/a&gt; which piqued my interest given that the author of the bug report was also the contributor who had fixed it. Due to this, there was only a single participant in the bug ticket. In the &lt;a href="https://github.com/brave/brave-core/pull/10307"&gt;contributor's pull request&lt;/a&gt;, the contributor ticked all the checks in the submitter checklist as they had properly resolved the concern from what I see. Of the two reviewers, one had approved the changes made by the contributor; thus successfully merging the changes in the master branch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;From what I currently know about open source development, I could see that both QGIS and Brave communities made use of GitHub to properly sort out any issues with their respective software packages. Bug reports and feature requests were filed by community members, and were solved by fellow community members as well. Though I may be new to open source development, I do know a bit about ticket escalations as my previous job required me to file tickets on bug reports and feature requests as documented by users. The act of replicating the bug reports dealt by users was all too familiar and I am glad to know that I could transfer some knowledge I got from my previous job to my current journey in contributing in the open source community. &lt;/p&gt;

&lt;p&gt;Now back to how QGIS and Brave communities handled contributions/patches from their communities, it was great to see how both communities dealt with concerns regarding their software. For one, I loved how community members could file concerns through GitHub's Issues section (&lt;a href="https://github.com/qgis/QGIS/issues"&gt;QGIS&lt;/a&gt; / &lt;a href="https://github.com/brave/brave-browser/issues"&gt;Brave&lt;/a&gt;). Their issues were properly sorted too using labels as they sorted out which ones were bug reports or feature requests, which ones needed to be dealt with immediately, etc.. I love how Brave makes it clear that you don't necessarily need to code in order &lt;a href="https://github.com/brave/brave-browser/blob/master/CONTRIBUTING.md"&gt;to leave an impact&lt;/a&gt; in the software. Following along how a contributor in Brave submitted a &lt;a href="https://github.com/brave/brave-core/pull/10307"&gt;patch&lt;/a&gt;, I would make sure to tick all the boxes in the Submitter Checklist so that I am confident that I am following the community's guidelines in properly contributing to the project. The checklist includes acknowledging the existence of a ticket regarding the issue, requesting for reviewer(s) if needed, and properly labelling the issue. Its also required to write a &lt;a href="https://google.github.io/eng-practices/review/developer/cl-descriptions.html"&gt;good commit description&lt;/a&gt;. QGIS's process of patching seems to be different as there was no mention of any submitter checklist-like section in a &lt;a href="https://github.com/qgis/QGIS/pull/45150"&gt;patch&lt;/a&gt;. However, the commits were given proper description and the concern was labelled correctly still.&lt;/p&gt;

&lt;p&gt;My thoughts regarding this lab are overwhelming, to say the least. A lot of the things I read about did not make complete sense to me owing to my beginner knowledge of open source development. The documentations on how to contribute properly to each community existed, but I still felt overwhelmed as the issues touched hundreds of lines of code which I couldn't completely understand. However, this only motivated me to learn how code review processes worked in open source development as I would like to contribute significantly to the industry. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>First ever blog post as a programmer! </title>
      <dc:creator>Ronald Makalintal</dc:creator>
      <pubDate>Thu, 23 Sep 2021 09:00:05 +0000</pubDate>
      <link>https://dev.to/makaron/first-ever-blog-post-as-a-programmer-36gf</link>
      <guid>https://dev.to/makaron/first-ever-blog-post-as-a-programmer-36gf</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W7ciZeGO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mggxnbbsyrz41gahitmz.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W7ciZeGO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mggxnbbsyrz41gahitmz.jpeg" alt="My desk setup"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;printf("Hello world!");
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I am &lt;strong&gt;Ronald Makalintal&lt;/strong&gt;, an aspiring software developer/computer programmer currently studying at Seneca College. I have been studying software development since May 2020, which was also the time I started studying at Seneca. Previously, I studied Business Management back in the Philippines, but after completing the program, I reflected on what I wanted to do decades from now and decided that I wanted to make a significant impact on the world through making stuff. Now, 'making stuff' is, to be frank, quite vague. However, I did always see myself staring in front of a computer screen until the day I expire so I thought to myself, &lt;em&gt;"maybe it wouldn't be a bad idea to start a career making computer programs?"&lt;/em&gt;. More than a year has passed and I can confidently say that I am happy with the decision that I have made, and I would like to share with you all what I continuously learn—both inside and outside of the classroom.&lt;/p&gt;

&lt;p&gt;The initial goal of my blog is in line with my requirements for a subject (Software Portability and Optimization / SPO600) as my peers and I are required to share our thoughts and findings on the labs we do on a weekly basis. However, &lt;em&gt;I honestly want to go beyond that.&lt;/em&gt; I would like to use my blog to connect with developers all around the globe. And I'll do exactly that starting with my first ever blog post.&lt;/p&gt;

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