<?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: Banji</title>
    <description>The latest articles on DEV Community by Banji (@banji220).</description>
    <link>https://dev.to/banji220</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F385728%2F08bb1f41-6239-4e4e-8342-95cee62072ac.jpg</url>
      <title>DEV Community: Banji</title>
      <link>https://dev.to/banji220</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/banji220"/>
    <language>en</language>
    <item>
      <title>VSChat | Chat online in VSCode</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Thu, 31 Dec 2020 09:54:55 +0000</pubDate>
      <link>https://dev.to/banji220/vschat-chat-online-in-vscode-33p1</link>
      <guid>https://dev.to/banji220/vschat-chat-online-in-vscode-33p1</guid>
      <description>&lt;p&gt;Hey Everyone&lt;br&gt;
Wassup?&lt;br&gt;
Today I was reading an article about a cool extension in VSCode that you can chat &lt;strong&gt;anonymously&lt;/strong&gt; !(without registration)&lt;/p&gt;

&lt;p&gt;I think it could be an amazing extension in VSCode for programmers and developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VSChat&lt;/strong&gt; is developing by &lt;em&gt;&lt;a href="https://github.com/Ademking/vsChat" rel="noopener noreferrer"&gt;Adem Kouki&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Let's take a look at the VSChat screenshot on my desktop :)&lt;/p&gt;

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

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Youtube Demo&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Take a look at &lt;strong&gt;&lt;a href="https://youtu.be/jaNGBBn8BJE" rel="noopener noreferrer"&gt;VSChat Youtube Deme&lt;/a&gt;&lt;/strong&gt; youtube demo.&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How to Download?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;You can download &lt;strong&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=Ademking.vschat" rel="noopener noreferrer"&gt;VSChat&lt;/a&gt;&lt;/strong&gt; in the VSCode marketplace.&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Chat while programming&lt;/li&gt;
&lt;li&gt;No need to register(Chat anonymously)&lt;/li&gt;
&lt;li&gt;If you type @ + username, like @ matt, it will highlight the message to that user. Click the circle avatar to quickly add it to the input.&lt;/li&gt;
&lt;li&gt;If you paste a link to an image, it will show the image inline. Also, pasted URLs will turn into links.&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Rules&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Be positive &amp;amp; helpful&lt;/li&gt;
&lt;li&gt;Be respectful&lt;/li&gt;
&lt;li&gt;Do not self promote&lt;/li&gt;
&lt;li&gt;Always be polite&lt;/li&gt;
&lt;li&gt;Have fun!&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Alright guys I hope you enjoy this fascinating extension.&lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>programming</category>
      <category>discuss</category>
      <category>devops</category>
    </item>
    <item>
      <title>Django: makemigrations and migrate</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Tue, 22 Dec 2020 10:55:06 +0000</pubDate>
      <link>https://dev.to/banji220/django-makemigrations-and-migrate-5dop</link>
      <guid>https://dev.to/banji220/django-makemigrations-and-migrate-5dop</guid>
      <description>&lt;p&gt;In this post, I'm trying to explain what &lt;strong&gt;&lt;em&gt;makemigrations&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;migrate&lt;/em&gt;&lt;/strong&gt; commands can do in Django.&lt;/p&gt;

&lt;p&gt;We have these 2 commands in Django to create SQL commands:&lt;/p&gt;

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

&lt;p&gt;Now let's see what exactly they are doing with our database.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First we create a new model class in &lt;strong&gt;models.py&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Then in command-line:&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkh7053hxezgu0zgabb9q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fkh7053hxezgu0zgabb9q.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;makemigrate: What will happen after this command?&lt;/strong&gt;&lt;br&gt;
It will generate the SQL command to create the table corresponding to each class you made in the models.py file. &lt;/p&gt;

&lt;p&gt;The corresponding SQL command after creating your class models in models.py and using makemigrations will be&lt;/p&gt;

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

&lt;p&gt;and finally, we run this command:&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fjcggu7uq9mzdtr7atqfe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fjcggu7uq9mzdtr7atqfe.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;migrate: What will happen after this command?&lt;/strong&gt;&lt;br&gt;
It will create the table in the database using the commands which have been generated by makemigrations.&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>sql</category>
      <category>database</category>
    </item>
    <item>
      <title>Wallpaper Challenge!</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Tue, 15 Dec 2020 08:42:21 +0000</pubDate>
      <link>https://dev.to/banji220/wallpaper-challenge-p8k</link>
      <guid>https://dev.to/banji220/wallpaper-challenge-p8k</guid>
      <description>&lt;p&gt;Hey Everyone :)&lt;br&gt;
&lt;strong&gt;Banji&lt;/strong&gt; is here O:&lt;br&gt;
I missed the dev community soooooooooo much that I can't explain :(&lt;/p&gt;

&lt;p&gt;So, I decided to make a new challenge to have some fun with some of those who are interested in challenges.&lt;/p&gt;

&lt;h1&gt;
  
  
  DOS 👇:
&lt;/h1&gt;

&lt;h3&gt;
  
  
  ✅ Put a download link for original quality✅
&lt;/h3&gt;

&lt;h1&gt;
  
  
  DONT'S 👇:
&lt;/h1&gt;

&lt;h3&gt;
  
  
  🚫 Celebrities Wallpaper 🚫
&lt;/h3&gt;

&lt;h3&gt;
  
  
  🚫 Just Color Wallpaper(eg. Only black) 🚫
&lt;/h3&gt;

&lt;h3&gt;
  
  
  🚫 Nude Wallpaper 🚫
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Note🔅&lt;/strong&gt;: If you like introduce some great resources for cool and different wallpapers and I'll add to this post later.&lt;/p&gt;

&lt;p&gt;I'm starting as a first participant :) &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Rick Sanchez(My fav one)&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SwzoTK70--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gedqyy5fyqwtofshcxob.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SwzoTK70--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gedqyy5fyqwtofshcxob.png" alt="Alt Text" width="880" height="495"&gt;&lt;/a&gt;&lt;strong&gt;&lt;a href="https://wallpapersden.com/rick-in-rick-and-morty-wallpaper/3840x2160/"&gt;Download me&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Forest Minimalist(My current desktop wallpaper)&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--N0TgoYFc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/b5srot2exfl936mpphas.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--N0TgoYFc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/b5srot2exfl936mpphas.jpg" alt="Alt Text" width="880" height="495"&gt;&lt;/a&gt;&lt;strong&gt;&lt;a href="https://wallpaperaccess.com/download/forest-minimalist-4502413"&gt;Download me&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Fox and Forest Minimalist&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lqmuprQq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oqoyt5wvft3zp00072pd.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lqmuprQq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oqoyt5wvft3zp00072pd.jpg" alt="Alt Text" width="880" height="495"&gt;&lt;/a&gt;&lt;strong&gt;&lt;a href="https://wallpaperaccess.com/download/forest-minimalist-3668745"&gt;Download me&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>100 Days Of Code | Day 54-56</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Mon, 19 Oct 2020 09:16:33 +0000</pubDate>
      <link>https://dev.to/banji220/100-days-of-code-day-54-56-3f2k</link>
      <guid>https://dev.to/banji220/100-days-of-code-day-54-56-3f2k</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;br&gt;
Hey I'm still here working on my web application projects with Flask.&lt;br&gt;
As time goes by far it's getting a little bit easier but I'm getting in stuck.&lt;br&gt;
After finishing this course I have a plan to work on SQL skill and then moving to the Django framework :)&lt;br&gt;
Keep it up&lt;br&gt;
Happy Coding &lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>python</category>
      <category>beginners</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>100 DaysOfCode | Day 52, 53</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Mon, 12 Oct 2020 15:48:53 +0000</pubDate>
      <link>https://dev.to/banji220/100-daysofcode-day-52-53-24n9</link>
      <guid>https://dev.to/banji220/100-daysofcode-day-52-53-24n9</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;/p&gt;

&lt;p&gt;Hey everyone, I wanna share my experience about these 2 days!&lt;/p&gt;

&lt;p&gt;It was a little bit hard when I took a rest and coming back after it, but it's so much fun!&lt;br&gt;
I'm still working on my web application, fixing bugs and developing the backend of the website!&lt;/p&gt;

&lt;p&gt;Trying hard to push myself to learn Flask!&lt;br&gt;
Keep it up&lt;br&gt;
Happy Coding&lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>100daysofcode</category>
      <category>challenge</category>
    </item>
    <item>
      <title>100 DaysOfCode | Day 51</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Fri, 09 Oct 2020 08:22:54 +0000</pubDate>
      <link>https://dev.to/banji220/100-daysofcode-day-51-3b2o</link>
      <guid>https://dev.to/banji220/100-daysofcode-day-51-3b2o</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;br&gt;
Hey everyone, I took a break for a week in this challenge!&lt;br&gt;
I know that this challenge must be continuously but sometimes taking a break and having some rest is neccessary for keep moving forward, As I did.&lt;/p&gt;

&lt;p&gt;Anyway, I'm starting the rest of my journey so strong, more powerful and energetic.&lt;br&gt;
I need your words in my way, if you have any suggesstion just lemme know and leave a comment below.&lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>100daysofcode</category>
      <category>beginners</category>
      <category>python</category>
    </item>
    <item>
      <title>GitLab has Blocked Iran!</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Fri, 02 Oct 2020 11:03:35 +0000</pubDate>
      <link>https://dev.to/banji220/gitlab-has-blocked-iran-1hn5</link>
      <guid>https://dev.to/banji220/gitlab-has-blocked-iran-1hn5</guid>
      <description>&lt;p&gt;Today When I tried to &lt;strong&gt;Sign in&lt;/strong&gt; into my &lt;strong&gt;GitLab&lt;/strong&gt; account I faced this page :&lt;/p&gt;

&lt;p&gt;Look at this :(&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F39u6pa8qjbx6h72zxqmf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F39u6pa8qjbx6h72zxqmf.png" alt="Alt Text"&gt;&lt;/a&gt;What's the reason?&lt;/p&gt;

&lt;p&gt;Just give me a reason to accept this problem :(&lt;br&gt;
There's a lot of Iranian developers and so many open-source projects ...&lt;/p&gt;

&lt;p&gt;Thanks, GitLab and GitHub, and the open-source community to do all your best, effort, and hard work for the developers all around the world to make things easier EXCEPT IRAN(Make it hard for Iranian developers)! &lt;/p&gt;

&lt;h2&gt;
  
  
  🅑🅐🅝🅙🅘
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dev.to/ben"&gt;Ben&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>github</category>
    </item>
    <item>
      <title>100DaysOfCode | Day 47-50</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Fri, 02 Oct 2020 08:28:40 +0000</pubDate>
      <link>https://dev.to/banji220/100daysofcode-day-47-50-44p4</link>
      <guid>https://dev.to/banji220/100daysofcode-day-47-50-44p4</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;/p&gt;

&lt;p&gt;Hey everyone, today I wanna share my experience and feeling about day 47,48,49 and 50!&lt;br&gt;
I'm working on web application but to be honest, things are getting harder for me!&lt;br&gt;
I thought that it should get easier, Now I know that most of the time that's not correct.&lt;br&gt;
Dealing with the Flask framework as a backend developer for the first time was really tough!&lt;br&gt;
You know what?&lt;br&gt;
That's my art to face with challenges and handle them, I know without challenges I can't level up myself and there's no growth!&lt;/p&gt;

&lt;p&gt;So Still making progress but slowly, Don't worry cause I'm gonna make it possible to achieve my goals.&lt;br&gt;
I'm gonna show you how great I am :)&lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>beginners</category>
      <category>challenge</category>
      <category>python</category>
    </item>
    <item>
      <title>100DaysOfCode | Day 44-46</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Mon, 28 Sep 2020 08:05:22 +0000</pubDate>
      <link>https://dev.to/banji220/100daysofcode-day-44-46-1m7</link>
      <guid>https://dev.to/banji220/100daysofcode-day-44-46-1m7</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;/p&gt;

&lt;p&gt;Hey Everyone, how is it going?&lt;/p&gt;

&lt;p&gt;I'm here again to share my experience with you since day 44(Now 46)!&lt;/p&gt;

&lt;p&gt;That's kind of curve when it comes to learning new things, sometimes it's easy to learn, and sometimes it's the opposite!&lt;br&gt;
So that would be your art to stay in the process and make some progress even if you think that's not in your case!&lt;/p&gt;

&lt;p&gt;Since day 44, I'm working on my web application and gonna make a route for users, so they can edit their information and can upload a profile picture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flask&lt;/strong&gt; is so damn cool but sometimes I get confused about it, but there's no worry, cause I'm still in my great journey!&lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>100daysofcode</category>
      <category>beginners</category>
      <category>python</category>
    </item>
    <item>
      <title>The best VSCode themes for Day and Night!</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Mon, 28 Sep 2020 07:05:09 +0000</pubDate>
      <link>https://dev.to/banji220/the-best-vscode-themes-for-day-and-night-4kde</link>
      <guid>https://dev.to/banji220/the-best-vscode-themes-for-day-and-night-4kde</guid>
      <description>&lt;p&gt;Hey everyone, how is it going?&lt;/p&gt;

&lt;p&gt;I'm interested to know what are your favorite VS Code  Themes and if you can just take a screenshot from your codes with your favorite theme, so we can make a good decision in which one of them is cool and which is not!&lt;/p&gt;

&lt;p&gt;Here are my favorite Themes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;⦿ Day Themes(The Themes that I'm using When the Sun is shining!)&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=vangware.dark-plus-material" rel="noopener noreferrer"&gt;Dark+ Material&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fx37aknulfbrrsovtk0q1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fx37aknulfbrrsovtk0q1.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Dark+ Material&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=forgng.theme-cotton-candy" rel="noopener noreferrer"&gt;Cotton Candy&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F6a3zggb0ujn5bd4mf0d9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F6a3zggb0ujn5bd4mf0d9.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Cotton Candy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=josee9988.black-garnet-theme" rel="noopener noreferrer"&gt;Black Garnet&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F00oucw94j9sz0d8qdgyx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F00oucw94j9sz0d8qdgyx.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Black Garnet&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=PandaDigitalLLC.panda-dark" rel="noopener noreferrer"&gt;Panda Digital Dark&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqn0rfk9uz0sp2zdl35f5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqn0rfk9uz0sp2zdl35f5.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Panda Digital Dark&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=dahong.theme-bear" rel="noopener noreferrer"&gt;Bear Theme&lt;/a&gt;&lt;/strong&gt; (Thanks to &lt;a href="https://dev.to/snbk97"&gt;Sayan Bhowmik&lt;/a&gt; for sharing his fav theme in the comments!)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fp5gon54c7d22wn27rbu6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fp5gon54c7d22wn27rbu6.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Bear Theme&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=GulajavaMinistudio.mayukaithemevsc" rel="noopener noreferrer"&gt;Mayukai Theme&lt;/a&gt;&lt;/strong&gt; (Thanks to &lt;a href="https://dev.to/gulajavaministudio"&gt;Gulajava Ministudio&lt;/a&gt; for sharing his fav theme in the comments!)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqg37vid3vn7s8ole21st.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqg37vid3vn7s8ole21st.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Mayukai Theme(Dark)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula" rel="noopener noreferrer"&gt;Dracula Official&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fndg0j3xa4tmcwpc9zjn1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fndg0j3xa4tmcwpc9zjn1.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Dracula&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=rickynormandeau.mariana-pro" rel="noopener noreferrer"&gt;Mariana Pro&lt;/a&gt;&lt;/strong&gt; (Thanks to &lt;a href="https://dev.to/rodriguesmarcus"&gt;Marcus Rodrigues&lt;/a&gt; for sharing his fav theme!)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fmjspdx52jf8cfuzn8zfo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fmjspdx52jf8cfuzn8zfo.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Mariana Pro&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;⦾ Night Themes(The Themes that I'm using When the Moon is shining!)&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=lucabockmann.midnight-color" rel="noopener noreferrer"&gt;Midnight Color&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ft1kd5hud8dvp1rhudt2g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ft1kd5hud8dvp1rhudt2g.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Midnight Color&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. ⁍ &lt;a href="https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula" rel="noopener noreferrer"&gt;Dracula Official (At Night)&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fi24ekl43f1tcyx5ewosl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fi24ekl43f1tcyx5ewosl.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;strong&gt;Dracula At Night&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I have to mention that The &lt;strong&gt;Midnight Color Theme&lt;/strong&gt; will be so amazing when you turn on your night-shift(night-light)  at night(The Mix of them would be so cool)!&lt;/p&gt;




&lt;p&gt;Let us know what are your favorites themes?&lt;br&gt;
Are you separating your Day and Night Themes? Or That's not important for you... :)&lt;/p&gt;

&lt;p&gt;Thanks for reading&lt;/p&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🅑🅐🅝🅙🅘
&lt;/h2&gt;

</description>
      <category>vscode</category>
      <category>challenge</category>
      <category>discuss</category>
      <category>webdev</category>
    </item>
    <item>
      <title>100DaysOfCode | Day 42, 43</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Fri, 25 Sep 2020 08:05:46 +0000</pubDate>
      <link>https://dev.to/banji220/100daysofcode-day-42-43-1nhc</link>
      <guid>https://dev.to/banji220/100daysofcode-day-42-43-1nhc</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;br&gt;
Hey everyone, I'm still there...&lt;br&gt;
Gonna share my experience about 2 days ago :)&lt;br&gt;
As you know I'm working on a web application with &lt;strong&gt;Flask&lt;/strong&gt; and that's an awesome experience for me, cause it's the first time I'm working as a backend developer it looks so fascinating.&lt;br&gt;
I really felt in love with &lt;strong&gt;backend&lt;/strong&gt; and &lt;strong&gt;databases&lt;/strong&gt; but I know that I should work harder.&lt;br&gt;
You know what? When we are in the coding journey, after sometimes you may feel that you are not good enough or you're not making any progress... But as times goes by far it becomes harder and harder, cause you face a lot of cool challenges :)&lt;br&gt;
It would be my art to handle this situation and pass this hard time to keep moving forward and become a great developer.&lt;/p&gt;

&lt;p&gt;Now I'm working on the Registration and Login page of my web application.&lt;/p&gt;

&lt;p&gt;Keep Moving Forward ツ&lt;br&gt;
Enjoy Your Journey 👊&lt;br&gt;
Code with 💛&lt;/p&gt;

&lt;p&gt;🅑🅐🅝🅙🅘&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>python</category>
      <category>beginners</category>
      <category>challenge</category>
    </item>
    <item>
      <title>100DaysOfCode | Day 41</title>
      <dc:creator>Banji</dc:creator>
      <pubDate>Mon, 21 Sep 2020 12:50:25 +0000</pubDate>
      <link>https://dev.to/banji220/100daysofcode-day-41-212n</link>
      <guid>https://dev.to/banji220/100daysofcode-day-41-212n</guid>
      <description>&lt;p&gt;▄█ █▀█ █▀█ █▀▄ ▄▀█ █▄█ █▀ █▀█ █▀▀ █▀▀ █▀█ █▀▄ █▀▀&lt;br&gt;
░█ █▄█ █▄█ █▄▀ █▀█ ░█░ ▄█ █▄█ █▀░ █▄▄ █▄█ █▄▀ ██▄&lt;/p&gt;

&lt;p&gt;Hey everyone, I', really so excited to share my experience with you every-single-day :)&lt;/p&gt;

&lt;p&gt;These days my web application project is getting more complicated cause I need to face more challenges with &lt;strong&gt;Databases&lt;/strong&gt; and learn how to deal with them.&lt;br&gt;
That's what I love about coding and programming cause I have a lot of challenges every-day and I have to force myself to face and solve them and again!&lt;/p&gt;

&lt;p&gt;Sometimes I think that's not in my case, I'm not making any progress but when I see my background to compare myself with last month I know that I made it!&lt;/p&gt;

&lt;p&gt;No need to say that I gave up and I had some rest in my process, But those are part of every journey!&lt;/p&gt;

&lt;p&gt;You can not make yourself stronger without having problems, without failure, without having some rest and coming back again.&lt;/p&gt;

&lt;p&gt;I believe these kinds of things are making our life more beautiful, without them we don't have enough passion to solve them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pSkGS4vf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hrmm1x9dqd6ke663376g.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pSkGS4vf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hrmm1x9dqd6ke663376g.jpg" alt="Alt Text" width="705" height="960"&gt;&lt;/a&gt;&lt;strong&gt;Keep it up&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Keep Moving Forward ツ
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Enjoy Your Journey 👊
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code with 💛
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🅑🅐🅝🅙🅘&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>beginners</category>
      <category>100daysofcode</category>
      <category>python</category>
    </item>
  </channel>
</rss>
