<?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: endormi</title>
    <description>The latest articles on DEV Community by endormi (@endormi).</description>
    <link>https://dev.to/endormi</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%2F204947%2Fb2d19ee7-da77-45c9-9809-4ee5802b282c.png</url>
      <title>DEV Community: endormi</title>
      <link>https://dev.to/endormi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/endormi"/>
    <language>en</language>
    <item>
      <title>2077 theme for vscode</title>
      <dc:creator>endormi</dc:creator>
      <pubDate>Mon, 05 Jul 2021 13:11:52 +0000</pubDate>
      <link>https://dev.to/endormi/2077-theme-for-vscode-354j</link>
      <guid>https://dev.to/endormi/2077-theme-for-vscode-354j</guid>
      <description>&lt;p&gt;Hello there vscode users 👋!&lt;/p&gt;

&lt;p&gt;If you're still looking for that theme that will catch your eye and you're looking for a futuristic looking theme while developing your applications, then this theme might be for you.&lt;/p&gt;

&lt;p&gt;So, if the above matches you and you haven't tried the theme, you definitely should!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=Endormi.2077-theme"&gt;Marketplace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://open-vsx.org/extension/Endormi/2077-theme"&gt;Open VSX Registry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/endormi/vscode-2077-theme"&gt;GitHub&lt;/a&gt; (Stars are very much appreciated!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I started to develop this theme in March 2019, because I was anticipatingly waiting for Cyberpunk 2077 and wanted to develop my applications with a similar color palette. There weren't any themes in the marketplace with this particular color palette.&lt;/p&gt;

&lt;p&gt;Certainly this theme is not for everyone and there might be certain things you want to change which is likely. &lt;/p&gt;

&lt;p&gt;Here is one tip (if you like the overall style of the theme, but don't like certain aspects):&lt;/p&gt;

&lt;p&gt;You can add your customizations to your &lt;code&gt;settings.json&lt;/code&gt; file.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"workbench.colorCustomizations": {
    "[2077]": {
        "editorIndentGuide.background": "#103483"
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you like this futuristic style, but don't enjoy my theme.&lt;br&gt;
Here are a few themes other people have created with the similar look:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=RobbOwen.synthwave-vscode"&gt;SynthWave '84&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=samrapdev.outrun"&gt;Outrun&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=ajshortt.tokyo-hack"&gt;Tokyo Hack&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;If you have a theme with the similar futuristic look, let me know in the comments and I will include it! 😄.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>vscode</category>
      <category>vscodetheme</category>
      <category>showdev</category>
      <category>2077</category>
    </item>
    <item>
      <title>Hacktoberfest 2020</title>
      <dc:creator>endormi</dc:creator>
      <pubDate>Thu, 01 Oct 2020 20:10:04 +0000</pubDate>
      <link>https://dev.to/endormi/hacktoberfest-2020-4bnn</link>
      <guid>https://dev.to/endormi/hacktoberfest-2020-4bnn</guid>
      <description>&lt;p&gt;Hi!&lt;/p&gt;

&lt;p&gt;It's that time of the year again, &lt;strong&gt;Hacktoberfest&lt;/strong&gt;!&lt;/p&gt;

&lt;h3&gt;
  
  
  What is Hacktoberfest?
&lt;/h3&gt;

&lt;p&gt;Shortly, Hacktoberfest is a month-long (every october) celebration of open source software and it's open for everyone to participate. To participate all you need to create is 4 pull request, when you create 4 valid PRs you also get a t-shirt. &lt;/p&gt;

&lt;p&gt;It started in 2014.&lt;/p&gt;

&lt;p&gt;I first heard of hacktoberfest in 2018 from GitHub and got interested in it. I joined on GitHub in 2018 as well so I had zero experience contributing to open source.&lt;br&gt;
I started off with making small PRs (typo fixes etc.) always making sure to follow the contributing guidelines.&lt;br&gt;
Now it's my third year participating and I absolutely love it. &lt;br&gt;
There are some issues that maintainers face though, see valid prs below. I talk about spammy PRs.&lt;/p&gt;

&lt;p&gt;This in-no way means that you shouldn't create PRs such as. typo fixes. They are highly encouraged. Remember to check the contributing guidelines though, because in certain projects they don't have documentation so unless it's code you're fixing, it might not be good to make a typo fix. This is coming from a maintaners perspective, typo fixing comments in code is fine with me, but not for example. if I have a function hllo(), I don't want that to be "fixed" to hello().&lt;/p&gt;

&lt;p&gt;So just keep that in mind when participating and contributing to projects.&lt;/p&gt;

&lt;p&gt;Also, some maintainers might be fine with this. If you're totally not sure, it's best to open a issue and ask instead of wasting your time making the PR and wasting the maintainers time by going through the PR.&lt;/p&gt;

&lt;h4&gt;
  
  
  Valid PRs
&lt;/h4&gt;

&lt;p&gt;First of all, why?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Because many maintainers of repositories will get tons of prs, so in order to not just have some add a random letter and make a pr, making it annoying for maintainers to go through.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What is a valid pr?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Valid PRs can differ from certain repositories, but general consensus is that don't add random text, random letters or random code.
Typo fixes are a common way to get started and are highly encouraged.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How to report/not count a PR?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In order to fight back on spammy PRs, DigitalOcean has 
added a feature where if you add a spam label to a PR it will not count.
Also DigitalOcean is implementing later on a feature where if the person making spam PRs has a certain amount, they wil be banned from the current hacktoberfest and the ones after that.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is definitely a good way to fight back on spammy PRs. I'm not sure if DigitalOcean is implementing tgis by default, but I think you should see repos not participating in hacktoberfest.&lt;/p&gt;

&lt;h4&gt;
  
  
  How do you make a PR?
&lt;/h4&gt;

&lt;p&gt;I also included this here,  because I assume there a ton of people just starting out with open source and github.&lt;br&gt;
I'm looking at this PR from a perspective of one of my own personal projects called &lt;a href="https://github.com/endormi/awesome-dj"&gt;awesome-dj&lt;/a&gt;. Ok, so what I'm looking for contribution wise in that project are new package links (not just that, but mainly).&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You obviously need a GitHub account (if you don't have one, create it).&lt;/li&gt;
&lt;li&gt;Now that you have created an account, go to the project and click fork (since you don't have access to the repository). What this will do is that it will fork the repository to you, giving you the access to make changes (note: if you make changes in the forked repository, the main repository will not have those changes).&lt;/li&gt;
&lt;li&gt;Now that you have forked the repository, you can start by making a new branch, for this you don't need to make a branch. If you were to have access to repository and could contribute to the project without needing to fork, then working with branches is always good. If you don't and you are making a certain change and another person is making a similar change, you will have conflicts. Which you will get when merging branches, but it's best to work with branches and figure out the conflicts when merging.&lt;/li&gt;
&lt;li&gt;Since this will be a small change, you can just create it directly from the github website. If you have bigger changes, you need to git clone it. Linux has included git by default, but you need to install it on windows (not sure about mac). So to make the change, go to the README.md file, click the pencil icon and go down to packages. Add a new package to the list, it should have django in the name.
The format to add a link is: &lt;code&gt;- [text](link)&lt;/code&gt;.
Remember to include a link to your own github account with your name to AUTHORS.md.&lt;/li&gt;
&lt;li&gt;So now, push the commit it should be in the bottom file when using the github website.
Now you should see automatically, but if you don't refresh the page and you'll see compare and .... Click that and it will direct you to the main branch, where it can be merged to the repository.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I did this quickly, so if this is confusing there are a ton of good youtube videos and articles explaining this more consiscely.&lt;/p&gt;

&lt;p&gt;I am part of community called &lt;a href="https://devisle.netlify.app/"&gt;devisle&lt;/a&gt;, we have a &lt;a href="https://discord.com/invite/MSTQKRE"&gt;discord&lt;/a&gt; as well.&lt;/p&gt;

&lt;p&gt;We at devisle are looking for contributors to contribute to our &lt;a href="https://github.com/devisle"&gt;projects&lt;/a&gt;, if you have any sort of fixes and additions feel free to make PR and follow the projects contributing guidelines.&lt;/p&gt;

&lt;p&gt;Happy hacking!&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>contributorswanted</category>
    </item>
    <item>
      <title>Attending remote conferences</title>
      <dc:creator>endormi</dc:creator>
      <pubDate>Tue, 07 Apr 2020 17:17:04 +0000</pubDate>
      <link>https://dev.to/endormi/attending-remote-conferences-2ja1</link>
      <guid>https://dev.to/endormi/attending-remote-conferences-2ja1</guid>
      <description>&lt;p&gt;During these tough times when we're pretty much all of the time inside the house, why not use it productively? &lt;/p&gt;

&lt;p&gt;I have started to attend remote conferences (My first conferences relating to tech &amp;amp; code ever) &amp;amp; most of them are conferences that I wouldn't have been able to attend otherwise, due to travel and  conference ticket costs.&lt;/p&gt;

&lt;p&gt;I have plans to attend &lt;strong&gt;Python Pizza Conf 2020&lt;/strong&gt;, &lt;strong&gt;PyCon 2020&lt;/strong&gt; (it's not really a conference, but they are posting recorded talks, tutorials, summits &amp;amp; more), &lt;strong&gt;GitHub Satellite 2020&lt;/strong&gt;, &lt;strong&gt;RedisConf 2020&lt;/strong&gt; &amp;amp; &lt;strong&gt;DockerCon 2020 LIVE with theCUBE&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>career</category>
      <category>webdev</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
