<?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: Ridoy</title>
    <description>The latest articles on DEV Community by Ridoy (@xnocode).</description>
    <link>https://dev.to/xnocode</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4003873%2F49ee8779-7b13-42ae-841f-1442884ae54d.jpg</url>
      <title>DEV Community: Ridoy</title>
      <link>https://dev.to/xnocode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xnocode"/>
    <language>en</language>
    <item>
      <title>CSES GitHub Profile Badge &amp; Card Generator</title>
      <dc:creator>Ridoy</dc:creator>
      <pubDate>Fri, 26 Jun 2026 14:37:37 +0000</pubDate>
      <link>https://dev.to/xnocode/cses-github-profile-badge-card-generator-37dk</link>
      <guid>https://dev.to/xnocode/cses-github-profile-badge-card-generator-37dk</guid>
      <description>&lt;h3&gt;
  
  
  Showcase your &lt;strong&gt;CSES (Computer Science Education Society)&lt;/strong&gt; competitive programming stats directly on your GitHub Profile README! This Next.js service dynamically scrapes only your public profile data to generate customizable, production-ready SVG badges and cards.
&lt;/h3&gt;




&lt;h2&gt;
  
  
  🚀 How to Use in your GitHub Profile
&lt;/h2&gt;

&lt;p&gt;You don't need to configure or code anything to use this. Simply follow these steps:&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Copy the Markdown Code
&lt;/h3&gt;

&lt;p&gt;Choose either a complete statistics card or a compact badge:&lt;/p&gt;

&lt;h4&gt;
  
  
  Option A: CSES Profile Card (Recommended)
&lt;/h4&gt;

&lt;p&gt;Displays your total submissions, first submission date, and programming languages breakdown:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;![CSES Profile Card&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://cses-badge.vercel.app/api/card?user=YOUR_CSES_ID&amp;amp;theme=github&amp;amp;style=modern&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;](https://cses.fi/user/YOUR_CSES_ID)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Option B: CSES Submissions Badge
&lt;/h4&gt;

&lt;p&gt;Displays a simple badge with your total submissions:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;![CSES Submissions Badge&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;https://cses-badge.vercel.app/api/badge?user=YOUR_CSES_ID&amp;amp;theme=github&amp;amp;style=modern&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;](https://cses.fi/user/YOUR_CSES_ID)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Step 2: Get Your CSES User ID
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Log in to &lt;a href="https://cses.fi" rel="noopener noreferrer"&gt;cses.fi&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Click on your username in the top right to go to your profile.&lt;/li&gt;
&lt;li&gt;Look at the URL in your browser. It will look like &lt;code&gt;https://cses.fi/user/12345/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Your &lt;strong&gt;CSES User ID&lt;/strong&gt; is the number (e.g., &lt;code&gt;12345&lt;/code&gt;).&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Step 3: Paste and Customize
&lt;/h3&gt;

&lt;p&gt;Replace &lt;code&gt;YOUR_CSES_ID&lt;/code&gt; in the markdown code with your actual CSES User ID, and paste it into your GitHub profile README file (&lt;code&gt;README.md&lt;/code&gt;).&lt;/p&gt;

&lt;p&gt;Live Website: &lt;br&gt;
&lt;a href="https://cses-badge.vercel.app/" rel="noopener noreferrer"&gt;https://cses-badge.vercel.app/&lt;/a&gt;&lt;br&gt;
GitHub:&lt;br&gt;
&lt;a href="https://github.com/xnocode/CSES-Badge" rel="noopener noreferrer"&gt;https://github.com/xnocode/CSES-Badge&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cses</category>
      <category>cpp</category>
      <category>competativeprogramming</category>
    </item>
  </channel>
</rss>
