<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/vendor/feed/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
                        <id>https://www.slashlogs.com/feed</id>
                                <link href="https://www.slashlogs.com/feed" rel="self"></link>
                                <title><![CDATA[SlashLogs.com feed]]></title>
                                <logo>/img/logos/cropped-1024_logo_slashlogs-1.png</logo>
                                <subtitle>All posts from SlashLogs.com</subtitle>
                                                    <updated>2025-12-04T11:53:50+00:00</updated>
                        <entry>
            <title><![CDATA[Integrate a energy sensor in Home Assistant energy production dashboard.]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/integrate-a-energy-sensor-in-home-assistant-energy-production-dashboard" />
            <id>https://www.slashlogs.com/18</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Learn how to implement any Energy Sensor to Home Assistant Energy Dashboard]]>
            </summary>
                                    <updated>2024-06-22T06:54:27+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to hide an email address from crawlers and bots]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/how-to-hide-an-email-address-from-crawlers-and-bots" />
            <id>https://www.slashlogs.com/19</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Showing an email address on our website is a requirement for most people, the problem is how to stop the spamming after that email gets published and accessible for most web scrapers. To stop the email from being spammed you have to hide it.]]>
            </summary>
                                    <updated>2024-06-30T10:25:21+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to inject  authorization header on all axios requests]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/how-to-inject-authorization-header-on-all-axios-requests" />
            <id>https://www.slashlogs.com/20</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Knowing how to intercept http requests to setup some defaults can be handy and save you a lot of boilerplate code. code between apps real time with yarn link and create-react-library.]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to connect to a service behind a firewall using ssh tunneling]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/using-ssh-to-connect-to-service-behind-firewall" />
            <id>https://www.slashlogs.com/21</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Using an ssh tunnel is a very secure way to connecto to something behind a firewall when you don't want to set up a port fowarding.]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to create a private component library]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/how-to-create-a-private-component-library" />
            <id>https://www.slashlogs.com/22</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Learn how to create a private library to share your components between your apps without having to publish it anywhere. Share your code between apps real time with yarn link and create-react-library.]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Integrating a Tasmotized Sonoff pow r2 in Home Assistant]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/integrating-a-tasmotized-sonoff-pow-r2-in-home-assistant" />
            <id>https://www.slashlogs.com/23</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Home Assistant ability to let us have our smart home devices from diferent brand is a big advantage. In this post we will learn how to Setup a PowR2 as a energy device]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to change Android package name in a React Native App]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/how-to-change-android-package-name-in-a-react-native-app" />
            <id>https://www.slashlogs.com/24</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Learn how to change the package name of a react-native App]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Install Open-VPN on your Home Network. Using a Raspberry-pi.]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/install-open-vpn-on-your-home-network-using-a-raspberry-pi" />
            <id>https://www.slashlogs.com/25</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Beeing able to acces our home network on the move can be very handy. In this post we will address that.]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[java is not recognized as an internal or external command - How to Fix it]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/java-is-not-recognized-as-aninternal-or-external-command-fix" />
            <id>https://www.slashlogs.com/26</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[How to fix easily 'java' is not recognized as an internal or external command adding the JAVA_HOME.]]>
            </summary>
                                    <updated>2024-06-22T06:54:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Understanding your electric bill kilowatt - hour explained.]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/understanding-your-electric-bill-kw-h-explained" />
            <id>https://www.slashlogs.com/27</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Our electric bill can be hard to understand but when demistified you will see how easy it is.]]>
            </summary>
                                    <updated>2024-08-07T08:06:34+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[How to update your duckdns IP automatically from your raspberry pi]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/how-to-update-your-duckdns-ip-automatically-from-your-raspberry-pi" />
            <id>https://www.slashlogs.com/28</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Hi, being able to access your home network when you are out it's a very usefull thing. But knowing that you ISP can update your home router public IP you need a way to access &nbsp;updated IP. That where Dynamic DNS comes to the rescue.]]>
            </summary>
                                    <updated>2024-06-23T21:43:28+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Table of Greek letters in mathematics]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/greek-letters-latex" />
            <id>https://www.slashlogs.com/32</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Discover how to use Greek letters in mathematical documents with LaTeX to ensure clarity and precision in representing variables and constants.]]>
            </summary>
                                    <updated>2024-07-09T23:06:49+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[What is LaTeX? A Comprehensive Guide to Document Preparation]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/what-is-latex" />
            <id>https://www.slashlogs.com/33</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Discover what LaTeX is and why it is essential for creating technical and scientific documents. Learn about its features, uses, and the best tools for LaTeX document preparation.]]>
            </summary>
                                    <updated>2024-07-09T23:06:35+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Going Solo: A Deep Dive into Bitcoin Solo Mining (Pros, Cons, and Setup)]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/going-solo-a-deep-dive-into-bitcoin-solo-mining-pros-cons-and-setup" />
            <id>https://www.slashlogs.com/42</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Solo mining Bitcoin – finding blocks without a pool – is a thrilling but risky venture. This post breaks down the pros and cons, the potential rewards, the significant risks, and how to set up your own operation. Learn about the odds, hardware, and what it *really* takes to go it alone in the world of Bitcoin mining.]]>
            </summary>
                                    <updated>2025-05-29T18:12:54+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Docker & Docker Compose: Streamlining Development and Deployment]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/docker-docker-compose-streamlining-development-and-deployment" />
            <id>https://www.slashlogs.com/43</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Docker and Docker Compose are revolutionizing how we build, ship, and run applications. This post explores the benefits of Docker for development and deployment, including essential commands and how they can streamline your workflows.]]>
            </summary>
                                    <updated>2025-05-29T18:24:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Why Laravel is the Best Choice for Modern Web Development]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/why-laravel-is-the-best-choice-for-modern-web-development" />
            <id>https://www.slashlogs.com/44</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Discover why Laravel's elegant syntax and robust ecosystem make it the top PHP framework for 2025.]]>
            </summary>
                                    <updated>2025-12-04T11:28:32+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[PUBG Monthly Analysis - December 2025: Weapon Balancing & The New Meta]]></title>
            <link rel="alternate" href="https://www.slashlogs.com/posts/pubg-update-analysis-weapon-balancing-the-new-meta" />
            <id>https://www.slashlogs.com/47</id>
            <author>
                <name><![CDATA[Wilson Oliveira]]></name>
            </author>
            <summary type="html">
                <![CDATA[Our December 2025 deep dive into PUBG's weapon meta. M416 gets a buff, AUG gets a nerf. How does this close out the year?]]>
            </summary>
                                    <updated>2025-12-04T11:53:50+00:00</updated>
        </entry>
    </feed>
