How to connect to a service behind a firewall using ssh tunneling

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.
java is not recognized as an internal or external command - How to Fix it

How to fix easily 'java' is not recognized as an internal or external command adding the JAVA_HOME.
How to create a private component library

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.
How to inject authorization header on all axios requests

Knowing how to intercept http requests to setup some defaults can be handy and save you a lot of boilerplate code.
How to hide an email address from crawlers and bots

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.
Integrate a energy sensor in Home Assistant energy production dashboard.

Learn how to implement any Energy Sensor to Home Assistant Energy Dashboard
Understanding your electric bill | kW/h explained.

Our electric bill can be hard to understan but here you will see how easy it is.
Integrating a Tasmotized Sonoff pow r2 in Home Assistant

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
How to change Android package name in a React Native App

Learn how to change the package name of a react-native App
Install Open-VPN on your Home Network. Using a Raspberry-pi.

Beeing able to acces our home network on the move can be very handy. In this post we will address that.
How to update your duckdns IP automatically from your raspberry pi.

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 updated IP. That where Dynamic DNS comes to the rescue.