<?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: FrancisTRᴅᴇᴠ (っ◔◡◔)っ</title>
    <description>The latest articles on DEV Community by FrancisTRᴅᴇᴠ (っ◔◡◔)っ (@francistrdev).</description>
    <link>https://dev.to/francistrdev</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%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif</url>
      <title>DEV Community: FrancisTRᴅᴇᴠ (っ◔◡◔)っ</title>
      <link>https://dev.to/francistrdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/francistrdev"/>
    <language>en</language>
    <item>
      <title>Git Gud!</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 17 Aug 2026 14:40:58 +0000</pubDate>
      <link>https://dev.to/francistrdev/git-gud-4e6g</link>
      <guid>https://dev.to/francistrdev/git-gud-4e6g</guid>
      <description>&lt;p&gt;&lt;strong&gt;You heard me.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4bgj02wi762tutoza8hc.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4bgj02wi762tutoza8hc.gif" alt=" " width="498" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Alright, that was mean lol. Though based on the title, you probably already knew the idea of this article.&lt;/p&gt;

&lt;p&gt;Git was something we have all heard. Don't get confused with GitHub though. &lt;strong&gt;They are both different.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I have used Git, but not in a way most people have used it, &lt;strong&gt;which is via GitHub Desktop.&lt;/strong&gt; I have used GitHub Desktop since the beginning because of its friendly UI and how it is easy to use.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ff3jjk0s84lzq2i6woj46.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ff3jjk0s84lzq2i6woj46.png" alt=" " width="700" height="700"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So what's the issue?&lt;/strong&gt; The issue is that I am using GitHub Desktop. I have "Git" on my resume and it just feels wrong since I have been using a UI. &lt;/p&gt;

&lt;p&gt;I thought it would be a great idea of learning Git via CLI. That way, I can understand from both worlds of UI and in the command line! I know it's difficult sometimes to learn something new, so I thought it would be best to get community feedback on other commands I should learn and in hope this article will help other new and existing developers to fresh up some Git.&lt;/p&gt;

&lt;p&gt;With that said, &lt;strong&gt;if you are a type of person who relies on UI for Git and want to learn some Git commands to get conformable with, this is the place to git gud! Here are some Git commands to get started that reflects to GitHub Desktop and will help you get started getting into the habit of using in the terminal!&lt;/strong&gt; This list will go in order based on starting to somewhat finishing the task/project. I will also reference Hollow Knight: Silksong if you are a visual learner as well.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;This is based on my experience when learning Git Commands after moving away from the GitHub Desktop. If there is something I forgot to mention or any information that needs to be updated, let me know!&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb2zjuqpn8tkhqwbjzv7r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb2zjuqpn8tkhqwbjzv7r.png" alt=" " width="464" height="427"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  1. git init
&lt;/h2&gt;

&lt;p&gt;If you are starting a new project, this is the first command you should do! Even if you have an existing project, but git isn't initialize, then it would be best to run this command!&lt;/p&gt;

&lt;p&gt;Think of this as starting up a new game in Hollow Knight: Silksong. Starting up the game gives you more features to work with, &lt;strong&gt;which we will get into a bit.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flm521m59arepdxfzyxpe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flm521m59arepdxfzyxpe.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;If you are cloning an existing project from GitHub that is already have git initialized, no need to do this command. You can if you want, but it would make no sense.&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fanffthpi80zp3skpg1an.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fanffthpi80zp3skpg1an.png" alt=" " width="625" height="415"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. git clone &lt;em&gt;url&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Speaking of existing projects, if you want to grab an existing project and have it on your computer, this is the command!&lt;/p&gt;

&lt;p&gt;For example, if you want to clone the Forem (dev.to) repository, you would clone via website url here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fph4er3y4z5vlvhdwrqnv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fph4er3y4z5vlvhdwrqnv.png" alt=" " width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More Specifically, copy the HTTPS link:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9m8ejbdgz3y9dsumqj32.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9m8ejbdgz3y9dsumqj32.png" alt=" " width="400" height="327"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then, in your VScode terminal, you would do:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/forem/forem.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Think of this as you are opening up an existing file in the game. Simple as that.&lt;/p&gt;

&lt;p&gt;If you are grabbing someone else's file and importing to your own machine, I would think of it as assuming they have everything installed. If the file is outdated, you will have to update it. For programming terms, if they don't have git, do &lt;code&gt;git init&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;Make sure you are in an empty folder when cloning the repository.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. git add &lt;em&gt;filepath&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Now you have a project and you make some changes in the project, like any other developer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7fjp96q20vt2c69x9prv.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7fjp96q20vt2c69x9prv.gif" width="220" height="206"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Before sending your changes to the branch on GitHub, you want to add the files you changed before doing the commit.&lt;/p&gt;

&lt;p&gt;If you have change a lot of files and you want to include all of them in a commit, you would do:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git add &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;However, if you want to include a specific file in a commit, you will have to find the file path. For example, if I change a file named &lt;strong&gt;tests.js&lt;/strong&gt; and it lives in the &lt;strong&gt;app&lt;/strong&gt; folder, it would be:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git add /app/tests.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h3&gt;
  
  
  Extra Command to Know!
&lt;/h3&gt;

&lt;p&gt;If you accidentally add all files to be tracked, you can revert by following the command to revert all files.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git restore &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For specific files, you would need the file path as usual.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git restore /app/tests.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgmd7eag3k8kn6j12fenn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgmd7eag3k8kn6j12fenn.gif" alt=" " width="640" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would think of this as you play the game. Sometimes you equip charms, which I treat it as "Tracked files" where you have an inventory of items (untracked files). The equip items is what you want to use, while the inventory is the list of things you have collected/modified so far.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuzo2gesjebfszlbu51mg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuzo2gesjebfszlbu51mg.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. git commit -m "Hollow Purple"
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvg08p0cls0pj6qsas01e.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvg08p0cls0pj6qsas01e.gif" alt=" " width="498" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once you added the files based on the previous command, you are ready to commit! I treat this as a "checkpoint". It's like saving a game before you continue.&lt;/p&gt;

&lt;p&gt;In the event where something went completely wrong, you can go back to the previous commit. For example, you have 3 commits:&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;A --&amp;gt; B --&amp;gt; C (You are here)&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;If you want to go back to "B", you will need to find the hash for Commit "B" and revert the commit by doing the following:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Find the commit hash&lt;/span&gt;
git log

&lt;span class="c"&gt;# Revert a specific commit&lt;/span&gt;
git revert &amp;lt;commit-hash&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Just like in the game, you can go back to your previous save point.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Pro Tip:&lt;/strong&gt; &lt;em&gt;Always make sure to fill out the commit message of what you did. It's best practice to say something like &lt;code&gt;git commit -m "Fix a rerouting bug"&lt;/code&gt; than saying &lt;code&gt;git commit -m "Update file"&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. git push origin main
&lt;/h2&gt;

&lt;p&gt;At this point, you have a lot of commits and changes. It's time to push it to the GitHub repository! This would be the command to do so!&lt;/p&gt;

&lt;p&gt;However, it is best practice to fetch the changes that are on GitHub by doing the following:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git fetch origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Sometimes, if there were changes in the repository, but is not up-to-date in your local dev environment, then you would do the following after fetching:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git pull origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I would treat this as the version of the game. If the game is outdated, you would "fetch" the latest version and update the version from there. That way, the game will save properly. &lt;strong&gt;If you have a save data that is not align with the current version of the game, it will may likely lead to conflicts, which we would not cover since we are covering the basics.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Creating/Switching Branches
&lt;/h2&gt;

&lt;p&gt;If you want to create a branch:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git branch nameBranch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To switch to that branch and work on the developments there:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git checkout existingBranch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Pro Tip:&lt;/strong&gt; &lt;em&gt;If you want a single command where it creates the branch and switching it at the same time, use the following command below. Discovery based on &lt;a class="mentioned-user" href="https://dev.to/inayi"&gt;@inayi&lt;/a&gt; comment!&lt;/em&gt;&lt;/p&gt;


&lt;pre class="highlight shell"&gt;&lt;code&gt;git checkout &lt;span class="nt"&gt;-b&lt;/span&gt; branchName
&lt;/code&gt;&lt;/pre&gt;

&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  7. git status
&lt;/h2&gt;

&lt;p&gt;The main thing it will show you are the files that are tracked and not tracked. &lt;strong&gt;The ones that are tracked is the ones is going to be commit. The untracked files are the ones that are changed, but is not part of the upcoming commit.&lt;/strong&gt; This command provides information to help you keep track on which files are changed and which files are going to be part of the commit.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;That is it. It's not perfect and there is a GOOD chance I am missing something, but &lt;strong&gt;it is at least a good start on moving away from using GitHub Desktop and getting into the habit of learning these commands.&lt;/strong&gt; Of course, there is many more I did not cover such as the &lt;code&gt;git merge&lt;/code&gt; and all, but I want to keep it simple. Besides, this is based on my experience and the commands I use frequently that is mentioned in this article.&lt;/p&gt;

&lt;p&gt;If you would like to learn more about git, check out the official documentation here: &lt;a href="https://git-scm.com/docs" rel="noopener noreferrer"&gt;https://git-scm.com/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want a fun version to learn git (Discovery based on &lt;a class="mentioned-user" href="https://dev.to/thegm26"&gt;@thegm26&lt;/a&gt; comment), check out the game here: &lt;a href="https://ohmygit.org" rel="noopener noreferrer"&gt;https://ohmygit.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That is only if you want to...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frs2j4zzkukr2sjoxsdjy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frs2j4zzkukr2sjoxsdjy.png" alt=" " width="600" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;or be doomed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Speaking of Doom, new trailer for Doomsday is here and &lt;strong&gt;it's just Doom Aura Farming lol.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/X1aFkAkFASk"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;




&lt;h1&gt;
  
  
  Special Request to the Reader before Commenting!
&lt;/h1&gt;

&lt;p&gt;If there are other commands that are good to know, feel free to leave a comment while having this image as part of your comment! &lt;strong&gt;(see below).&lt;/strong&gt; If you are stopping by, I would love to see just the image of Hornet saying "Git Gud!". &lt;strong&gt;&lt;em&gt;Though I would recommend adding something WITH the image because it has been reported where comments get deleted if you were to just send an image and nothing else...or you can find the image of Hornet saying "Git Gud" on the internet and use that instead.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx41ntnmchcd98wz6m4vy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx41ntnmchcd98wz6m4vy.png" alt=" " width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;center&gt;Add this as part of your comment!&lt;/center&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;center&gt;&lt;b&gt;Questions or Comments? Love to hear from you!&lt;/b&gt;&lt;/center&gt;

&lt;center&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fim64jcvto7ehrjyyqfaa.png" width="88" height="31"&gt;

&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>git</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I Joined dev.to because...</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 10 Aug 2026 14:24:24 +0000</pubDate>
      <link>https://dev.to/francistrdev/i-joined-devto-because-fl0</link>
      <guid>https://dev.to/francistrdev/i-joined-devto-because-fl0</guid>
      <description>&lt;h2&gt;
  
  
  Why not?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm5loy72w36hx9vhr189q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm5loy72w36hx9vhr189q.png" alt=" " width="750" height="613"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just kidding, &lt;strong&gt;there is more to it.&lt;/strong&gt; Just thought it flows well with the title and having the answer straight up. Anyway, here's my reason.&lt;/p&gt;




&lt;p&gt;Actually to be fair, &lt;strong&gt;I don't have a great reason.&lt;/strong&gt; I mainly saw dev.to back in around early 2020, but I didn't get into it. I saw dev.to as part of my resource whenever I look up how to fix a bug or a feature I want to implement alongside with StackOverFlow. dev.to sometimes comes and go in my development and I ultimately decide to join dev.to in the middle of January.&lt;/p&gt;

&lt;center&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fi9inrqe6bwa1nndol9q5.gif" width="400" height="225"&gt;

&lt;/center&gt;

&lt;p&gt;I heard networking plays a crucial role in this career field and I believe blogging is the easiest thing for me at that time. I haven't really properly network with other people during my career other than following people on LinkedIn to begin with and just building projects no one knew about. I wasn't the type of person who would put myself out there and ask for a job because it felt like it was wrong. I am also an introvert since I wasn't really conformable meeting new people and conscious about what other people think of me.&lt;/p&gt;

&lt;p&gt;On top of that, my OCD prevented me from doing anything technology related, so it was difficult for me to code or use my computer at all. The only thing I had at that time was a Nintendo Switch. Nothing more, nothing less. You may now be wondering: &lt;strong&gt;"How are you communicating right now?".&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb39hz45l54dycjj4ox8p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb39hz45l54dycjj4ox8p.png" alt=" " width="640" height="352"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have been doing &lt;strong&gt;ERP (Exposure Responsive Prevention)&lt;/strong&gt;, which has helped me a lot and I was able to use a Computer more comfortably than before. Although not perfect, I am hopeful for the future and I know it will take more time. &lt;strong&gt;Though, I am grateful to what my OCD gave me that I never knew, which is a deep self reflection.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;OCD gave me a clear pathway on what I need to do in my career. I notice that I haven't doing much on my portfolio and projects I have was disappointing to say the least. Most projects I have done is in Vanilla HTML, CSS, and JS! Never did anything advance or rarely did any.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa4lrdkwjtd0dwe5gz7a0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa4lrdkwjtd0dwe5gz7a0.png" alt=" " width="738" height="489"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I want to join a community, so that I can learn from others around the world. I knew that the resource I have currently is not enough and I knew I have to take a risk and put myself out there. &lt;strong&gt;We all know where I am at right now and I don't regret it haha.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Another thing is that I promised myself for 2026 to lock in and start putting myself out there and to share my knowledge as a developer. Additionally, I want to continue to think positively and acknowledge small wins, which helped my mental health by a mile since I have been thinking about the small wins for each day.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn1d3e92ha994eo8wc7zy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn1d3e92ha994eo8wc7zy.gif" alt=" " width="760" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;dev.to also helps me with my typing habit. Sometimes when I type, I tend to have a habit of erasing a whole sentence to a paragraph for reasons I don't feel conformable disclosing due to OCD. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; &lt;em&gt;I felt like I was typing something wrong, which causes me to delete a good portion of what I wrote and rewrote it again.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Although it has gotten better, I still have the habit time to time. Though since I am on dev.to almost everyday, the repetitiveness basically reduced that habit since I am posting weekly and &lt;strong&gt;I have to type my blog out by hand.&lt;/strong&gt; I don't use AI in writing and I avoid it completely, &lt;strong&gt;so that I can improve myself on writing, English, and reducing my OCD.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F92tp9dtj9m5vtykls3l6.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F92tp9dtj9m5vtykls3l6.gif" alt=" " width="600" height="438"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now why dev.to specifically compare to other platforms?&lt;/strong&gt; I want to find a community where it is not really big, but also not really small where no one has heard of it. &lt;strong&gt;I decide to look into dev.to because I have heard great things about it such as setting up your portfolio, community, and how it is recognizable from just a google search!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With that said, I want to see what dev.to was about and see the community for myself. It is not small, but big enough community where I am heard which is something I don't get used to. My experience is that I would say something (like an idea or opinion), but people don't really listen to my thoughts before speaking. They tend to be really defensive or just straight up mean without having a proper argument structure that I respect. dev.to is a good place because everyone's voice is heard and professional to the point where I can put my voice out there and respect people who agree or disagree with my opinion.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcf44nhnw9gccratobgwh.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcf44nhnw9gccratobgwh.gif" alt=" " width="600" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;When someone asked me &lt;strong&gt;"Why did you join dev.to" back in January&lt;/strong&gt;, I would probably say "why not" to begin with. &lt;strong&gt;However, if you asked me now, I would say that:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"I join dev.to because I want to be part of a community where I am supportive, and included. I realized the importance of being part of a community where I get to meet like-minded people I never knew like &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/konark_13"&gt;@konark_13&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/sylwia-lask"&gt;@sylwia-lask&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/itsugo"&gt;@itsugo&lt;/a&gt; and many others. I never knew that people will not only change my life as a developer, but also in general as well. It has made me a happier person and I was able to share my thoughts and opinions. Additionally, I learn a lot from other people who are more experience in this career and I was able to speed up my learning by a ton.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Honestly, if I haven't join dev.to, I would probably be behind in tech. Learning would be very difficult I would imagine.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I am glad to join dev.to and it's one of the best decisions I have ever made in my life. &lt;strong&gt;Networking is not just about meeting people just to get a job, it's about people who will support you in your career and reach to your goals beyond your comprehension.&lt;/strong&gt;"&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp4tiob4oduki8u003erd.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp4tiob4oduki8u003erd.gif" alt=" " width="720" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  Now it's your turn!
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Now I want to hear from you.&lt;/strong&gt; I believe this thread will allow new and current members to hear from others about their story of how they got here in the first place. I also want this to be a place to connect with other developers and make memories wherever you are.&lt;/p&gt;

&lt;center&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5y87pz0iz095e45dhe1d.gif" width="480" height="272"&gt;

&lt;/center&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;So now tell me this: &lt;strong&gt;"Why did you join dev.to?"&lt;/strong&gt; Unless you are &lt;a class="mentioned-user" href="https://dev.to/ben"&gt;@ben&lt;/a&gt; and &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt;, &lt;strong&gt;"Why did you create dev.to?"&lt;/strong&gt;&lt;/p&gt;

&lt;center&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ft5skuory5fd0ljmky065.gif" width="498" height="373"&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4boeidsk68kl2ezknlec.png" width="88" height="31"&gt;

&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>writing</category>
      <category>motivation</category>
    </item>
    <item>
      <title>How would you decide, whether the content is good or bad?</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 03 Aug 2026 14:47:20 +0000</pubDate>
      <link>https://dev.to/francistrdev/how-would-you-decide-whether-the-content-is-good-or-bad-295p</link>
      <guid>https://dev.to/francistrdev/how-would-you-decide-whether-the-content-is-good-or-bad-295p</guid>
      <description>&lt;p&gt;I want to talk about what I have notice on the platform and want to address what we all have been thinking about, &lt;strong&gt;but not really talked as much on dev.to, which is the use of AI.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fno9cfx92hart6un9pssg.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fno9cfx92hart6un9pssg.gif" alt=" " width="498" height="278"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Before you jump at me, yes, I have talked about this in the past on how people on dev.to use AI in their articles.&lt;/strong&gt; It was great seeing everyone's opinions on this topic and I still believe it is important to talk about this now. &lt;strong&gt;Maybe more than ever...&lt;/strong&gt;since we are getting closer to the moderation updates from &lt;a class="mentioned-user" href="https://dev.to/ben"&gt;@ben&lt;/a&gt; and &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt; soon.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;With that said, when I first made a post about my activity to be more involved in Moderation on dev.to, I heard a lot of people discussing how they use AI such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using AI to fix grammar and translation.&lt;/li&gt;
&lt;li&gt;Generating Ideas.&lt;/li&gt;
&lt;li&gt;Full blown using AI 100% (for some reason).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, the one thing that stood out to me (which is by far the most common comment I have seen) is along the lines of:&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;As long as the content is good, it doesn't matter if the author used AI or not.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvap9d3pwjs969rakaafr.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvap9d3pwjs969rakaafr.gif" alt=" " width="331" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;It got me thinking: &lt;strong&gt;How do you decide, when a content is good or not regardless of the use of AI?&lt;/strong&gt; Something I took from Bruce Banner when he told Peter in &lt;strong&gt;Spider-Man: Brand New Day:&lt;/strong&gt; &lt;strong&gt;"&lt;em&gt;How would you decide, what parts of nature are good or bad?&lt;/em&gt;".&lt;/strong&gt; (Good Movie btw)&lt;/p&gt;

&lt;p&gt;Of course, this is an easy question if you remove the "AI" part of the question. Everyone has different preferences on whether a content is good to them such as &lt;strong&gt;if it was useful, insightful, easy to read, etc.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fy2nuaa2k2fdpfpa8qmyu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fy2nuaa2k2fdpfpa8qmyu.gif" alt=" " width="183" height="180"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With AI being involved, &lt;strong&gt;it gets trickier because it can do ALL of those things.&lt;/strong&gt; As a matter of fact, it's so easy that &lt;strong&gt;everyone is doing it.&lt;/strong&gt; Everyone has the capacity to publishing their articles and they use AI in some way. Some more reasonable than others. Not only that, sometimes people use AI to write comments (Again, some more reasonable than others).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgnzq4dvtza9fegicyjbg.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgnzq4dvtza9fegicyjbg.gif" alt=" " width="412" height="316"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  Something I learned as a Developer
&lt;/h1&gt;

&lt;p&gt;When looking at people's profiles on GitHub, I have seen a lot of projects that are AI-Assisted or fully Vibe Coded in a way where the goal is to impress the Recruiters and Developers. Although on paper it works, there is a flaw to this...&lt;strong&gt;which is can you explain what you did?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8ud8euphmofl99jdmvip.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8ud8euphmofl99jdmvip.png" alt=" " width="799" height="523"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Of course, you could explain in text and all, but the point where people fail the most is &lt;strong&gt;if you try to explain the project you did in real time (AKA on call).&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fssgvgiled60okxajm3zn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fssgvgiled60okxajm3zn.png" alt=" " width="498" height="372"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have seen &lt;strong&gt;99% of the time&lt;/strong&gt; where &lt;strong&gt;I tell them to explain the project they did and the process of doing it and they seem to be stun locked.&lt;/strong&gt; This really shouldn't be the case because...&lt;strong&gt;you built it.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh2cwx733297ep9smfifr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh2cwx733297ep9smfifr.png" alt=" " width="250" height="140"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Even if it was a complex project, you should be able to explain the main idea and the core features. However, that is not the case.&lt;/p&gt;

&lt;p&gt;I was surprised because all of the experience people have done and the projects have built, &lt;strong&gt;they should AT LEAST answer basic questions about the project and their experience.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sure, people get nervous ESPECIALLY in the interview process. I get nervous.&lt;/strong&gt; However, the thing is that &lt;strong&gt;I learn&lt;/strong&gt; overtime. It's just being human. Of course, people have different learning speeds, but as long as you make progress, &lt;strong&gt;it shows that you are willing to learn and that you are trying your best.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;With that said, if you have 10+ years of experience, my expectations would be that the person should be able to explain the projects they did on a basic level, AI or not.&lt;/strong&gt; If you are a person who relies on AI to the point you are Vibe Coding projects just to stand out to the market, &lt;strong&gt;it doesn't matter if the project is high quality or not...good luck explaining the project in detail in real time.&lt;/strong&gt; You may get interviews, but can you pass them?&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  What's my Point?
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;AI has been something I am against in writing specifically because I am afraid of relying on using AI.&lt;/strong&gt; It already took a toll on me as a developer and it's hard to resist of not using too much AI and I regret this. I want to be the person who still learns while also using the tool in some way. In other words, &lt;strong&gt;do a good mix of AI and doing it yourself.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Additionally, I want to be the person who can answer questions based on what I wrote.&lt;/strong&gt; If I were to write a complex topic that is fully AI-generated and someone asked me questions that I do not know. &lt;strong&gt;That would get me in trouble.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sure, I could copy/paste their question to the AI and it outputs me the response for me to copy/paste to that person, but at the end of the day, I am not learning anything. &lt;strong&gt;I would be considered an ACTUAL Fraud because anyone can AI generate text fully.&lt;/strong&gt; It defeats the whole purpose of having a specific community in the first place because &lt;strong&gt;we jump in and we see that everyone is an expert at something, instead of seeing someone actually learning something and sharing that to the platform.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fspof4rfly0u6n1ehbqj6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fspof4rfly0u6n1ehbqj6.png" alt=" " width="500" height="362"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h3&gt;
  
  
  Scenario to think about
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Imagine this.&lt;/strong&gt; Let's say you are a very popular writer and that everyone knows you in real life and online. You article is fully AI-Generated and no one knows about it. &lt;strong&gt;Your Doomsday will be someone asking you a question in real life and you have to provide an answer in real time.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fez73g7f8ctnxr5vxt1hk.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fez73g7f8ctnxr5vxt1hk.gif" alt=" " width="498" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I believe this platform has a lot of potential and influence to make a change. &lt;strong&gt;This community is small and big enough where our voices are heard.&lt;/strong&gt; I believe AI is not going away anytime soon, &lt;strong&gt;but I feel like we should change on how we use AI.&lt;/strong&gt; Instead of relying on AI to write our articles, we should use it the right way where we are able to learn something new while also utilizing the tools where it doesn't disturb our learning.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h3&gt;
  
  
  Here are some things I would do moving forward on dev.to and I would suggest everyone to do the same.
&lt;/h3&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
  
  
  1. Ask Questions that Expand, not Recite in any Form.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;I have seen a lot of comments where they agree this or that because it allows this.&lt;/strong&gt; Although it is a great starting point, it doesn't really expand much on the topic at hand. &lt;strong&gt;Instead, challenge the author in some way where you are asking the author a question that you cannot find in their article AND that you want to know as well.&lt;/strong&gt; Unique questions allows you AND the author to learn. That way, you learn something new and it allows the author to get a chance of explaining the topic further that they may or may not know about.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn2wxrqoze9zjpciiwtoh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn2wxrqoze9zjpciiwtoh.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Of course, people will judge you in some way. Instead of being defensive, think about if any aspect of their comment can help you grow. If not, then that's okay.&lt;/strong&gt; People have different opinions on things and it tells them more about their stance, which is good! I would love to hear other people's opinions because it helps us understand more on the topic at hand instead of simply reciting what the author said (If anything, JUST reciting and nothing else doesn't really give value and it is really repetitive based on my experience).&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;For example, let's say that I talk about Python where one of my points is: &lt;strong&gt;"Python is a good language because it is an beginner friendly language for new developers".&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Imagine this comment from someone: "I agree that you mention that Python is an easy language to learn. This allows new developers to get into programming and has a less of a learning curve. It brings new developers into the spotlight, especially in the age of AI. Thanks man!".&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To be fair, the best thing you will learn is that Python is great in the age of AI. That's it. Even that, most people will most likely know that.&lt;/p&gt;

&lt;p&gt;Instead, comment should be like: &lt;strong&gt;"I do agree that Python is an easy language to learn for beginner friendly developers. Though I am wondering if there are other alternatives to Python that is also beginner friendly? How do you determine if a programming language is good for beginners other than syntax?".&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is a good comment because the commenter knows that Python is a good language to learn as a beginner, but also wants to know other alternatives and if there are differences in other languages other than syntax that the author does not state. Additionally, it challenges the author to think and provide a thoughtful response (maybe the author will learn something new or forgot to point something out). Overall, add more thought to the comment than doing what everyone else is doing. &lt;strong&gt;Yes, it is good to have a comment that praises, but I would suggest adding more comment if the article is going into detail about a specific topic.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Obviously, if they start spamming or being mean that provides no value, then that is a different story (I would assume we are all reasonable adults here and we can think critically before we speak).&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftyudekfvutbrwiiwn4wu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftyudekfvutbrwiiwn4wu.png" alt=" " width="498" height="417"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
  
  
  2. Use AI in a way that you are still Learning.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;On dev.to, the goal is to share knowledge/work to others people on the platform. This platform is built for developers to connect with other developers around the world. Now, stay with me, let's break this down.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you are working on a project, ensure that you are coding by yourself without any AI.&lt;/strong&gt; If you reach to the point where you can't figure out the solution for a &lt;em&gt;good length of time&lt;/em&gt;, use AI. HOWEVER, clarify the AI to not give you the full answer. Only give you the answer that will allow you to &lt;strong&gt;think&lt;/strong&gt; of a solution. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This will allows you to build projects that are your own, still learning coding in some way, and using AI to speed up development the right way.&lt;/strong&gt; Additionally, with that ownership, &lt;strong&gt;you will still be able to explain what you built while also explaining how you use AI in the process that sounds better than what most people use AI for.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flp70z42ivd2h6oh35ea9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flp70z42ivd2h6oh35ea9.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you are writing articles on dev.to, practice reading out loud first.&lt;/strong&gt; You will be surprised by the amount of grammatical errors you will catch by simply reading it out loud. &lt;strong&gt;If English is not your first language BUT you are able to write in English, try your best to write it out completely as if you are publishing this officially. Then use AI to fix grammatical errors, THOUGH keep it simple as possible.&lt;/strong&gt; This goes the same for comments. &lt;/p&gt;

&lt;p&gt;By writing out as much as possible via typing yourself, it allows you to solidify your understanding and become more confident in your knowledge as a developer regardless of the topic at hand.&lt;/p&gt;

&lt;p&gt;The way &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt; uses AI is probably the best I have seen (and I should follow) based on &lt;a class="mentioned-user" href="https://dev.to/konark_13"&gt;@konark_13&lt;/a&gt; articles on Vibe Coding:&lt;/p&gt;


&lt;div class="ltag__comment crayons-card my-2 p-0 overflow-hidden"&gt;
    &lt;a href="https://dev.to/konark_13/vibe-coding-endgame-3bbn" class="flex items-center gap-2 p-3 fs-s color-base-60 hover:color-base-90"&gt;
      

      &lt;span&gt;Comment on &lt;strong class="fw-medium color-base-90"&gt;Vibe Coding: Endgame&lt;/strong&gt;&lt;/span&gt;
    &lt;/a&gt;
  &lt;div class="p-4"&gt;
    &lt;div class="flex items-center gap-2 mb-3"&gt;
      &lt;a href="/codingwithjiro" class="crayons-avatar crayons-avatar--l"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3807844%2F26b11ae2-e1bd-44c7-8450-ba579ae89f70.png" alt="codingwithjiro" class="crayons-avatar__image" width="800" height="800"&gt;
      &lt;/a&gt;
      &lt;div&gt;
        &lt;a href="/codingwithjiro" class="crayons-link fw-medium"&gt;Elmar Chavez&lt;/a&gt;
        &lt;span class="fs-xs color-base-60 ml-1"&gt;Jul 29&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="text-styles"&gt;
      &lt;p&gt;Personally, I don't want to use AI-generated code entirely especially if I don't understand what the code is all about. I don't like adding a line of code that I can't explain myself (I feel like I'm just lying to myself and I hate liers). But I always take advantage of the super advanced search feature of AI whenever I have questions and I kinda liked that. But I still have to double check it myself for best practices and officials docs just to be sure. My process is slow but I 100% assure you, it is genuine learning.&lt;/p&gt;

&lt;p&gt;For my workflow, I always have a "discussion" first with the AI so that context building is not forced such as creating &lt;code&gt;TASKS.md&lt;/code&gt; or &lt;code&gt;SPEC.md&lt;/code&gt;. The point is to be conversational and that naturally builds up what I want to do with my project. Sometimes the AI gives good points, some bad ones, it's like taking tradeoffs one after another in a meeting.&lt;/p&gt;

&lt;p&gt;Once I have the features listed, I move forward to building them one by one, and the pattern revolves again. I get to learn and upskill slowly but consistently. It worked for me and at the same time it boosted my communication skills, so two birds with one stone. &lt;/p&gt;


    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv8ynoa9qu94ld29az0km.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv8ynoa9qu94ld29az0km.gif" alt=" " width="220" height="205"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The theme you may notice so far is that you learn by doing, instead of relying.&lt;/strong&gt; By doing so, &lt;strong&gt;this will allow you to learn and make progress of your Developer Skills, English Skills, and STILL be using the latest AI stuff in some capacity in a healthy way.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Additionally, this will allow learning to happen on dev.to where not only the user's will learn something new by asking questions to expand on the topic instead of reciting what the author wrote, but also challenges the author's knowledge, professionally and the right way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What makes the content good is not a matter of if their article is written well or that it has a lot of engagements, it's a matter of if both sides are learning regardless of the topic at hand and where it challenges the author and the reader in some way where it helps both sides grow to the furthest extent they never knew.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvmscspibv0nd3rn4dxoq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvmscspibv0nd3rn4dxoq.png" alt=" " width="500" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is this hard to do? Yes.&lt;/strong&gt; It's meant to be hard. Though, it shows you that you are learning. If you struggle on a certain topic, it's a very good sign that you are about to learn something. &lt;strong&gt;It is a matter of if you have the will to do so and allow yourself to be vulnerable to make mistakes in the process.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Remember, we are not Professional Writers. We are Developers. Of course, you can be both. However, it's only a matter of if you are learning something new from an author and a commenter perspective.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;

&lt;p&gt;The question isn't &lt;strong&gt;"Is this AI-generated?"&lt;/strong&gt;. The question is: &lt;strong&gt;"Can they &lt;em&gt;explain, in detail and in real time,&lt;/em&gt; what they did and why they did in a unique way that stands out in a world where AI has dominated?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu2x8k8ld8k611ogtlwt3.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu2x8k8ld8k611ogtlwt3.gif" alt=" " width="498" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;center&gt;&lt;b&gt;Questions or Comments? Love to hear your thoughts about this topic!&lt;/b&gt;&lt;/center&gt;

&lt;center&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fim64jcvto7ehrjyyqfaa.png" width="88" height="31"&gt;

&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>ai</category>
      <category>writing</category>
    </item>
    <item>
      <title>🗓️ Monthly Dev Report: July 2026</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 27 Jul 2026 16:39:28 +0000</pubDate>
      <link>https://dev.to/francistrdev/monthly-dev-report-july-2026-1jdm</link>
      <guid>https://dev.to/francistrdev/monthly-dev-report-july-2026-1jdm</guid>
      <description>&lt;p&gt;Hey everyone! I bring you my development journey on what I have &lt;strong&gt;discovered, accomplishments for this month, and the goals for next month!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Additionally, I will share some posts highlights on &lt;strong&gt;what post I am proud of sharing to Dev.to&lt;/strong&gt; and my &lt;strong&gt;top 3 posts that stood out to me this month!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  ✨ Dev.to Posts Highlights! ✨
&lt;/h1&gt;

&lt;h4&gt;
  
  
  Here is one of the posts I am proud of for this month!
&lt;/h4&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j" class="crayons-story__hidden-navigation-link"&gt;I am that I am.&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Navigating the comparison trap&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/francistrdev" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" alt="francistrdev profile" class="crayons-avatar__image" width="320" height="320"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/francistrdev" class="crayons-story__secondary fw-medium m:hidden"&gt;
              FrancisTRᴅᴇᴠ (っ◔◡◔)っ
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                FrancisTRᴅᴇᴠ (っ◔◡◔)っ
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png" width="166" height="102"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-4135723" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/francistrdev" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" class="crayons-avatar__image" alt="" width="320" height="320"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;FrancisTRᴅᴇᴠ (っ◔◡◔)っ&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 13&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j" id="article-link-4135723"&gt;
          I am that I am.
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/mentalhealth"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;mentalhealth&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/learning"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;learning&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;175&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              79&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            7 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;em&gt;Talked about comparison and things to look for when we naturally compare ourselves and know how success came to be. This post made to the TOP 7 of one of the weeks of July!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h4&gt;
  
  
  Here is the top 3 posts that I have discovered that stood out to me!
&lt;/h4&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/canro91/ive-spent-10-years-in-software-engineering-after-sickness-burnout-and-a-layoff-im-rebuilding-efc" class="crayons-story__hidden-navigation-link"&gt;I've Spent 10+ Years in Software Engineering. After Sickness, Burnout, and a Layoff, I'm Rebuilding My Career. Ask Me Anything&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/canro91/ive-spent-10-years-in-software-engineering-after-sickness-burnout-and-a-layoff-im-rebuilding-efc" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Writing therapy and a new book trilogy&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/canro91" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F200521%2Fdc60b2f5-3a14-41dd-b35a-e0f621f126eb.jpg" alt="canro91 profile" class="crayons-avatar__image" width="240" height="240"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/canro91" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Cesar Aguirre
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Cesar Aguirre
                
                
              
              &lt;div id="story-author-preview-content-3422566" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/canro91" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F200521%2Fdc60b2f5-3a14-41dd-b35a-e0f621f126eb.jpg" class="crayons-avatar__image" alt="" width="240" height="240"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Cesar Aguirre&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/canro91/ive-spent-10-years-in-software-engineering-after-sickness-burnout-and-a-layoff-im-rebuilding-efc" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 20&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/canro91/ive-spent-10-years-in-software-engineering-after-sickness-burnout-and-a-layoff-im-rebuilding-efc" id="article-link-3422566"&gt;
          I've Spent 10+ Years in Software Engineering. After Sickness, Burnout, and a Layoff, I'm Rebuilding My Career. Ask Me Anything
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/watercooler"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;watercooler&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/ama"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;ama&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/coding"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;coding&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/canro91/ive-spent-10-years-in-software-engineering-after-sickness-burnout-and-a-layoff-im-rebuilding-efc" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;103&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/canro91/ive-spent-10-years-in-software-engineering-after-sickness-burnout-and-a-layoff-im-rebuilding-efc#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              105&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            1 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/canro91"&gt;@canro91&lt;/a&gt; &lt;em&gt;Celebrating his &lt;strong&gt;7th year on DEV&lt;/strong&gt; and taking in questions about anything or just stopping by to say HI! (Do note that the comment section is now closed. See here for updates from him: &lt;a href="https://dev.to/canro91/i-ran-an-ama-on-devto-here-are-my-favorite-questions-56o8"&gt;https://dev.to/canro91/i-ran-an-ama-on-devto-here-are-my-favorite-questions-56o8&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/javz/my-first-year-at-dev-recap-3na2" class="crayons-story__hidden-navigation-link"&gt;My First Year at DEV Recap&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/javz/my-first-year-at-dev-recap-3na2" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;From 7 reactions to 20k followers&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/javz" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3245143%2Ff6cf9acd-541d-4ad4-a846-2788da803c99.png" alt="javz profile" class="crayons-avatar__image" width="500" height="500"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/javz" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Julien Avezou
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Julien Avezou
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png" width="166" height="102"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-3943909" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/javz" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3245143%2Ff6cf9acd-541d-4ad4-a846-2788da803c99.png" class="crayons-avatar__image" alt="" width="500" height="500"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Julien Avezou&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/javz/my-first-year-at-dev-recap-3na2" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 1&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/javz/my-first-year-at-dev-recap-3na2" id="article-link-3943909"&gt;
          My First Year at DEV Recap
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/learning"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;learning&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/productivity"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;productivity&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/writing"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;writing&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/javz/my-first-year-at-dev-recap-3na2" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;78&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/javz/my-first-year-at-dev-recap-3na2#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              53&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            4 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/javz"&gt;@javz&lt;/a&gt; &lt;em&gt;Reached his first year one DEV and made a summary on what he has accomplished and learned.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/grahamthedev/snake-rendered-with-576-browser-windows-warning-this-will-hurt-your-eyesand-pc-3p7i" class="crayons-story__hidden-navigation-link"&gt;🐍 Snake - rendered with 576 browser windows [warning - this WILL hurt your eyes...and PC!]&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/grahamthedev/snake-rendered-with-576-browser-windows-warning-this-will-hurt-your-eyesand-pc-3p7i" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Explores browser popup API abuse&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/grahamthedev" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F551686%2Ff0514090-260b-4a34-89b0-a2b6e922d5ec.jpg" alt="grahamthedev profile" class="crayons-avatar__image" width="800" height="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/grahamthedev" class="crayons-story__secondary fw-medium m:hidden"&gt;
              GrahamTheDev
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                GrahamTheDev
                
                
              
              &lt;div id="story-author-preview-content-4218511" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/grahamthedev" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F551686%2Ff0514090-260b-4a34-89b0-a2b6e922d5ec.jpg" class="crayons-avatar__image" alt="" width="800" height="800"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;GrahamTheDev&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/grahamthedev/snake-rendered-with-576-browser-windows-warning-this-will-hurt-your-eyesand-pc-3p7i" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 23&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/grahamthedev/snake-rendered-with-576-browser-windows-warning-this-will-hurt-your-eyesand-pc-3p7i" id="article-link-4218511"&gt;
          🐍 Snake - rendered with 576 browser windows [warning - this WILL hurt your eyes...and PC!]
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/javascript"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;javascript&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/webdev"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;webdev&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/programming"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;programming&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/css"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;css&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/grahamthedev/snake-rendered-with-576-browser-windows-warning-this-will-hurt-your-eyesand-pc-3p7i" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;84&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/grahamthedev/snake-rendered-with-576-browser-windows-warning-this-will-hurt-your-eyesand-pc-3p7i#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              36&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            3 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/grahamthedev"&gt;@grahamthedev&lt;/a&gt; &lt;em&gt;Built a Snake Game that will potentially obliterate your PC faster than scalping Pokemon Cards at your local Walmart.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Monthly Discovery 🔍
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;🔍 I forgot to mention this a while back. &lt;a class="mentioned-user" href="https://dev.to/daniel_possiblekwabi_b57"&gt;@daniel_possiblekwabi_b57&lt;/a&gt; made a video review of one of my post and I found this randomly on YouTube lol. Check it out if you can!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/HmNOiTX3ZXY"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 I was looking at Portfolio reviews for reference to improve my own and I saw this lol.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/LakqV60SfLE"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 Unrelated Tech stuff. Avengers Doomsday! What do you think? Is it going to be good or bad or meh?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/irVNGjRFZGk"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Accomplishments 🏆
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;Achieved TOP 7 on the post mentioned earlier.&lt;/strong&gt; Thanks &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;✅ Joined CALEC as a Full-Stack Developer in QA Test! (We are still looking for more volunteers. Please visit this post: &lt;a href="https://dev.to/devengers/want-to-volunteer-with-me-as-a-full-stack-developer-join-me-at-calec-2hne"&gt;https://dev.to/devengers/want-to-volunteer-with-me-as-a-full-stack-developer-join-me-at-calec-2hne&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;✅ 1 Pull Requests has been merged onto Forem.&lt;/li&gt;
&lt;li&gt;✅ Learning Ruby on Leetcode! Feel free to follow me on LeetCode: &lt;a href="https://leetcode.com/u/FrancisTRdev/" rel="noopener noreferrer"&gt;https://leetcode.com/u/FrancisTRdev/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;✅ Continued interacting with the Dev.to community.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Still working on... 🔨
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;🔨 &lt;strong&gt;Clean up my portfolio and publishing it on Dev.to for Review.&lt;/strong&gt; Holding it off for now.&lt;/li&gt;
&lt;li&gt;🔨 &lt;strong&gt;Continued Virtual Coffee Contribution.&lt;/strong&gt; Nothing other than engaging with the community.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Goals for Next Month 🎯
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;📝 Full send on studying and getting the Salesforce Certification.&lt;/li&gt;
&lt;li&gt;📝 Publishing my Portfolio on Dev.to for Review.&lt;/li&gt;
&lt;li&gt;📝 Continue interacting with the Dev.to community.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Feedback 💬
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;What else should I do for August?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Any questions/comments/advice or tips for the Monthly Report? Leave a comment below! I would love to hear from you!&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>devjournal</category>
      <category>programming</category>
    </item>
    <item>
      <title>Choose your Burden</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 20 Jul 2026 15:59:30 +0000</pubDate>
      <link>https://dev.to/francistrdev/choose-your-burden-4dgl</link>
      <guid>https://dev.to/francistrdev/choose-your-burden-4dgl</guid>
      <description>&lt;p&gt;&lt;em&gt;Hey everyone. Just an update on the Salesforce Certification. I am planning on releasing articles about it after getting the certification, so that I don't have to worry about scheduling two post in one week. Hope this makes sense!&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;Over the weekend, I have this thought about what I have notice in the last 6 years of being a developer and the post I made weeks back:&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/francistrdev/its-you-29k0" class="crayons-story__hidden-navigation-link"&gt;It's You.&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/francistrdev/its-you-29k0" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Overcoming self-doubt and career regrets&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/francistrdev" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" alt="francistrdev profile" class="crayons-avatar__image" width="320" height="320"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/francistrdev" class="crayons-story__secondary fw-medium m:hidden"&gt;
              FrancisTRᴅᴇᴠ (っ◔◡◔)っ
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                FrancisTRᴅᴇᴠ (っ◔◡◔)っ
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png" width="166" height="102"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-4082637" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/francistrdev" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" class="crayons-avatar__image" alt="" width="320" height="320"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;FrancisTRᴅᴇᴠ (っ◔◡◔)っ&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/francistrdev/its-you-29k0" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 6&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/francistrdev/its-you-29k0" id="article-link-4082637"&gt;
          It's You.
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/productivity"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;productivity&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/mentalhealth"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;mentalhealth&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/francistrdev/its-you-29k0" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;157&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/francistrdev/its-you-29k0#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              75&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            6 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;The main thing I notice is that a lot of people are saying:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;It's hard to finish a project because of I am tired every time I work on it...&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;It's demotivating to keep working on this...&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjvlwnozmjuwy39vkcvwm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjvlwnozmjuwy39vkcvwm.png" alt=" " width="731" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Something similar above in a sense, and talking about how it is hard to get into this market in tech.&lt;/p&gt;

&lt;p&gt;To be fair, it &lt;strong&gt;IS&lt;/strong&gt; hard. As a matter of fact, anything really in life is difficult in some spectrum. &lt;strong&gt;It's only a matter of if you are willing to do it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Easy said than done right? (Even for me!)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sometimes, we have a hard time being consistent because we don't see the reward right away or that we don't see the worth of doing something.&lt;/strong&gt; For example, if we want to get good at LeetCode, it would make sense to so some problems consistently to get good at it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhz1syuernt0gh75nphea.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhz1syuernt0gh75nphea.png" alt=" " width="600" height="720"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, the more you do it, the common thought you may have along the way is &lt;strong&gt;"What's the point? I am training for nothing at the moment".&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;I have this thought every time when I am practicing for interviews. Although back then I didn't have any interviews line up, I thought about being proactive and start practicing Interviews to improve my speech overtime. &lt;strong&gt;That way, when the time comes, I would be ready.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;However, during the process, I have thoughts about not doing it because there is no reward to it since I don't get it immediately after practicing.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Speaking of, it reminds me of this specific scene from &lt;strong&gt;Tales of the Jedi:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/nagK3QjKrTY?start=20"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;The idea is that Anakin trains Ahsoka though Clone Troopers instead of what everyone else trains on, which is droids. The main purpose of the scene is to not only escalate the difficulty drastically, but to also prepare for the worse and expand on what we can do to improve and stand out from the crowd.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7xajo2u4zudnl7s4wwqk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7xajo2u4zudnl7s4wwqk.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;If you were studying CS or similar during your college years, you will hear this formula every time:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Undergrad:&lt;/strong&gt; we study CS --&amp;gt; &lt;strong&gt;Junior year:&lt;/strong&gt; we study LeetCode and Interviews and get an internship ---&amp;gt; &lt;strong&gt;Senior year:&lt;/strong&gt; We get a Full time Offer.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Let me tell you something.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F02qxilf2hhbq32iy2bht.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F02qxilf2hhbq32iy2bht.png" alt=" " width="480" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Not only everyone is following this though, but that creates competition and there is no diversity in that since recruiters have to deal with a candidate that has similar skills that they reviewed 100 times. &lt;strong&gt;Just because one person got into Google, does not mean you can too.&lt;/strong&gt; Sure, there are people who can do that, but that's rare if you think about it and it's something I hope I can tell myself back then.&lt;/p&gt;

&lt;p&gt;Going back to the scene. Ahsoka talks about how this is difficult because how Clones are better than the droids. &lt;strong&gt;Anakin taught her about being able to protect herself in a scenario no one saw it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guess what? She survived Order 66 because of this unique training.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  What's the Point?
&lt;/h1&gt;

&lt;p&gt;Think of it this way, we are following what everyone is doing. &lt;strong&gt;Maybe instead of following the formula verbatim, we make it unique to ourselves.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Will that be difficult? &lt;strong&gt;Of course it is.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I want you to listen to this scene in Loki about Burden Versus Glory:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/GgJpoVB5850?start=58"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;The one that stood to me was &lt;strong&gt;"most purpose...is more burden than glory...you never want to be the guy to avoid it because you can't live with the burden"&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does this mean as a developer?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzpko4p23vcia3nhjhc47.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzpko4p23vcia3nhjhc47.png" alt=" " width="799" height="523"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sometimes the things that we want, we have to sacrifice a lot of things in life in order to achieve what we want.&lt;/strong&gt; Maybe you are very social and go to parties a lot. Instead of that, maybe cut down a LOT of that time into investing in practicing programming skills and building your portfolio.&lt;/p&gt;

&lt;p&gt;Sure, you may not see the result immediately, but you have to push yourself and have a good mindset to succeed.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  What should I do?
&lt;/h2&gt;

&lt;p&gt;Every week, &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt; releases a thread on dev.to "What is your win this week" series. &lt;strong&gt;I encourage everyone to comment on the accomplishment that you made (EVEN IF IT IS VERY SMALL like going outside for example).&lt;/strong&gt;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/devteam/what-was-your-win-this-week-amo" class="crayons-story__hidden-navigation-link"&gt;What was your win this week!?&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/devteam/what-was-your-win-this-week-amo" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Interview prep and front-page writing streaks&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;
          &lt;a class="crayons-logo crayons-logo--l" href="/devteam"&gt;
            &lt;img alt="The DEV Team logo" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1%2Fd908a186-5651-4a5a-9f76-15200bc6801f.jpg" class="crayons-logo__image" width="800" height="800"&gt;
          &lt;/a&gt;

          &lt;a href="/jess" class="crayons-avatar  crayons-avatar--s absolute -right-2 -bottom-2 border-solid border-2 border-base-inverted  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F264%2Fb75f6edf-df7b-406e-a56b-43facafb352c.jpg" alt="jess profile" class="crayons-avatar__image" width="400" height="400"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/jess" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Jess Lee
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Jess Lee
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png" width="166" height="102"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-3980025" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/jess" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F264%2Fb75f6edf-df7b-406e-a56b-43facafb352c.jpg" class="crayons-avatar__image" alt="" width="400" height="400"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Jess Lee&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

            &lt;span&gt;
              &lt;span class="crayons-story__tertiary fw-normal"&gt; for &lt;/span&gt;&lt;a href="/devteam" class="crayons-story__secondary fw-medium"&gt;The DEV Team&lt;/a&gt;
            &lt;/span&gt;
          &lt;/div&gt;
          &lt;a href="https://dev.to/devteam/what-was-your-win-this-week-amo" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 17&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/devteam/what-was-your-win-this-week-amo" id="article-link-3980025"&gt;
          What was your win this week!?
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/weeklyretro"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;weeklyretro&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/devteam/what-was-your-win-this-week-amo" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/exploding-head-daceb38d627e6ae9b730f36a1e390fca556a4289d5a41abb2c35068ad3e2c4b5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;37&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/devteam/what-was-your-win-this-week-amo#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              47&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            1 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The reason is it allows us to reinforce positive thinking instead of thinking negatively.&lt;/strong&gt; Otherwise, we would not be going anywhere. &lt;strong&gt;Again, it will not be immediate, but overtime you will see the result in a gradual way. Thus, being able to be more motivated on the things you want to accomplish.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Like Mobius said: &lt;strong&gt;"You gotta keep the big picture in mind...the hard thing to do, was the thing that needs to be done."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdyh1xo0wv69x51w9b8xm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdyh1xo0wv69x51w9b8xm.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Of course, in this scene it is extreme because the TVA prune timelines in order to enforce a singular timeline. &lt;strong&gt;Remember, we are not following the quote verbatim, we are getting ideas from it that will help us.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhwg5pwiv4bcrm01k7w9k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhwg5pwiv4bcrm01k7w9k.png" alt=" " width="474" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For this case, if we want to be good at LeetCode, we want to keep consistent on practicing. &lt;strong&gt;Meaning, sometimes you will have to sacrifice something in life in order to keep that consistency going.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;You may be wondering: &lt;strong&gt;What if it leads to nothing after all?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then look back, at LEAST you have shown through your profile that you are studying hard at Leetcode and that you know the fundamentals. It's better than asking yourself that question when you have NOTHING on Leetcode. &lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Progress is better than none. Nothing in tech is easy and there is no comfort when we try to achieve what we want. Maybe you want to be in Google or that you want to be a Professor. Remember, there is more Burden than Glory. It's only a matter of having to choose your Burden to reach your Glory.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F77lmof9t5jr6bufhplym.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F77lmof9t5jr6bufhplym.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Speaking of Marvel, the Avengers: Doomsday Trailer came out of this time of writing this post lol&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/irVNGjRFZGk"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;center&gt;&lt;b&gt;Questions or Comments? Love to hear your thoughts about this topic!&lt;/b&gt;&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>productivity</category>
      <category>mentalhealth</category>
    </item>
    <item>
      <title>[CLOSED] Want to Volunteer with me as a Full-Stack Developer? Join me at CALEC!</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Thu, 16 Jul 2026 19:11:00 +0000</pubDate>
      <link>https://dev.to/devengers/want-to-volunteer-with-me-as-a-full-stack-developer-join-me-at-calec-2hne</link>
      <guid>https://dev.to/devengers/want-to-volunteer-with-me-as-a-full-stack-developer-join-me-at-calec-2hne</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Posting is now closed. Tagging you here &lt;a class="mentioned-user" href="https://dev.to/hemapriya_kanagala"&gt;@hemapriya_kanagala&lt;/a&gt; to update the DEV opportunity Radar Series.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hey everyone!&lt;/p&gt;

&lt;p&gt;I don't want to steal &lt;a class="mentioned-user" href="https://dev.to/hemapriya_kanagala"&gt;@hemapriya_kanagala&lt;/a&gt; series. This is more of a DEV opportunity breaking news.&lt;/p&gt;

&lt;p&gt;I am currently volunteering at CALEC as a Full-Stack Developer in QA Test and we are seeking more &lt;strong&gt;Full-Stack Developers&lt;/strong&gt; to join us on this project. &lt;strong&gt;We are planning on releasing Phase 1 of the project before 2027!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are a type of person who is a Full-Stack Developer, takes initiative, organized and wanting to continue to gain more experience in this niche, we would love to have you on board!&lt;/p&gt;


&lt;div class="ltag-offer"&gt;
  &lt;div class="ltag-offer__body"&gt;Volunteer at CALEC as a Full-Stack Developer Today!&lt;/div&gt;
    &lt;a href="https://www.idealist.org/en/volunteer-opportunity/c5cb49c220fc41fea62a46742cf7c756-full-stack-developer-volunteer-the-center-for-the-advancement-of-languages-education-and-communities-calec-new-york" class="ltag-offer__button crayons-btn crayons-btn--primary" rel="noopener noreferrer"&gt;Apply Now!&lt;/a&gt;
&lt;/div&gt;


&lt;center&gt;&lt;b&gt;See you in the Interview! :D&lt;/b&gt;&lt;/center&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you want a TLDR on what we are looking for, read below! (Based on my preference with that as well)&lt;/strong&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  About CALEC
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://calec.org/" rel="noopener noreferrer"&gt;CALEC&lt;/a&gt; is a &lt;strong&gt;mission-driven organization dedicated to advancing language education, literacy, and culturally responsive learning through innovative digital tools and programs.&lt;/strong&gt; We design and support educational platforms and games that promote bilingual learning, reading engagement, and equitable access to education for diverse learners.&lt;/p&gt;

&lt;h2&gt;
  
  
  You will be great in this role if you are...
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Currently or obtain a BS in Computer Science or related field.&lt;/li&gt;
&lt;li&gt;Have some professional experience in Full-Stack is preferred. &lt;strong&gt;Otherwise, we would love to see your projects.&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;You are a person who takes initiative with minimal supervision.&lt;/li&gt;
&lt;li&gt;You are a person who demonstrates leadership.&lt;/li&gt;
&lt;li&gt;Experience using GitHub and understanding the use of Git.&lt;/li&gt;
&lt;li&gt;Willing to work in a fast-paced environment for the September release.&lt;/li&gt;
&lt;li&gt;Willing to learn new things!&lt;/li&gt;
&lt;li&gt;You are a person who values in providing accessible education to people around the world.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Other Important Information
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Must Commit 10+ hours per week.&lt;/li&gt;
&lt;li&gt;The position is remote.&lt;/li&gt;
&lt;/ul&gt;

&lt;center&gt;

&lt;a href="https://www.idealist.org/en/volunteer-opportunity/c5cb49c220fc41fea62a46742cf7c756-full-stack-developer-volunteer-the-center-for-the-advancement-of-languages-education-and-communities-calec-new-york" class="crayons-btn crayons-btn--primary" rel="noopener noreferrer"&gt;Apply Now!&lt;/a&gt;


&lt;/center&gt;





&lt;center&gt;
&lt;b&gt;Any questions about the role? I would love to hear from you!&lt;/b&gt;&lt;center&gt;



&lt;/center&gt;
&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>career</category>
      <category>hiring</category>
    </item>
    <item>
      <title>I am that I am.</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 13 Jul 2026 21:22:10 +0000</pubDate>
      <link>https://dev.to/francistrdev/i-am-that-i-am-5j</link>
      <guid>https://dev.to/francistrdev/i-am-that-i-am-5j</guid>
      <description>&lt;p&gt;We all hear about &lt;strong&gt;"Not comparing yourself to others"&lt;/strong&gt; and that &lt;strong&gt;"comparing yourself is the thief of joy".&lt;/strong&gt; To be honest, I agree and it's strange that I am contradicting myself because I compare myself A LOT.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fznbiecopezuaewvi2pfc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fznbiecopezuaewvi2pfc.png" alt=" " width="531" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The more I looked into it, the more I realized that we have a natural tendency to compare ourselves. It's a human thing to do.&lt;/p&gt;

&lt;p&gt;The issue is that we tend to be very excessive over comparing ourselves to others to the point where it takes a toll on us. &lt;strong&gt;For example, we are demotivated to see someone's success because we believe we can't reach the goal they are in.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We all have jealousy. Big or small. Even where I am at right now, I am still jealous that many people I know that got into big tech companies like Microsoft.&lt;/p&gt;

&lt;p&gt;To get more context, I want to share a story with you.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  Story Time
&lt;/h1&gt;

&lt;p&gt;Back in the day, I remember it was the year of the ACT. &lt;strong&gt;For those who don't know: It's a Standardized test that is needed for the college admissions to determine if you are admitted to their program.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I remember I got a national average of 21 as my composite score and I was proud of the score I got since it's the national average during that time.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F09t99qhqfr1jihint1zn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F09t99qhqfr1jihint1zn.gif" alt=" " width="640" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, I remember the day where my friends talked about the ACT. The most common thing I heard was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Oh I got a 30"&lt;/p&gt;

&lt;p&gt;"I got a 32"&lt;/p&gt;

&lt;p&gt;"Man I got a 35, it was sooo easy"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Hearing that makes me feel not only bummed out, but felt left out.&lt;/strong&gt; I was feeling that I wasn't smart enough to be in the group.&lt;/p&gt;

&lt;p&gt;What's worse is that they got accepted into colleges and programs that are well known. Then they start boasting about their accomplishments. I felt like I am the odd-one-out because of my scores and their accomplishments I could not match.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  Why am I Talking about this?
&lt;/h1&gt;

&lt;p&gt;Looking back and knowing where they are at now, I am proud of who I become today. &lt;strong&gt;It's not that they have fallen downhill (they are still successful), but the route they have taken that I definitely could not follow.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For example, on GitHub, many people fill up their contribution graphs to the max. &lt;strong&gt;However, if you were to tell them on what they did specifically, 99% of the time it sounds disappointing.&lt;/strong&gt; It could be either they are working everyday on their job (makes sense) or they use a bot to trick the recruiter to think that they are productive.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flw2ssdyqvfbjsdldh93c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Flw2ssdyqvfbjsdldh93c.png" alt=" " width="360" height="202"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For me, I would rather learn the skills more than "presentation". &lt;strong&gt;If I build up the skills, presentation will show that automatically. It's a Win-Win in my book.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Knowing myself and what &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt; called me out on is that: &lt;strong&gt;I do things the hard way.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F088kw8d6m2gobpxy4mjv.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F088kw8d6m2gobpxy4mjv.gif" alt=" " width="498" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If I want to get something, I work hard on it. I learned overtime that I can achieve anything when you put your mind to it. And that I did. Not only that, I am proud of my progress. Not only that, I am proud of the results I have and am grateful for it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Something worth mentioning, out of the blue btw, when I looked back at Season One of "The Flash".&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/WJLgneOuVsI"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you go back in time, would you tell yourself to be better in some way?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;We all have dreams of this and yes, I would have wish my progress and result would be better. &lt;strong&gt;That is what I used to think.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After seeing this scene, it reminds me to be proud of who I am today and knowing that others will also share that too. If I go back and change, I would be a completely different person that I am today and knowing I would never be satisfied. &lt;strong&gt;That is what comparing does to you if you continue to think excessively. It makes you think that you could have been a different person, but we fail to see if there are other aspects of us that change for the worse.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Sure, you go back in time where you tell yourself to get into Google and showing how. However, as a result, maybe the caveat is that it resulted you into becoming more egotistic or that you are a bad person.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjljhp3l8dkpxssihnd9z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjljhp3l8dkpxssihnd9z.png" alt=" " width="799" height="751"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If I were to go back in time to change the things I did, I would never be on dev.to. I would be living in a dystopian timeline that I am not prepare for &lt;strong&gt;(which is the case for Barry in that show when he actually went back in time and prevented the murder of his mom).&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;I would never meet people like &lt;a class="mentioned-user" href="https://dev.to/itsugo"&gt;@itsugo&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/konark_13"&gt;@konark_13&lt;/a&gt; and &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt;. I would never meet people like Richard and &lt;a class="mentioned-user" href="https://dev.to/dannwaneri"&gt;@dannwaneri&lt;/a&gt; who had lift me to become who I am today. I would never know that I changed people's lives on dev.to such as &lt;a class="mentioned-user" href="https://dev.to/hemapriya_kanagala"&gt;@hemapriya_kanagala&lt;/a&gt; where she mentioned that I welcomed her back on dev.to, which resulted in her continuing posting on dev.to! All this from a Google Meet Call btw. Finally, I would never have the chance to experience open source with &lt;a class="mentioned-user" href="https://dev.to/mikeydorje"&gt;@mikeydorje&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/ben"&gt;@ben&lt;/a&gt;, and &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt; on Forem!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What would dev.to be, without me and you in the equation? Would it have been the same today? Something that I had in mind while writing this post...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe1asnlox4r37wghuhm4h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe1asnlox4r37wghuhm4h.png" alt=" " width="799" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  What is the Point?
&lt;/h1&gt;

&lt;p&gt;Been rambling a bit so let's cut to the chase. If you were following along in the previous section above, you know that there is a mask to success. Yes, people show success, but once you figure out &lt;em&gt;how&lt;/em&gt; they got there, it shows a different light. Showing that mask of success will get you far until someone questions you in various ways.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here is a VERY good example of this where this guy made a skit about some guy claiming he got a job at Facebook, but nope:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/eItv45Mrqug"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Maybe comparing yourself to others isn't the problem, it's the problem where we stop questioning ourselves about &lt;em&gt;how&lt;/em&gt; others get success in the first place.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here is something to think about that helped me this year.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
  
  
  1. Comparing yourself is like a Recursion with no base case.
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fem06rmpv84cbrcnzcpnj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fem06rmpv84cbrcnzcpnj.png" alt=" " width="800" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Just because you believe that this person is a God-Tier programmer, it does not mean that this person is the #1 in the world.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You could argue about that the number one programmer has no one to compare too.&lt;/strong&gt; Keep in mind there are BILLIONS of people in this world and there may be a case where that programmer is comparing themselves to someone that has not be documented on the internet. &lt;strong&gt;We will never know.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Always assume there is a bigger fish to fry. There is no end to becoming better than the other.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
  
  
  2. Know more about how they got to their success in the first place.
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdtsbb50g848z15123ggi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fdtsbb50g848z15123ggi.png" alt=" " width="498" height="473"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Think of this. Imagine Person A and Person B got a score of 30 on the ACT. However, Person A got their score by hard work, mentorship, etc. Person B achieve that score by bribe and other illegal stuff (this actually happened btw).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who would you chose? I would choose Person A if anything.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmev2t6b6ei3vxlspkz86.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmev2t6b6ei3vxlspkz86.gif" alt=" " width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If I were to chose Person B, sure, I would get success, but once people start digging into it, it's over. Everything you built, everything you have done, is nothing but a memory...&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;
  
  
  3. Know you are good enough, and I am serious.
&lt;/h2&gt;

&lt;p&gt;We all felt for this when we compare ourselves too much to the point where we doubt our skills.&lt;/p&gt;

&lt;p&gt;Know that no matter where you are at right now, you are worth more than you know. Maybe you are not seeing it right away, but the more people you talk too, the more you will see how others value your skills. It takes a while, but eventually, you will find someone who values you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feg2b7yvny3e6cjyvqcs0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Feg2b7yvny3e6cjyvqcs0.png" alt=" " width="396" height="330"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For example, me and &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt; talked almost on a daily basis and I notice how we kept on complementing each other about our skills and knowledge in the developer space. Yes, maybe at first glance, we see big numbers and assume they are successful. &lt;/p&gt;

&lt;p&gt;However, overtime, we understand each other that we always have something new to learn and grow. Elmar knows more front end stuff than me and I know more about the Software Development Cycle than him. The point is &lt;strong&gt;Never judge a book by its cover.&lt;/strong&gt; There is always room to grow.&lt;/p&gt;


&lt;div class="ltag__comment crayons-card my-2 p-0 overflow-hidden"&gt;
    &lt;a href="https://dev.to/francistrdev/i-am-that-i-am-5j" class="flex items-center gap-2 p-3 fs-s color-base-60 hover:color-base-90"&gt;
      

      &lt;span&gt;Comment on &lt;strong class="fw-medium color-base-90"&gt;I am that I am.&lt;/strong&gt;&lt;/span&gt;
    &lt;/a&gt;
  &lt;div class="p-4"&gt;
    &lt;div class="flex items-center gap-2 mb-3"&gt;
      &lt;a href="/webdeveloperhyper" class="crayons-avatar crayons-avatar--l"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2619933%2F53ce4245-3c76-42d1-a897-337b8c1599ce.png" alt="webdeveloperhyper" class="crayons-avatar__image" width="800" height="802"&gt;
      &lt;/a&gt;
      &lt;div&gt;
        &lt;a href="/webdeveloperhyper" class="crayons-link fw-medium"&gt;Web Developer Hyper&lt;/a&gt;
        &lt;span class="fs-xs color-base-60 ml-1"&gt;Jul 13&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="text-styles"&gt;
      &lt;p&gt;If you're growing compared to your past self, that's already a win! 🫡 You can't change others, but you can always change yourself. Good luck with your Salesforce exam!&lt;/p&gt;


    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The next time you compare yourself, don't think about the result. Think about the process. That way, you will never be disappointed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I hope this has helped you. I have been studying the Salesforce Administrator certification for sometime and I am planning on releasing articles on dev.to about that, so expect more content revolving around that for a while. I will be creating a guide on studying for the exam that would be helpful for me and others who are getting into this certification. Just to let you guys know :)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffuzdf8sszvropzb7rwfl.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffuzdf8sszvropzb7rwfl.gif" alt=" " width="498" height="234"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;center&gt;&lt;b&gt;Questions/comments? Would love to hear from you!&lt;/b&gt;&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>mentalhealth</category>
      <category>learning</category>
    </item>
    <item>
      <title>It's You.</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 06 Jul 2026 21:38:25 +0000</pubDate>
      <link>https://dev.to/francistrdev/its-you-29k0</link>
      <guid>https://dev.to/francistrdev/its-you-29k0</guid>
      <description>&lt;p&gt;&lt;strong&gt;To start off, I appreciate the community support I have received on the post about being behind.&lt;/strong&gt;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6" class="crayons-story__hidden-navigation-link"&gt;I am behind, and I can't prove it but does it matter?&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Achievement that feels shallow on paper&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/francistrdev" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" alt="francistrdev profile" class="crayons-avatar__image" width="320" height="320"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/francistrdev" class="crayons-story__secondary fw-medium m:hidden"&gt;
              FrancisTRᴅᴇᴠ (っ◔◡◔)っ
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                FrancisTRᴅᴇᴠ (っ◔◡◔)っ
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png" width="166" height="102"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-3964664" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/francistrdev" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" class="crayons-avatar__image" alt="" width="320" height="320"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;FrancisTRᴅᴇᴠ (っ◔◡◔)っ&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 22&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6" id="article-link-3964664"&gt;
          I am behind, and I can't prove it but does it matter?
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/mentalhealth"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;mentalhealth&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/career"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;career&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;164&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              100&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            4 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;I couldn't respond to every single one because of the overwhelming comments I have received! &lt;strong&gt;Rest assure, I will respond to each and every one of you and I am grateful for every single comment you guys had left! I am glad to be part of this community! Continue to show that!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh1mwfrk0c6lr3k6ov8tw.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh1mwfrk0c6lr3k6ov8tw.gif" alt=" " width="498" height="454"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;With that said, I want to return the favor to the community about something important.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I recently talked to &lt;a class="mentioned-user" href="https://dev.to/georgekobaidze"&gt;@georgekobaidze&lt;/a&gt; and &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt; in the Virtual Coffee group about life in general. What I notice about our conversation is how we ended up talking about regrets and things we could have done earlier. &lt;em&gt;For example, we talked about not networking or not doing beyond the coursework at our University/College because of how non-social we are.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Of course, we all have regrets like these and we improve overtime as a result. As we kept the conversation going, there is something that comes down to the root based on the conversations we have and conversations I had overall as a developer.&lt;/p&gt;

&lt;p&gt;One side is that we have regrets about what we should have done. &lt;strong&gt;As a result, we improve.&lt;/strong&gt; We make self-reflections on our wants and needs and we improvise from there. For example, for me, I never did networking because of the &lt;strong&gt;fear&lt;/strong&gt; of what other people thinks. &lt;strong&gt;&lt;em&gt;I slowly realized that 99% of the irrational thoughts never comes true. Even if it does, I know myself that I could handle the situation.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As a result, I took small steps and joined dev.to. We all know where I am at now XD&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpxvfmh6kaip0t4sla0lj.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpxvfmh6kaip0t4sla0lj.gif" alt=" " width="498" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the other hand, there are people who identifies these regrets they have, &lt;strong&gt;but does not act on it. Not immediately, just never.&lt;/strong&gt; It has become &lt;strong&gt;VERY common amongst college students who says that the "Job Market is Cooked" and that "They are not good enough".&lt;/strong&gt; To be fair, impostor syndrome is real and yes, the job market is cooked based on the rise of AI and the bar you have to meet to compete with other developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;However, that does not mean you will just sit there and do nothing about it.&lt;/strong&gt; I have seen countless people who makes those negative statements and they are not doing anything about it. They are just accepting defeat and doing the bare minimum.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frb9pp76ezbajsd2en3f0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frb9pp76ezbajsd2en3f0.png" alt=" " width="498" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Of course, there are people who are trying their best by building projects, networking, etc. However, it is also common that they will lead to the same result when it comes to job offers, &lt;strong&gt;which is getting none.&lt;/strong&gt; This leads to people thinking it is ENTIRELY on luck. &lt;strong&gt;Sure, luck is a factor but identifying the things you need to do properly and being with a supportive community the right way can negate those odds.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/georgekobaidze"&gt;@georgekobaidze&lt;/a&gt; pointed out in his post where he mentions that to achieve what he has done, he had to continue &lt;strong&gt;"&lt;em&gt;pushing...to the limit, [even] at times...through severe physical pain (no exaggeration), and sacrificing a lot of my personal life along the way. My evenings, nights, and weekends were dedicated to all of this...It's not a lot of time in the grand scheme of things, but I'd rather use that limited time than not do it at all.&lt;/em&gt;"&lt;/strong&gt;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/georgekobaidze/a-new-personal-best-what-six-months-of-locking-in-can-do-p3k" class="crayons-story__hidden-navigation-link"&gt;A New Personal Best: What Six Months of Locking In Can Do&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/georgekobaidze/a-new-personal-best-what-six-months-of-locking-in-can-do-p3k" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Two hackathon wins and a management promotion&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/georgekobaidze" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F55651%2F3ad144e9-ca91-4395-b73a-9a0a3d843af9.jpg" alt="georgekobaidze profile" class="crayons-avatar__image" width="800" height="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/georgekobaidze" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Giorgi Kobaidze
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Giorgi Kobaidze
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png" width="166" height="102"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-4066918" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/georgekobaidze" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F55651%2F3ad144e9-ca91-4395-b73a-9a0a3d843af9.jpg" class="crayons-avatar__image" alt="" width="800" height="800"&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Giorgi Kobaidze&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/georgekobaidze/a-new-personal-best-what-six-months-of-locking-in-can-do-p3k" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jul 4&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/georgekobaidze/a-new-personal-best-what-six-months-of-locking-in-can-do-p3k" id="article-link-4066918"&gt;
          A New Personal Best: What Six Months of Locking In Can Do
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/showdev"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;showdev&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/productivity"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;productivity&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/career"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;career&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/georgekobaidze/a-new-personal-best-what-six-months-of-locking-in-can-do-p3k" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="24" height="24"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;108&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/georgekobaidze/a-new-personal-best-what-six-months-of-locking-in-can-do-p3k#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              54&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            7 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  What's my Point
&lt;/h1&gt;

&lt;p&gt;I want you to think of this quote from the movie &lt;strong&gt;Ip Man&lt;/strong&gt; that stayed with me:&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;It's not about style. It's about you.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/z1hLLDMkdlM?start=237"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does this mean?&lt;/strong&gt; Every developer has different goals and niche.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Maybe you are a Data Analysis.&lt;/li&gt;
&lt;li&gt;Maybe you are a ML Engineer.&lt;/li&gt;
&lt;li&gt;Maybe you want to get ahead of AI by learning the latest AI news.&lt;/li&gt;
&lt;li&gt;Maybe you want to fill up your GitHub Contributor graph like a Christmas tree.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everyone has a &lt;strong&gt;"style"&lt;/strong&gt; because everyone has different goals and roadmaps. However, &lt;strong&gt;at the end of the day, it's about you.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbvnfr1vecr7bjep73mbl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbvnfr1vecr7bjep73mbl.png" alt=" " width="480" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Think about it. &lt;strong&gt;Not all Software Engineers are built the same.&lt;/strong&gt; We all have our origin stories that are unique, challenges we have to overcome ourselves, etc. That what makes us every developer unique and recruiters, especially people in general wants to hear that.&lt;/p&gt;

&lt;p&gt;The problem becomes where we blame ourselves and we blame the things around us that affects our journey as a developer. &lt;strong&gt;For example, because of the rise of AI and news around it, people have become demotivated on pursuing a developer career because of the challenges it has set for everyone in the tech space.&lt;/strong&gt; I feel like we are losing GREAT, maybe even God-Tier developers because of a small hurdle they can't overcome nor they have the support to overcome challenges to begin with.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Riddle me this:&lt;/strong&gt; &lt;em&gt;If the job market is so difficult because of AI, why is there still some people who are recent CS graduates or new developers...still get tech jobs either way? It's not that it is impossible to get one, it's just harder. It's also not because they got "lucky", it's simply because they know how to play the game.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There is a game I am recently playing called "Cuphead" (Great game btw).&lt;/strong&gt; One of the main idea of it is that it was design to be a difficult game to play. Of course, there will be some people who doesn't find it difficult, &lt;strong&gt;but the point is that the game is design to be completed. The choice on whether you decide to keep going and making it to the finish line is based on you. It's always been you, not the game (never has been).&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh5ioxav0c7b7qpi0hx3x.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh5ioxav0c7b7qpi0hx3x.gif" alt=" " width="640" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maybe instead of blaming the market, we should adapt to it. Start learning what companies are NOW looking for in the age of AI, start doing some networking and participate in challenges on DEV for example to get more experience on building.&lt;/p&gt;

&lt;p&gt;Maybe instead of thinking that I will not be good enough, seek advice from the community and share your struggles. &lt;strong&gt;&lt;em&gt;Don't believe me? I am living proof!!!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Maybe you are scared of networking. Maybe you are too "tired" to keep going because of how the news are persuading you that the developer market is banished to the shadow realm. &lt;strong&gt;At the end of the day, you are letting outside sources control your decisions instead of having some independence and doing what you need to do.&lt;/strong&gt; Things takes time and it's not meant you will get what you want overnight. &lt;strong&gt;Remember, it's you that decides on if you want to achieve what you have set, not anyone else.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F935msizcfk8wc1v0pibf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F935msizcfk8wc1v0pibf.png" alt=" " width="540" height="720"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discipline and consistency is key, and always has been.&lt;/strong&gt; It's only a matter of if you are able to commit whether the environment around you changes. &lt;strong&gt;The whole point of this post is to show you that you need to take initiative without having to rely on other factors to do the work for you.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep this in mind, there are two types of people. One who makes heavy self-reflection and are open to change and improve. The other who is forced to change based on circumstance.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;If you don't do it now...when will you?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now I think about it:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"ᴀ ꜱᴍᴏᴏᴛʜ ꜱᴇᴀ ɴᴇᴠᴇʀ ᴍᴀᴅᴇ ᴀ ꜱᴋɪʟʟᴇᴅ ꜱᴀɪʟᴏʀ" - ꜰʀᴀɴᴋʟɪɴ ᴅ. ʀᴏᴏꜱᴇᴠᴇʟᴛ&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9vpjp77w4ujwfn9jv5m4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9vpjp77w4ujwfn9jv5m4.png" alt=" " width="498" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>productivity</category>
      <category>mentalhealth</category>
    </item>
    <item>
      <title>🗓️ Monthly Dev Report: June 2026</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 29 Jun 2026 14:40:57 +0000</pubDate>
      <link>https://dev.to/francistrdev/monthly-dev-report-june-2026-530a</link>
      <guid>https://dev.to/francistrdev/monthly-dev-report-june-2026-530a</guid>
      <description>&lt;p&gt;Hey everyone! I bring you my development journey on what I have &lt;strong&gt;discovered, accomplishments for this month, and the goals for next month!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Additionally, I will share some posts highlights on &lt;strong&gt;what post I am proud of sharing to Dev.to&lt;/strong&gt; and my &lt;strong&gt;top 3 posts that stood out to me this month!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  ✨ Dev.to Posts Highlights! ✨
&lt;/h1&gt;

&lt;h4&gt;
  
  
  Here is one of the posts I am proud of for this month!
&lt;/h4&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/devengers/two-devs-and-a-copilot-created-classifierai-a-prototype-chrome-extension-that-automatically-4fge" class="crayons-story__hidden-navigation-link"&gt;Two Devs and a Copilot Created ClassifierAI: A Prototype Chrome Extension that Automatically Detects AI-Generated Content on DEV!&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/devengers/two-devs-and-a-copilot-created-classifierai-a-prototype-chrome-extension-that-automatically-4fge" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;GitHub “Finish-Up-A-Thon” Challenge Submission&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;
          &lt;a class="crayons-logo crayons-logo--l" href="/devengers"&gt;
            &lt;img alt="The DEVengers logo" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F12483%2Fb3a03d2d-fbb6-4355-9593-dff0f92638e9.webp" class="crayons-logo__image"&gt;
          &lt;/a&gt;

          &lt;a href="/francistrdev" class="crayons-avatar  crayons-avatar--s absolute -right-2 -bottom-2 border-solid border-2 border-base-inverted  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" alt="francistrdev profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/francistrdev" class="crayons-story__secondary fw-medium m:hidden"&gt;
              FrancisTRᴅᴇᴠ (っ◔◡◔)っ
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                FrancisTRᴅᴇᴠ (っ◔◡◔)っ
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png"&gt;&lt;/a&gt;
              
              &lt;div id="story-author-preview-content-3815208" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/francistrdev" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;FrancisTRᴅᴇᴠ (っ◔◡◔)っ&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

            &lt;span&gt;
              &lt;span class="crayons-story__tertiary fw-normal"&gt; for &lt;/span&gt;&lt;a href="/devengers" class="crayons-story__secondary fw-medium"&gt;The DEVengers&lt;/a&gt;
            &lt;/span&gt;
          &lt;/div&gt;
          &lt;a href="https://dev.to/devengers/two-devs-and-a-copilot-created-classifierai-a-prototype-chrome-extension-that-automatically-4fge" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 6&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/devengers/two-devs-and-a-copilot-created-classifierai-a-prototype-chrome-extension-that-automatically-4fge" id="article-link-3815208"&gt;
          Two Devs and a Copilot Created ClassifierAI: A Prototype Chrome Extension that Automatically Detects AI-Generated Content on DEV!
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/devchallenge"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;devchallenge&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/githubchallenge"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;githubchallenge&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/showdev"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;showdev&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/devengers/two-devs-and-a-copilot-created-classifierai-a-prototype-chrome-extension-that-automatically-4fge" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/exploding-head-daceb38d627e6ae9b730f36a1e390fca556a4289d5a41abb2c35068ad3e2c4b5.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;107&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/devengers/two-devs-and-a-copilot-created-classifierai-a-prototype-chrome-extension-that-automatically-4fge#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              58&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            15 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;em&gt;Worked with &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt; on ClassifierAI: A Chrome Extension that detects AI-Generated articles on dev.to! It was fun working with Elmar and looking forward for more collaboration work in the future!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you are interested in this project, feel free to contribute!&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/FrancisTR" rel="noopener noreferrer"&gt;
        FrancisTR
      &lt;/a&gt; / &lt;a href="https://github.com/FrancisTR/ClassifierAI" rel="noopener noreferrer"&gt;
        ClassifierAI
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A Chrome Extension that detects AI-generated images using Machine Learning.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Welcome to the ClassifierAI Repository!&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Description&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;A Google Chrome Extension that integrates Machine Learning to determine if the image and the dev.to article, that the user is viewing, is AI-Generated.&lt;/strong&gt; This uses Tensorflow.js to perform Image Classification and Text Classification.&lt;/p&gt;
&lt;p&gt;The model is trained using &lt;a href="https://teachablemachine.withgoogle.com/" rel="nofollow noopener noreferrer"&gt;Teachable Machine&lt;/a&gt; by Google where it is train from 866 images, that consists of AI and Non-AI images, using the following settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Epochs: 30&lt;/li&gt;
&lt;li&gt;Batch Size: 16&lt;/li&gt;
&lt;li&gt;Learning Rate: 0.0001&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Technologies Used&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Core Tech:&lt;/strong&gt; &lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" rel="nofollow noopener noreferrer"&gt;&lt;img alt="JavaScript" src="https://camo.githubusercontent.com/0d432492c5cfa627fc3c635fe75005b6b34a91650b2c573621365574d41d9d06/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4a6176615363726970742d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d6a617661736372697074266c6f676f436f6c6f723d463744463145"&gt;&lt;/a&gt;
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTML" rel="nofollow noopener noreferrer"&gt;&lt;img alt="HTML5" src="https://camo.githubusercontent.com/e8fa3d128a4b4a103c265305e3c01f9961f82d5e19cae4c39414b3e52e593ab7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d48544d4c352d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d68746d6c35266c6f676f436f6c6f723d453334463236"&gt;&lt;/a&gt;
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS" rel="nofollow noopener noreferrer"&gt;&lt;img alt="CSS3" src="https://camo.githubusercontent.com/a970f45c6bba1e52d9e8c736bcd1c0b4ce41e958ccb2367cc2a28cd9fedce384/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d435353332d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d637373266c6f676f436f6c6f723d313537324236"&gt;&lt;/a&gt;
&lt;a href="https://tailwindcss.com/" rel="nofollow noopener noreferrer"&gt;&lt;img alt="Tailwind CSS" src="https://camo.githubusercontent.com/35af1a2fc7443144f6df5e302f29412a99c2e01fbd3b823e1ba4c4549d6c643e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d5461696c77696e642532304353532d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d7461696c77696e64637373266c6f676f436f6c6f723d333842444638"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Content Analysis:&lt;/strong&gt; &lt;a href="https://www.tensorflow.org/js" rel="nofollow noopener noreferrer"&gt;&lt;img alt="TensorFlow.js" src="https://camo.githubusercontent.com/7fd114e52c933fe6afc4806cd51a04cfefa979bebae673081e03dbe6fe269b5c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d54656e736f72466c6f772e6a732d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d74656e736f72666c6f77266c6f676f436f6c6f723d464636463030"&gt;&lt;/a&gt;
&lt;a href="https://www.chartjs.org/" rel="nofollow noopener noreferrer"&gt;&lt;img alt="Chart.js" src="https://camo.githubusercontent.com/bed637be1b45c7447468599b92f35c51836993942f45c0816f35955144ea46d0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d43686172742e6a732d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d6368617274646f746a73266c6f676f436f6c6f723d464636333834"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Extension Tooling:&lt;/strong&gt; &lt;a href="https://vitejs.dev/" rel="nofollow noopener noreferrer"&gt;&lt;img alt="Vite" src="https://camo.githubusercontent.com/7473283a53b81e83709011dd66dd91fcfbfccc816fcc9e1f74fb3a963261b50f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d566974652d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d76697465266c6f676f436f6c6f723d363436434646"&gt;&lt;/a&gt;
&lt;a href="https://crxjs.dev/" rel="nofollow noopener noreferrer"&gt;&lt;img alt="CRXJS" src="https://camo.githubusercontent.com/ddaa480206794180fcbb1a9246b994faced0709f9d22c195d5f38563236bda3b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d4352584a532d3046313732413f7374796c653d666c61742d737175617265266c6f676f3d676f6f676c656368726f6d65266c6f676f436f6c6f723d343238354634"&gt;&lt;/a&gt;
&lt;a href="https://docker.dev/" rel="nofollow noopener noreferrer"&gt;&lt;img alt="Docker" src="https://camo.githubusercontent.com/c3da1746e1e1810099a2d2f782908762a9f8c12fc151e82d4da6e37cd5134138/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f636b65722d2532333064623765642e7376673f7374796c653d666c61742d737175617265266c6f676f3d646f636b6572266c6f676f436f6c6f723d343238354634"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;How to Run&lt;/h2&gt;

&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Clone or download the repository and navigate to the project directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install the project dependencies:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;npm install&lt;/pre&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Build the extension:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;npm run build&lt;/pre&gt;

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open Google Chrome and navigate to:&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;chrome://extensions
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable &lt;strong&gt;Developer Mode&lt;/strong&gt; in the top-right corner.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Load unpacked&lt;/strong&gt; and select the generated &lt;code&gt;dist/&lt;/code&gt; folder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The extension is now installed and ready to use.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Demo&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;This is the overall demo of the use…&lt;/p&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/FrancisTR/ClassifierAI" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h4&gt;
  
  
  Here is the top 3 posts that I have discovered that stood out to me!
&lt;/h4&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/lovestaco/--2kb7" class="crayons-story__hidden-navigation-link"&gt;. .. . ... . .... . .... . ... .&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/lovestaco/--2kb7" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;LLM reasoning in unseen pattern puzzles&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/lovestaco" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1002302%2F9dbe5057-f6da-4c08-9b5d-37fe9d281476.png" alt="lovestaco profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/lovestaco" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Athreya aka Maneshwar
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Athreya aka Maneshwar
                
              
              &lt;div id="story-author-preview-content-3964775" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/lovestaco" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1002302%2F9dbe5057-f6da-4c08-9b5d-37fe9d281476.png" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Athreya aka Maneshwar&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/lovestaco/--2kb7" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 22&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/lovestaco/--2kb7" id="article-link-3964775"&gt;
          . .. . ... . .... . .... . ... .
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/ai"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;ai&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/webdev"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;webdev&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/programming"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;programming&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/beginners"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;beginners&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/lovestaco/--2kb7" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;45&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/lovestaco/--2kb7#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              16&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            6 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/lovestaco"&gt;@lovestaco&lt;/a&gt; &lt;em&gt;A post on why LLM understand...that.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/itsugo/to-the-people-who-read-my-weird-little-blogs-3icj" class="crayons-story__hidden-navigation-link"&gt;To The People Who Read My Weird Little Blogs&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/itsugo/to-the-people-who-read-my-weird-little-blogs-3icj" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Hitting 10k followers via public learning&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/itsugo" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2353063%2F6614279b-75f1-4ca9-b9e5-251daa207f14.png" alt="itsugo profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/itsugo" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Aryan Choudhary
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Aryan Choudhary
                
              
              &lt;div id="story-author-preview-content-3842404" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/itsugo" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2353063%2F6614279b-75f1-4ca9-b9e5-251daa207f14.png" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Aryan Choudhary&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/itsugo/to-the-people-who-read-my-weird-little-blogs-3icj" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 24&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/itsugo/to-the-people-who-read-my-weird-little-blogs-3icj" id="article-link-3842404"&gt;
          To The People Who Read My Weird Little Blogs
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/writing"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;writing&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/learning"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;learning&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/itsugo/to-the-people-who-read-my-weird-little-blogs-3icj" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;101&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/itsugo/to-the-people-who-read-my-weird-little-blogs-3icj#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              70&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            4 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/itsugo"&gt;@itsugo&lt;/a&gt; &lt;em&gt;A post of Aryan's experience on DEV!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/artemkozak/i-built-a-live-docker-topology-viewer-because-docker-ps-stopped-being-enough-3gme" class="crayons-story__hidden-navigation-link"&gt;I Built DockGraph: A Live Topology Map for Docker and Compose&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/artemkozak" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3985602%2Fd00f7673-e550-49fa-84dc-788c126072ee.png" alt="artemkozak profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/artemkozak" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Artem
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Artem
                
              
              &lt;div id="story-author-preview-content-3907291" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/artemkozak" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3985602%2Fd00f7673-e550-49fa-84dc-788c126072ee.png" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Artem&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/artemkozak/i-built-a-live-docker-topology-viewer-because-docker-ps-stopped-being-enough-3gme" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Jun 15&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/artemkozak/i-built-a-live-docker-topology-viewer-because-docker-ps-stopped-being-enough-3gme" id="article-link-3907291"&gt;
          I Built DockGraph: A Live Topology Map for Docker and Compose
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/docker"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;docker&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/devops"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;devops&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/selfhost"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;selfhost&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/observability"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;observability&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/artemkozak/i-built-a-live-docker-topology-viewer-because-docker-ps-stopped-being-enough-3gme" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/exploding-head-daceb38d627e6ae9b730f36a1e390fca556a4289d5a41abb2c35068ad3e2c4b5.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;10&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/artemkozak/i-built-a-live-docker-topology-viewer-because-docker-ps-stopped-being-enough-3gme#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              7&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            5 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success crayons-icon c-btn__icon"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/artemkozak"&gt;@artemkozak&lt;/a&gt; &lt;em&gt;A Docker Visualizer that is helpful for visual programmers and for big projects!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Monthly Discovery 🔍
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;🔍 A guide into getting ahead in programming. &lt;em&gt;This one actually helped me to get a better understanding of myself and the goals I want to set as a programmer getting into tech.&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/2L2NPANTXfY"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 An AI Takeover Scenario video. Interesting watch.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/S2oIFOm-XXQ"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔍 Unrelated Tech stuff. If you haven't seen the new &lt;strong&gt;Spider-man: Brand New Day&lt;/strong&gt; trailer, it was released &lt;strong&gt;11 days ago&lt;/strong&gt; (as of this posting)!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/62bIsvRcPv0"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Accomplishments 🏆
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;✅ 3 Pull Requests has been merged onto Forem.&lt;/li&gt;
&lt;li&gt;✅ Cleaned up my Portfolio and Resume.&lt;/li&gt;
&lt;li&gt;✅ Continued Virtual Coffee Contribution.&lt;/li&gt;
&lt;li&gt;✅ Learning Ruby on Leetcode! &lt;em&gt;Moved away from HackerRank for now.&lt;/em&gt; Feel free to follow me on LeetCode: &lt;a href="https://leetcode.com/u/FrancisTRdev/" rel="noopener noreferrer"&gt;https://leetcode.com/u/FrancisTRdev/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;✅ Continued interacting with the Dev.to community.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Still working on... 🔨
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;🔨 &lt;strong&gt;Clean up my portfolio and publishing it on Dev.to for Review.&lt;/strong&gt; I have it done, just need to publish on dev.to!&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Goals for Next Month 🎯
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;📝 Continue Forem Contribution.&lt;/li&gt;
&lt;li&gt;📝 Continue Virtual Coffee Contribution.&lt;/li&gt;
&lt;li&gt;📝 Publishing my Portfolio on Dev.to for Review.&lt;/li&gt;
&lt;li&gt;📝 Doing LeetCode Daily (on Weekdays) to learn Ruby: &lt;a href="https://leetcode.com/u/FrancisTRdev/" rel="noopener noreferrer"&gt;https://leetcode.com/u/FrancisTRdev/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📝 Continue interacting with the Dev.to community.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;h1&gt;
  
  
  Feedback 💬
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;What else should I do for July?&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Any questions/comments/advice or tips for the Monthly Report? Leave a comment below! I would love to hear from you!&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>programming</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>I am behind, and I can't prove it but does it matter?</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 22 Jun 2026 20:24:25 +0000</pubDate>
      <link>https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6</link>
      <guid>https://dev.to/francistrdev/i-am-behind-and-i-cant-prove-it-but-does-it-matter-49a6</guid>
      <description>&lt;p&gt;Let's be fair. The title of this post is confusing at first, but once you read it in full, I hope you will understand why. Do let me know if otherwise since this has been on my mind for some time.&lt;/p&gt;

&lt;p&gt;With that said, I did some reflection during the weekend since we are halfway through 2026. On paper, I know that I did a lot such as contributing to open source for the first time, networking, etc. &lt;strong&gt;I know that I did a lot than I ever did but the more I think about it, the more shallow it becomes.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For example, on dev.to, I was able to grow an audience and became Moderator on the platform, which I was REALLY grateful for. I never really got this far in life where I was given the responsibility as a moderator at all. I was more of a joking type of person where even though my tone is more energetic and funny in a way, I still get my point across. It's usually the main reason why people don't really trust me on mod powers because of my behavior being volatile in a energetic way.&lt;/p&gt;

&lt;p&gt;Besides the point, when I started to reflect on this, the only thing I can think of is &lt;strong&gt;"Oh, I just got moderator"&lt;/strong&gt;. Now that sounds so ungrateful if you read it, but my mind was thinking that in a very high level. It felt like I achieve one thing that shouldn't took a month to do. It didn't feel very accomplish in a sense.&lt;/p&gt;

&lt;p&gt;My whole goal for this year is to try to find a full time role since I am graduating next year. When reflecting on what I did in the past 6 months, it felt very disappointing. In a high level, I accomplished:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Networking on dev.to and Virtual Coffee.&lt;/li&gt;
&lt;li&gt;Updating my Resume and Portfolio.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;This made me feel disappointed in myself because I should have done more, but how should I know this beforehand? I feel behind because of the improvements that I made in which I should have accomplish this in a fraction of those 6 months instead of being 6 months.&lt;/p&gt;

&lt;p&gt;You could argue that I contributed to Open Source and made projects with other people. But even thinking about those makes me feel like I should have done this before. You could also argue that my "portfolio looks cool". I agree, but so is other people's portfolio. With projects in general, I have been using AI more than I should. As a result, it feels that I am not growing at all regardless of the amount of contributions I have made.&lt;/p&gt;

&lt;p&gt;You know what's crazy?? It made me realized that I have been helping others more than myself. I have been giving advice to people that is helpful on dev.to but couldn't apply that advice to myself. In other words, &lt;strong&gt;&lt;em&gt;"I guide others to a treasure I cannot possess"&lt;/em&gt;.&lt;/strong&gt; &lt;strong&gt;It made me feel like a fraud.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;I have been giving advice, not knowing if it was helpful or not, and I am not getting anything in return. It's not that I am afraid of asking for help (which I am not), but I feel like I am being gate keep and being used by other people.&lt;/p&gt;

&lt;p&gt;For example, there was a time where I had a two-column resume and sent in for feedback. The feedback was helpful for sure, but it was more basic than anything such as grammatical errors, Education should be top or bottom of the resume, etc. However, when I changed it to one column due to ATS, the same person reviewing my resume complemented me that I should be doing one column because of ATS. You know what's crazy: &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"They never mention it before. They only mention it after I changed it to one column"&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is why I feel like I am being gate keep on the knowledge that should allow me to grow. I feel like a walking curse and that I am getting despised on from other people. This is mainly the reason why I am mostly self-taught on things because I simply don't trust other people's advice based on how common the feedback is and less of in-depth. It feels like they care less about my resume.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I don't know what to do. I feel like asking for help will get me the same answers that I already knew. Even if I were to implement the feedback I get that I already knew, it feels like I am behind based on the same feedback I hear countless times and not knowing if the feedback was useful at all.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;That all I wanted to share. It's hard to stay hopeful. Maybe I am a sacrifice to allow others to grow in which I cannot no matter how much I tried. I am just used to people asking me for advice and simply leave. It feels really alone when just being on dev.to, knowing others would not care on what I do. I don't really have anyone to share my accomplishments with. Every time I share something, it falls into these categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ignore.&lt;/li&gt;
&lt;li&gt;They see it, but left on read.&lt;/li&gt;
&lt;li&gt;They see it and say good job..then move on to a different topic.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even sharing posts with my friends on creating ClassifierAI with &lt;a class="mentioned-user" href="https://dev.to/codingwithjiro"&gt;@codingwithjiro&lt;/a&gt; and getting engagements (which I am grateful for), it feels shallow and none of my friends even care about it since most of my friends are not technical. Even a few friends that are like me, it still the same result.&lt;/p&gt;

&lt;p&gt;I don't think anybody would care. We are all focus on ourselves. Besides, &lt;strong&gt;I am just another statistic on DEV...&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>mentalhealth</category>
      <category>career</category>
    </item>
    <item>
      <title>Ask a DEV Community Mod! 🚀</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Tue, 16 Jun 2026 16:52:39 +0000</pubDate>
      <link>https://dev.to/francistrdev/ask-a-dev-community-mod-50hk</link>
      <guid>https://dev.to/francistrdev/ask-a-dev-community-mod-50hk</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt; &lt;em&gt;Please read the full post before commenting. This post will be refined overtime, so I highly encourage to check back if there are any updates!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5u4jexe39xydg0seume.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv5u4jexe39xydg0seume.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Hey everyone!&lt;/p&gt;

&lt;p&gt;My name is Francis and I am a DEV user for 6 months. There is something I want to reveal...&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;center&gt;&lt;b&gt;I am a DEV Community Moderator&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcqzfetlvk3upc0vyzxux.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcqzfetlvk3upc0vyzxux.webp" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkrtqalmffvuaauztoci4.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkrtqalmffvuaauztoci4.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I am a Trusted Member AND a Tag Moderator for the #discuss (&lt;a href="https://dev.to/t/discuss"&gt;https://dev.to/t/discuss&lt;/a&gt;). With both, I am a DEV Community Mod! :D&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My goal as a DEV Community Moderator is to ensure the community abides DEV's Mission and their Terms of Service when it comes to implementing best practices to writing articles and interacting with the community.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A guide for community interaction and getting started on DEV can be found here:&lt;/p&gt;


&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/francistrdev/get-started-on-devto-a-beginners-guide-to-engage-with-the-community-4ach" class="crayons-story__hidden-navigation-link"&gt;Get Started on Dev.to! A Beginner's Guide to Engage with the Community! 💡&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/francistrdev" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" alt="francistrdev profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/francistrdev" class="crayons-story__secondary fw-medium m:hidden"&gt;
              FrancisTRᴅᴇᴠ (っ◔◡◔)っ
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                FrancisTRᴅᴇᴠ (っ◔◡◔)っ
                &lt;a href="/++"&gt;&lt;img alt="Subscriber" class="subscription-icon" src="https://assets.dev.to/assets/subscription-icon-805dfa7ac7dd660f07ed8d654877270825b07a92a03841aa99a1093bd00431b2.png"&gt;&lt;/a&gt;
                
              
              &lt;div id="story-author-preview-content-3373361" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/francistrdev" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3711376%2Fe88f6fdf-33af-4dde-bb60-fbe662e87d02.gif" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;FrancisTRᴅᴇᴠ (っ◔◡◔)っ&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/francistrdev/get-started-on-devto-a-beginners-guide-to-engage-with-the-community-4ach" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Mar 20&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/francistrdev/get-started-on-devto-a-beginners-guide-to-engage-with-the-community-4ach" id="article-link-3373361"&gt;
          Get Started on Dev.to! A Beginner's Guide to Engage with the Community! 💡
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag crayons-tag--filled  " href="/t/discuss"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;discuss&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/community"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;community&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/beginners"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;beginners&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/howtodevto"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;howtodevto&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/francistrdev/get-started-on-devto-a-beginners-guide-to-engage-with-the-community-4ach" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;228&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/francistrdev/get-started-on-devto-a-beginners-guide-to-engage-with-the-community-4ach#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              184&lt;span class="hidden s:inline"&gt;&amp;nbsp;comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            7 min read
          &lt;/small&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcl5xl1x4tes6umzggswz.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcl5xl1x4tes6umzggswz.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  The Goal of this Post!
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;I want to create a thread that allow users to ask questions and get a response in a timely manner. As a DEV Mod, I want to ensure you have your questions answered from a Mod perspective.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/ben"&gt;@ben&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt; and the rest of the DEV Team are extremely busy, &lt;strong&gt;especially with the acquisition of Major League Hacking.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;A lot is happening behind the scenes at DEV and I believe I want to take the responsibility to answers questions and concerns as we are moving forward. It will save valuable time for the DEV team!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fygtnashcxkamkxpqjib1.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fygtnashcxkamkxpqjib1.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://www.linkedin.com/posts/francistran6832_ask-a-dev-community-mod-activity-7473829774881107968-72sj" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmedia.licdn.com%2Fdms%2Fimage%2Fsync%2Fv2%2FD5627AQH46jR4yLnxcw%2Farticleshare-shrink_1280_800%2FB56Z7hUnqTIQAg-%2F0%2F1781896740582%3Fe%3D2147483647%26v%3Dbeta%26t%3DXUvzIcuYzPNeJLmdESNcYi1GXWxh1zwJ4P_S9Y-dwcA" height="auto" class="m-0"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://www.linkedin.com/posts/francistran6832_ask-a-dev-community-mod-activity-7473829774881107968-72sj" rel="noopener noreferrer" class="c-link"&gt;
            Ask a DEV Community Mod! 🚀 | Francis Tran
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Recently, dev.to was acquired by Major League Hacking back in Febuary. It is one of the biggest news of 2026!

As Jess Lee and Ben Halpern are working hard on integrating new moderation rules, I recently made a post where I am able to take in your questions about anything dev.to related when it comes to AI usage and moderation practices.

Any questions related to dev.to can be commented in this post below:

https://lnkd.in/gWGt63_3 

Looking forward to hear from you in the meantime!
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fstatic.licdn.com%2Faero-v1%2Fsc%2Fh%2Fal2o9zrvru7aqj8e1x2rzsrca"&gt;
          linkedin.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h1&gt;
  
  
  If you have questions about:
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;AI usage on DEV and ways I can improve my Moderation.&lt;/li&gt;
&lt;li&gt;Questions on how to use DEV.&lt;/li&gt;
&lt;li&gt;What a Community Mod can and cannot do.&lt;/li&gt;
&lt;li&gt;Other fun Icebreakers (Love to chat!).&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;Any questions related to how DEV and MLH team operates internally can be contacted through to the DEV team email: &lt;a href="mailto:yo@dev.to"&gt;yo@dev.to&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;I would love to hear from you!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdmj5ldbfs4ilwqxncuo0.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdmj5ldbfs4ilwqxncuo0.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;h2&gt;
  
  
  Q/A
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  &lt;strong&gt;How do you determine the Article's Quality?&lt;/strong&gt;
  &lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The article is based on these key factors:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;User activity, reading the article in its entirety, running via GPTzero.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;No favoritism is involve in the decision making whether the post is consider high or low quality.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;If you believe there is a mistake or that you notice something different when posting content on DEV (such as visibility and Sloan Messages), let me know!&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;



&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
  &lt;strong&gt;Is "Sloan" a real person?&lt;/strong&gt;
  &lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhy31hjb5dmgw3b0a6s2i.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fhy31hjb5dmgw3b0a6s2i.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's a bot that Community Moderators control. &lt;em&gt;Note that Tag Moderators exclusively do not have this power.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;



&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
  &lt;strong&gt;Are you the only Moderator?&lt;/strong&gt;
  &lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;No. There are others out there like me. According to &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt;, I am the most active Moderator currently. Note that Moderation changes will be implemented in the future. I recommend revisiting this post for updates!&lt;/p&gt;
&lt;/blockquote&gt;



    &lt;a href="https://dev.to/francistrdev/ask-a-dev-community-mod-50hk"&gt;
      

      &lt;span&gt;Comment on &lt;strong&gt;Ask a DEV Community Mod! 🚀&lt;/strong&gt;&lt;/span&gt;
    &lt;/a&gt;
  
    
      &lt;a href="/jess"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F264%2Fb75f6edf-df7b-406e-a56b-43facafb352c.jpg" alt="jess"&gt;
      &lt;/a&gt;
      
        &lt;a href="/jess"&gt;Jess Lee&lt;/a&gt;
        &lt;span&gt;Jun 16&lt;/span&gt;
      
    
    
      &lt;p&gt;Hey all, just wanted to share that we'll be updating our general moderation guidelines and tooling for the community soon. &lt;/p&gt;

&lt;p&gt;A lot goes on behind-the-scenes that's a combination of manual moderation and automated spam detection. There is a lot of nuance here that requires constant adjustment and rebalancing. &lt;/p&gt;

&lt;p&gt;I'll note that there are hundreds of mods with the ability to send messages via Sloan, so not all of it has fallen on Francis's shoulders - though we deeply appreciate his dedication to the the community, and he is by far one of our most active volunteer moderators. &lt;/p&gt;

&lt;p&gt;We'll share a more substantial update on community moderation and our perspective on AI-assisted content in the next few weeks. &lt;/p&gt;


    
  



&lt;p&gt;&amp;nbsp;&lt;/p&gt;



&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;




&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;center&gt;&lt;b&gt;Ask away DEV Community! :D&lt;/b&gt;&lt;/center&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/kH1XlwHQv9o"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;center&gt;

&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4boeidsk68kl2ezknlec.png"&gt;

&lt;/center&gt;

</description>
      <category>discuss</category>
      <category>community</category>
      <category>publicinbox</category>
      <category>ama</category>
    </item>
    <item>
      <title>End of the Year idea for DEV?</title>
      <dc:creator>FrancisTRᴅᴇᴠ (っ◔◡◔)っ</dc:creator>
      <pubDate>Mon, 15 Jun 2026 20:24:36 +0000</pubDate>
      <link>https://dev.to/devengers/end-of-the-year-idea-for-dev-f8p</link>
      <guid>https://dev.to/devengers/end-of-the-year-idea-for-dev-f8p</guid>
      <description>&lt;p&gt;Hey all!&lt;/p&gt;

&lt;p&gt;I have this thought in mind that we should all come together as a community to celebrate the end of the year.&lt;/p&gt;

&lt;p&gt;I am planning on doing this yearly under the DEVenger org, but I don't have any ideas as of now. We can do something like "the DEV community built this" or something.&lt;/p&gt;

&lt;p&gt;If you have any ideas on what the dev.to community should do, let me know!&lt;/p&gt;

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