<?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: Carlos Córdova Sáenz</title>
    <description>The latest articles on DEV Community by Carlos Córdova Sáenz (@carlosabcs).</description>
    <link>https://dev.to/carlosabcs</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%2F481375%2Ffc35c655-25d5-4094-ae5d-60abda40593c.jpeg</url>
      <title>DEV Community: Carlos Córdova Sáenz</title>
      <link>https://dev.to/carlosabcs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/carlosabcs"/>
    <language>en</language>
    <item>
      <title>[Badge System 🏅] Project sections and technologies used</title>
      <dc:creator>Carlos Córdova Sáenz</dc:creator>
      <pubDate>Mon, 21 Dec 2020 15:49:13 +0000</pubDate>
      <link>https://dev.to/carlosabcs/how-we-built-our-badge-system-at-omegaup-part-2-447l</link>
      <guid>https://dev.to/carlosabcs/how-we-built-our-badge-system-at-omegaup-part-2-447l</guid>
      <description>&lt;p&gt;We at &lt;a href="https://omegaup.com/"&gt;omegaUp&lt;/a&gt; built a badge system for the platform almost one year ago. In this set of tutorials, I'll describe how we did it so this could serve as a guide for you to build your own badge system on any of your platforms.&lt;/p&gt;

&lt;p&gt;This post will cover the following topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How was the project divided?&lt;/li&gt;
&lt;li&gt;What are the technologies used on each part of the project?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, let's start!&lt;/p&gt;

&lt;h2&gt;
  
  
  How was the project divided? &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;To reduce the complexity of the project, we divided it into three parts, which are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Badges creation:&lt;/strong&gt; how the new badges proposed by our contributors will be created, processed, and put into execution?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Badges assignation:&lt;/strong&gt; how and when will the badges that correspond to each user be assigned?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Badges display:&lt;/strong&gt; how are the badges going to be shown to users?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What are the technologies used on each part of the project? &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Badges creation:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;PHP (vanilla PHP)&lt;/li&gt;
&lt;li&gt;Python (vanilla Python)&lt;/li&gt;
&lt;li&gt;MySQL&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Badges assignation:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Python (vanilla Python)&lt;/li&gt;
&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Badges display:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Vue.js&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;PHP (vanilla PHP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the following posts in this series of tutorials, we will finally start with the technical part of implementing the badge system. Starting with Badges creation.&lt;/p&gt;

&lt;p&gt;Until the next post! 👋&lt;/p&gt;

</description>
    </item>
    <item>
      <title>[Badge System 🏅] Project description and motivation</title>
      <dc:creator>Carlos Córdova Sáenz</dc:creator>
      <pubDate>Mon, 21 Dec 2020 13:03:29 +0000</pubDate>
      <link>https://dev.to/carlosabcs/how-we-built-our-badge-system-at-omegaup-part-1-1bo6</link>
      <guid>https://dev.to/carlosabcs/how-we-built-our-badge-system-at-omegaup-part-1-1bo6</guid>
      <description>&lt;p&gt;We at &lt;a href="https://omegaup.com/"&gt;omegaUp&lt;/a&gt; built a badge system for the platform almost one year ago. In the following set of tutorials, I'll describe how we did it so this could serve as a guide for you to build your own badge system on any of your platforms.&lt;/p&gt;

&lt;p&gt;This post will cover the following topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is omegaUp?&lt;/li&gt;
&lt;li&gt;Why did we need something like the Badge System?&lt;/li&gt;
&lt;li&gt;What exactly is the Badge System we wanted to build?&lt;/li&gt;
&lt;li&gt;What technologies were used to build the Badge System? (Prerequisites)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, let's start!&lt;/p&gt;

&lt;h2&gt;
  
  
  What is omegaUp? &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://omegaup.org/"&gt;omegaUp&lt;/a&gt; is an open-source online platform that helps students improve their programming skills through competitive programming.&lt;/p&gt;

&lt;p&gt;The platform can be used not only by students but also by teachers.&lt;/p&gt;

&lt;p&gt;Teachers can create courses (with assignments and tests) about different Computer Science topics, host competitive programming contests, and even create programming problems.&lt;/p&gt;

&lt;p&gt;Students, on the other hand, could use the courses to learn new CS concepts, solve problems to improve what they've learned and participate in contests to compare their skills against their schoolfellows.&lt;/p&gt;

&lt;p&gt;omegaUp is also the official hosting platform for the &lt;a href="https://www.olimpiadadeinformatica.org.mx/OMI"&gt;Mexican Informatics Olympiad (OMI)&lt;/a&gt;!!&lt;/p&gt;

&lt;h2&gt;
  
  
  Why did we need something like the Badge System? &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;In order to reward the best students (users) on the platform, we used to have only two methods:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Students ranking: a ranking historical of all the students since the beginning of the platform&lt;/li&gt;
&lt;li&gt;Coder of the month: a monthly ranking in order to identify the best student each month&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They were a great way to recognize the best students, however, recognition for a single student each month made it very difficult to achieve.&lt;/p&gt;

&lt;p&gt;That is why we came up with developing our badges, such as those that exist on sites like &lt;a href="https://stackoverflow.com/help/badges"&gt;Stack Overflow&lt;/a&gt;, &lt;a href="https://www.hackerrank.com/scoring/badges-and-medals"&gt;HackerRank&lt;/a&gt;, or even right here, in &lt;a href="https://dev.to/badges"&gt;DEV&lt;/a&gt;, that allow any student to be rewarded for small or large achievements, they achieve on the platform.&lt;/p&gt;

&lt;h2&gt;
  
  
  What exactly was the Badge System we wanted to build? &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;We named our project "Badge System" and not just "Badges" because we wanted a framework through which anyone, with just a little knowledge of the rules, could create new badges for the platform.&lt;/p&gt;

&lt;p&gt;So basically, what we wanted to create was a system capable of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;create new badges from a simple configuration;&lt;/li&gt;
&lt;li&gt;display the badges in many locations on the platform;&lt;/li&gt;
&lt;li&gt;assign badges to users where appropriate;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and we managed to do it as is!&lt;/p&gt;

&lt;p&gt;This post ends here, in the following part of this series of posts, I'll describe how the project was divided and what technologies were used for each of the parts.&lt;/p&gt;

&lt;p&gt;I hope that this series of tutorials will be helpful for you, any questions you have, I will gladly answer them if you send them to me by any means.&lt;/p&gt;

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