<?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: Lukas Bocanegra</title>
    <description>The latest articles on DEV Community by Lukas Bocanegra (@bocanegradev).</description>
    <link>https://dev.to/bocanegradev</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%2F425338%2F05684f2e-c550-4f13-8ebc-15baf578963b.png</url>
      <title>DEV Community: Lukas Bocanegra</title>
      <link>https://dev.to/bocanegradev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bocanegradev"/>
    <language>en</language>
    <item>
      <title>Git + WordPress</title>
      <dc:creator>Lukas Bocanegra</dc:creator>
      <pubDate>Mon, 10 Aug 2020 03:08:34 +0000</pubDate>
      <link>https://dev.to/bocanegradev/git-wordpress-17e9</link>
      <guid>https://dev.to/bocanegradev/git-wordpress-17e9</guid>
      <description>&lt;p&gt;Hi there 👋! I'm asking for your help again... I would like to ask if you know how to version a WordPress project with Git.&lt;/p&gt;

&lt;p&gt;It's enough and safe with adding the files to a private repo?&lt;br&gt;
Which files should have on the &lt;code&gt;.gitignore&lt;/code&gt; file?&lt;br&gt;
How can I version the Database too?&lt;/p&gt;

&lt;p&gt;Thanks a lot for your help! 🤖&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>git</category>
      <category>wordpress</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Best Domain and Hosting providers</title>
      <dc:creator>Lukas Bocanegra</dc:creator>
      <pubDate>Thu, 06 Aug 2020 16:33:56 +0000</pubDate>
      <link>https://dev.to/bocanegradev/best-domain-and-hosting-providers-32lj</link>
      <guid>https://dev.to/bocanegradev/best-domain-and-hosting-providers-32lj</guid>
      <description>&lt;p&gt;Hi, I would like to know which are your favorite options to choose a domain and a host provider, and why. I'm starting a new project and I pretend to choose the best options.&lt;/p&gt;

&lt;p&gt;No matter if the domain and host are different providers, I'm searching for relevant characteristics.&lt;/p&gt;

&lt;p&gt;Thanks 🙃!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>healthydebate</category>
    </item>
    <item>
      <title>🔒 How do you admin your Tokens on Github?</title>
      <dc:creator>Lukas Bocanegra</dc:creator>
      <pubDate>Tue, 21 Jul 2020 04:13:01 +0000</pubDate>
      <link>https://dev.to/bocanegradev/how-do-you-admin-your-tokens-on-github-em2</link>
      <guid>https://dev.to/bocanegradev/how-do-you-admin-your-tokens-on-github-em2</guid>
      <description>&lt;p&gt;I'm using some APIs on my first web projects. I know isn't safe to let tokens visible on the repos, and I can use an .env file.&lt;/p&gt;

&lt;p&gt;The thing is that, if I delete the project on my pc, will I lose the token info?&lt;/p&gt;

&lt;p&gt;How do you admin your own tokens? I would like to read you.&lt;br&gt;
Thanks! 🙌&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>beginners</category>
      <category>github</category>
      <category>git</category>
    </item>
    <item>
      <title>Take care of your eyes with Dark Reader 👀</title>
      <dc:creator>Lukas Bocanegra</dc:creator>
      <pubDate>Mon, 13 Jul 2020 17:27:31 +0000</pubDate>
      <link>https://dev.to/bocanegradev/take-care-of-your-eyes-with-dark-reader-3nac</link>
      <guid>https://dev.to/bocanegradev/take-care-of-your-eyes-with-dark-reader-3nac</guid>
      <description>&lt;p&gt;If we are searching for articles, watching tutorials, reading some documentation, searching for good memes, or just browsing on the web, you and I are spending time surfing the internet and browsers. Although over time I believe that most of internet web pages will have Dark Mode option, today there are a lot of sites that don't have it.&lt;/p&gt;

&lt;p&gt;Fortunately, while that is happening, Dark Reader is here 💪.&lt;/p&gt;

&lt;h1&gt;
  
  
  🧐 What is it.
&lt;/h1&gt;

&lt;p&gt;Dark Reader is an extension used to build a Dark mode on web pages, using the Google Chrome browser. Although I know there are many more extensions doing that, I think this one is very intuitive and practical. It's not necessary to configure many things, although if you wish, you can customize it.&lt;/p&gt;

&lt;h1&gt;
  
  
  ⚙ How does it work.
&lt;/h1&gt;

&lt;p&gt;It implements a CSS code to invert website colors, and then get Dark Mode. You can see an example with Coursera.org.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Before it:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1iHkO1-J--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/10xlr5i8ociuutka7um0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1iHkO1-J--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/10xlr5i8ociuutka7um0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After it:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AJwTSvr9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vb29ng8cviix98uiexfr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AJwTSvr9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vb29ng8cviix98uiexfr.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
As you can see, the changes make the web page much more readable and easy to the eyes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  ✅ How to.
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;After install the extension, you will see something like this:
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IrxmRJHU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/it02qtxutjepm96yrvax.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can change the default configuration, but that one is perfect for me.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;There is a list with specific sites to activate, or not, Dark Reader.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oAKmJMPV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zox3c51fsqksa52lnxzf.png" alt="Alt Text"&gt;

&lt;/li&gt;
&lt;li&gt;If you want to change the CSS code, you can access to &lt;strong&gt;Developer Tools&lt;/strong&gt; and enjoy:
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q2qhXvQD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/35f5934x2jhgf9cfzua8.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  ⚠ Limitations.
&lt;/h1&gt;

&lt;h3&gt;
  
  
  1. PC Resources.
&lt;/h3&gt;

&lt;p&gt;If you have a computer with poor RAM, or an old processor, probably this is not a good extension for you. But you can install it, and test how your PC runs... Anyway, you can always uninstall it.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Knowledge.
&lt;/h3&gt;

&lt;p&gt;If you are someone who does not like complications or go beyond the basics, you will probably have the extension installed, and you will never use it.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Compatibility.
&lt;/h3&gt;

&lt;p&gt;Right now, I haven't seen sites with problems with Dark Reader, however you and I know that all pages may not be compatible with the extension. We must always be careful with this.&lt;/p&gt;

&lt;h1&gt;
  
  
  👌 Some examples.
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Google.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--F7ItZlan--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/us9qyuex7b3jx31yefw2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--F7ItZlan--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/us9qyuex7b3jx31yefw2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Github.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KXzCXiFP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/l8lh7es9pbs0tvka1zu1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KXzCXiFP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/l8lh7es9pbs0tvka1zu1.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Our beloved Stackoverflow.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oau0K7N8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m59iwmac9a8l4rry3lh6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oau0K7N8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m59iwmac9a8l4rry3lh6.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Writing on docs form Google.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0X5khr3P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7m1czgb8ilcrm0mmcaea.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0X5khr3P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7m1czgb8ilcrm0mmcaea.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;
You can try any site, it's just about browsing and try... If you know a better tool than this one, or something to say, you can share it!&lt;br&gt;
&lt;br&gt;&lt;br&gt;
P.S.: I'm a Spanish native speaker learning English. So sorry for that 😅.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>tutorial</category>
      <category>beginners</category>
      <category>tools</category>
    </item>
    <item>
      <title>eCommerce without backend?</title>
      <dc:creator>Lukas Bocanegra</dc:creator>
      <pubDate>Tue, 07 Jul 2020 01:13:08 +0000</pubDate>
      <link>https://dev.to/bocanegradev/ecommerce-without-backend-2iek</link>
      <guid>https://dev.to/bocanegradev/ecommerce-without-backend-2iek</guid>
      <description>&lt;p&gt;Well, I know that at this moment, that's no possible (if you want a solid project). But the fact is that I'm learning Frontend, and I'm learning it building an ecommerce website.&lt;/p&gt;

&lt;p&gt;So, this is what I have been thinking to send the buycart to administrator:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;    &lt;span class="nx"&gt;orderNow&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="kd"&gt;let&lt;/span&gt; &lt;span class="nx"&gt;ms&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;`--Test message--%0A%0A`&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
        &lt;span class="nx"&gt;cart&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;forEach&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;product&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
            &lt;span class="nx"&gt;ms&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="s2"&gt;`* &lt;/span&gt;&lt;span class="p"&gt;${&lt;/span&gt;&lt;span class="nx"&gt;product&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;title&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="s2"&gt; x &lt;/span&gt;&lt;span class="p"&gt;${&lt;/span&gt;&lt;span class="nx"&gt;product&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;amount&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="s2"&gt; units -&amp;gt; *apx* &lt;/span&gt;&lt;span class="p"&gt;${&lt;/span&gt;&lt;span class="nx"&gt;product&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;price&lt;/span&gt; &lt;span class="o"&gt;*&lt;/span&gt; &lt;span class="nx"&gt;product&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;amount&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="s2"&gt;.%0A`&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
        &lt;span class="p"&gt;});&lt;/span&gt;
        &lt;span class="nx"&gt;ms&lt;/span&gt; &lt;span class="o"&gt;+=&lt;/span&gt; &lt;span class="s2"&gt;`%0A*TOTAL APX: &lt;/span&gt;&lt;span class="p"&gt;${&lt;/span&gt;&lt;span class="nx"&gt;totalCartPrice&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="s2"&gt;*`&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
        &lt;span class="nx"&gt;ms&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;ms&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;split&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;join&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;%20&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
        &lt;span class="nb"&gt;window&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;open&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;https://api.whatsapp.com/send?phone=${adminNumber}&amp;amp;text=%20&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="nx"&gt;ms&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;When the user click on "Order now" button, the buycart is sent to the admin via whatsapp. The problem with this way, is that the user can change the order via whatsapp, and that is not safe neither efficient.&lt;/p&gt;

&lt;p&gt;So, I'm searching for a faster way to sent the buy cart to the admin without use Backend (for now), while I learn and practice Frontend.&lt;/p&gt;

&lt;p&gt;If you know any other way I could use for a solution (without php), I would be thankfull to hear you.&lt;/p&gt;

&lt;p&gt;See u there!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>html</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Hello world on dev.to</title>
      <dc:creator>Lukas Bocanegra</dc:creator>
      <pubDate>Tue, 07 Jul 2020 00:34:13 +0000</pubDate>
      <link>https://dev.to/bocanegradev/hello-world-on-dev-to-11pd</link>
      <guid>https://dev.to/bocanegradev/hello-world-on-dev-to-11pd</guid>
      <description>&lt;p&gt;Yes, this is my hello world on dev.to!&lt;/p&gt;

&lt;p&gt;I hope to learn a lot, and collaborate in this community. By the way, as a spanish native speaker, I would like to improve my english, and know how people code in other world locations.&lt;/p&gt;

&lt;p&gt;See u there 🤘.&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
  </channel>
</rss>
